this post was submitted on 04 May 2026
1 points (51.9% liked)

Technology

84354 readers
3948 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[–] BozeKnoflook@lemmy.world 5 points 13 hours ago

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.