Fetching from the wire…
Top 5 · 2026-03-24 · source-backed
This is the install-this-today story.
code-review-graph (3.5K GitHub stars) builds a persistent AST-based knowledge graph of your codebase using Tree-sitter, then queries it at review time to compute the minimal context set Claude actually needs. On a 27,732-file Next.js monorepo, it reduced review context from 739,000 tokens to approximately 15,000. That's a 49x reduction. Not a typo.
The counterintuitive part: review quality went up, not down. The tool scored 8.8 on a ten-point quality scale versus 7.2 for full-context reviews. Less noise means better signal. Claude isn't sifting through thousands of irrelevant files to find the three that matter. The knowledge graph already knows the dependency chain, the call graph, and the file relationships. It hands Claude exactly what it needs and nothing else.
It ships as a Claude Code plugin with incremental updates on git commits. Zero workflow change required. Your knowledge graph stays current as you work. At current Opus 4.6 pricing, going from 739K to 15K tokens per review on a large repo is the difference between "I need to think about whether this review is worth the cost" and "I don't even notice the cost."
I'm installing this on my largest project today. If you're running Claude Code on anything bigger than a toy repo, the ROI is immediate. The combination of this tool with the Anthropic compaction API (compact-2026-01-12) could make context management a solved problem for most codebases. We're not there yet, but the pieces are falling into place.
Each link below shares sources, entities, or timing with this story.
1. Use claude agents --json to build session dashboards. Claude Code v2.1.145 outputs all live agent sessions as structured JSON with status, model, elapsed time, and parent relationships. Pipe it into a tmux status bar widget or session picker script for switching between bac...
Anthropic released Claude Fable 5.1 on September 1. Claude Code v2.1.257 made it the default Fable model at 17:53 UTC that day, with a 1M-token context window, $10 per million input tokens, $50 per million output, and $0.25 per million on cache reads (claude-code CHANGELOG). B...
DeepClaude hit 470 points on Hacker News. It swaps Claude Code's API backend to DeepSeek V4 Pro while preserving the full agent loop: file editing, bash execution, git tooling, the whole workflow. DeepSeek V4 Pro scores 96.4% on LiveCodeBench at a fraction of Anthropic's prici...
Issue 6235 on anthropics/claude-code asks Claude Code to read AGENTS.md, the config file that Codex, Amp, Cursor and most other harnesses already load, rather than only CLAUDE.md. It has been open since August 2025. It has accumulated over 5,200 reactions and 300+ comments, ma...
Everything you learned about prompt engineering in 2025 is now technical debt sitting in your repo. Anthropic published the new rules of context engineering for Claude 5 generation models on Opus 5's launch day, and the headline number is brutal: they removed over 80% of Claud...
A single Rust binary is saving agentic coding users 60-90% on token costs, and it took about five minutes to set up. RTK (Rust Token Killer) released v0.37.1 on April 18 and sits at 30,500 GitHub stars. The tool acts as a CLI proxy between your AI coding assistant and shell co...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.