@mattpocockuk: Writing ADR's for agents has been such a good decision Capturing all the non-obvious decisions in a codebase makes ever…

X AI KOLs Following Tools

Summary

Matt Pocock recommends writing Architecture Decision Records (ADRs) for agents to capture non-obvious decisions, making agents in the stack smarter with minimal documentation.

Writing ADR's for agents has been such a good decision Capturing all the non-obvious decisions in a codebase makes every agent in your stack that touches the stack smarter It's the thinnest layer of docs that captures the stuff code can't
Original Article
View Cached Full Text

Cached at: 05/30/26, 04:03 AM

Writing ADR’s for agents has been such a good decision

Capturing all the non-obvious decisions in a codebase makes every agent in your stack that touches the stack smarter

It’s the thinnest layer of docs that captures the stuff code can’t

Similar Articles

AI agents recreate the “rockstar developer” problem, just faster

Reddit r/AI_Agents

The post compares AI agents to 'rockstar developers' who create clever but unmaintainable code, pointing out that agents lack memory of their own actions. It recommends using visible conventions like AGENTS.md, ADRs, and tests to keep agent-generated code understandable by the team.