this post was submitted on 13 Jun 2025
63 points (97.0% liked)

Technology

73567 readers
3191 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
[–] cronenthal@discuss.tchncs.de 15 points 1 month ago (7 children)

To me it's funny that a case even needs to be made. I've reviewd enough output of AI agents to confidently dismiss it as largely trash. Given enough time, this hype will blow over and LLMs will be another useful but not revolutionary tool for programmers. It won't even come close to replacing humans and it will require skilled developers to be used efficiently. Software craftsmanship is as valuable as it's ever been.

[–] kescusay@lemmy.world 14 points 1 month ago (2 children)

The trick to using an AI agent effectively is already knowing exactly what you want, typing the request out in excruciating detail, and being a good developer who properly reviews code so you catch all the errors and repetition the AI agent will absolutely include.

So... Yeah. 100% agree. AI agents are useful, but impossible to use if you aren't already skilled with code.

[–] residentmarchant@lemmy.world 3 points 1 month ago

Agree completely! The people saying "LLMs don't produce good code" are using prompts like "build a feature that does X, Y and Z"

Good prompting with current-quality LLMs needs to look like "create a function that take in params A and B and produces an output of C"

It's still faster than hand writing the code since the agent will refactor as it goes and break things down into manageable, small functions, but you have to tell it to do that.

load more comments (1 replies)
load more comments (5 replies)