Chapters
- 01 · The Context Problem
- 02 · Give the Data Business Meaning
- 03 · Decide What the AI Should Trust
- 04 · Build the Context Layer
- 05 · Connect It to Live Data
- 06 · Control What AI Can See and Do
- 07 · Test the System
- 08 · Operate It
- 09 · Expand Beyond the First Workflow
- 10 · Capstone: Trace a Reliable Answer
8 min · Interactive exercise
The Context Problem
See why CRM access alone produces plausible, unreliable answers.
View your context layer
Acme’s CRM record says account_health = Green and renewal_risk_score = 82. Ask a model whether the account is ready to renew and it can read both values perfectly. It still has to guess what they mean.
Access gives the model values
A connector can return the right record, field names, and stored values. None of that explains whether 82 is good, whether Green is maintained, or which field wins when they disagree. The model fills that gap with familiar language. “Green” sounds healthy and a high score sounds positive.
That answer is plausible. It is also backward. Acme’s risk scale runs from zero to 100, and a higher number means more renewal risk. The Green field belongs to an abandoned manual process.
Make the failure repeatable
Run two or three questions in the lab. Watch the trace under the answer. The agent reads the correct values and invents the interpretation because no business definitions were loaded.
Try this in the lab: ask “What does a risk score of 82 mean?” Then ask whether Acme is ready for renewal.
The missing layer is organizational context
The CRM record is current record context. Field definitions, score thresholds, deprecation rules, and reporting exclusions are organizational context. They change slowly and apply across many questions. A context layer stores those rules and loads the relevant ones before the agent plans its answer.
Chapter 2 adds the first definitions. You’ll rerun the same question and inspect exactly why the conclusion changes.
GTM Lab
Sample CRM · saved locallyAccount
Acme Manufacturing
ACC-1042- Account owner
- Maya Chen
- Renewal date
- October 31, 2026
- Account health
- Green
- Renewal risk score
- 82
- Days since executive touch
- 46
- Annual recurring revenue
- $184,000
How to complete this chapter
- Choose each of the three business questions below.
- Run each question once against the raw CRM record.
- Inspect how the answer misreads the fields. The chapter completes after all three failure cases have run.
Ask the CRM agent
0 of 3 failure cases observed