Chris Messina

Warp Open-Source - Agentic development environment built with the community

The best, longest-lasting software is built with the people who use it, so we've opened up Warp to the community. To make this possible, Oz-managed agents do the heavy lifting (coding, planning, testing), letting community members focus on ideas, direction, and verification. 25K+ stars added and 500+ contributors in week one.

Add a comment

Replies

Best
Yuvansh Prajapat

It's really interesting how you're using the Oz cloud platform to let agents take the first pass at coding and PR reviews. I do wonder how you plan to prevent human maintainers from becoming a bottleneck once those agent-generated submissions start piling up.

Petra Donka

@yuvansh_prajapat great question. We've been rapidly evolving our internal processes to adjust. We'll have to see how everything pans over time. Right now it's a combination of lightweight internal processes, clear owners and expectations for each review, and integrating the team into the external process deeply, so it's not an extra thing to keep an eye on.

Pranav

Managing a Python ML microservice alongside a Next.js frontend is constant context-switching. Warp's project-level WARP.md that scopes what the agent sees is the right abstraction. Can you define inter-service boundaries so the agent knows the Flask ML service is a separate deploy target from the Next.js layer?

Petra Donka

@pranav60 definitely, you should try adding that in the AGENT/WARP[.]md files so they're part of the project context.

Ayush Siddhant

The open source part is almost a distraction from what's actually new here. Agents do the implementation, humans write specs and verify. That's a fundamentally different way to run an OSS project and nobody's really tried it at this scale before. As someone building multi-agent backends the block-based output that keeps agent sessions readable alongside normal shell output is the thing I'd actually reach for daily.

Petra Donka

@ayush_siddhant definitely, it's awesome to see how agents are changing these workflows

Komal Verma

I spend half my day in the terminal managing Node servers and Git for my MERN projects. An AI-native developer environment that acts autonomously to debug terminal errors is exactly what we need. Does it learn from team-specific custom CLI commands over time?

SAI SRINIDHI REPALA

Warp already changed how I think about the terminal and Oz feels like the next logical leap from a better interface to an actual agentic environment. The PR review panel built into the loop is a thoughtful touch. Would love to know how the parallel cloud agents handle conflict when two agents are working on overlapping parts of the same codebase.

Saurabhi Sharma

What I found interesting here isn't the open-source part , it's the reason behind it. Most open source projects I've heard about struggle because there are too many contributions and not enough people to review them. The idea that an agent handles the building so humans can focus on just saying yes or no , that's a different way of thinking about it. My question is: when a community member's idea gets built by Oz and it doesn't turn out the way they imagined, how does that conversation go? Because the gap between what someone describes and what gets built is usually where the frustration lives.