this post was submitted on 25 Jun 2026
683 points (99.4% liked)

Technology

85720 readers
4328 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] nigel@piefed.social 1 points 6 hours ago

This is almost the perfect task for them. I think if them as pattern matches. They have patterns for libraries in their training, and you gave it a technical spec, and it pattern matched it across to a library.

On top of that, you can verify it and reuse it. But regenerating it every time wouldn't be a good use both for the cost, and the risk of subtle issues that don't get noticed. Same argument as for any library.

Probably because I've been doing this so long, I often find it easier and more precise to describe things in code or pseudo code than common English, which often aides my use of LLMs.

On another note, I'm curious what you're making. My "when I get time" project is to use an old STM32 drone flight controller to do some basic robotics, which will only be possible because I think the LLM will pattern match me out of trouble getting an embedded C program compiling after 20 years out of that game.