Category: reading
-
A reading stack for the AI-coding era
TLDR: As code generation gets cheaper, the scarce skills move toward judgment: architecture, strategy, systems thinking, safety, measurement, customer truth, organization, and cooperation.
-
The Mythical Man-Month: Chapters 13-End
TLDR: In the second half of The Mythical Man-Month, Brooks closes the argument around integration, milestones, documentation, no silver bullet, incremental development, and the architect role.
-
RLM: Recursive Language Model
TLDR: RLM's real insight is not recursion as a slogan. It moves long context out of the Transformer window and into an external environment that the model can inspect, slice, search, and delegate over.
-
Apodex-1.0: deep research as multi-agent verification
TLDR: Apodex-1.0 is most interesting as a verification-centric agent-system design: independent subagents explore, a shared report pool accumulates evidence, and verifier agents audit claims from outside the worker trace.
-
The Lego work method: simplicity is an operating discipline
TLDR: The useful lesson from Lego is not a slogan about creativity. It is an operating discipline: stay close to the customer, keep accountability internal, reduce complexity, and make execution visible.
-
The Mythical Man-Month: chapters 1-6
The first six chapters still matter in the agent-coding era because Brooks was not mainly warning about typing speed. He was warning about coordination, conceptual integrity, integration, and the cost of turning programs into systems.
-
The Mythical Man-Month, Chapters 7-12: coordination is the product
TLDR: Chapters 7-12 make one old lesson feel new again: large software fails when coordination, budgets, documents, prototypes, and tools are treated as secondary work. Agent systems inherit the same constraints.
-
Graph of Agents: multi-agent value comes from information flow
TLDR: Graph of Agents is useful because it treats collaboration as a test-time graph problem: choose relevant agents, score their answers, pass messages in the right direction, and pool the result.