this post was submitted on 16 Aug 2025
500 points (93.7% liked)

Technology

74180 readers
3776 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
[โ€“] iopq@lemmy.world 1 points 23 hours ago (1 children)

You can't predict how the next twenty years of research improves on the current techniques because we haven't done the research.

Is it going to be specialized agents? Because you don't need a lot of data to do one task well. Or maybe it's a lot of data but you keep getting more of it (robot movement? stock market data?)

[โ€“] Dangerhart@lemmy.zip 1 points 4 hours ago

We do already know about model collapse though, genai is essentially eating its own training data. And we do know that you need a TON of data to do even one thing well. Even then it only does well on things strongly matching training data.

Most people throwing around the word agents have no idea what they mean vs what the people building and promoting them mean. Agents have been around for decades, but what most are building is just using genai for natural language processing to call scripted python flows. The only way to make them look coherent reliably is to remove as much responsibility from the llm as possible. Multi agent systems are just compounding the errors. The current best practice for building agents is "don't use a llm, if you do don't build multiple". We will never get beyond the current techniques essentially being seeded random generators, because that's what they are intended to be.