@subhamCenrax: Today we're launching @akonlabs backed by @ycombinator We build GitNexus, an open-source knowledge graph for your repos…
Summary
GitNexus is an open-source knowledge graph tool for repositories that enhances coding agents by providing precise context, resulting in improved task success rates and cost efficiency.
View Cached Full Text
Cached at: 08/18/26, 02:22 AM
Today we’re launching @akonlabs backed by @ycombinator
We build GitNexus, an open-source knowledge graph for your repository. Coding agents query it to get exactly the context a task needs symbols, call paths, dependencies instead of grepping around and stuffing half your codebase into a context window.
Context is the bottleneck for coding agents. Bigger windows haven’t fixed it. Buyers of agents are paying more per token to get worse code, and the agents themselves have no map of the repo they’re editing.
We’re fixing this. On DeepSWE, the same agent with GitNexus vs. without:
- 37% → 68.4% of tasks passed
- Half the cost per fix
- On the hardest tasks, the gap more than triples
One stack: knowledge graph, coding agent, automated PR review. Managed, self-hosted, or air-gapped.
45k GitHub stars. 65k weekly npm downloads. 10+ enterprise deployments.
Sign up at: https://app.akonlabs.com
Similar Articles
@0x0SojalSec: GitNexus turns any GitHub repo into a living interactive knowledge graph every call chain, dependency, execution flow, …
GitNexus is a tool that indexes codebases into interactive knowledge graphs, mapping dependencies, call chains, and execution flows. It provides a CLI with MCP integration for AI agents and a web UI for exploration.
@BrooksWhaleX: Breaking: Someone just open sourced a knowledge graph engine for your codebase and it's terrifying how good it is. It's…
GitNexus is an open-source knowledge graph engine that indexes codebases, maps dependencies and execution flows, and integrates with AI coding assistants via MCP, providing full architectural clarity to prevent breaking changes.
@techNmak: An 82K-star GitHub repo is built around one painfully obvious idea: Your coding agent should map the codebase once, not…
Graphify converts entire codebases into persistent knowledge graphs that coding agents can query instead of repeatedly grepping files, improving context understanding and reducing redundancy.
@swyx: Cursor/Graphite’s @TomasReimers just announced Origin @cursor_ai’s long awaited Git competitor, scalable for agent work…
Tomas Reimers announces Origin, Cursor AI's long-awaited Git competitor designed for scalable agent workloads with API and MCP extensibility, built-in merge conflict and failure resolution.
@NainsiDwiv50980: AI agents got smarter. Their way of understanding codebases didn't. Most still crawl through repositories file-by-file,…
A fully open-source codebase intelligence engine called SocratiCode helps AI navigate repositories using semantic search, dependency graphs, impact analysis, and shared indexes without vendor lock-in.