← AI Leaders Portfolio
AI Leaders · Module 1 · AI Leadership 1 + 2 · Exemplar

From Generative to Agentic AI
— What Changes, and Why It Matters

Amanda Gill  ·  Project Omega: AI-Integrated Mandated Reporter Training
AI Leadership 1
How Generative AI Actually Works

Generative AI doesn’t “know” things the way humans do. It predicts. Every response is the result of a model calculating which token — which word, fragment, or character — is most statistically likely to come next, given everything that came before. That process runs on three core mechanisms: tokenization (breaking input into chunks the model can process), attention (weighing which parts of the input matter most for the next prediction), and probability distributions (selecting the next token based on learned patterns across billions of training examples).

This architecture produces fluent, coherent, often impressive output. It also produces confident hallucinations — because the model is optimizing for plausibility, not truth. A citation that looks real, sounds real, and cites a real journal in the right format can still be entirely fabricated. The model doesn’t know it made it up. It was just doing what it does: predicting what comes next.

Why this matters for Project Omega: A generative AI model asked to recall Louisiana mandated reporter statute will produce something that sounds authoritative. Without a verification layer, it will also occasionally be wrong — and in a high-stakes reporting scenario, “sounds right” is not good enough.
Interactive: How ChatGPT Generates Broken Citations
Interactive Artifact — AI Leadership 1 Explore: How Generative AI Breaks →

The interactive above walks through a real example: a ChatGPT citation that looked legitimate, formatted correctly, and cited a real journal — but linked to a paper that doesn’t exist. It illustrates exactly how tokenization, attention, and probability work together to produce a hallucination that passes casual inspection. Human oversight isn’t a nice-to-have. It’s the only thing that catches this.

The Connection

Generative AI predicts. It does not reason, verify, or adapt based on consequences. That limitation is precisely why Project Omega cannot be built on a generative model alone. If a model can hallucinate a citation, it can hallucinate a statute. And in mandated reporter training, a fabricated legal threshold doesn’t just fail the learner — it creates a liability. The answer to this problem isn’t a better prompt. It’s a different architecture: agentic AI, grounded in verified sources, that reasons against ground truth before it acts.

AI Leadership 2
What Agentic AI Actually Does
01Define agentic AI + 4 steps
02Trace 4 steps through CPS scenario
03Implication for Project Omega

Agentic AI refers to systems that do more than generate responses — they perceive, reason, act, and adapt within a dynamic environment to accomplish goals over multiple steps. Unlike a static chatbot that answers in isolation, an agentic system loops: each output informs the next input, and the system accumulates knowledge about context, user, and task as it goes. The four steps that define this loop are: Perception (ingesting and contextualizing inputs from the environment); Reasoning & Planning (evaluating options against goals and deciding on a path); Acting (executing a response or triggering a downstream process that changes the environment); and Learning & Adapting (updating internal state based on outcomes so the next cycle is smarter than the last).

Step 01
Perception
The system ingests and contextualizes all relevant inputs — learner response, rubric, retrieved knowledge — before doing anything else.
Step 02
Reasoning & Planning
The system compares what it perceived against goals and ground truth, then decides which path to take and why.
Step 03
Acting
The system produces an output — feedback, a question, a branching choice — that actively changes what the learner does next.
Step 04
Learning & Adapting
The system updates its model of the learner’s gaps and patterns, sharpening every subsequent interaction in the session.

To make these steps concrete, consider a scenario from Project Omega’s mandated reporter training. The learner has already determined that a situation warrants a CPS report. The platform now asks: “You’ve decided to report. What do you do next?” The learner responds:

“First, I’m going to call the child’s parents and let them know that I’m about to report them. I don’t want them to be blindsided.”
Perception
The system ingests the learner’s response alongside the RAG pipeline — Louisiana statute on mandatory reporting confidentiality, CAPTA federal guidance, and best-practice documentation on reporter safety. It identifies the key action: notifying the accused party prior to a CPS report.
Reasoning & Planning
The system cross-references this action against verified ground truth and flags it. The decision tree surfaces three compounding risks: physical danger to the reporter, retaliatory access to the child before CPS intervention, and violation of reporter confidentiality protections. It plans a response that names each consequence specifically rather than issuing a generic “incorrect” signal.
Acting
The system responds: “Your instinct toward transparency is understandable — but in this context, it puts both you and the child at serious risk. Louisiana law protects reporter anonymity precisely because pre-notification can trigger retaliation. Until CPS makes a determination, the parents retain access to the child and may punish them for disclosing. Here’s what to do instead — choose your next step: (A) Consult your administrator, (B) Call the 1-800 hotline directly, or (C) Document and wait.” The action is not just corrective — it scaffolds the right path forward.
Learning & Adapting
The system logs a pattern: this learner underestimates retaliation risk and prioritizes social grace over protocol. The next scenario is engineered to confront this directly — a simulation in which a parent calls the school, furious, demanding to know who reported them — so the learner experiences the consequence before it can occur in a real classroom.

The most significant implication of building with agentic AI and verification-first guardrails is this: the platform cannot be fooled by a plausible-sounding wrong answer. Traditional compliance training rewards completion — click through, check the box, pass. An agentic system grounded in a RAG pipeline of Louisiana statutes and CAPTA guidance evaluates not just whether an answer was given, but whether it is legally sound, trauma-informed, and safe. Because the system reasons against verified ground truth at every step, a learner who chooses the “kind-sounding” option — alerting the parents, consoling the child that it will all be fine, delaying the report out of uncertainty — will encounter the real-world consequence of that choice before it can harm a child. This is the core design principle of Project Omega: the AI doesn’t just teach mandated reporting. It simulates what happens when reporters get it wrong — and makes sure they never have to learn that lesson at a child’s expense.