Session 6
Check + Carry Forward
Quiz, the full story, quick reference to keep, and one practice loop: Talk → summarize → act.
- Check understanding with the end-of-guide quiz
- See the full arc as one narrative
- Keep the quick reference for later
- Choose one practice when you are ready
Before the quiz
You have read six sessions. Before the quiz, one question to see what stuck, not as a test, but as a mirror:
Talk → summarize → act. Aim attention with conversation, lock a short owned plan, then implement. Longer prompts without new focus targets were never the point.
Quiz
Six questions from the guide. Tap an option to see whether you were right.
Quick check
Tap an option to see whether you were right. Wrong answers are fine; they show where a reread might help.
0 of 6 answered
1.You write “Implement soft delete for user accounts.” What did the agent most likely assume?
2.What is the explicit path rule in an attention-steering brief?
3.What is plan mode good at, and where does it often fail humans?
4.Why talk through a plan in small conversational bites?
5.When should you summarize the plan?
6.What path should this guide leave you practicing?
The whole story: one task, six sessions
If you only remember one thread, remember this: the same soft-delete task walked through every session so attention habits had something concrete to attach to.
The one-liner said implement. Session 1: the agent assumed start coding. More context was not the first fix. Attention was.
The attention brief asked the agent to come up with the path, plus blast radius and next step. Session 2: that rule is explicit; the clauses steer tools, search, scope, and horizon. Length without that steering keeps the old job.
Plan mode produced a dense dump. Session 3: the redirect is the gift; approving fog is the trap.
Small-bite talk decided Door A without a novel. Session 4: offload cognition into turns you can hold.
The summary locked destination, road, blast radius, next step. Session 5: then act. Chat alignment alone drifts.
| Session | The essence |
|---|---|
| 1, Wrong assumption | The prompt chose the wrong job |
| 2, Steer the attention | Let the agent come up with the path |
| 3, Plan mode’s gift and trap | Redirect yes; formal fog no |
| 4, Talk in small bites | Human-sized decisions |
| 5, Summarize, then act | Durable ownership before code |
| 6, Check + carry forward | Quiz, summary, practice |
When you are ready: one loop to try
On one real task this week:
- Do not start with “implement X.”
- Ask for high-level steps, blast radius, and next step. No code yet.
- Talk in small bites until you can retell the road.
- Write a short owned summary (template below).
- Implement against that summary only.
- In the PR, note the road you accepted and the blast-radius rails.
If you want harnesses, repo rules, and verification ladders after code exists, continue with AI-Native Engineering.
Quick reference
Attention brief shape
I need to: [destination]
Let the agent come up with the path.
Tell me what we should do.
Give high-level steps.
Check blast radius for: [areas]
Suggest the next step.
Do not implement yet.
Sticky rule: You own the destination. Let the agent come up with the path.
Talk loop
1) Paths (2-3, plain language)
2) Choose (criteria: smallest safe change, …)
3) Blast radius (top risks only)
4) Next step (one move)
5) Stop when you can retell the road
Summary template
Destination:
Chosen road:
Blast radius / rails:
Next step:
Accepted: yes/no
Mode check
| If the path is… | Do this |
|---|---|
| Still open | Talk → summarize → act |
| Settled by ADR / checklist | Prescribe steps in the summary → act → verify |
| Only “aligned” in chat | Write the summary before coding |
When to return
| If… | Reread… |
|---|---|
| Agents still jump straight to code | Session 1 and 2 |
| You approve plans you cannot retell | Session 3 |
| Formal dumps freeze you | Session 4 |
| Good talks become bad diffs | Session 5 |
Come back anytime the implement reflex returns. That is not failure. It is the old assumption meeting a fast tool again.