Cursor 3 is a unified workspace for building software with agents.
Replies
Best
Curious how this handles context across multiple agents running in parallel — does it maintain shared memory between them?
Report
I have been having a great time with Cursor IDE. But there seems to be a lot of updates in recent times that seem so hard to catch up with. I have also been seen some breaking in external integration
The parallel agent workspace is the feature I have been waiting for. Running multiple agents side by side without them colliding on file changes has been a real pain point in every other tool I have tried. Curious how the MCP support works in practice. Does each agent get its own MCP server connection, or do they share a single pool?
Report
Downvoting and downgrading to Cursor 2.3... Here's why: - Lost VSCode functionality - extensions, code formatting, etc. - Lost recent agent changes review - instead they offer a basic Git diff in this version. - Unreadable interface, low visual contrast. - No settings. Where did they go? - Vibe-coding tool instead of a developer tool.
In my point of view Cursor 3 is a downgrade. The only advantage is parallel agents, could be achieved with Cursor 2 using command line. If Cursor continues developing in this direction, I'd seriously consider switching to other IDE.
Report
the parallel agents angle is what makes this interesting. running multiple agents on the same codebase has always felt risky. curious how you handle conflicts when two agents touch the same file
Replies
Curious how this handles context across multiple agents running in parallel — does it maintain shared memory between them?
I have been having a great time with Cursor IDE. But there seems to be a lot of updates in recent times that seem so hard to catch up with. I have also been seen some breaking in external integration
WUPHF by Nex.ai
The parallel agent workspace is the feature I have been waiting for. Running multiple agents side by side without them colliding on file changes has been a real pain point in every other tool I have tried. Curious how the MCP support works in practice. Does each agent get its own MCP server connection, or do they share a single pool?
Downvoting and downgrading to Cursor 2.3... Here's why:
- Lost VSCode functionality - extensions, code formatting, etc.
- Lost recent agent changes review - instead they offer a basic Git diff in this version.
- Unreadable interface, low visual contrast.
- No settings. Where did they go?
- Vibe-coding tool instead of a developer tool.
In my point of view Cursor 3 is a downgrade. The only advantage is parallel agents, could be achieved with Cursor 2 using command line. If Cursor continues developing in this direction, I'd seriously consider switching to other IDE.
the parallel agents angle is what makes this interesting. running multiple agents on the same codebase has always felt risky. curious how you handle conflicts when two agents touch the same file