

Built an open-source tool that stops AI coding agents from re-reading your whole codebase every time
If you've used Codex or Claude Code on a real project, you've probably noticed it re-explores the same files every session, like it's never seen your code before.
Built Graft to fix that. It writes a map of your codebase into files, once, so the agent reads that instead of starting from scratch each time. Works with Codex through its MCP support, plus a hook that keeps the map up to date automatically after edits.
Open source, free to try: github.com/NanoNets/Graft