T1ENS3 · 8/1 (Sat)
Ground Your Wukong — Model + Knowledge
★★★ Freedom📝 作业操作手册
📋 课程摘要
- What happens when you hit Send: YOU → the Agent → Wukong (the LLM — a brain in a jar: brilliant, no hands, no memory)
- The Agent gathers three things every turn — persona card + chat history + your new message — into ONE stack: the context. "Memory" lives in the stack, not in Wukong
- Token economics: every sheet in the stack is re-sent, re-read, re-billed every turn; the context window is the paper tray
- The model menu: Claude / GPT / Gemini in three sizes each, and the open wave (DeepSeek #1 by token share) up to 20× cheaper — WukongDojo lets you pick any good LLM, your Wukong stays yours
- You + Wukong = Your Wukong: your domain + your script beats generic ChatGPT on three axes — narrow · deep · real
- Lab · Ground Your Wukong: attach one knowledge .md and watch the same model stop guessing
🎬 视频回放
| Part 1 · Welcome and Course Logistics | 8:03 | ▶ 观看 |
| Part 2 · LLM vs. Agents | 25:15 | ▶ 观看 |
| Part 3 · Token Economy | 15:23 | ▶ 观看 |
| Lab and Demo | 23:13 | ▶ 观看 |
| Q&A | 41:33 | ▶ 观看 |
📝 课程笔记
展开完整笔记
# Session 3 · Ground Your Wukong — Model + Knowledge
**Trait: Freedom.** Today: how a chatbot system really works — once you see the machinery, no vendor can mystify you again.
## Part 1 · What happens when you hit Send
Three players:
- **YOU** — typing in the chat box at wukongdojo.ai.
- **THE AGENT** — the dojo behind the screen; packs everything Wukong needs to see, every single turn.
- **WUKONG (the LLM)** — a brain in a jar: brilliant, but no hands, no memory. Reads once, answers once, forgets everything.
Before Wukong sees anything, the Agent gathers three things: ① the persona card (system prompt — who your agent is) ② the whole chat so far (history) ③ your new message. Three things printed into **ONE stack** — that stack is the **context**.
The flow: you type → agent gathers the 3 things → prints one stack → hands it to Wukong (**this hand-off is "the LLM call"**) → Wukong writes the answer word by word → the answer lands on your screen and is filed into history.
Multi-turn chat = the agent **reprinting the whole stack every turn**. The paper tray has a limit — the **context window** — and every sheet costs money.
**Three truths:**
1. "Memory" is a trick — it lives in the agent's stack, not in Wukong.
2. Every sheet costs money — re-sent, re-read, re-billed every turn.
3. Whoever writes the stack controls the answer — hallucination is a weak script; you are the editor.
## Part 2 · Token economics
- A token ≠ a word. Rough math: 1 Chinese character ≈ 1.5 tokens · 1 English word ≈ 1.3 tokens.
- Input is cheap, output is several times more expensive — you pay for what Wukong writes.
- Your $20/month subscription is a package on top of raw token prices. Warm-up homework: run the numbers and see the gap.
## Part 3 · The model menu
**Closed models — three sizes per house:**
| House | Fast/cheap | Day job | Hard stuff |
|-------|-----------|---------|------------|
| Claude | Haiku $1/$5 | Sonnet $3/$15 | Opus $5/$25 |
| GPT | GPT-5 mini $0.25/$2 | GPT-5 $1.25/$10 | o3 $2/$8 |
| Gemini | 2.5 Flash-Lite $0.10/$0.40 | 2.5 Flash $0.30/$2.50 | 2.5 Pro $1.25/$10 |
*(prices per million tokens, input/output)*
**Open-source wave:** DeepSeek is #1 on OpenRouter by token share; 8 of the top-10 open models are Chinese (Qwen · Kimi · GLM); Llama/Gemma are free to run. Up to 20× cheaper · weights in your hands · your data stays home.
**The punchline: WukongDojo lets you pick any good LLM — your Wukong stays yours.**
## Part 4 · You + Wukong = Your Wukong
How does Your Wukong beat ChatGPT? Three axes:
- **① Narrow** — ChatGPT serves anyone; you serve just one kind of person, and you win.
- **② Deep** — ChatGPT knows the surface; you know the layer it can't reach.
- **③ Real** — ChatGPT is secondhand from the web; you are firsthand, the real thing.
Proprietary ≠ clever. Proprietary = **what others don't have, you do.**
## Lab · Ground Your Wukong
1. Ask your agent a hard domain question — watch it guess. Fluent, but not grounded.
2. Attach a knowledge .md file — your notes, your FAQ, your domain facts.
3. Ask the same question again — now the answer comes from YOUR file.
**Same model. Same question. Your file makes the difference.**
## Homework
- **HW1 (warm-up, not submitted):** run the numbers — monthly fee vs actual token burn.
- **HW2 (submit · `ENS3-FREEDOM` · due Wed 8/5 9 PM PT):** Ground Your Wukong — ① your edge (narrow·deep·real) ② your knowledge .md (pasted) ③ before/after proof on the same question ④ model pick + one S4 blueprint line. See the S3 Homework Guide in materials for full details and examples.
Next: **S4 · Aug 15 — walk into the dojo and build your agent.** Your S2 hero + your S3 knowledge file are the raw material.
**Trait: Freedom.** Today: how a chatbot system really works — once you see the machinery, no vendor can mystify you again.
## Part 1 · What happens when you hit Send
Three players:
- **YOU** — typing in the chat box at wukongdojo.ai.
- **THE AGENT** — the dojo behind the screen; packs everything Wukong needs to see, every single turn.
- **WUKONG (the LLM)** — a brain in a jar: brilliant, but no hands, no memory. Reads once, answers once, forgets everything.
Before Wukong sees anything, the Agent gathers three things: ① the persona card (system prompt — who your agent is) ② the whole chat so far (history) ③ your new message. Three things printed into **ONE stack** — that stack is the **context**.
The flow: you type → agent gathers the 3 things → prints one stack → hands it to Wukong (**this hand-off is "the LLM call"**) → Wukong writes the answer word by word → the answer lands on your screen and is filed into history.
Multi-turn chat = the agent **reprinting the whole stack every turn**. The paper tray has a limit — the **context window** — and every sheet costs money.
**Three truths:**
1. "Memory" is a trick — it lives in the agent's stack, not in Wukong.
2. Every sheet costs money — re-sent, re-read, re-billed every turn.
3. Whoever writes the stack controls the answer — hallucination is a weak script; you are the editor.
## Part 2 · Token economics
- A token ≠ a word. Rough math: 1 Chinese character ≈ 1.5 tokens · 1 English word ≈ 1.3 tokens.
- Input is cheap, output is several times more expensive — you pay for what Wukong writes.
- Your $20/month subscription is a package on top of raw token prices. Warm-up homework: run the numbers and see the gap.
## Part 3 · The model menu
**Closed models — three sizes per house:**
| House | Fast/cheap | Day job | Hard stuff |
|-------|-----------|---------|------------|
| Claude | Haiku $1/$5 | Sonnet $3/$15 | Opus $5/$25 |
| GPT | GPT-5 mini $0.25/$2 | GPT-5 $1.25/$10 | o3 $2/$8 |
| Gemini | 2.5 Flash-Lite $0.10/$0.40 | 2.5 Flash $0.30/$2.50 | 2.5 Pro $1.25/$10 |
*(prices per million tokens, input/output)*
**Open-source wave:** DeepSeek is #1 on OpenRouter by token share; 8 of the top-10 open models are Chinese (Qwen · Kimi · GLM); Llama/Gemma are free to run. Up to 20× cheaper · weights in your hands · your data stays home.
**The punchline: WukongDojo lets you pick any good LLM — your Wukong stays yours.**
## Part 4 · You + Wukong = Your Wukong
How does Your Wukong beat ChatGPT? Three axes:
- **① Narrow** — ChatGPT serves anyone; you serve just one kind of person, and you win.
- **② Deep** — ChatGPT knows the surface; you know the layer it can't reach.
- **③ Real** — ChatGPT is secondhand from the web; you are firsthand, the real thing.
Proprietary ≠ clever. Proprietary = **what others don't have, you do.**
## Lab · Ground Your Wukong
1. Ask your agent a hard domain question — watch it guess. Fluent, but not grounded.
2. Attach a knowledge .md file — your notes, your FAQ, your domain facts.
3. Ask the same question again — now the answer comes from YOUR file.
**Same model. Same question. Your file makes the difference.**
## Homework
- **HW1 (warm-up, not submitted):** run the numbers — monthly fee vs actual token burn.
- **HW2 (submit · `ENS3-FREEDOM` · due Wed 8/5 9 PM PT):** Ground Your Wukong — ① your edge (narrow·deep·real) ② your knowledge .md (pasted) ③ before/after proof on the same question ④ model pick + one S4 blueprint line. See the S3 Homework Guide in materials for full details and examples.
Next: **S4 · Aug 15 — walk into the dojo and build your agent.** Your S2 hero + your S3 knowledge file are the raw material.
✏️ 作业
作业 1(热身·不交):用今天的公式算账 — 你的 AI 月费 vs 实际烧掉的 token。 作业 2(要交· 龙珠 3 · 自由)— Ground Your Wukong:完整剧本 = 5 部分 System Prompt(含显式知识指令铁律)+ 挂知识 .md 文件 + 跑 1 轮对话追溯到文件具体行。
⏰ 截止: Wed 8/5 · 9:00 PM PT
→ 提交作业 (ENS3-FREEDOM)▶ 🤖 AI 评分标准
| 维度 | 权重 | 说明 |
|---|---|---|
| 专有性清晰 | 15% | 窄/深/真三轴是否锋利到陌生人一眼看出"通用 ChatGPT 替代不了这个"— 服务的人具体、够不到的层真实、一手经历可信 |
| 剧本完整 | 20% | System Prompt 5 部分 (角色 / 受众 / 铁律 / 输出格式 / disclaimer) 是否都齐全且具体 |
| 铁律可执行 | 10% | 至少 3 条具体的"永远先做 X / 永远不做 Y",AI 看了就知道怎么执行;不是空话或营销文案 |
| 显式知识指令 | 10% | System Prompt 里必须有一条明确的铁律:让 LLM 只从下面附带的知识文件回答;找不到就说不知道,绝不瞎编。这是把 System Prompt 和知识文件焊起来的那道焊缝 |
| 知识文件质量 | 20% | 贴出的 .md 是 ChatGPT 谷歌不到的一手事实 — 自己的 FAQ/价目/案例/经验法则。百科粘贴、网上通识、AI 生成的注水 = 低分。这是作业的心脏之一:这些事实只有学生自己有 |
| 对话验证 + 追溯 | 15% | 真跑了一轮对话;输出**能追溯到知识文件里的具体行**;旁白 1-2 句点名"AI 引用了文件里第 X 行"。缺追溯、或只说"变好了" = 低分 |
| 下一步动作具体 | 10% | 本周具体要做的一件验证动作;不是"继续学习" |
90-100 5 部分齐全 + 显式指令写死 + 知识文件是伤疤级一手事实 + 对话追溯到具体行 · 70-89 7 项都在;剧本结构完整,知识文件真实但偏薄,或追溯不够点名 · 50-69 完成了但部分敷衍 — 铁律是套话,或没写显式指令,或知识文件像网上粘的 · 30-49 非常敷衍或大部分是 AI 生成的套话 · 1-29 几乎没有内容,或完全是 ChatGPT 一键生成