Part 2 · The Harness Around the Model

Summary (Part A) · Fundamentals + Harness

LLM cognitive framework / hallucination mitigation / Prompt and Agent essentials

THE QUESTION THIS PAGE ANSWERS

ANSWER FIRST

What is the key idea behind “Summary (Part A) · Fundamentals + Harness”?

LLM cognitive framework / hallucination mitigation / Prompt and Agent essentials

DECISION RULE

Make the claim earn its place. Use this page as a decision aid, not a definition to memorize. Connect the idea to one real task, one observable result, and one failure that would change your mind.

TRY NEXT

Write one question you could answer with evidence after trying this idea.

WATCH FOR

A conclusion that sounds complete but leaves the key assumption untested.

Module 1
🧠
Module 1 · How LLMs Are Built
Build your cognitive intuition — don't get fooled
Key Concept 1
Chatting is not learning — parameters are frozen
Once training ends, the model is fixed. In every conversation, the model does not remember and does not improve. AI is billed by Token, not by question.
Key Concept 2
Hallucination is a structural problem — it cannot be eliminated
The model predicts the next Token — it doesn't query a database. Knowledge cutoff, confident fabrication, and fact confusion are three categories of hallucination that can only be mitigated, not eliminated.
Mitigation
RAG: Inject real documents into the Prompt
At each conversation turn, inject relevant documents into the context so the model answers while looking at the source material — that's the essence of RAG. The model hasn't learned new knowledge.
Common misconception: Thinking AI learns and improves with every conversation — the more you use it, the smarter it gets
Module 2
✍️
Module 2 · How to Write Effective Prompts
Get AI to output what you want — not guess
System Prompt
Say what you want — it becomes that
System Prompt defines role, tone, and constraints. Same model, different Prompt, completely different outputs. This is the core lever for AI product differentiation.
Few-Shot Examples
Showing examples beats explaining in words
Rather than describing what to do, give 2-3 input→output examples directly. The model will infer your expected format and style from them.
CoT Chain-of-Thought
Make the model think before answering — accuracy improves
For complex tasks, adding "please analyze step by step" significantly improves accuracy. Force the model to write out its reasoning process before giving the answer.
Common misconception: Shorter Prompts are better. In fact, the clearer the description, the more stable the output
Course Summary · Part 1 · Part 2: Agent + Cost + Safety & Compliance

Why “Module 1” can find relevant content

“LLM cognitive framework / hallucination mitigation / Prompt and Agent essentials” moves retrieval beyond storing material: the real question is how to find what is relevant. That decision shapes the input quality of RAG, recommendation, and image-search systems.

Similarity is not the answer

In the flow described by “LLM cognitive framework / hallucination mitigation / Prompt and Agent essentials”, embeddings place items in a comparable semantic space and a neighbor index narrows the search. The final answer still depends on whether the retrieved chunks cover the question, whether the distance metric fits, and whether the evidence is current.

Separate findable from relevant

Turn “LLM cognitive framework / hallucination mitigation / Prompt and Agent essentials” into a small test: prepare queries with known answers, record relevance, misses, and distractors, then decide whether chunking, the index, or reranking needs to change.

From “Module 1” to “Module 2”

“Module 1” grounds the problem in “🧠 Module 1 · How LLMs Are Built Build your cognitive intuition — don't get fooled Key Concept 1 Chatting is not learning — parameters are frozen Once training ends, the model is fixed. In every conversation, t…”. “Module 2” then moves it toward “✍️ Module 2 · How to Write Effective Prompts Get AI to output what you want — not guess System Prompt Say what you want — it becomes that System Prompt defines role, tone, and constraints. Same model, different…”. Together, they show that the lesson is not just a conclusion to remember, but a claim with conditions.

Carry the judgment into the next situation

The same logic applies to retrieval: define what counts as relevant, check whether recall covers the question, and then inspect whether ranking, chunking, or freshness pushed useful evidence out.

  • “Module 1”: 🧠 Module 1 · How LLMs Are Built Build your cognitive intuition — don't get fooled Key Concept 1 Chatting is not learning — parameters are frozen Once training ends, the model is fixed. In every conversation, t…
  • “Module 2”: ✍️ Module 2 · How to Write Effective Prompts Get AI to output what you want — not guess System Prompt Say what you want — it becomes that System Prompt defines role, tone, and constraints. Same model, different…

The final “Finish by testing the claim” brings the discussion to “LLM cognitive framework / hallucination mitigation / Prompt and Agent essentials”. The useful thing to carry forward is knowing which judgments must be revisited when input, scale, or risk changes.

Mark as learned Your reading progress updates automatically
← PreviousNext →

Keep reading

The next useful article in the thread.

ARTICLE DISCUSSION

Leave one useful thought here.

Keep the idea that clicked, the question that stayed open, or a small note for the next learner.

Discussing Summary (Part A) · Fundamentals + Harness The Harness Around the Model
3discussionsArticle discussion · synced with the Circle
View in the learning circle
AM
Asha MorganContent editor
INSIGHTField note

I turned one judgment from this article into a small experiment I could run today. Knowing what to observe next is more useful than simply remembering the conclusion.

ARTICLE DISCUSSION7 helpful
LH
Lin HarperIndie developer
INSIGHTInsight

After reading this, I first looked for the conditions behind the idea instead of copying the method into a project. That order made the later trade-offs much clearer.

ARTICLE DISCUSSION5 helpful
KM
Kiki MooreProduct operations
QUESTIONQuestion

When this judgment reaches real work, which constraint should be added first? I am curious which step matters most between reading and the first practical attempt.

ARTICLE DISCUSSION4 helpful