Home
Hey everyone,
I’ve been coding for about 6 years now, mostly working with JavaScript, Python, and recently diving into Go. Like many of you, I’ve been following the rise of AI-powered coding tools — from GitHub Copilot to more recent ones like Cursor, Windsurf, and even the new AI agents in VS Code.
But something changed in the last few months. We’re not just talking about autocomplete anymore. We’re talking about Prompt-to-Code: you write a sentence in plain English, and the IDE builds an entire function — or even a full component — for you.
At first, I thought: “This is amazing, I’ll be 10x faster.”
And honestly? I was. I built a small REST API in minutes using Cursor. But then I started noticing something weird.
I was becoming less careful.
I stopped thinking deeply about the logic. I’d just prompt, copy, paste, and move on. When something broke, I didn’t debug — I just asked the AI to fix it. It felt productive, but looking back… I wasn’t really coding. I was just orchestrating prompts.
So here’s the question I’ve been asking myself — and I’d love to hear your thoughts:
Are these tools making us better developers, or just lazier ones?
Some points I’ve been considering:
🔍 The Good
Speed is real. Prototyping takes hours, not days.
Great for boilerplate, repetitive code, or exploring unfamiliar libraries.
Lowers the barrier for beginners to build stuff quickly.
⚠️ The Bad
You stop understanding the code you’re shipping.
Security risks: AI can generate vulnerable code if you’re not reviewing it.
Over-reliance can hurt your ability to solve problems without assistance.
🤔 The Unknown
Will companies start hiring “prompt engineers” instead of junior devs?
Is “coding” going to become more about architecture and less about syntax?
Are we heading toward a future where only senior devs survive — because they know how to guide the AI?
I’m not against AI tools — I actually love them. But I’m trying to find a healthy balance. Right now, I’m experimenting with a personal rule: write the first version myself, then use AI to refactor or optimize. That way I stay sharp, but still benefit from the speed.
What about you?
Are you using Cursor, Copilot, or Windsurf daily?
Have you noticed any change in the way you think about code?
Let’s discuss. I’m genuinely curious where this is going.
Cheers, Alfredo
