Graft: Graft is an open-source context layer designed to accelerate and optimize coding agents like Claude Code, Cursor, and Gemini by providing deep contextual understanding of large codebases. It builds a human-readable code graph and linked markdown nodes, enabling agents to operate faster, cheaper, and with higher correctness by avoiding repeated code exploration.; learn-claude-code: This repository provides a hands-on tutorial to learn how modern AI agents work by building one from scratch, emphasizing the core loop of model-tool interaction. It distills complex agent concepts into simple, iterative versions, from basic Bash agents to sophisticated skill-based systems.
Accelerating coding agents for faster and cheaper code understanding and generation.
Learning to build modern AI coding agents from scratch