The open-source agentic development environment, born out of the terminal. Build with agents, locally and in the cloud w/ Oz.
github.com/warpdotdev/warp
Introducing multi-agent orchestration in Oz, with support for Claude Code, Codex and the Warp Agent.
Use /orchestrate to delegate complex tasks across a team of agents, locally or in the cloud.
@steipete is now joining us for Crafting Software Factories!
📅 6pm Wed evening in SF after the @aiDotEngineer World's Fair
He'll be joining @zachlloydtweets and Paige Bailey from Google DeepMind to chat all-things loops, software factories, and the future of coding
Warp's founder @zachlloydtweets thinks every major software project will soon run on an automated "factory." I caught up with Lloyd on the expo floor of the @aiDotEngineer World's Fair, to discuss why & how engineers should prepare for this shift.
The Warp Agent now supports Claude Sonnet 5.
We're seeing significant gains in agentic coding and professional work, all at Sonnet pricing. A good default to set for tasks around your terminal!
Huge addition to our agent just shipped today.
I set up an auto router to plan with Opus and implement with GLM for token efficiency. What models do you all use?
Warp now has custom routers 🔀
Automatically route tasks to models based on your own custom rulesets.
- Route to your preferred models by complexity (easy through hard)
- Or, route based on plain english rules. Ex. use one model for planning and another for well-scoped bugs
@steipete is now joining us for Crafting Software Factories!
📅 6pm Wed evening in SF after the @aiDotEngineer World's Fair
He'll be joining @zachlloydtweets and Paige Bailey from Google DeepMind to chat all-things loops, software factories, and the future of coding
Warp now has custom routers 🔀
Automatically route tasks to models based on your own custom rulesets.
- Route to your preferred models by complexity (easy through hard)
- Or, route based on plain english rules. Ex. use one model for planning and another for well-scoped bugs
You can select any model you want to route to, with support for BYOK and BYO inference URLs.
Go to Settings > Warp Agent > Custom Routers
docs.warp.dev/agent-platform… 🔖
This is the Skill that powers feature development on our open-source repository.
If you want to try spec-driven development in your own projects, we've open-sourced a Skill for your agent to it up as an automation:
/oz-cloud-factory-demo
Building software factories?
Warp is hosting an evening for engineering leaders, including a fireside chat with @zachlloydtweets + Paige Bailey (Google DeepMind).
📍 SF, Wed Jul 1 evening. Limited room and nearing capacity, so register today!
Experimenting with custom auto routers for models in Warp. Configure with .yml, and describe what tasks should route to what model in plain english.
This example routes frontend tasks to GLM 5.2 and complex architecture decisions to GPT 5.5 high. Wdyt?