Fetching from the wire…
Public story · 2026-07-20 · high
The tool claims 83 percent answer quality and 10x fewer tokens than exploring files one by one, per its own 31-repo benchmark.
Why now: The 32.8K-star count and 31-repo benchmark reflect the project's state as of July 20.
DeusData's codebase-memory-mcp mirrors four language servers, tsserver, pyright, gopls and rust-analyzer, in one C binary with 32.8K GitHub stars already behind it.
AI coding agents normally shell out to real tsserver or gopls processes to answer "who calls this." DeusData skips that: its own benchmark reports 10x fewer tokens and 2.1x fewer tool calls than file-by-file search, at 83% answer quality across 31 repos.
DeusData calls the binary a Hybrid LSP. It reuses those four servers' type-resolution logic to refine CALLS and USAGE edges in the codebase's knowledge graph. The summary also credits typescript-go, Roslyn and Eclipse JDT among the servers it mirrors.
Vendored tree-sitter grammars cover 158 languages for everything the Hybrid LSP doesn't touch. The whole thing indexes the Linux kernel in 3 minutes, per the project's benchmarks.
Those numbers are self-reported across 31 repos. The repo doesn't say what the other 17% of answers get wrong, or how quality was scored.
Roslyn and rust-analyzer exist because getting type resolution right takes years of dedicated work per language. Reimplementing four of them by hand in C bets that agents don't need exact resolution, only fast, cheap answers at a 10x token discount.
If 83% holds up outside DeusData's benchmark set, that's a case for baking approximation into coding tools instead of shelling out to real LSP processes. If it doesn't, the wrong 17% is the cost of skipping years of language-server engineering.
Each link below shares sources, entities, or timing with this story.
The migration command moves Python projects from anthropic 0.x to 1.x. Usage-limit messages now say whether it's the session or the weekly limit resetting, and WebFetch stopped retaining expired content for the whole session instead of the documented 15 minutes. (GitHub)
The most quotable line in a Linux kernel commit this year: "a debug session from hell, enormously helped by an AI doing much of the grunt-work." Torvalds landed drm/xe: Don't hand out the flat CCS storage as usable VRAM on August 22. The commit message is the artifact. He note...
The agent-security topic holds 42 repos above 100 stars, four from large companies rather than startups: NVIDIA/SkillSpector (14,498 stars, scanning Claude Code/Codex/MCP skills for prompt injection), Tencent/AI-Infra-Guard (4,467, red-teaming with Many-Shot/PAIR/GOAT/ActorAtt...
DeusData's repo (38,513 stars) stopped duplicating tool payloads into structuredContent while every tool still declared a permissive outputSchema, so under the MCP spec search_graph, trace_path, query_graph, and three more all returned empty objects to Claude Code and Codex. T...
msitarzewski/agency-agents added 446 stars today, packaging personas across "divisions" (frontend specialists, community experts, fact-checkers, reality checkers), each defined with a voice, a process, and concrete deliverables rather than a generic prompt template (GitHub). I...
The August 7 release adds claude self-hosted-runner so Team/Enterprise customers can host web, mobile and desktop sessions on their own machines or containers, plus cross-session SendMessage/ListAgents so sessions on any of your machines can message each other (macOS and Linux...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.