Summary of "How AI Actually Works + Why Your Prompts Keep Failing"

Tech concepts & “how AI works” (Session 3)

AI as a black box

The speaker explains AI systems as an input → output process, without requiring the user to know internal implementation details.

Models (“different brains”)

Multiple AI models—examples mentioned include Gemini, Claude, and ChatGPT—are framed as interchangeable “brains,” each suited to different complexity needs.

LLM core idea


Token basics (and why prompts fail)

Tokens = the “currency” of AI

Example pricing logic

The speaker references per-million-token pricing differences across models (e.g., OpenAI/Claude/Gemini examples) and emphasizes that “expensive” is measured by token volume, not simply the number of prompts.


Context window (main reason prompts don’t work)

What the context window is

The context window is the maximum amount of input the model can “remember” for a given conversation/model call.

What happens when you exceed it

If you go beyond the context window (example mentioned: ~128k tokens for certain setups), the model:

Output limits

Even with huge inputs, the model has a maximum limit on how much it can generate.


Session vs memory + stateless API behavior

ChatGPT web vs API

The speaker frames API calls as stateless: each call is independent.

Why this affects prompting

As a result, in an application you must include all needed context and instructions in every request, which means:


Context engineering (the “fix” strategy)

Many prompt failures are attributed to missing or insufficient context.

Core technique: provide the right context every time

The speaker introduces context engineering as the main fix:

Prompt framework mentioned

A named framework appears in the workbook: Role, Context, Task, Format (RTC F).

Additional prompt-related topics referenced


Security / guardrails / prompt injection learning game

A major interactive segment teaches that prompt injection attacks attempt to trick the model into revealing protected information.

How the “game” works

Concepts highlighted


Course / bootcamp and resources (product features & guides)

Free course + notes/workbook

The speaker promotes a free course with downloadable resources (prompts/handbook), including:

Paid 3-month “modern no-code AI route” bootcamp

A 3-month paid bootcamp is described for people who may not have time for deep technical details, including higher-level roles (e.g., directors/VPs).

Curriculum categories mentioned

Topics emphasized


Tooling mentioned


Main speaker / sources

Category ?

Technology


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video