this post was submitted on 16 Feb 2026
50 points (98.1% liked)

News

36086 readers
3075 users here now

Welcome to the News community!

Rules:

1. Be civil


Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only. This includes accusing another user of being a bot or paid actor. Trolling is uncivil and is grounds for removal and/or a community ban. Do not respond to rule-breaking content; report it and move on.


2. All posts should contain a source (url) that is as reliable and unbiased as possible and must only contain one link.


Obvious biased sources will be removed at the mods’ discretion. Supporting links can be added in comments or posted separately but not to the post body. Sources may be checked for reliability using Wikipedia, MBFC, AdFontes, GroundNews, etc.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Post titles should be the same as the article used as source. Clickbait titles may be removed.


Posts which titles don’t match the source may be removed. If the site changed their headline, we may ask you to update the post title. Clickbait titles use hyperbolic language and do not accurately describe the article content. When necessary, post titles may be edited, clearly marked with [brackets], but may never be used to editorialize or comment on the content.


5. Only recent news is allowed.


Posts must be news from the most recent 30 days.


6. All posts must be news articles.


No opinion pieces, Listicles, editorials, videos, blogs, press releases, or celebrity gossip will be allowed. All posts will be judged on a case-by-case basis. Mods may use discretion to pre-approve videos or press releases from highly credible sources that provide unique, newsworthy content not available or possible in another format.


7. No duplicate posts.


If an article has already been posted, it will be removed. Different articles reporting on the same subject are permitted. If the post that matches your post is very old, we refer you to rule 5.


8. Misinformation is prohibited.


Misinformation / propaganda is strictly prohibited. Any comment or post containing or linking to misinformation will be removed. If you feel that your post has been removed in error, credible sources must be provided.


9. No link shorteners or news aggregators.


All posts must link to original article sources. You may include archival links in the post description. News aggregators such as Yahoo, Google, Hacker News, etc. should be avoided in favor of the original source link. Newswire services such as AP, Reuters, or AFP, are frequently republished and may be shared from other credible sources.


10. Don't copy entire article in your post body


For copyright reasons, you are not allowed to copy an entire article into your post body. This is an instance wide rule, that is strictly enforced in this community.

founded 2 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] Witchfire@lemmy.world 48 points 1 week ago (1 children)

I've been in tech for 10+ years and I'm ready to quit the industry. AI has absolutely tarnished it and made it miserable

[–] RotatingParts@lemmy.ml 12 points 1 week ago (1 children)

How so? I am guess the ramifications of vibe coding or is it something else?

[–] Witchfire@lemmy.world 43 points 1 week ago* (last edited 1 week ago) (1 children)

I left one of the big tech companies this year. AI perverted absolutely everything. The only thing worse than vibe code is having to maintain someone else's vibe code on a codebase you spent the last 7 years nursing. Vibe code is absolute trash, but it's management's shiny new toy so they make it everyone's problem.

Expectations changed because of it. A project that would normally take 3 months to plan and implement was expected in a week, quality be damned. We racked up over 500 bugs in a year for a different unreleased application. I would get deadlines in the middle of my vacation days.

And I haven't even gotten to the moral and humanitarian issues

[–] IamSparticles@lemmy.zip 7 points 1 week ago* (last edited 1 week ago)

Yeah... this is one of the (many) problems with generative AI. It's trained to produce an end product. It doesn't know or care about the process of getting to that end product, or what happens next. It knows how to make bits and pieces of code that look and function like the code it was trained on. If the problem you're trying to solve has already been solved hundreds or thousands of times, you'll probably be fine. But that isn't why software engineers get paid good money. We get paid because we've spent years learning lessons about the advantages and disadvantages of different solutions and when to use them. AI doesn't know or care about that. At best, it just knows "make thing work." Trying to maintain or change AI-generated code is nearly impossible because there's no reason or logic to how it made the decisions it made. Whenever it made a decision it just did whatever was the most statistically likely thing. If you want to make a change, the easiest thing to do is just modify your prompt and let the AI regenerate the entire codebase from scratch.

[–] skip0110@lemmy.zip 10 points 1 week ago* (last edited 1 week ago)

And here I thought, oh, maybe they head into civil engineering, law, chem, or bio and make a contribution to society there.

Edit: or the arts/history, although probably a different type of person would be interested in that

[–] Entropy_Pyre@lemmy.ca 1 points 1 week ago

If you’re already in computer science, go into cybersecurity, learn to hack AI. That’s the next big thing. AI has immense vulnerabilities.