amoeba Download
‹ All posts
Explainer6 min read

Shared project memory: giving every AI agent the same context

Decisions, conventions and context pinned to files in your repo, readable by every agent, and flagged when the code moves.

KKeyu·

Most agent memory is per person and per session. Amoeba’s project Brain is shared: decisions, conventions and gotchas that every agent on the project can read before it writes code.

Notes are pinned to files. When the code they refer to moves or changes, the note is flagged as stale so it can be reviewed rather than silently trusted.

Handoffs write a short note automatically, so a task has one story even when it passes between people.

Try it with your team. Free in early access. Download Amoeba →

Related posts

Multiplayer coding with AI agents: one shared session for the team

What a shared agent session is, how live cursors and approvals work, and why it beats everyone running Claude or Codex alone.

KKeyu

Hit your AI usage limit mid-task? Hand the agent to a teammate

When a provider limit is reached, Amoeba offers to pass the live task, with its prompts and diff, to someone with capacity.

KKeyu

How to stop AI coding agents from editing the same file

Why parallel agents collide on shared code, and how line-level collision prevention names the teammate and function before tokens burn.

KKenneth