Preux
WorkWorkCapabilitiesCapabilitiesAboutAboutInsightsInsightsStart a projectStart a project→

Start a project

Tell us what needs to work.

Begin a conversationBegin a conversation
Preux

A London software firm of senior builders. Custom software for real operations, taken to production.

Firm

WorkCapabilitiesInsightsAbout

Company

ContactProductsPrivacyTerms

Contact

hello [at] preux.co.ukLondonWorking across the UK, US & Europe
Preux

© 2026 Preux. All rights reserved.

Designed & built in London.

← All insights

Applied AI

Building an AI brain for a team of engineers, not just for yourself

MRMatthew RogersFounder & CEO, Preux5 June 2026 · 11 min read

The system that makes one engineer extraordinary does not make a team of engineers extraordinary. It usually makes them inconsistent. A personal brain can be opinionated, messy and implicit, because one person arbitrates everything. The moment five engineers and a fleet of agents share a memory, three new problems appear: who decides what is true, how agents avoid trampling each other, and how knowledge stays current instead of quietly forking. A team brain is the machine that answers those three questions.

Context engineering is the delicate art and science of filling the context window with just the right information for the next step.

— Andrej Karpathy, June 2025

That principle holds for one person and for a hundred. What changes with a team is who curates. On your own, you are the editor. In a team, editing has to become a process, or the shared context fills with five people's half-true notes and every agent inherits the confusion at machine speed.

Engineer A + agentISOLATED WORKTREEEngineer B + agentISOLATED WORKTREEEngineer C + agentISOLATED WORKTREEReviewGATE · PR + EVALSShared brainWiki · summariesConventions · CLAUDE.mdSkills · playbooksDecision logWRITES · VIA GATEREADS · FREE
The architecture in one picture: agents work in isolated lanes, anyone can read the shared brain freely, and every write passes a review gate before it becomes shared truth.

01

Reads are free. Writes are governed.

The single most important rule. Anyone, human or agent, can read the shared brain at any time: conventions, decisions, playbooks, the wiki. But nothing enters it without review. Memory writes are pull requests. A correction one engineer teaches their assistant becomes a proposal, not an instant global fact, because a wrong fact in a shared brain is a defect that replicates into everyone's work, including the agents'.

In plain terms

Think of a serious restaurant kitchen. Every cook can read the recipe book whenever they like, and each works at their own station without elbowing the others. But nobody scribbles a change into the book mid-service. A proposed change goes past the head chef, gets tasted, and only then becomes the recipe. The book is why the food tastes the same on Tuesday as it did on Saturday.

A chef in whites plating a dish at the kitchen pass
The pass is where the standard is enforced: nothing leaves the kitchen until someone whose name is on the menu has seen it.

A wrong fact in a shared brain is a defect that replicates into everyone's work.

02

Isolation: agents that cannot collide

The fear people have about multiple agents is the same fear they had about multiple engineers, and the answer is the same machinery, applied with more discipline. Each agent works on its own branch in its own worktree, an isolated copy of the repository. Nothing it does touches anyone else's work until it survives review and continuous integration. Maximum parallelism, zero collisions.

One isolated lane per agent, with plain git

git worktree add ../agent-payments -b agent/payments-retry
git worktree add ../agent-reporting -b agent/reporting-export

Two agents, two working copies, two branches. Claude Code creates these automatically for subagents; the primitive underneath is thirty seconds of git either way.

An orchestra on the stage of a gilded concert hall, seen from the back of the hall
Eighty players, one part-book. Conventions checked into the repository are the score everyone reads — the performance stops depending on who happens to be in the chair.

03

Conventions live in the repository, not in heads

A team brain is versioned like code, because it governs code. The conventions file, CLAUDE.md or the vendor-neutral AGENTS.md, is checked in at the root, so every engineer's assistant reads the same rules: how we name things, what we never do, where the bodies are buried. Shared capability ships the same way. A project-scoped MCP configuration means everyone's assistant gets the same tools with the same permissions, by default, on clone.

Capability for the whole team, checked in once

claude mcp add --scope project postgres -- npx -y @modelcontextprotocol/server-postgres
git add .mcp.json && git commit -m "Team-wide read access to the analytics db"

Project scope writes the server to .mcp.json in the repository. From now on, every teammate's agent can query the database the same way, and the grant is reviewable history.

04

Skills are the new shared libraries

The highest-leverage thing a senior engineer can do in this model is no longer writing the code; it is writing the playbook that lets every agent do the work to their standard. A skill, a markdown procedure with the exact steps, checks and edge cases for a recurring task, turns one person's judgment into the whole team's default. Deploy runbooks, review checklists, incident triage: written once, executed by anyone's agent, improved by pull request like everything else.

One person's judgment becomes the whole team's default.

05

Evals: the regression suite for knowledge

Code has tests; a shared brain needs the equivalent. A small evaluation set, real questions with known-good answers, runs whenever the brain changes: does the assistant still answer our top twenty questions correctly after this update? It is the difference between a knowledge base you trust and one you stopped trusting quietly in March. Tools like promptfoo make this an hour's setup, and it catches the failure mode no one watches for: knowledge that used to be right.

The load-bearing tools

Claude CodeAnthropicChecked-in CLAUDE.md conventions, project-scoped MCP, and subagents that work in isolated worktrees.Git worktreesBuilt into gitParallel working copies of one repository. The isolation primitive that keeps agents out of each other's way.GitHub CODEOWNERSGitHubRoute changes to the brain (conventions, skills, wiki) to the people accountable for them, automatically.Model Context ProtocolOpen standardShared tool access as configuration: one .mcp.json in the repo and every assistant has the same capabilities.PRpromptfooOpen sourceEvaluation harness for prompts and knowledge: assert the brain still answers correctly after every change.

06

What changes for the business

The payoff is not that individuals get faster, although they do. It is that quality stops depending on who happened to do the work. Onboarding compresses from months to days because the institution's judgment is written down where both people and agents read it. The bus factor on tribal knowledge drops. And the organisation gains a new kind of asset on its balance sheet: an operating memory that improves with use instead of walking out the door at notice period.

Reads free, writes reviewedIf you keep one sentence from this piece, keep the governing rule. It is what separates a team brain from a shared folder of confusion.

Start here if you are one person

Building an AI brain of your own

A model with no memory is a brilliant colleague with amnesia. The fix is not a bigger model. It is a small, disciplined system around the model: ca…9 min read →

The shared brain's memory palace

The AI wiki: stop re-reading, start compounding

Most teams make their AI re-read the same documents on every question and throw the synthesis away with the context window. A wiki maintained by th…8 min read →

← Previous

Building an AI brain of your own

Applied AI · 9 min read

Next →

Why most AI pilots never ship — and what the survivors do differently

Applied AI · 6 min read

View all insights

Work with us

If this maps to a problem you're carrying, let's scope it.

We take on a small number of engagements where the operational problem is real and the delivery bar is high.

Begin a conversationBegin a conversationRead more insights