Part 0

AI Without the Fog

A plain-language first pass through what AI can do, how it produces answers, why it can sound certain while being wrong, and what is safe to hand over. No math required; the goal is a dependable first instinct.

45 notesOpen reading · no login
Part 045notes

THE QUESTION THIS PAGE ANSWERS

ANSWER FIRST

What will the “AI Without the Fog” AI learning path help you do?

A plain-language first pass through what AI can do, how it produces answers, why it can sound certain while being wrong, and what is safe to hand over. No math required; the goal is a dependable first instinct. The path contains 45 free notes, each centered on one question you can understand and test.

DECISION RULE

Core themes include What Exactly Is AI, How to Talk to It, Using It Well, Concept Primer.

TRY NEXT

Begin with “Start with outcomes, not AI features,” then choose the next note by the task in front of you.

WATCH FOR

Do not optimize for finishing the list. Explaining one trade-off with your own example matters more than opening more titles.

What this route helps you practice

Open the first note

Each chapter follows a class of real decisions. Follow the sequence, or enter at the problem you are solving today.

45notes
01Start with outcomes, not AI featuresSix ordinary scenes show where AI changes the shape of work: turning rough notes into structure, explaining specialist material, rehearsing decisions, and making a first version. Start from the outcome you want to move.Interactive4 min02The smallest useful mental model: next-token predictionUse a simple sentence-completion experiment to build a durable model of what an LLM is doing. It is not the whole story, but it explains why context, wording, probability, and fluent mistakes matter.Interactive7 min03Why an answer engine is not a source of truthCompare search with generative answers and learn the three boundaries that matter in practice: mixed-up facts, stale knowledge, and missing sources. The habit to keep is knowing when to leave the chat and verify.Concept5 min04Learn to catch a confident fabricationPractice spotting invented facts, stitched-together claims, and answers that outrun the model’s knowledge. The goal is a repeatable verification reflex, not a vague feeling that AI can hallucinate.Interactive5 min05Give AI enough context to do the jobSee how a vague request changes when you add the situation, the desired result, and the boundaries. The lesson turns prompting from a talent contest into a small specification exercise.Interactive5 min06The Magic Opener: "Ask Me a Few Questions First"Can't articulate what you need? Let it interview you. A click-through dialogue demo where answer quality visibly doublesInteractive5 min07A good prompt is a small, testable briefAssemble context, request, constraints, and output format into a brief you can inspect. The useful skill is not finding a secret phrase; it is making the intended result easier to evaluate.Interactive5 min08What's the Point of Prompt Engineering?Your one chat vs a product team's one million calls: drag the slider and watch a chunk of filler blow up into a real billInteractive5 min09Models, Agents, Apps — How Do They Relate?Engine, full car, ride-share — a three-layer analogy + a matching game: hear the news and know which layer they're talking aboutInteractive5 min10What Makes Agents So Powerful?Same expense-report job, chat AI and an Agent work it completely differently — hit play and watch the Agent finish the work step by stepInteractive4 min11What Is This "Skill" Everyone's Talking About?A cheat sheet of experience written for AI. Play the comparison: the butler without it runs 4 extra trips; with it, done in oneInteractive5 min12What Is Vibe Coding? Can You Build Software Without Writing Code?Pick an everyday need and watch the full loop: one-sentence brief → AI generates → two revision rounds → it works; three months of study vs ten minutes of describingInteractive6 min13Choose a model by job, region, and riskMap global and Chinese model families to the work they are suited for, then compare access, language fit, latency, cost, privacy, and operational control. Model choice is a portfolio decision, not a fan vote.Interactive5 min14Compare models with your work, not a leaderboardBuild a small scenario-based evaluation that scores quality, tool use, latency, cost, privacy, and recovery. A model is only “best” relative to the job, constraints, and failure you can afford.Interactive4 min15Open weights mean control—and new workSeparate weights, code, data, license, hosting, and updates before choosing an open model. Local control can be valuable, but it moves reliability and maintenance decisions onto your team.Interactive5 min16Choose the access route before the integrationCompare a chat app, direct API, and cloud marketplace by control, billing, privacy, reliability, and switching cost. The same underlying model can become a very different product through each route.Interactive5 min17The Global AI Map: Model Builders, Labs, and InfrastructureMatch OpenAI, Anthropic, Google, Meta, Mistral, xAI, Qwen, DeepSeek, and more with their model families, then learn what role each name playsInteractive5 min18Tokens are the meter behind the experienceUse an interactive tokenizer to see why text is billed in pieces, why input and output both count, and why language and formatting change the total. Token literacy connects cost, context, and latency.Interactive5 min19A context window is a budget, not a memoryWatch a long conversation push early information out of view, then compare truncation, compression, and selective retention. Reliable context management is deciding what deserves to survive.Interactive5 min20What Are "Reasoning Models" and "Deep Thinking"?Same puzzle, two modes: instant vs deep thinking; watch the time and cost gap, then a four-question quiz to feel when thinking is worth turning onInteractive4 min21Does More Parameters Mean Smarter?What does "100 billion parameters" even mean? Drag the scale slider to build intuition, then see where small models win: speed, cost, specialist jobsInteractive5 min22Why Can't Some AIs See Pictures?"Can talk" and "can see" are two different skills. Send the same cat photo to two models, see the gap, then unpack how the "eyes" workInteractive4 min23Decide whether the model needs training or better evidenceCompare fine-tuning with retrieval through two different metaphors: changing how someone answers and giving them the right reference material. The choice depends on behavior, knowledge freshness, cost, and control.Interactive5 min24What Is This "Knowledge Base" Every Company Is Building?Three-step animation: chunk files into the store → retrieve on ask → stuff into context then answer; same question with and without a knowledge baseInteractive6 min25GPT, LLM, AIGC… How Do You Tell These Acronyms Apart?A matching game pairs each acronym with its plain-language meaning; finish it and you get a who-contains-whom mapInteractive5 min26Why Is NVIDIA Worth So Much?The gold-rush shovel seller: one PhD grinding problems one by one vs ten thousand kids starting at once — see why GPUs are the hot commodityInteractive6 min27Be precise when you say “we trained a model”Separate prompt changes, retrieval, fine-tuning, and pretraining by what they change, what they cost, and what evidence they leave. Clear language makes technical claims and budgets easier to evaluate.Interactive9 min28AI Jargon TranslatorIn-house, wrapper, digital employee, empower… tap a launch-event line for the plain-language version, plus a gold-content rating and three follow-ups that get the real story on the spotInteractive7 min29Does an “Open-Source Model” Mean It's Free?Weights, data, method — a three-piece check of what mainstream models actually open; full-size vs distilled, and what you run locally is usually the small oneInteractive6 min30Why Does the "#1 on the Leaderboard" Model Feel Worse in Real Use?A reversal demo of leaderboard score vs real usefulness + three reasons: gaming the board, overfitting the question bank, scenario mismatch; and which boards you can actually trustInteractive6 min31The More We Chat, the Better It Knows Me — Is It Learning?You think the model is growing; it's a little notebook stuffed back into the chat — split-screen animation + a new-chat "memory wipe" demoInteractive6 min32When an AI Detector Says "This Was Written by AI," Can You Trust It?Guess how the detector will call six passages, and feel the classic false-positive moments yourself; why it can't work in principle, and what to do if you're wrongly accusedInteractive6 min33Are "Secret Prompt Playbooks" Worth Buying?Tear through the paid-course talking points one by one: what this site already teaches free, what's just common sense, what's pure packaging. The skeleton is free — the work is using itInteractive5 min34Why Is the Answer Different Every Time?Ask the same question three times and get three answers, plus a "next word" probability-dice animation; it's design, not a bug — and when you need stable outputInteractive5 min35Why Is AI Customer Service So Dumb?Send the same complaint to a chat AI and a support bot — the gap is obvious; three reasons: a cheap small model, guardrails locked tight, old tech wearing an AI stickerInteractive6 min36Are Siri and ChatGPT the Same Thing?Path animation of the same sentence through two generations of assistant: command matching apologizes when it doesn't understand; generative AI can pick up any phrasingInteractive5 min37Pay when the constraint is the workInspect the four limits behind free tiers—model access, quota, context, and peak-time availability—then match them to different working styles. Paying is worthwhile when a limit repeatedly blocks a valuable task.Interactive5 min38What Is an API? How Is It Different from a Membership?Monthly buffet vs pay-as-you-go by the gram: drag the usage slider to see what each way costs, and find your crossoverInteractive6 min39Why Does One Image Cost Dozens of Times More?A chat costs a fraction of a cent; one image costs a few cents. Cost-bar animation + three reasons: way more pixels, painted dozens of times, GPU monopolizedInteractive4 min40Why Is AI Video Billed by the Second?Drag the slider: 10 seconds of video = 240 coherent frames + physics that hold + audio in sync. A save-money order comes with itInteractive5 min41The cheapest API route may be the riskiestUnderstand what sits between you and an official provider when an API relay resells access. The trade-off is not just price; it includes data visibility, model authenticity, uptime, and the ability to recover your balance.Interactive5 min42What Are "Carpool" and "Shared" Accounts?A $2 Plus carpool = 30 people sharing a studio. Animation: histories in the open, one ban takes everyone down, the key sits in someone else's handsInteractive5 min43Will My Chat History Be Used for Training?After you hit send, which steps a sentence passes and which one may enter the training data; how to flip the training switch off, and how the free tier differs from enterpriseInteractive7 min44Trust It, or Verify?An eight-question judgment game + the trust quadrant: is there one right answer? How costly is a mistake? Three red lines: health, money, lawInteractive4 min45Your Next StepPack your six instincts, then a three-question quiz routes you to the learning path that fits you bestWrap-up3 min