@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
GitNexus (Akon Labs)
GitNexus by Akon Labs is an open-source kernel designed for coding agents, providing a foundational tool for AI-driven software development.
@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.
@Shruti_0810: Someone just open-sourced a tool that gives AI coding agents a map of your entire codebase. It's called GitNexus. Think…
GitNexus is an open-source tool that creates a knowledge graph of codebases to help AI coding agents understand code relationships, significantly boosting their performance on benchmarks.
@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.
abhigyanpatwari/GitNexus
GitNexus is a CLI and MCP tool that indexes codebases into knowledge graphs, enabling AI agents to better understand and navigate code architectures for more reliable edits.