{"id":38,"date":"2026-08-01T19:25:01","date_gmt":"2026-08-01T22:25:01","guid":{"rendered":"https:\/\/prompteiro.com\/en\/what-is-artificial-intelligence\/"},"modified":"2026-08-01T19:25:03","modified_gmt":"2026-08-01T22:25:03","slug":"what-is-artificial-intelligence","status":"publish","type":"post","link":"https:\/\/prompteiro.com\/en\/what-is-artificial-intelligence\/","title":{"rendered":"What Is Artificial Intelligence: The Beginner&#8217;s Guide"},"content":{"rendered":"<p>You opened ChatGPT once, typed &#8220;hi&#8221;, got a friendly answer back and closed the tab without knowing what to do next. If that was you, you are in the majority. The hard part of artificial intelligence is not the technology: it is that nobody explains the bare minimum before pushing an empty text box at you.<\/p>\n<p>This is lesson 1. No math, no code, and it assumes nothing. By the end you will know what an AI is, what that LLM acronym you see everywhere means, why these tools fail in such a specific way and how to write a request that works. It takes about 12 minutes to read, and at the end there are ready-made prompts for you to test.<\/p>\n<h2>What artificial intelligence is, with no fluff<\/h2>\n<p>Artificial intelligence is a program that learns patterns from examples instead of following rules that somebody wrote by hand. That is the whole difference.<\/p>\n<p>An ordinary program is a recipe: &#8220;if the customer spent more than $100, give a 10% discount&#8221;. Someone decided that and wrote it down. An AI works the other way around: you show it ten thousand photos of dogs and ten thousand of cats, never explaining what an ear or a coat of fur is, and the program works out on its own what tells them apart. Nobody wrote the rule. It emerged from the examples.<\/p>\n<p>That is why AI gets right the things that are impossible to describe with rules (recognizing a face, understanding a clumsy sentence, suggesting the next song) and gets wrong the things any calculator handles. Keep this sentence in mind, because it explains almost everything that follows: <strong>an AI does not know, it estimates<\/strong>.<\/p>\n<h2>The golden rule: it predicts, it does not look things up<\/h2>\n<p>When you ask ChatGPT a question, it does not go to a database to fetch the answer. It predicts the most likely next word, then the next one, then the next, until the answer ends. It is statistics about language, running very fast.<\/p>\n<p>That sounds disappointing and it is exactly what makes the tool useful. Predicting the next word well requires, in practice, having absorbed grammar, context, the structure of an argument and a good deal of knowledge about the world. But it also explains the most famous flaw: when the AI does not have the information, it does not go quiet. It generates the most plausible continuation, which is sometimes an invention wearing the face of truth. People call that hallucination, and it is not a bug: it is the same mechanism running with no good data to lean on.<\/p>\n<h2>What LLM means<\/h2>\n<p>LLM stands for <em>Large Language Model<\/em>. It is the type of AI behind ChatGPT, Gemini, Claude and practically everything that talks to you in text.<\/p>\n<p>It is worth pulling the three words apart, because each one says something practical:<\/p>\n<ul>\n<li><strong>Model<\/strong>: a giant function that takes text in and gives the likely continuation back. Not a person, not an index, not a search engine.<\/li>\n<li><strong>Language<\/strong>: it was trained on text. That is why it handles words well and arithmetic badly, unless it reaches for an external calculation tool.<\/li>\n<li><strong>Large<\/strong>: size is what made the magic show up. Small models completed sentences; as they grew, they started to summarize, translate and argue without anyone programming those skills.<\/li>\n<\/ul>\n<p>Two concepts you will run into and should recognize. <strong>Token<\/strong> is the little chunk the text is cut into before it enters the model, something between a syllable and a word. <strong>Context window<\/strong> is how much text it can consider at once: anything that falls outside it is forgotten, which is why a very long conversation starts contradicting itself.<\/p>\n<h2>How it works on the inside, in four steps<\/h2>\n<ol>\n<li><strong>Training.<\/strong> The model reads an enormous amount of text and practices one single task: guessing the hidden word. It misses, adjusts, repeats, billions of times.<\/li>\n<li><strong>Tuning with people.<\/strong> Then real people compare answers and point out the better one. That stage is what turns a text completer into an assistant that answers what you actually asked.<\/li>\n<li><strong>Your request goes in.<\/strong> What you write is cut into tokens and becomes the beginning of the sequence the model is going to continue.<\/li>\n<li><strong>The answer comes out word by word.<\/strong> That is why you see the text appearing bit by bit: it is being generated right at that moment, not retrieved from somewhere.<\/li>\n<\/ol>\n<p>One detail that clears up a lot of frustration: asking for the same thing twice can give you different answers. There is deliberate randomness in the process. If you need consistency, say so in the request (&#8220;always answer in this structure&#8221;) instead of hoping it happens on its own.<\/p>\n<h2>Which artificial intelligences are the most popular<\/h2>\n<p>The list below covers what most people really use in 2026. All of them have a free tier that is enough to get started.<\/p>\n<h3>For writing and chatting<\/h3>\n<ul>\n<li><strong>ChatGPT<\/strong> (OpenAI): the best known, and the one with the widest range of features in a single place. A good default choice for beginners.<\/li>\n<li><strong>Gemini<\/strong> (Google): built into what you already use, from Gmail to Docs, and strong at analyzing long files.<\/li>\n<li><strong>Claude<\/strong> (Anthropic): known for long text and editing. Usually the favorite of people who write for a living.<\/li>\n<\/ul>\n<h3>For images<\/h3>\n<ul>\n<li><strong>NanoBanana<\/strong> (Google&#8217;s image generation): today it is the most accurate at editing a photo of yours without warping the face.<\/li>\n<li><strong>Midjourney<\/strong>: extremely high artistic quality, a steeper learning curve and no free plan.<\/li>\n<li><strong>DALL&#183;E<\/strong>: it lives inside ChatGPT, which makes it the shortest path to your first image.<\/li>\n<\/ul>\n<p>Do not burn energy picking the best one. All three of the text tools handle 90% of what a beginner needs, and the prompt you write works in all three. Pick one, learn to ask well, and only then compare.<\/p>\n<h2>How to use it: what separates a bad request from a good one<\/h2>\n<p>Here is the part that changes your result today. A bad request is short and vague. A good one carries four things.<\/p>\n<ol>\n<li><strong>Role.<\/strong> &#8220;Act as a resume reviewer&#8221; changes the vocabulary and the rigor of the entire answer.<\/li>\n<li><strong>Your context.<\/strong> Age, city, how much you can spend, what you have already tried. Without that the AI answers for an average person who does not exist.<\/li>\n<li><strong>Output format.<\/strong> &#8220;Answer in a table with Item, Deadline and Cost.&#8221; It is the tweak that most increases the feeling of a professional answer.<\/li>\n<li><strong>Constraint.<\/strong> &#8220;Do not suggest anything above $200&#8221; or &#8220;do not make up data: if something is missing, ask me.&#8221;<\/li>\n<\/ol>\n<p>Compare them. &#8220;Help me with my resume&#8221; gives back a generic list you had already pictured. Now the same request with the four elements, which is exactly what makes the <a href=\"https:\/\/prompteiro.com\/en\/prompt\/resume-no-experience\/\">Resume from Scratch (No Experience)<\/a> deliver a finished document instead of loose advice.<\/p>\n<p>And the most underrated technique: <strong>the second message<\/strong>. Almost nobody uses it. The first answer is a draft. Say what did not work (&#8220;too formal&#8221;, &#8220;cut it in half&#8221;, &#8220;the third item does not apply to me&#8221;) and ask it to redo only that part. That is where the quality shows up, and it is free.<\/p>\n<h2>When AI is not the right tool<\/h2>\n<p>No honest course ends without this section.<\/p>\n<ul>\n<li><strong>A number that has to be right.<\/strong> Taxes, a dosage, a measurement on a building site. It gets arithmetic wrong with total confidence. Use a calculator and check the source.<\/li>\n<li><strong>A recent or very specific fact.<\/strong> An application deadline, today&#8217;s price, a law that changed. Ask where to verify it instead of accepting the number.<\/li>\n<li><strong>A decision that needs someone accountable.<\/strong> A diagnosis, a contract, an investment. AI helps you understand and formulate the right question; the decision still belongs to a professional.<\/li>\n<li><strong>Sensitive data.<\/strong> Do not paste your Social Security number, your passwords, a medical report or somebody else&#8217;s contract. Treat the text box as a public place.<\/li>\n<\/ul>\n<p>An example of correct use in that gray zone: <a href=\"https:\/\/prompteiro.com\/en\/prompt\/understand-medicine-leaflet\/\">Understand Your Medicine Leaflet in Plain Language<\/a> is there so you can grasp what is written and turn up better prepared at the appointment. It does not replace your doctor, and the prompt says so.<\/p>\n<h2>Your first exercise, in 10 minutes<\/h2>\n<p>Open ChatGPT, Gemini or Claude and go in this order. Every prompt below is already written; you just copy it, paste it and swap what is inside the brackets.<\/p>\n<ol>\n<li>Start by understanding whatever subject trips you up, with <a href=\"https:\/\/prompteiro.com\/en\/prompt\/explain-like-im-12\/\">Explain It Like I Am 12<\/a>. It is the best first contact because you feel right away the difference a well defined role makes.<\/li>\n<li>Now ask for something with a strict output format: <a href=\"https:\/\/prompteiro.com\/en\/prompt\/meeting-summary\/\">Meeting Summary<\/a> turns loose notes into decisions and owners.<\/li>\n<li>Test the second message. Use <a href=\"https:\/\/prompteiro.com\/en\/prompt\/kind-english-corrector\/\">Kind Corrector That Explains Your Mistakes<\/a> on a text of your own and, when it answers, ask it to explain why each change is an improvement.<\/li>\n<li>Finish with a visible result: generate your first image with the <a href=\"https:\/\/prompteiro.com\/en\/prompt\/linkedin-professional-headshot\/\">Professional LinkedIn Headshot with AI<\/a>, uploading a selfie of yours.<\/li>\n<\/ol>\n<p>If you want to keep practicing afterwards, these work well for a beginner because the result is immediate and easy to judge: <a href=\"https:\/\/prompteiro.com\/en\/prompt\/private-tutor-any-subject\/\">Private Tutor for Any Subject<\/a>, <a href=\"https:\/\/prompteiro.com\/en\/prompt\/cook-with-what-you-have\/\">Chef of What Is in Your Fridge<\/a>, <a href=\"https:\/\/prompteiro.com\/en\/prompt\/gift-ideas-consultant\/\">Gift Consultant<\/a>, <a href=\"https:\/\/prompteiro.com\/en\/prompt\/instagram-caption-that-engages\/\">Instagram Caption That Drives Engagement<\/a> and <a href=\"https:\/\/prompteiro.com\/en\/prompt\/back-to-school-without-stress\/\">Back to School Without the Stress<\/a>.<\/p>\n<p>If you want to watch AI settle a real decision with numbers in hand, take a look at <a href=\"https:\/\/prompteiro.com\/en\/prompt\/civil-service-exam-worth-it\/\">Is This Civil Service Exam Worth It?<\/a>. And on the image side, two that show well what the technology does today: <a href=\"https:\/\/prompteiro.com\/en\/prompt\/restore-torn-creased-photo\/\">Restore a Torn and Creased Photo with AI<\/a> and <a href=\"https:\/\/prompteiro.com\/en\/prompt\/tattoo-preview-photo\/\">Preview a Tattoo on Your Photo Before Getting It<\/a>.<\/p>\n<h2>Quick questions<\/h2>\n<h3>Do I have to pay to use artificial intelligence?<\/h3>\n<p>Not to get started. ChatGPT, Gemini and Claude have free plans that are enough to learn on and to use day to day. The paid plan gives you more volume, faster answers and access to the better models. It makes sense once you already use it every day and hit the limit, not before.<\/p>\n<h3>What is the difference between AI and LLM?<\/h3>\n<p>AI is the whole field, which includes image recognition, recommendation and forecasting. An LLM is a specific type of AI, trained on text, and it is the one that talks to you. Every LLM is an AI; most of the AIs in the world are not LLMs.<\/p>\n<h3>Can artificial intelligence lie?<\/h3>\n<p>It does not lie in the sense of wanting to deceive, because it has no intent. It generates the most likely continuation, and when good data is missing that continuation can be false while looking true. In practice the effect is the same, so check every number, name, date and quote.<\/p>\n<h3>Does AI use what I write to train?<\/h3>\n<p>It depends on the tool and on your account settings. When in doubt, assume that it does and do not paste sensitive data. In the privacy settings of the main tools there is an option to turn off the use of your conversations for training.<\/p>\n<h3>How do I write a good prompt?<\/h3>\n<p>Role, your context, output format and constraint. Those four elements fix most bad results. And use the second message to correct course instead of rewriting everything from scratch.<\/p>\n<h3>Do I need to know how to code?<\/h3>\n<p>No. Nothing in this lesson requires code. Knowing how to code opens doors for automation, but to use the everyday tools what counts is knowing how to write a clear request.<\/p>\n<h2>What comes next<\/h2>\n<p>You already have the essentials: you know that AI estimates instead of knowing, you know what an LLM is, you know why it hallucinates and you know the four elements of a request that works. All that is missing is repetition.<\/p>\n<p>The fastest way to get practice is to use ready-made prompts and modify them, because that way you see the structure before you have to invent it. Pick a topic in the <a href=\"https:\/\/prompteiro.com\/\">Prompteiro catalog<\/a> or start with the <a href=\"https:\/\/prompteiro.com\/categoria\/texto\/\">text prompts<\/a>, which are the easiest ones on day one. In the next lesson we get into what separates a good prompt from an excellent one.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What artificial intelligence is, what LLM means, how these tools work on the inside and how to use the free ones today. Lesson 1 of the course, from zero.<\/p>\n","protected":false},"author":1,"featured_media":39,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_i18n_grupo":1538,"footnotes":""},"categories":[64],"tags":[],"class_list":["post-38","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-courses"],"_links":{"self":[{"href":"https:\/\/prompteiro.com\/en\/wp-json\/wp\/v2\/posts\/38","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prompteiro.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prompteiro.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prompteiro.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prompteiro.com\/en\/wp-json\/wp\/v2\/comments?post=38"}],"version-history":[{"count":1,"href":"https:\/\/prompteiro.com\/en\/wp-json\/wp\/v2\/posts\/38\/revisions"}],"predecessor-version":[{"id":40,"href":"https:\/\/prompteiro.com\/en\/wp-json\/wp\/v2\/posts\/38\/revisions\/40"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prompteiro.com\/en\/wp-json\/wp\/v2\/media\/39"}],"wp:attachment":[{"href":"https:\/\/prompteiro.com\/en\/wp-json\/wp\/v2\/media?parent=38"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prompteiro.com\/en\/wp-json\/wp\/v2\/categories?post=38"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prompteiro.com\/en\/wp-json\/wp\/v2\/tags?post=38"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}