Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.
它直接解决了AI辅助编程的主要瓶颈——未定义的未知——让Claude成为主动发现这些未知的合作伙伴,避免在问题变得昂贵之前。
Maintained by 泊舟 Bozhou — I write about AI and agentic coding on X, follow me at x.com/bozhou_ai.
English | 简体中文
A single CLAUDE.md file that turns Thariq's (Anthropic) field guide — A Field Guide to Fable: Finding Your Unknowns — into behavioral guidelines for Claude Code.
From Thariq's article:
Working with Claude Fable 5 keeps re-teaching me an old lesson: the map is not the territory.
The difference between the map and the territory is what I call unknowns. When Claude runs into an unknown, it needs to make a decision based on its best guess of what I want.
Fable is the first model where I find the quality of the work is bottlenecked by my ability to clarify its unknowns.
Your prompt is a map. The codebase is the territory. Everything you didn't say — and everything you didn't know to say — is an unknown, and every unknown forces Claude to guess. Accumulated wrong guesses are how long tasks go badly off course.
Make Claude an active partner in discovering your unknowns, at every stage:
| Technique | Stage | Uncovers |
|---|---|---|
| Blindspot Pass | Pre-implementation | Unknown unknowns |
| Brainstorm & Prototype | Pre-implementation | Unknown knowns |
| Interview | Pre-implementation | Known unknowns |
| References | Pre-implementation | What you can't put into words |
| Implementation Plan | Pre-implementation | Decisions you'll want to tweak |
| Implementation Notes | During implementation | Deviations from the plan |
| Explainer & Quiz | Post-implementation | What actually changed |
The guidelines instruct Claude to surface the last three instead of silently guessing through them.
Global rules (recommended) — applies to every Claude Code session:
echo "" >> ~/.claude/CLAUDE.md
curl https://raw.githubusercontent.com/bozhouDev/finding-unknowns-skills/main/CLAUDE.md >> ~/.claude/CLAUDE.md
**Per-p
Unknown-discovery guidelines for Claude Code, derived from Thariq's (Anthropic) 'A Field Guide to Fable: Finding Your Unknowns'
根据分类、Topic 和编程语言匹配的相似项目。
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

A structured investing guide for Chinese beginners covering US stocks, options, and cryptocurrency, with focus on foundational concepts and risk awareness.

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.