Unit 1 / 12

Introduction to Artificial Intelligence and Prompt: How the Model 'Thinks'

Gains:

  • Explain how the large language model works by predicting the next word and what this means for prompt writing
  • He can show why Prompt determines the output quality so much with an example from his own work.
  • By distinguishing the strengths and weaknesses of the model, one can decide which tasks to use it safely.

Introduction to Artificial Intelligence and Prompt: How the Model "Thinks"

The best way to truly learn how to write prompts is to first understand how the tool works. In this unit, we will see the basic logic of the large language model (LLM for short; that is, the artificial intelligence system that produces text), why it is so useful in your daily work and where it has its limits. Prompts written without this foundation in place often lead to the question "why do they sometimes produce great results and sometimes terrible results?" leaves you alone with the question. This uncertainty will largely disappear when this unit is completed.

What Does a Large Language Model Actually Do?

In its simplest definition, the big language model is a system that predicts the most likely word that will follow the text you give. By examining billions of sentences, the model has learned the "which word comes after which word" pattern. When you start a sentence, the model looks at what has been written so far and generates the most likely continuation, then adds the generated word to the input and predicts the next one. This cycle continues until the response is complete.

Let's clarify the term token used here: token is the smallest unit into which the model breaks down the text; It is roughly the size of a word or part of a word. The model progresses not word by word, but token by token. The practical consequence for you is that the model is not a human being who "understands" your intention, but a very powerful predictive machine that statistically selects the most suitable continuation for the text you give it.

The most important implication of this definition is that the most powerful determinant of the direction of the output is the text you give as input. So your prompt. The model does not draw a ready-made answer from a database, does not perform a live search on the internet and does not copy pages (unless specifically stated otherwise). It only produces text that best fits the context you give it. A good input is the most decisive condition for a good output.

Why "Same Model, Different Result"?

The model also uses a small margin of randomness in choosing the most likely word each time; Therefore, when you ask the same prompt twice, you may not receive the exact same sentences. This is not a bug, it is part of the design. Your job is to draw a framework clear enough not to leave the outcome to chance. The clearer the framework, the closer and more useful the results of two different experiments will be.

Step by step: how does a request progress through the model?

  1. Reads the input. Every word you write is a clue that guides the prediction. When you say “like a senior lawyer,” the model makes texts closer to that tone more likely.
  2. Weighs the context. The background, constraints, and examples you give narrow down the estimate. If the context is empty, the model fills in the blanks with its own assumptions.
  3. It produces word by word. Each token it produces becomes the input for the next one; so the direction you give at the beginning carries over to the entire answer.
  4. He stops. It interrupts production when the task is completed or reaches the length you specified.

Three Mini Cases: Prompt Difference in Numbers

Case 1 — Marketing professional, email subject. When a marketing expert said "suggest a topic for the campaign", he got 5 general titles and didn't like any of them; He spent 20 minutes correcting it by hand. The next day, when he said, "The target audience is SME owners aged 30-45, the product is cloud accounting software, 6 units, each with a maximum of 45 characters, intriguing but understated," he directly used 4 of the 6 headlines. The duration decreased from 20 minutes to 4 minutes.

Case 2 — Human resources, advertisement text. An HR specialist received a boilerplate text with the prompt "write a software developer job". When we added the actual language of the company (3-sentence culture description), 4 mandatory qualifications and the restriction of "write the salary range clearly" to the prompt, the rate of unqualified applicants to the advertisement decreased noticeably in the next advertisement because the text clearly established the expectation.

Case 3 — Accounting, report summary. When an accounting executive said he "summarized" a 12-page expense report, the model omitted important items. When he said, "From this report, the 5 highest expense items are tabulated with the percentage change compared to last month," he got exactly the structure he would take to the management meeting. The content was the same, the instructions were different.

Weak Prompt / Strong Prompt

Same job, with two different instructions:

Weak prompt:

Summarize this text.[text]

Powerful prompt:

Summarize the meeting note below to be presented to the board of directors. - Maximum 5 items. - Each item should contain a decision or action; Skip the chat details. - Write the name in parentheses for actions for which the responsible person is known. - Use plain, formal language. Text: [text]

The second prompt tells the model what to produce, for whom, in what format and what to skip. The model does not do the "thinking" but rather the production of the correct continuation; You draw the framework of that continuation.

Four Copiable Templates

Four simple starter templates to quickly put the logic in this unit into practice. Fill in the brackets with your own information.

1) Framework for strengthening a request:

I want you to do this task: [task]For whom: [buyer/audience]In what format: [length, structure]What to skip: [what you don't want]

2) Checking the boundaries of the model (verification reflex):

If there are factual claims (number, date, name, source) in your answer below, extract each as a separate list and mark it as "must be verified". Answer: [output of the model]

3) Try the same task at two levels:

Explain the following topic twice:A) To a complete stranger, in everyday language.B) To an expert in the field, in technical terms.Topic: [topic]

4) Making the model realize the uncertainty:

Before making the request I give you, ask me 3 questions about the points you find missing or unclear; then produce according to my answers.Request: [request]

Strengths and Weaknesses of the Model

Subject

The model is strong

The model is weak / caution

language affairs

Writing, summarizing, translating, changing tone

Very technical/niche jargon mistakes

structure

Convert text to table, list, sketch

Maintaining consistency in long text

idea

Brainstorming, generating alternatives

Guaranteeing what's "right"

case

General information, definition, explanation

Current/exact data, number, date, source

reasoning

Good if guided step by step

Don't make complex calculations wrong silently

Tip: See the model not as a "know-it-all expert" but as an "assistant who writes very fast, reads a lot, but everything he says needs to be verified." This view correctly adjusts both your expectations and your control habit.
Attention: The model may write information in a very confident language, but this does not mean that the information is correct. Always independently verify factual details, especially number, name, date, statute and source. We will return to this subject in detail in unit 11.

Common mistakes

  • Mistaking the model for a human. Giving incomplete instructions by saying "They will understand anyway". The model does not read your intent; It only processes what you type.
  • Giving up in one try. If the initial output is poor, blame the tool. However, most of the time the problem is in the instructions and a small correction can change the result.
  • Using facts without verifying them. Accepting a statistic or source produced by the model without question is the riskiest habit.
  • Entering confidential data without thinking. Pasting sensitive information without knowing how the tool works. There are rules to this, as we will see in the privacy unit.
  • Mistaking randomness for a mistake. Interpreting two different results as "the vehicle is broken"; However, when you increase the clarity, the results converge.

In summary

  • The big language model works by predicting the word (token) that is most likely to appear next in the text you give; He does not choose ready-made answers.
  • The most powerful factor that determines the direction of the output is the prompt you give as input.
  • Strong in model language, structure and ideation; is careful with precise facts, current data, and complex calculations.
  • Due to small randomness the same prompt may give different results; As clarity increases, results become more consistent.
  • The model is not "an expert who is true to everything he says", but "an assistant who is fast but needs to be verified".

Application task

Choose a writing task from your day job that you do regularly (an email, a summary, or a list, for example). First, write the simplest one-sentence version, give it to an AI tool, and save the output. Then to the same task; Add the answers to the questions "for whom, in what format, in what length and what to skip" and ask them again. Place the two outputs side by side and note in one sentence which addition improves the result the most.

checklist

  • [ ] I realized that the model was "predicting the next word" and not reading my intent.
  • [ ] I realized that the quality of the output depends largely on the quality of the prompt.
  • [ ] I can distinguish between task types where the model is strong and weak.
  • [ ] I understand that I need to verify factual details (number, date, name, source).
  • [ ] I can explain why the same prompt can give different results.