kimi-k3-learn
An interactive learning system that turns the 47-page Kimi K3 technical report into a single offline HTML file with running algorithms, 3D visualizations, spaced repetition quizzes, and a smart highlighting QA tool.
它专为 AI 辅助开发时代设计:依赖关系是核心概念,就绪状态自动计算,地图视图将整个项目呈现为可交互的地铁网络——所有功能都在一个 HTML 文件中,无需任何构建步骤。
A single-file, zero-dependency task board you drop into any project. Two owners (e.g. you vs your coding agent), each with one consolidated plate, plus a map view that draws the whole project as a transit map — one line per track, converging on a terminus (GO LIVE), each line's current bottleneck pulsing.
"Ready" is never stored — it's derived. Every task lists its deps; a task is blocked
until all of them are done. Complete one and anything it unblocks animates into Up now.
No build. No framework. No npm install. It's one HTML file that runs from file://.
Grab it and go:
curl -O https://raw.githubusercontent.com/rockthemike712/mission-control-board/main/board.html
open board.html # then edit the block to make it yours
Tap any station and the map answers back — completing a task ripples through its dependents, and the 🔓 toast names exactly what just unblocked:
The whole project on one screen — one line per track, cross-track dependencies as connectors, everything converging on the GO LIVE terminus:
Each owner's plate: Up now (tap the ring to complete), then Waiting and Done. The Lines view — each track as a subway diagram; ⛓ chips jump to the blocker.
Light theme is built in (tap ◐):
The screenshots use the included
examples/nabshift.seed.json— a scrubbed, real-world board. Your own board is whatever you put in the seed.
open board.html # macOS
# or
xdg-open board.html # Linux
# or serve it
npx serve .
Out of the box board.html shows a small demo project so you can click around. Then you make
it yours by editing one thing: the seed.
Everything project-specific lives in a single JSON block near the bottom of board.html:
{ "config": {...}, "rev": 1, "tracks": [...], "tasks": [...] }
Edit that block, save, refresh. The engine above it (the , the map module, and the main ) is generic and never needs touching.
Two ways to work:
board.html into your project, edit the inline seed by hand. Done.node build.js my-project.seed.json > board.html
Zero dependencies; purely a convenience foSingle-file, zero-dependency task board: owner-vs-agent plates, a dependency map, tap-to-complete.
根据分类、Topic 和编程语言匹配的相似项目。
An interactive learning system that turns the 47-page Kimi K3 technical report into a single offline HTML file with running algorithms, 3D visualizations, spaced repetition quizzes, and a smart highlighting QA tool.

Pekingman is a multimodal agent system that integrates perception, long-term memory, human-like reasoning, emotional consistency, and real-time action to create believable NPC behavior.
A CSS-only library for adding hand-drawn arrows and handwritten labels to any webpage using a single self-contained stylesheet, no JavaScript or build tools required.