Architecture maps for the post-coding era
A Chinese-language knowledge base argues that as AI writes more code, architectural judgment becomes the scarce skill worth cultivating.

What it does
This repo is a bilingual (Chinese/English) collection of 25 “architecture maps” — high-level system designs for common patterns like RAG pipelines, AI gateways, payment systems, and ride-hailing dispatch. Each template deliberately avoids implementation details (languages, frameworks) and instead focuses on data flows, failure modes, and scaling bottlenecks. A 26-chapter tutorial walks through thinking like an architect: from C4 diagrams and quality-attribute tradeoffs to AI-native design and writing specs that LLM coding agents can actually follow.
The interesting bit
The author makes an unusually direct claim: at frontier labs, human engineers already just “tell AI what to build, then judge if it built it right.” The repo is essentially a bet that this shifts the value from syntax fluency to constraint-setting — and it tries to teach that second skill systematically, including how to write AGENTS.md files that serve as guardrails for Claude Code or Cursor.
Key highlights
- 25 templates covering classic systems (e-commerce, streaming, ticketing) plus AI-native patterns (inference serving, vector DBs, agent platforms)
- Each template links to real open-source projects for deeper reading
- 26-chapter tutorial with explicit learning paths: fundamentals → distributed-systems hard truths → hands-on case studies → AI collaboration workflows
- Companion “architecture-copilot” skill for turning the knowledge into interactive design guidance inside coding agents
- Fully bilingual, with an interactive HTTPS site for reading
Caveats
- The repo is Vue-based but the actual content is Markdown documentation; the framework choice is incidental
- Some advanced tutorial chapters (23–26) and newer AI templates are described in tables but their depth is hard to verify from the README alone
- The “coding is disappearing” framing is provocative; your mileage may vary depending on what you actually do for work
Verdict
Worth bookmarking if you’re a Chinese-speaking developer moving toward system design, technical leadership, or prompt-engineering-adjacent roles. Less useful if you want copy-paste infrastructure code — this is explicitly not that.