✊ Mert from GodmodeHQ
@mmd
I have been on the deepend of Cursor and Windsurf in the last 2 weeks. Here are some observations and tips on vibe coding or creating your own apps with natural language. The biggest difference between Cursor and Windsurf is long running behaviour. Let me explain:
1 reply
0 recast
2 reactions
✊ Mert from GodmodeHQ
@mmd
If you ask "Implement streaming into my app" Cursor: will start integrating streaming in the simplest way possible Windsurf: will start integrating with longer pauses and will not stop until it tests the functionality. This is sometimes really good to bootstrap apps and backends.
1 reply
0 recast
0 reaction
✊ Mert from GodmodeHQ
@mmd
For simpler tasks, it is too much. If I am editing simple functionality and requesting simple changes, I use Cursor. If I am requesting extensive features, I use Windsurf. Regardless of which one to use, here is my pro tip. Reading code and planning steps as the human driver is crucial. AI goes out of its way sometimes to complicate things and also implement really unrelated things.
1 reply
0 recast
0 reaction
✊ Mert from GodmodeHQ
@mmd
If you have your code already set up, this is what I do. I create a standalone python script, implementing my logic. Then I point the agent to this script to implement the functionality into the wider codebase.
1 reply
0 recast
0 reaction