Code-graphs

3 items

Blog posts

Why Code Graphs Matter for AI Agents

AI coding agents lose critical structural understanding of codebases when context compaction occurs. Code graphs provide persistent external memory—representing functions, classes, and dependencies as queryable relationships—so agents can recover context without re-reading files from scratch.

AI Developer Tools Code-graphs

Building Uncompact: Lessons from Production

How Supermodel built Uncompact—a tool that maintains a persistent code graph across Claude Code's context compaction events—and the key lessons learned shipping it to production: simplicity over detail, invisibility enables adoption, and layered verification over blind trust.

AI Developer Tools Code-graphs

The Architecture of Supermodel's Code Graph API

A look inside Supermodel's real-time code analysis API: the five-stage processing pipeline, multi-language abstraction via a unified node schema, incremental graph updates, and the sub-100ms response time requirement that shaped every design decision.

AI Developer Tools Code-graphs Architecture

All tags

AI (15) Architecture (2) Aws (4) Cloud Computing (1) Code-graphs (3) Compiler (1) Developer Tools (3) Evaluation (5) Event-driven (1) Go (7) Inference (1) MCP (2) Methodology (2) Mist-stack (5) Observability (3) Open Source (2) Python (2) Serverless (1) TypeScript (4)