← All topic guides

Topic Guide

Shared Context and the Handoffs That Actually Transfer

Every one of these posts starts from the same failure: someone, or something, said the work was saved, and the next person or the next session couldn't find it. Context that lives only in one folder, one person's head, or one chat window is context that disappears the moment work moves. That's true whether the handoff is between two people or between an agent and its own future session, and the fix is the same in both cases: a shared, readable place that both sides agree is the source of truth.

The posts below trace that idea from the smallest scale to the largest. Small: teaching an AI assistant to find the real source file once, in a rules file, instead of re-explaining it every session. Medium: a handoff document with a fixed structure, written before a session closes, so resuming is a lookup instead of an investigation. Large: a filing system and a knowledge graph that stopped trying to be clever and became boring enough that nobody has to debate where something belongs. A few are about what happens when coordination itself breaks, a stuck item cascading into seventeen alerts, an agent given a persona instead of a scoped, enumerable set of files, and needing a fire exit that a clean design never planned for.

The rule that holds across all of it: 'I saved it' is a claim, not a record. The record is whatever the next reader can actually open and trust, and if you can't point to that, the handoff didn't happen yet.

20 posts in this guide, by DX

Start here

The 200-Line Lie: Why My Agent Kept Forgetting My Goals

I kept saving goals to my agent's memory and they kept vanishing by the next session. The cause wasn't a flaky model. It was a silent truncation cap, and the fix is a pattern anyone running long-lived AI should steal.

· 3 min read

Teach the correction once, not every session

Instructions and docs are infrastructure too

Memory needs a shared home

Work that only lives in comments isn't handed off

Rebuilding context is a tax on every decision

The handoff document as a deliverable

A filing system that doesn't need a debate

Scope, not persona: what an agent should be handed

When coordination itself deadlocks

Saved is not the same as stored, readable, or trusted

Hitting one of these walls in your own codebase or your own machine? Talk it through with us, or read the rest of the Build Log.