this post was submitted on 22 Aug 2026
591 points (97.4% liked)

Technology

87463 readers
3379 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
 

A new Coddy Developer Survey found that four in five developers, 80%, say their use of AI has felt more like a dependence than an advantage.

you are viewing a single comment's thread
view the rest of the comments
[–] Seimhe@lemmy.world 18 points 2 days ago (15 children)

Considering the vast amounts of knowledge it has at its disposal, I can only conclude that it’s not very smart at applying it. A person with a fraction of that knowledge will produce better results.

So it has more access to information, but the results are poor compared to a person.

[–] kescusay@lemmy.world 41 points 2 days ago (14 children)

The important thing to remember is that it actually has zero access to information, because that's not how LLMs work.

At their core, they're vector databases, and they're trying to probabilistically come up with the next most likely token in a stream of tokens found in the DB. You can manipulate the stream by injecting text such as the content of existing files (which becomes more tokens) into the stream, but it never actually understands any of it.

That's why hallucinations are inherently unavoidable. It's really all just hallucinations. It's just that you can sometimes get useful text from their hallucinations if they happen to comport with reality.

[–] Zexks@lemmy.world -2 points 2 days ago (4 children)

Ypu have no idea what youre talking about. They absolutely have access to "information"

[–] kescusay@lemmy.world 8 points 2 days ago* (last edited 2 days ago) (1 children)

No, they really don't. That's not how they work. At least, not if the "information" you're talking about is real semantic content that real minds can process.

Every piece of information you think an LLM has access to is actually just converted into a stream of additional tokens that are fed into the model to (hopefully usefully) modify the next tokens it predicts. That's not the same thing as having actual access to information. Tokens are just numbers with statistically more (or less) likely relationships to each other.

I'm not trying to downplay LLMs. They're architecturally interesting and have genuine uses. I'm just trying to head off a bit of technical inaccuracy.

[–] MalReynolds@slrpnk.net 4 points 2 days ago (1 children)

Absolutely correct and well said. Until you give it a tool to call a websearch (in my case SearxNG), I occasionally break it out (local 27B model) when a search is pulling lots of AI slop, Spy vs Spy style. I make it give me references and it usually indicates a bad search (XY problem)

[–] brbposting@sh.itjust.works 2 points 14 hours ago* (last edited 14 hours ago)

Local, avoids consolidation of power & privacy leaks

Use in limited cases, avoids skill atrophy

Nice

load more comments (2 replies)
load more comments (11 replies)
load more comments (11 replies)