Session 6
Check + Carry Forward
Quiz, the full story, quick reference to keep, and gentle suggestions for what to try next.
- 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:
You. The person splitting work, setting direction, and checking results across focused sessions. Not a product tier. Not AGENTS.md.
If “another tool” still feels right, Session 2 is worth another read, that distinction carries through the rest of the guide.
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.A listing says “ship faster with LLMs.” What does that most likely mean?
2.In harness → agent → orchestrator, who is the orchestrator?
3.Best first agent session on an unfamiliar refactor?
4.An agent keeps running `pnpm test` at the repo root instead of the payment package. Best first fix?
5.A failing test is “fixed” by changing `expect(result).toEqual({ ok: false })` to `expect(result.ok).toBeDefined()`. CI is green. What happened?
6.Five engineers repeat the same agent correction in chat. What team pattern helps most?
The whole story: one task, six sessions
If you only remember one thread, remember this: the same payment-helper task walked through every session so abstract words had something concrete to attach to. Below is the arc in order, read it once, then use the table when you need a reminder of where an idea lived.
The listing said AI-native, harness, orchestrator. Session 1: likely the same engineering work, new workflow words, not necessarily a different career.
The comparison was autocomplete. Session 1: closer to a junior teammate you direct and verify: not faster typing alone.
The task: refactor a payment helper, add tests, open a pull request.
One long chat produced a scary diff. Session 2: plan → implement → review in separate sessions.
Monday’s correction was forgotten by Wednesday. Session 3: agent rules, layout, and skills so the repo teaches the next session.
Green CI on a weakened test. Session 4: verification levels and phase separation: plausible is not the same as correct.
Five engineers, same standup complaint. Session 5: shared rules, evidence in review, CI floor.
| Session | The essence |
|---|---|
| 1, Capability shift | Expectations changed; your judgment matters more, not less |
| 2, Stack + first session | The model proposes; the harness acts; you coordinate |
| 3, Teach the repo | Put repeated instructions where the next session finds them |
| 4, Verify before merge | Match checking to risk |
| 5, Team patterns | Good habits spread when they are written down and reviewed |
| 6, Check + carry forward | Quiz, summary, practice at your pace |
The point was never “AI wrote it.” The point is clear goals, clear boundaries, written rules, honest verification, shared habits. If something in that list still feels fuzzy, return to that session’s opening question, write a fresh answer, read the session again, and compare at the closing reflection.
When you are ready: one loop to try
Reading guides and noticing in your own work are different skills. The loop below connects all six sessions on one real task. You can take a week on it or an afternoon; the order matters more than the speed.
- Run a plan-only first session (Session 2 brief).
- Add one line to agent rules (Session 3).
- Implement in a second session; verify at the right ladder rung (Session 4).
- Write the verification note you would want as a reviewer.
- If the team repeats a correction, name it once in standup (Session 5).
Quick reference
Keep this section for later, at work, in an interview, or when a listing uses unfamiliar words again.
When job listings use new words
| Listing language | In plain terms, it often means… |
|---|---|
| “AI-native engineer” | An engineer who works well with AI-assisted tools, not a different career |
| “AI-assisted development” | Using an AI helper as part of your normal workflow |
| “Ship faster with LLMs” | Working in smaller, clearer steps, and checking the result carefully |
| “Agent workflows” | Breaking one goal into several focused sessions |
| “Harness / orchestrator” | The tools that run commands, and you coordinating the work |
| “Strong code review” | Checking AI output carefully, more important, not less |
| “Cursor / Claude / Copilot” | Product choices, useful, but secondary to how you work |
A short repo check (about five minutes)
| Question | A practical fix |
|---|---|
| Would a fresh AI session break something on day one? | Add agent rules (e.g. AGENTS.md) |
| Do you repeat the same instruction in chat every week? | Put it in agent rules or a skill |
| Might the AI run the wrong tests? | Fix CI scope and folder layout |
| Might plausible but wrong code get merged? | Session 4 verification + Session 5 team norms |
Before you merge a change
□ Is this a throwaway experiment or production work?
□ Was every changed file intentional?
□ Do the tests actually exercise the change?
□ Did the work follow your repo’s agent rules?
□ Did you run what matters, or confirm CI did?
□ For risky areas: did someone try to break it on purpose?
Four small habits to try
On a real task:
- Split the work: plan, implement, review, not one long chat.
- Write one rule down: one line in agent rules you are tired of retyping.
- Say what you checked: in notes or the pull request, list what you ran and what you did not check yet.
- Reuse one workflow: install a skill such as review-changes instead of rewriting instructions.
When to return
| If… | Reread… |
|---|---|
| Job listings confuse you again | Session 1 opening question + reflection |
| You repeat the same chat instruction | Session 3 |
| CI is green but you feel unsure | Session 4 |
| The team moves fast and breaks things | Session 5 |
Come back anytime a familiar instinct returns. That is not failure; it is the same idea with more experience behind it. Guides work best when they meet you after you have tried something, not only before.