Warp Embraces Agent-Driven Development With GPT-5.5 Support
Warp open-sources its terminal and partners with OpenAI to build 'Open Agentic Development,' a model where AI agents co-create ~90% of pull requests under human supervision.
Last verified:
The Shift From Human-Centric to Agent-Supervised Development
Warp, a modern terminal serving nearly 1 million developers, is positioning itself at the center of a fundamental shift in how software gets built. According to the OpenAI Blog, the company has open-sourced its terminal client this year with OpenAI as the founding sponsor, introducing a development model where AI agents and humans collaborate in fundamentally different roles than traditional open-source workflows.
The traditional model—humans writing code, reviewing patches, and merging contributions—is being inverted. In Warp’s vision, agents write code, test changes, and prepare pull requests, while developers supervise outcomes and define strategic intent. Zach Lloyd, Warp’s CEO, articulates this vision: “We think we can ship a better Warp, more quickly, by working with our community to supervise a fleet of agents.”
GPT-5.5’s Role in Token-Efficient Agent Reasoning
According to OpenAI’s internal benchmarks, GPT-5.5 delivers measurable efficiency gains for Warp’s agentic workflows. The model uses 30% fewer tokens per agentic coding task compared to GPT-5.4, a reduction that compounds across long-running agent orchestration at scale. OpenAI’s blog notes that GPT-5.5 helps agents reason across larger problem spaces and prepare work for human review—critical capabilities for agent-driven development pipelines.
This token efficiency matters because long-horizon engineering tasks—reasoning, planning, code generation, and code review—have been computationally expensive for prior models. Warp’s internal evaluations showed that OpenAI models perform strongly on these tasks, making GPT-5.5 the natural choice for orchestrating agent workflows in production.
Oz: The Infrastructure for Parallel Agent Coordination
Warp built Oz, its cloud orchestration platform, to solve infrastructure problems that traditional tooling was not designed for. According to the OpenAI Blog, Oz manages agents across local and cloud environments, handling shared memory, reproducible environments, evaluation systems, permissions, and work coordination. These components are necessary because persistent, parallelized agents—particularly those co-creating around 90% of Warp’s own pull requests—require coordination machinery that humans do not.
The result is a system where agent decisions feed back into shared context, allowing the system to improve over time. Developers contribute the product judgment and shared vision that only humans can provide, while agents handle the repetitive, reasoned work of code generation and testing.
Why This Matters
Warp’s bet on Open Agentic Development reframes open-source contribution from direct implementation work to collaborative supervision and intent-setting. Teams evaluating agent-native development tools now have a production reference case: Warp’s own engineering organization, where agents and humans are already co-creating the majority of pull requests. This model will likely influence how other companies structure long-running coding agent workflows, particularly around infrastructure choices (orchestration, memory, permissions) and the human-agent division of labor. For organizations planning to scale agent-assisted development, Warp’s public adoption of GPT-5.5 and the published benchmarks (30% token reduction) provide concrete efficiency targets to evaluate against their own use cases.
Frequently Asked Questions
What is Open Agentic Development?
It's Warp's model for building software where AI agents handle planning, code writing, testing, and pull requests, while humans define objectives and supervise outcomes. Developers contribute product judgment and vision rather than direct implementation.
How does GPT-5.5 improve Warp's agent workflows?
According to OpenAI's internal benchmarks, GPT-5.5 uses 30% fewer tokens per agentic coding task than GPT-5.4, making long-running agent orchestration more efficient at scale.
What is Oz?
Oz is Warp's cloud orchestration platform designed to manage persistent, parallelized agents across local and cloud environments, handling memory, coordination, and work distribution.
What percentage of Warp's pull requests involve agents?
In Warp's engineering organization, agents now co-create around 90% of the company's pull requests, providing the team direct experience with scalable agentic workflows.