Remix.run Logo
shaokind 3 hours ago

One of my recent thoughts is that Claude Code has become the most successful agent partially because it is more of a black box than previous implementations of the agent pattern: the actual code changes aren't shoved in your face like Cursor (used to be), they are hidden away. You focus more on the result rather than the code building up that result, and so you get into the "just one more feature" mindset a lot more, because you're never concerned that the code you're building is sloppy.

mikkupikku 2 hours ago | parent [-]

It's because claude code will test its work and adjust the code accordingly. The old way, with the way Cursor used to be or the way I used to copy and paste code from ChatGPT doesn't work because to iterate in towards a working solution requires too much human effort, making the whole thing pointless.

shaokind 2 hours ago | parent [-]

Cursor & its various clones (Cline, Roo Cline/Code) did that too, before Claude Code was even released.