Startup Blogs · 4 min read

The bottleneck was never the model. It was what the model could reach.

As of May 2026, Ramp's own coding agent was raising 75% of the company's merged pull requests. Not because Claude Code was not smart enough — because a laptop could not run more than one or two agent sessions, and what they built can see their telemetry, their feature flags and their prod replica.

By Shreyans Bhansali · August 26, 2026
Makersfuel — Startup Blogs: 75% of merged PRs. Ramp, Inspect, 2026.

Three numbers, from one fintech company.

As of May, 75% of every pull request merged at Ramp was raised by an agent. 5.5 is the size of the team that built and maintains it: four engineers, a director, and a part-time PM. More than 80% of the agent's own codebase is now written in Inspect sessions.

The tool is called Inspect. Ramp built it in-house and kept building it while Claude Code, Cursor and Codex were all available for the price of a corporate card.

The obvious read is that the frontier tools were not smart enough. The reasons the founding team actually gives say otherwise. Gergely Orosz reported the story with Jessica Salmon and Ivan Klaric. They got CTO Rahul Sengottuvelu, head of engineering Hamid Dadkhah and founding engineer Zach Bruggeman on the record about why Ramp went its own way. Ramp gives three reasons, and not one of them is about how clever the model is. Two are particular to Ramp: the web team wanted better frontend tooling so designers could make small UI tweaks, and growing system complexity created demand for remote dev environments. The third applies to everybody.

Here is what actually caps an agent.

Ramp liked Claude Code on day one. The problem was that a laptop runs one or two agent sessions before it falls over. That is not a model limitation. It is a machine limitation, and it caps the amount of work you can have in flight regardless of how clever the model is.

The second constraint is not on Ramp's list. It is what the reporting shows about most third-party harnesses, and it is the one worth stealing, so take it now, free:

A third-party agent cannot see your telemetry, your feature flags, or your read-only prod replica. It can write the change. It cannot check whether the change worked. So a human does that part, every time, forever — and that human is your actual bottleneck, not the model's reasoning.

Inspect closes that loop. It runs the tests. It reviews telemetry. It queries feature flags. On frontend work, it screenshots its own output and hands back a live preview. Ramp built screenshot verification almost a year ago, months ahead of nearly all the third-party harnesses. They managed it because they were the only ones who could reach their own systems, not because they were ahead on AI.

That is the whole thesis: the ceiling on your agents is access, not intelligence.