LyraLearn AI Learning Platform
Exams
← Module 11 Β· AI-Assisted Analysis in .NET
🎧 Listen

Where AI Fits β€” and Where It Doesn't

The transcript service is "AI-assisted," and the word assisted is doing legal, ethical, and architectural work. This lesson draws the line precisely, because every design choice in Module 11 follows from it.

The division of labor

AI assists. Humans determine. In this system the AI does three things well:

What the AI never does: issue a determination. Whether a candidate has met subject matter requirements is decided by a Commission analyst, every time, for every submission. The AI's output is a proposal pre-populated into the analyst's workbench β€” never a decision that takes effect on its own.

Fail-closed by design

The governing rule is fail-closed: when the system is unsure, it escalates to a human rather than guessing.

Why this split satisfies both quality and governance

It's tempting to read human-in-the-loop as bureaucratic caution. It's actually the correct engineering answer to a probabilistic component:

The practical consequence for you as the developer: confidence scores, review flags, and override reasons aren't nice-to-haves bolted on later. They're first-class columns in the domain model, present from the first migration. The next three lessons build the pipeline that fills them.

🧠 Quiz yourself on this lesson →

Ask the AI Tutor

Grounded in the course lessons β€” it cites its sources and says when it doesn't know.