Guide

Further Reading

Read these when a module is the bottleneck. The curriculum is overview first, then deep dive, then references.

Source: docs/further-reading.md

Further Reading

Read these when a module is the bottleneck. The curriculum is overview first, then deep dive, then references.

Core

Strategy background

LLM mechanics

Later

What to read when

If your agent rushes to code, read Intent Engineering and Alignment Is the Constraint. If the model gives fluent but generic output, read Model-Fit Framing, Context Construction, and Prompt and Context Assembly. If problem-space produced a map but not a slice, read Problem Statement. If the agent only proposes one fix, read Beyond the Nearest Peak. If the agent ignores needed context, read The Context Stack. If repeated instructions keep getting pasted, write a skill. If role boundaries keep blurring, write a subagent. If the same lesson keeps being rediscovered, record metis, a signal, a guardrail, an outcome update, or an ADR. If you accept the first plausible implementation, read Dissent Mode. If the run goes sideways, read The Salvage Loop.