Import or ask
Paste a long AI answer you already paid tokens for, or ask Claude, Codex, both, or a structured debate from one local dashboard.
Local base for AI-assisted work
Fob keeps context, decisions, handoffs, and AI conversations together on your machine so Claude, Codex, ChatGPT, Gemini, and future-you can pick up the thread.
The context tax
Fob is not another model and not an IDE. It is the local continuity layer between your project, your AI accounts, and your decisions.
How it works
Paste a long AI answer you already paid tokens for, or ask Claude, Codex, both, or a structured debate from one local dashboard.
Fob turns multi-model noise into practical next actions, saved decisions, conflict resolutions, and reusable context.
Save the decision, pin the answer, create a handoff, or build a context packet for another AI without rerunning the same prompt.
Review diffs, create file-edit approvals, attach proposed patches, and commit or push only after explicit confirmation.
One local control surface
Fob stores durable memory in a local project folder. It can run as a terminal room, browser dashboard, headless local API, or MCP server for compatible AI clients.
Developer alpha
The current app repo is still named agent-bridge during the alpha. The installed command is fob.
git clone https://github.com/newtophilly/agent-bridge.git
cd agent-bridge
npm run check
npm link
cd /path/to/your-project
fob try
Local first
Vercel hosts this public site. The actual Fob app runs on your computer because it needs your local files, your local Claude/Codex/Gemini tools, and your private project memory.
What it is
Fob is for builders who use more than one AI tool and hate losing context between sessions. It is early, practical, local-first, and built around the idea that the project should remember what happened and why.