this post was submitted on 04 May 2026
1 points (51.9% liked)
Technology
84354 readers
3953 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
AI is slop and I despise how people shill for it. I have yet to find a use for AI. Your economy is shrinking, AI didn't directly take your job. Standards have been lowered and suckers buy slop. The bubble is gonna pop of these tech bro welfare queens are gonna beg for a bail out. I use AI and I usually give up on it and use a search engine to learn how things work. AI is anti privacy, anti worker and anti quality. This lady is a marketing shill. Sorry if I sound mean... please don't ban me.
I think what it does (my take from the outside looking in) is rob people of context. Sometimes that context is extremely important and without it even the best answers can cause flaws and failures.
The one good thing about going to a website and reading an article is that you get context that helps you understand the concept not just the answer you were looking for.
The context is how we learn. It's how we build on basic understanding. It's also how we vet information for factualness.
I believe this is why people see a decline in their skillset when they use AI LLM'S in place of their own skills. Every time you use a skill you refine it. Don't use it and in a lot of cases you will lose it.
I think it has some valid use as a tool in programming, though relying entirely on it ("vibe coding") just produces a mountain of difficult to maintain crap.
What works for me is using it as tool like one could delegate to a junior programmer. I can write the signature of a method that it will complete the contents of; for example I'll write "function reverseTextInSentence(string: text) {}" and tell an AI to implement that method. It saves me a little time and I can keep thinking about the larger picture rather than the details of reversing a string of text.
That said: do not let it organize the structure of your project, don't let it name things for you, don't use in place of critical thinking, don't ever think it can actually use logic and reason besides repeating things it found on online forums, and don't let it write projects wholesale. It's a tool that can be useful, and you need to know when to use it and when its use will just make things worse.
Also fuck the AI corporations, run a free model on your own hardware.