Benefits Learning
AI Foundations · Lesson 10

Agentic AI: The Future That Is Closer Than You Think

This final lesson points forward. It explains how AI is moving beyond single questions and single tools toward systems that can work through multi-step tasks within defined limits, when connected to the right tools, permissions, and source material.

Think in goalsMove from one prompt and one answer to multi-step workflows with defined limits.
Set guardrailsMap steps, sources, stop points, permissions, and human approval points.
Use RAG safelyCombine agentic workflows with trusted source material and answer checks.
Keep humans in controlUse automation for preparation, not unsupervised decisions or client actions.
1

The Big Idea

Agentic AI changes the relationship from one instruction and one output to a goal and a sequence of steps.

So far, AI has mostly waited for you. You ask, it answers. You give one instruction, it does one thing. Agentic AI changes the relationship. Instead of giving one prompt for one output, you give the system a goal, and it figures out the steps needed to reach that goal.

Depending on how it is designed, it may pull information, search source material, use tools, draft outputs, check its work, and stop for approval. This is powerful, and it is clearly the direction many tools are heading. It is also where AI getting it wrong can become a chain of compounding decisions.

The central guardrail

Human approval points become the whole game.

2

Goals vs. Prompts

A prompt asks for one output. A goal asks the system to work through a sequence.

Prompt
Summarize this document.
Goal
Review this renewal packet, pull the changes that affect our clients, draft talking points for each one, flag anything that needs verification, and stop before anything is sent.

Multi-step workflows

The system performs a sequence of actions, where step two uses the result of step one.

Tool use

The system may search a knowledge base, run a calculator, fill a template, create a draft, or call another software system.

Planning and execution

Seeing the plan before it runs is one of your best safety checks.

Review loops

A well-designed agent checks its own work between steps and surfaces uncertainty.

Human approval points

Deliberate stops where a person must review and approve before the workflow continues.

Automation vs. autonomy

You want a lot of automation and very little unsupervised autonomy.

3

Levels of Agency

Agentic AI is not all-or-nothing. It exists on a spectrum.

Level What It Does Example
Level 1AI suggests next steps but does not perform them.Reviews meeting notes and suggests a follow-up task list.
Level 2AI drafts each step but waits for approval.Drafts a renewal follow-up email that the agent reviews and sends manually.
Level 3AI completes several internal steps and then stops.Reviews a carrier bulletin, identifies affected resources, drafts proposed updates, and waits for a human editor.
Level 4AI takes limited actions inside approved boundaries.Creates draft tasks in a project management system but does not send client messages or change client records.
Level 5AI acts autonomously without human approval.Usually not appropriate for high-stakes benefits work.
Safe starting point

Start low on the agency spectrum and add responsibility only when the workflow, data, sources, permissions, and review points are well understood.

4

Agentic Workflow Design

Before using or building an agentic workflow, map it carefully. The design matters more than the technology.

Goal: what the workflow is trying to accomplish.
Inputs: what information the system needs.
Tools it can use: knowledge base, calculator, template, document reader, task system, email draft tool, or other software.
Required sources: approved documents, current guidance, plan materials, carrier information, or other source material.
Steps: the sequence the AI should follow.
Stop points: where the system must pause.
Human approval points: where a person must review and approve.
What it must never do: actions outside its authority.
What to log or document: source material used, outputs created, warnings raised, and human approvals.
Failure points: what could go wrong and how the system should respond.
Design rule

If you cannot map the workflow clearly, the AI should not be running it.

5

Permission Boundaries

Agentic AI becomes risky when it has permission to do things beyond drafting and preparing.

Important distinctions

  • Drafting an email is different from sending an email.
  • Suggesting a task is different from assigning a task.
  • Preparing a checklist is different from marking a client compliant.
  • Summarizing a document is different from changing a client record.
  • Identifying a possible issue is different from notifying the client automatically.

High-risk permissions

  • Sending emails.
  • Updating client records.
  • Changing plan or enrollment data.
  • Deleting files.
  • Sharing confidential documents.
  • Triggering notices or client communications.
  • Making eligibility, coverage, compliance, tax, legal, or financial determinations.
Plain-English boundary

Drafting is different from sending. Preparing is different from deciding. Suggesting is different from executing.

6

Agentic AI Plus RAG

Agentic AI becomes much more useful when combined with RAG and a trusted knowledge base.

A simple source-grounded workflow

  1. Read the user's question.
  2. Search the knowledge base for relevant source chunks.
  3. Draft an answer using only those chunks.
  4. Check whether the answer is supported by the retrieved sources.
  5. Flag gaps, uncertainty, and missing information.
  6. Ask for human review before the answer is used.
How the lessons connect

Prompting gives the instruction. Document summaries extract useful facts. Safe use protects accuracy and privacy. Capturing knowledge creates source material. RAG retrieves the source material. Agentic AI strings the steps together.

7

Audit Trail and Documentation

In a professional environment, it matters how an output was created and who approved it before use.

What source material was used.
What prompt or goal was given.
What steps the system took.
What output it produced.
What uncertainties it flagged.
What sources supported the answer.
What the human reviewed.
What the human approved, changed, or rejected.
When the workflow ran.
8

Where Agentic Workflows Help and Where They Create Risk

The safe pattern is simple: the agent prepares, and the human approves.

Helpful uses

  • Assembling drafts.
  • Organizing information.
  • Turning notes into task lists.
  • Preparing first-pass material from approved sources.
  • Extracting facts from documents.
  • Creating questions for review.
  • Comparing a scenario against a checklist.
  • Identifying which internal resources may need updating.

High-risk areas

  • Eligibility determinations.
  • Coverage advice.
  • Compliance conclusions.
  • Carrier-specific decisions.
  • Legal, tax, or financial advice.
  • Client communications sent automatically.
  • Changes to records or data.
  • Actions involving PHI, PII, or confidential employer information.
9

Examples from Benefits Work

In every example, the agent prepares and a human approves.

Document reviewReview a document, extract facts, and create follow-up questions in a single pass.
Scenario comparisonCompare a client scenario against a checklist and surface the gaps.
Email draftDraft a client email and flag what must be verified before it can be sent.
Renewal task listCreate a renewal task list from meeting notes by turning a messy recording into organized next steps.
Resource updateReview a compliance update and suggest which resources it affects.
Training draftPrepare a first draft of a training page from approved source material, ready for human editing.
10

Common Mistakes

Capability raises the stakes. It does not lower the need for oversight.

Mistakes to avoid

  • Treating an agent as set it and forget it.
  • Giving an agent a goal without defining where it must stop.
  • Letting an agentic workflow touch protected information without applying privacy rules.
  • Skipping the plan review.
  • Giving AI too many permissions too soon.
  • Failing to document what happened.

Better habits

  • Review the plan before execution.
  • Define stop points and approval points.
  • Use approved source material.
  • Limit permissions.
  • Keep humans in control of client-facing and decision-making steps.
  • Preserve an audit trail.
11

Copy and Paste Prompt Templates

These prompts help you design agentic workflows with guardrails.

Plan first, with checkpoints
Here is a goal: [goal]. Before doing anything, lay out the steps you would take and where a human should review. Then complete only the first step and stop for my approval before continuing.
Map a workflow for guardrails
Help me map this workflow to make it partially automated safely. List the steps, the information each step needs, which steps AI can do, which steps need a human approval point, what source material is required, what permissions would be risky, and what could go wrong if it ran without review.
Permission boundary review
Review this proposed AI workflow and identify what permissions it would need. Separate low-risk permissions from high-risk permissions. Flag anything involving sending messages, updating records, deleting files, changing client data, using sensitive information, or making final determinations.
Agentic workflow design
Design an agentic workflow for [task], but keep it human-supervised. Include the goal, inputs, tools it can use, required sources, steps, stop points, human approval points, what it must never do, what should be logged, and failure points.
RAG plus answer-check workflow
Create a workflow where AI answers a question using retrieved source material. Include steps for retrieving source chunks, drafting the answer, checking whether the answer is supported by the source, flagging uncertainty, and stopping for human review.
Audit trail checklist
Create an audit trail checklist for this AI workflow. Include what source material was used, what steps were performed, what output was produced, what uncertainty was flagged, who reviewed it, and what was approved or changed.
12

Practice Assignment

Map one workflow from your own work that could become partially agentic. You are not building anything. You are designing the guardrails.

The goal.
The steps.
The information needed at each step.
Which steps AI could handle.
Which steps require human approval before continuing.
The source material that must be used.
The permissions the AI would need.
The permissions it should not have.
What should be logged.
What could go wrong if the workflow ran unsupervised.
Why this matters

The design of the guardrails is the most valuable skill in this lesson because it is what makes automation safe enough to use.

13

What to Verify

Verify the design before the workflow, and the output after.

Before the workflow runs

  • Approval points sit before anything client-facing or decision-making.
  • Privacy rules are built in.
  • Required source material is defined.
  • The system has only the permissions it actually needs.
  • The system knows what it must never do.
  • There is a plan for documenting what happened.

After the workflow runs

Review what the agent produced as a draft, never as a finished product. Check facts, figures, source support, uncertainty, and anything that would reach a client. The more autonomous the system, the more deliberate your review must be.

14

AI Foundations Series Complete

This is the final lesson in the AI Foundations series. The full sequence moves from basic use to safe workflows, knowledge systems, simple tools, and agentic AI.

Lesson What It Covers Why It Matters
Start HereAI Crash Course: The Practical Starting Point The orientation resource for the AI Foundations series. It introduces the main concepts, common uses, risks, tools, and next steps. Members get the big picture before moving into focused lessons.
Core SkillsPrompting: How to Talk to AI to Get Better Results Clear instructions, follow-up prompts, structured outputs, examples, rewrites, staged prompting, and revision workflows. Better prompts produce better explanations, summaries, checklists, emails, and training material.
Core SkillsDocument Summaries: Turning Long Files Into Useful Takeaways How to summarize PDFs, carrier updates, compliance notices, transcripts, renewal packets, and long articles without losing important details. Long documents become easier to turn into action items, questions, and items to verify.
Core SkillsClient Communication: Explaining Complicated Topics Clearly Using AI to draft emails, talking points, open enrollment explanations, renewal summaries, and plain-English handouts. Clearer communication saves time and helps readers understand what they need to do next.
Core SkillsUsing AI Safely: Accuracy, Privacy, and Verification Hallucinations, current information, source checking, privacy, sensitive data, consumer vs. business tools, and human review. AI is useful, but benefits work requires careful verification and responsible data handling.
Deeper UnderstandingAI Basics and Python: A Look Under the Hood A beginner-friendly explanation of Python, APIs, tokens, models, transformers, natural language processing, and how modern AI tools became possible. You do not need this knowledge to use AI well, but it helps remove the mystery.
Deeper UnderstandingCapturing Knowledge: Turning Notes, Questions, and Experience Into Reusable Assets How to collect examples, recurring questions, explanations, stories, notes, and workflows so they can become reusable material. Better captured knowledge leads to better training, better prompts, and better future AI tools.
Deeper UnderstandingKnowledge Bases and RAG: How AI Uses Trusted Source Material How curated source material, atomic chunks, embeddings, retrieval, source labels, and answer checks make AI answers more grounded. This is the foundation for more reliable AI-assisted research and knowledge tools.
Building and ApplyingAI-Assisted Tools: How Calculators, Checklists, and Resources Get Built Tool scope, inputs, logic, outputs, warnings, validation, testing, versioning, and user experience. You do not have to become a programmer to understand how useful tools are planned, tested, and improved.
Building and ApplyingAgentic AI: The Future That Is Closer Than You Think How AI is moving from answering questions to helping complete multi-step workflows with source checks, permissions, approval points, and audit trails. This points toward the future while reinforcing guardrails, privacy, source discipline, and human review.
15

Final Takeaway

AI to move faster, and your judgment to keep it right.

You have reached the end of the series. You can now use AI thoughtfully, keep it accurate and safe, capture your expertise, ground answers in trusted sources, build simple tools, and think clearly about where AI is heading.

The best next step is not another lesson. Pick one real task this week, apply what fits, and keep a human firmly in the loop.