Skip to content
Back to articles

How Ramp Uses Codex to Replace Hours of Code Review

April 2, 2026/3 min read/533 words
OpenAICodexGPTAI Agents
Austin Ray from Ramp talking about how Codex handles code review and on-call operations.
Image: Screenshot from YouTube.

Key insights

  • Ramp uses Codex not just for writing code but as an on-call assistant, showing how AI coding tools are expanding into operational workflows.
  • GPT 5.4 handles complexity that would require 'a ton of mental effort, a lot of sleep, and a lot of single-minded focus' from a human engineer.
  • Code review at Ramp went from hours to minutes: one of the clearest before/after productivity metrics in enterprise AI adoption.
SourceOpenAI
Published April 1, 2026
OpenAI
OpenAI
Hosts:Austin Ray

This is an AI-generated summary. The source video may include demos, visuals and additional context.

Watch the video · How the articles are generated

In Brief

Ramp calls OpenAI's Codex code review "industry gold standard". Engineers used to wait hours for a first review. Now Codex (an AI tool that can write, review, and fix code) gives them substantive feedback in minutes. Austin Ray, who leads the team that builds AI tools for other developers at Ramp, shared how his team relies on Codex daily and is now building something bigger: an AI-powered on-call assistant that takes the operational burden off engineers entirely.

From hours to minutes

Code review is one of the biggest bottlenecks in software development. Before a change can ship, another engineer has to read the code, catch mistakes, and suggest improvements. That takes time, often hours in a busy team.

Ramp found a way to shrink that wait dramatically.

The result: engineers spend less time waiting and more time building. Codex runs as an AI agent, a system that takes actions on its own rather than just answering questions. It works through a codebase the way a human reviewer would, just much faster.

The on-call assistant

Ramp's AI DevX team builds tools that make other developers more productive. Their current project takes that mission further than code review.

On-call is the rotation where engineers must be available to fix problems the moment they appear in production, meaning the live system real users depend on. Think of it like a doctor on call at a hospital: stressful, sleep-disrupting, and requiring deep knowledge of the system. Building an AI that can handle most of those incidents automatically is a serious undertaking.

Codex is the foundation Austin Ray is building it on.

Handling complexity that exhausts humans

Why Codex specifically? Ray points to something that goes beyond speed: the ability to reason through genuinely difficult problems without losing focus.

GPT 5.4 is the OpenAI model that powers Codex. Ray's point is that some engineering problems aren't just time-consuming — they're mentally exhausting. Tracing a bug through layers of interconnected systems, holding a large mental map while testing hypotheses, staying focused for hours. These are things humans do poorly when tired.

Codex with GPT 5.4 just sort of handles it like it's nothing.

What this shift looks like

AI coding tools started as autocomplete: suggestions while you type. Then they became pair programmers. Now they're reviewing code, responding to production incidents, and working through complex problems on their own.

Ramp's experience shows the developer workflow shifting from wait for a human to ship with AI support. Hours to minutes on code review. An AI handling on-call incidents that used to cost engineers sleep. These aren't demos. They're already running in production.

Glossary

TermDefinition
CodexOpenAI's AI coding tool that can write, review, and fix code. Works as an AI agent: it takes actions, not just answers questions.
Code reviewWhen another developer reads your code to catch mistakes and suggest improvements. Like asking someone to proofread a document before it goes live.
On-callA rotation where engineers must be available to fix production problems the moment they appear. Stressful and often sleep-disrupting.
AI DevXShort for AI Developer Experience. A team that builds tools and systems to help other engineers work more productively with AI.
GPT 5.4The OpenAI model that powers Codex.
AI agentAn AI system that takes actions on its own, working through a task step by step rather than just answering a single question.

Sources and resources

Share this article