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.

Source article image
Source image 1

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

Source article image
Source image 2
to the fact that teams can no longer trust developers to manually enable AI tools project by project. Orbit is a bet that the context layer matters more than the model layer for agents that actually ship code. Whether that bet pays off depends on how many companies trust a single vendor to be the nervous system of their entire software lifecycle.

Sources

Comments

Popular posts from this blog

AI Is Starting to Feel Less Like a Gadget and More Like Infrastructure

When Two AI Bots Finally Learned to Talk in Discord

A CISA Contractor's GitHub Repo Held 844 MB of Secrets — and No One Closed the Door