Hacker News new | ask | show | jobs
Beware the IDEs of March: Cursor vs. Windsurf vs. Claude Code (repromptai.com)
6 points by rob313 461 days ago
1 comments

> One agent does client, one does server, and one does CSS

This doesn't seem like a scalable practice. From my experience, the worst thing about these IDEs is maintaining the conversation / file context that it needs to finish the request.

If you're running multiple agents, they all have totally silo'd context (at least in cursor). Which means there's not a great way for them to align on implementation / api spec. Why not just have one "full stack" agent that handles an atomic task end to end?