- Copy code/ directories from zh lectures to en lectures (12 dirs)
- Add code example GitHub links + project links to all 12 CN lectures
- Add code example GitHub links + project links to all 12 EN lectures
- Add related lecture links + template GitHub links to all 6 CN projects
- Add related lecture links + template GitHub links to all 6 EN projects
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Cover concepts that were previously missing or incomplete from the
three reference articles (OpenAI harness engineering + Anthropic
long-running agents + Anthropic harness design):
- L01: Add OpenAI's empty-repo experiment (0 human-written lines,
1M+ agent-generated lines, 1500 PRs, 3 engineers)
- L05: Deepen context anxiety analysis with Sonnet 4.5 vs Opus 4.5
data, compaction vs reset trade-offs
- L09: Add self-evaluation bias and generator-evaluator separation
with DAW experiment cost comparison table
- L10: Add layered domain architecture enforcement and custom
lint patterns from OpenAI's Codex practice
- L11: Add three-agent architecture with detailed phase timing
and cost data from Anthropic's DAW experiment
- L12: Add golden principles, garbage collection cycle, harness
simplification as models improve (Opus 4.6), and high-throughput
merge philosophy
Also fix root index.md to auto-redirect based on browser language.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The root / page had no locale config, causing missing theme/nav.
Add root locale with links to /zh/ and /en/.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Translate all ASCII diagrams to Chinese (harness pattern, five subsystems,
with/without comparison, learning path, project evolution, session lifecycle)
- Translate code block comments and labels
- Update all links to new zh/ locale paths
- Add project evolution diagram and detailed project table
- Fix resource links to match new zh/en directory structure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add text-based flowcharts for harness pattern, five subsystems,
with/without comparison, learning path, project evolution, and session
lifecycle. Add learn-claude-code acknowledgment to both EN and CN versions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>