/architect: Reduce Fable tokens by 80%, Fable orchestrates/reviews, Codex builds Developer Dan McInerney released Architect Loop, an open-source tool that uses Claude Code as an architect and GPT-5.5 Codex as a builder to run cross-vendor AI development loops on flat-rate subscriptions. The system splits work into isolated lanes with acceptance gates, parallel builders, and judgment sessions, aiming to improve software development throughput without API token costs. Claude Fable is the architect — it designs every slice, freezes the acceptance gates, and judges the results. GPT-5.5 Codex is the builder and researcher — it does all the engineering and all the web research, in parallel, unattended, for hours. Two Claude Code skills that run this cross-vendor loop on the flat-rate subscriptions you already have — no API keys, no token bills. git clone https://github.com/DanMcInerney/architect-loop cd architect-loop && ./install.sh Windows: .\install.ps1 npm i -g @openai/codex@latest the builder Codex CLI = 0.133 ./install.sh --project installs to the current repo only instead of globally. You need Claude Code https://claude.com/claude-code on any paid plan and the Codex CLI signed into a ChatGPT plan. /architect the build loop /architect-research