by Leftium on 5/18/2024, 5:35:13 PM
"AI" has unfortunately become synonymous with "LLM," even though LLM's are only a subset of AI.
"Autocomplete" seems to be the simplest way of explaining it is just fancy pattern recognition.
Slightly longer:
> Traditionally programming meant explicitly telling computers how to do something. 'AI' just gets the inputs and outputs, and figures out the 'how' own its own.
---
I share these explainer videos when people ask me to explain AI to them:
- https://youtu.be/-4Oso9-9KTQ
- https://youtu.be/Sqa8Zo2XWc4
by cpach on 5/17/2024, 8:37:26 PM
Stephen Wolfram has a good explanation: https://writings.stephenwolfram.com/2023/02/what-is-chatgpt-...
by JoeAltmaier on 5/21/2024, 3:47:56 PM
Here's how CHATGPT describes itself:
Large Language Models (LLMs) are advanced artificial intelligence systems designed to understand and generate human language. Trained on vast amounts of text data, these models utilize deep learning techniques, particularly transformer architectures, to predict and produce coherent and contextually relevant text. They can perform a variety of tasks, including language translation, summarization, question answering, and content creation, by leveraging their ability to recognize patterns and relationships in language. LLMs, such as OpenAI's GPT-4, have become integral in both research and practical applications, demonstrating impressive capabilities in natural language processing and understanding.
by andrei_says_ on 5/18/2024, 4:07:43 AM
A word generator based on statistical probabilities. Has no understanding of the real world or logic. Everything is hallucinated, some word combinations coincide with reality but that’s a random occurrence.
by gardenhedge on 5/18/2024, 12:54:01 AM
Sentence generator that adds words based on learned probabilities of a trained model. When the training data is big enough and the model is tuned enough, it can be seen as AI.
by ai4u on 5/20/2024, 1:51:14 AM
It’s worth clarifying: LLM is a game of probability, and artificial intelligence is a big topic of discussion. First, we need to figure out what the teacher should teach, and then figure out what content the students have already mastered.
by JojoFatsani on 5/17/2024, 10:04:20 PM
Autocorrect but much bigger
by al_borland on 5/19/2024, 3:32:55 PM
This is highly dependent on the person. Who are they to me? What is their technical background? Why do I think they need to know what an LLM is?
by sabrina_ramonov on 5/21/2024, 12:41:17 AM
large-scale deep transformers to model next token probability distribution conditioned on context by optimizing loss function
by jjaison13 on 5/21/2024, 8:21:34 PM
it uses what it learns from a bunch of text that humans have written to decide how to best answer a question
by feeela on 5/18/2024, 1:37:22 AM
A stochastic parrot.
by nothercastle on 5/18/2024, 5:44:52 AM
It’s a glorified auto correct
by julianbenjamin on 5/18/2024, 2:22:05 AM
Google except easier
by ElectricBoogie on 5/19/2024, 5:05:22 AM
"A stupid computer is trained to appear intelligent by predicting the next word."
by alexshendi on 5/19/2024, 12:53:04 AM
Wait until the hype is over?
(Or AI in general in some cases)