this post was submitted on 07 Aug 2024
129 points (93.3% liked)

Technology

74627 readers
3407 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
[–] anarchrist@lemmy.dbzer0.com 18 points 1 year ago (2 children)

LLMs do not reason, they probabilistically determine the next word based on the words you prompt it with. The most perfect implementation of "AI" was the T9 predictive text system for dumb phones cmv.

[–] MentalEdge@sopuli.xyz 10 points 1 year ago* (last edited 1 year ago) (1 children)

And to have conversation, behind the scenes, each prompt gets the entire conversation so far tacked on.

The model itself is static, it doesn't work like a brain that changes in response to stimulus, or form memories.

To converse about something, the entirety of an exchange is fed back into the model all over again each time it needs to produce a response. In fact, this can happen several times over for each word in a response.

It's basically an attempt at duct-taping the ability to form memories onto an otherwise static system. It works, but I don't see how that way of doing it could ever land LLMs in the land of real consciousness.

It basically means these models "think" in frames, but each frame gets exponentially heavier to process, as it has to ingest every frame that came before.

[–] mozz@mbin.grits.dev 3 points 1 year ago

OpenAI at least is now attempting to bolt on a “memory” by having the LLM spit out short snippets of what it might need to know later, which it then has access to when completing later prompts. Like everything else post-GPT-4, it seems fine but doesn’t work really all that well at what it is intended to do.