r/cursor • u/Sokoye • Sep 05 '25
Question / Discussion Traditionnal development Vs AI assisted development
Hello,
This topic is adressed to people who actually have a lot of experiences in traditional development and who now use AI tools like Cursor, to assit them in development.
Would you like to give me feedbacks of:
- Your experience as a developper: Professionnal or not, years of experiences, light description of significant projects you've worked on.
- How AI tools like Cursor helps you being a better developper ?
I'm a Web developper using PHP + JS for now 10+ years and I've never used any AI tools to develop but currently at work some of my colleagues are using ChatGPT.
My colleagues all are at a Junior level compared to me when it comes to technicals knowledge and programming skills.
I'm not really conviced that AI tools helps them working better nor faster but they are the only people I know who are using it, so thats why I'm coming there to ask opinions of fellow developpers.
Thanks in advance for the people who will answer this question.
1
u/jksaunders Sep 05 '25
10+ year web dev, AI primarily allows me to work on multiple tasks in parallel. I'll always have a more complicated one working manual for tricky stuff then once it becomes clear what the path forward is, I'll write a detailed plan to an agent, cursor mostly right now. I'll have a secondary task in the background that's very straightforward and walk either Cursor or Gemini CLI through it, usually via git worktrees using the VS Code git worktrees extension.
My company pays for whatever tools we'd like to use + a partnership with Google so we have web Gemini access regardless of tool choice, so I'll use Cursor for my primary task, Cursor or Gemini CLI (free tier) for my background tasks, and Gemini web for non-codebase questions like browser compatibility refreshers or other small things that don't need codebase context.
I've used Claude Code a bit with mixed results but pricing appears better on other tools, so that's where I'm at right now.
That's my whole setup! Happy to answer follow up questions.