Quinn Slack on Parallel Coding Agents
Quinn Slack explains how Amp rebuilt its workflow around remote "orbs" — cloud agents that run in parallel — and, for a small trusted team, dropped local dev, mandatory code review, and much of classic CI.
Orbs, and the End of Local Dev
Amp rebuilt itself around "orbs" — coding agents that run remotely in the cloud, so you can close your laptop and run many tasks at once instead of one at a time on your machine.
You can shut your laptop. You can do a 100 things in parallel.
More Known for Killing Features
Amp deliberately removes features — it was an early mover in killing its editor extension — to keep everyone on one blessed path rather than maintaining the old ways of working.
we were more known for killing features than for adding features.
No Mandatory Code Review Before Main
Amp dropped mandatory pre-merge code review for its small team and replaced the safety it provided with deep trust plus fast recovery — shipping a fix within minutes of a bad signal.
Yeah, it's dead. It's been dead ever since we started working on AMP.
The Cloud Agent Is the Secure One
Running an agent in a cloud orb with a short-lived, scoped token is more secure than a CLI agent on a laptop that inherits whatever access the developer already has.
it feels like a CLI coding agent is a really insecure thing and you want to be moving to the cloud.
CI's Days Are Numbered
With the agent already running tests in a reproducible sandbox, Slack expects classic CI to fade — while the sandbox underneath it, sold by companies like E2B and Daytona, keeps growing.
half the AMP team is like, "Guys, we don't need CI."
GitHub Dies with a Whimper
Slack's team barely touches GitHub anymore — no issues, no pull requests, and looking to leave Actions — moving instead to ad hoc repositories hosted inside Amp.
We just don't even think of GitHub anymore. We're not using issues. We're not using pull requests.
The Agent Is the Ultimate Settings Screen
Instead of shipping settings screens, integrations, and MCP plumbing, Amp lets an agent (and the code itself) be the way you customize software — fork it and change whatever you want.
an agent is the ultimate settings screen for any software and code is the ultimate setting screen for any software.
Twenty Co-founders, No PMs
After spinning Amp out of Sourcegraph, Slack runs a profitable 20-person team where everyone is trusted with everything, and argues the old split between product people and overhead roles no longer makes sense.
10% of the people are thinking about how to make a great product and the other 90% are thinking about the overhead