Local base for AI-assisted work

Stop re-explaining your project to every AI tool.

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

AI tools are fast. Keeping them aligned is the hard part.

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

Ask, decide, save, continue.

01

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.

02

Get a verdict

Fob turns multi-model noise into practical next actions, saved decisions, conflict resolutions, and reusable context.

03

Keep the useful part

Save the decision, pin the answer, create a handoff, or build a context packet for another AI without rerunning the same prompt.

04

Ship with guardrails

Review diffs, create file-edit approvals, attach proposed patches, and commit or push only after explicit confirmation.

One local control surface

Your project memory should live with the project.

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.

MemoryProject facts, preferences, decisions, pins, and handoffs.
RoutingClaude, Codex, both, debate, conflict resolution, and context packets.
SafetyApproval-gated patches, git nudges, typed commit and push confirmation.
IntegrationsLocal API and MCP tools for pulling saved context into other AI workflows.

Developer alpha

Run Fob locally.

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

The website is not the engine.

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.

Your machineProject memory stays in your local workspace.
Your accountsFob calls AI CLIs only when you ask it to.
Your controlNo push, patch apply, package install, or risky action without approval.

What it is

A local continuity layer for serious AI work.

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.