Why did coding agents take off first?
- Why did coding agents take off first?
- Two reasons:
- 1) Code is ground-truth-able.
- An agent can poke around in Playwright and see if it works.
- That means the agent doesn't get into a thrashing doom loop as often, because it can ground itself to some degree even when the human isn't paying attention.
- 2) Version control
- No matter how messy the situation gets, you can simply reset.