this post was submitted on 11 Oct 2025
11 points (100.0% liked)

General Programming Discussion

9810 readers
8 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 6 years ago
MODERATORS
 

Some friends of mine are saying that this might be the next big thing on IT. As someone who still thinks of starting a new career in this field (just got my associate level certificate in system analysis after a long time being a journalist who works in PR), especially considering that my company is becoming a bottomless pit, should I start building my stack on this before things get really sour at my current job?

you are viewing a single comment's thread
view the rest of the comments
[–] x1gma@lemmy.world 2 points 4 months ago

Honestly, cleaning up legacy shit code is already a thing, it's called consulting.

It won't be a dedicated career field. The AI bubble is at an all time high, and it works now. What people will realize, is that there is more to a piece of software than just the initial code / prototype. AI is amazing at prototyping, it's fast and it gives the dopamine rush of bringing something online fast. What AI is not good at is actually creating production ready code. Maintainability, security, operations of AI slop code suck. Massively. Adding features by AI to a vibe coded codebase sucks, and all of this is amplified exponentially if the person vibe coding does not know their shit.

The question on vibe coding is not if it will break, but when. And when it breaks, it does not matter if it's AI or just bad code. It's a broken app that needs fixing, and that's just your regular software engineering job.