Create the source-of-truth register
You will be able to prevent an agent from mixing stale, duplicated, or unauthorized information by mapping every fact it relies on.
Good agent work is useful before it is impressive.
Most agent errors that look like ‘hallucinations’ begin with ordinary operations problems: a cancelled appointment remains in one tool, a policy lives in an outdated PDF, or a salesperson edits a field that another system overwrites.
Trace each fact from origin to authority, use, and correction
The language that keeps the work clear.
How to create the source-of-truth register
List required facts
Start from the agent contract: customer identity, preference, status, policy, availability, owner, or history.
Assign an authority
For each fact, name the system and role that can validate or correct it.
Mark access direction
State whether the agent reads, proposes an update, or may write an approved field.
Test a correction
Change a sample fact at its source and verify what the agent and a human would see afterward.
Worked case: build a source-of-truth map
A travel business wants an agent to help with booking changes. The itinerary platform owns booking state, the CRM owns relationship history, and the policy centre owns refund rules.
The agent may read an itinerary and CRM notes after verification. It cannot rely on a copied status field if the booking platform says the change is pending. A booking correction is made in the itinerary platform, then surfaced to the CRM as a recorded update.
The map gives operators a way to diagnose disagreements instead of blaming the model when the inputs conflict.
Complete the working artifact
State, memory, and the source of truth are different.
Conversation state helps finish the current task. Long-term memory stores selected facts or experience for later. The business system of record remains authoritative. Treating chat history as all three creates stale facts, privacy problems, and corrections that never reach the real record.
- Declare why each memory is stored and who can see it.
- Set retention, correction, and deletion rules.
- Never let a remembered claim silently override an authoritative record.
Sources used for this check
Before you move on
- Map five facts used by the pilot.
- Find one duplicate field with no clear authority.
- Run one correction from origin to agent output.
- Every important fact has an authority.
- Agent access follows the job, not convenience.
- Conflicting sources have a defined resolution.
- Corrections are tested, not assumed.
Lesson progress
Finished this lesson?
Save your place on this device so it is easy to pick up where you left off.
Not marked complete yet.