A Very Gentle Introduction to Large Language Models without the Hype

<p>This article is designed to give people with no computer science background some insight into how ChatGPT and similar AI systems work (GPT-3, GPT-4, Bing Chat, Bard, etc). ChatGPT is a chatbot &mdash; a type of conversational AI built &mdash; but on top of a&nbsp;<em>Large Language Model</em>. Those are definitely words and we will break all of that down. In the process, we will discuss the core concepts behind them. This article does not require any technical or mathematical background. We will make heavy use of metaphors to illustrate the concepts. We will talk about why the core concepts work the way they work and what we can expect or not expect Large Language Models like ChatGPT to do.</p> <p>Here is what we are going to do. We are going to gently walk through some of the terminology associated with Large Language Models and ChatGPT without any jargon. If I have to use jargon, I will break it down without jargon. We will start very basic, with &ldquo;what is Artificial Intelligence&rdquo; and work our way up. I will use some recurring metaphors as much as possible. I will talk about the implications of the technologies in terms of what we should expect them to do or should not expect them to do.</p> <p>Let&rsquo;s go!</p> <h1>1. What is Artificial Intelligence?</h1> <p>But first, let&rsquo;s start with some basic terminology that you are probably hearing a lot. What is&nbsp;<em>artificial intelligence</em>?</p> <ul> <li><em>Artificial Intelligence</em>: An entity that performs behaviors that a person might reasonably call intelligent if a human were to do something similar.</li> </ul> <p>It is a bit problematic to define artificial intelligence by using the word &ldquo;intelligent&rdquo;, but no one can agree on a good definition of &ldquo;intelligent&rdquo;. However, I think this still works reasonably well. It basically says that if we look at something artificial and it does things that are engaging and useful and seem to be somewhat non-trivial, then we might call it intelligent. For example we often ascribe the term &ldquo;AI&rdquo; to computer-controlled characters in computer games. Most of these bots are simple pieces of&nbsp;<em>if-then-else</em>&nbsp;code (e.g., &ldquo;if the player is within range then shoot else move to the nearest boulder for cover&rdquo;). But if we are doing the job of keeping us engaged and entertained, and not doing any obviously stupid things, then we might think they are more sophisticated than the are.</p> <p><a href="https://mark-riedl.medium.com/a-very-gentle-introduction-to-large-language-models-without-the-hype-5f67941fa59e">Website</a></p>
Tags: hype LLM Gentle