this post was submitted on 15 Feb 2026
73 points (85.4% liked)

Programming

25549 readers
986 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Context: ~3.5yo Drupal / Prestashop / Plain PHP dev

I tried Cursor because our company paid for it, and it does bloody everything near instantly.

If I need to write a module for some custom data report UI, or a data importer of some variety, this thing just needs to know the detailed spec and it gets me probably 80% of the way to the feature in minutes. It's ridiculous. The rest is just me picking some UI libraries, fixing bugs, and probably optimizing the code a bit.

I really don't know what to do with the information that this thing can do what it took me so long to learn, in minutes, rather than hours, while I stumble around plugin declarations as if I just started to code.

Even the off-usage limit Cursor works really good. I can just keep coding with it past the $20 mark and it's fine.

Of course the code it generates is pretty shit and full of comments...but it works.

I've integrated it into my work almost entirely along with the rest of the team. We all spam it daily. We pretty much never write a feature ourselves anymore. From what Cursor says, most of our code in GIT from the past few weeks is AI generated (like 70-80%...)

Before you say it, yes, our codebase is shit, and was shit. We have practically no devops, no real team structure, and something is always on fire, though I'm under the impression that this isn't very uncommon nowadays.. (For context, we just wrote our first documentation for a project more than 4 years old, and it's all generated by Cursor, and there's more hardcoded shit in our code than configurable stuff)

I keep trying to manually write code that I'm proud of, but I can't. Everything always needs to be shipped fast and I need to move on to the next thing. I can't even catch my breath. The only thing allowing me to keep up with the team is Cursor, because they all use it as well. The last guy that refused to use AI was just excluded from the team.

How the hell do I deal with this information? Where do I go from here? I'm fucking terrified and I need some advice from somebody that isn't all up in the latest Opus model paying $80 (tax included) monthly to code with AI... I love my team, they're great people, but our obsession with AI is REALLY concerning.

PS: If somehow I leaked who I work for somewhere and this can be crossreferenced to my company please let me know. I don't want to be found talking about this, just because I don't know how they would react, but I really need a different perspective.

EDIT: Thanks all for the responses. You're confirming my fears. Idk how to feel about it...

you are viewing a single comment's thread
view the rest of the comments
[–] one_old_coder@piefed.social 4 points 18 hours ago (1 children)

It's a dead-end job because of PHP. But if you insist on using that language, drop all AI usage and learn with some good code, and add some CI/DevOps automation to clean and check everything.

[–] artifex@piefed.social 4 points 17 hours ago

I disagree with this. Maybe one of the few good things to come out of LLMs is that a smart developer doesn’t need to care as much about language, because the AI can abstract so much of that away. If you’re a good problem solver, it’s much easier to switch from PHP to Java to Python and let the AI handle the language specific details (up to a point, and not always optimally)