Sources and Further Reading

Where the specific claims in this book come from, so you can check them. Grouped by what you might want to trace rather than listed alphabetically.

Where the specific claims in this book come from, so you can check them. Grouped by what you might want to trace rather than listed alphabetically.

Two general cautions. Published documentation about commercial AI systems is revised frequently, so a page may have changed since this book was written — check the date on whatever you find. And a figure reported by a company about its own system is evidence about that system, not about the technology in general.

The multi-agent research architecture in Chapter 11

Everything in Chapter 11 about how research work is divided among a lead agent and subagents — the orchestrator and worker arrangement, the separate citation pass, the 90.2 per cent improvement on internal research evaluations, the roughly fourfold and fifteenfold token figures, the observation that token use explains around eighty per cent of performance variation, the effort-scaling rules, the forty per cent improvement from a tool-description testing agent, and the full catalogue of failure modes — is drawn from:

The statement that multi-agent arrangements struggle with coding tasks because of high interdependency between the pieces of work is Anthropic's own, in the first of those.

Coding agents and subagents in Chapters 9 and 11

General-purpose assistants in Chapter 10

The description of what happens when an assistant searches, uses a tool or remembers something is deliberately generic, because the details differ by product, by version and by a user's own settings. For specifics, the primary sources are the providers' own product and developer documentation:

The code in Listing 1 uses LangChain's current agent interface. Library interfaces change between versions; check docs.langchain.com before building on it.

The epigraphs

Two epigraphs, at Parts II and V, are the author's own.

Data protection and standards in Chapter 15

Table 15-1 names instruments rather than summarising them, and the summaries there are orientation only. The authoritative texts are:

None of this is legal advice. Take proper advice for your own jurisdiction and use.

Governance and evaluation in Chapter 16

Foundational work referred to in passing

Where to go next

If you want to keep learning after this book, the most useful habit is not reading more books. It is reading the engineering blogs of the companies building these systems. They publish what worked, what failed and what it cost, in more detail than any secondary source will give you — and Chapter 11 exists because one of them did exactly that.

Beyond that: the documentation of whichever framework you choose, the release notes of whichever model you use, and twenty test cases of your own.