this post was submitted on 04 Jun 2026
658 points (98.5% liked)

Technology

86187 readers
2621 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
[–] motruck@lemmy.zip 18 points 1 month ago* (last edited 1 month ago) (4 children)

I mean have you used an agent? They are fucking dumb and make a ton of queries to get anything done.

[–] Satellaview@lemmy.zip 8 points 1 month ago

Oh yeah, 100% true, “amount of traffic does not even remotely map to amount of actual work being done especially on such a horrifically inefficient system” was a point I meant to bring up but I sprung a leak in a blood vessel from sheer rage before I could even get there. Thank you.

[–] zarathustrad@lemmy.world 3 points 1 month ago (1 children)

Just pay for more cloud compute that will fix it...

Would you like to know more? That's gonna cost ya.

[–] edible_funk@sh.itjust.works 1 points 1 month ago (1 children)

As an aside the recent trend of using compute as a noun instead of a verb really pisses me off, it's so goddamn stupid.

[–] zarathustrad@lemmy.world 2 points 1 month ago

I agree. Though since my comment was intended to be annoying (in the same way the current reality is) I shall stand by its use here.

[–] MangoCats@feddit.it 1 points 1 month ago

A lot of times their training is lacking in whatever I'm trying to get them to do, so I have to direct them to read particular web pages in order to have a clue what they're supposed to be parroting.

[–] sus@programming.dev 1 points 1 month ago* (last edited 1 month ago) (1 children)

Some agent may do 100 queries for 1 user question, but a single scraper bot will do 100 queries every single second of every single day, and costs less to run than the LLM.

[–] motruck@lemmy.zip 3 points 1 month ago

Fair point. Scrapping is definitely the low overhead high impact problem.