GitLab Orbit Puts Agents Inside Your Software Lifecycle — And RAG Still Can't Compete
The problem with AI coding agents today isn't that they can't write code — it's that they have no idea what the rest of the system looks like. They see the file you opened, the diff you're working on, maybe the terminal output. But they don't know which service depends on the module you're changing, whether a similar vulnerability was flagged in another repo last month, or who reviewed comparable changes six months ago. That context lives in your DevSecOps platform, and getting it to a coding agent has meant custom scripts or copy-pasting between browser tabs. GitLab's new Orbit project, now in public beta, tries to close that gap with a live queryable graph that maps every relationship between groups, projects, merge requests, pipelines, vulnerabilities, and source code — and it just announced a direct integration with Google Antigravity agents.
The integration itself is straightforward: agents install Orbit from the Antigravity MCP Store, query the graph through structured JSON DSL, and get typed results back instead of guessing. Early internal tests claim agents grounded with Orbit respond up to 11 times faster, use 4.5 times fewer tokens, and hallucinate 45 times less. That last number is the one that makes me pay attention — if agents are still spinning up plausible-sounding answers based on partial context, the token savings don't matter. The Compare the Market test on 79 real merge requests was more convincing. An Orbit-grounded AI reviewer placed accurate inline comments about 70% of the time, against 58% for standard RAG. More tellingly, RAG underperformed every other approach, including having no context at all. For a company that assumed RAG was the natural solution, that result probably made for an awkward demo.

The real question is whether Orbit scales outside GitLab's own data. A graph is only useful if it accurately tracks relationships across large monorepos, cross-repo dependencies, and teams with different ownership models. GitLab 19.1 — released the same week as the Antigravity announcement — also added secret false-positive detection and an always-on availability mode for GitLab Duo, which reads like enterprise governance catching up

Sources
Comments
Post a Comment