Abe Qarm

Cursor: AI Code Editor – A Real VS Code Alternative?

Been checking out Cursor, an AI code editor that deeply integrates AI into your workflow. Think natural language coding, smart predictions, and asking your codebase questions.

It's trying to push AI further than, say, VS Code (even with Copilot).

I'm curious:

How has Cursor's AI experience been for you compared to your current setup?

Does a dedicated AI-first editor like this feel like a significant leap?

Let's discuss!

96 views

Add a comment

Replies

Best
Charanjit Singh

@Cursor was introduced to me by some lad on 𝕏 and ever since I'm on it.

My workflow to start new project is to choose a solid boilerplate, like for nextjs I prefer @Indie Kit.
Then:
1. Database design
2. UI design
3. Iteration

And to solve issues or implement features, I use the following workflow:
- 1 precise problem at a time: Eg: Add sidebar with bla bla bla options and should be mobile friendly.

And it just works!

CaiCai

I think the biggest change, and it's not just for programmers, but for many product designers like me, is that in the past, if we wanted to do something, we might have to rely on programmers. Now it's become very simple. All our communication is directly with Cursor, and it implements my requirements. Then I complete the UI upgrade myself. I can probably get a requirement done in a day.

Abe Qarm
@hi_caicai good point!
Abe Qarm
interesting! what do you guys do?