Andrew Ng’s Agentic AI course, translated and annotated in Chinese
It turns Andrew Ng’s Agentic AI lectures into bilingual Chinese notebooks so Mandarin-speaking developers can follow agent design patterns without fighting the language barrier.

What it does
The Datawhale community has built a Chinese study guide around Andrew Ng’s DeepLearning.AI “Agentic AI” specialization. The repo pairs bilingual course translations with Jupyter Notebook dissections of the official examples, turning video lectures into a structured reference.
The interesting bit
Instead of flat transcripts, the maintainers re-layer the curriculum into a “concept → principle → architecture → code” stack. They also weave in local-tool scenarios—file I/O, API calls, data handling—that nudge the material closer to domestic engineering practice than the original English demos.
Key highlights
- Full coverage of all five released modules, from introductory workflows to high-autonomy agent patterns.
- Four-tier knowledge graph that re-sequences lecture content into a progressive reference manual.
- Annotated notebooks explaining design intent, library choices, and extension points rather than just line-by-line syntax.
- Practical examples that integrate local file handling and external APIs, moving beyond toy demonstrations.
- CC BY-NC-SA 4.0 license with an open contributor graph, keeping the material free and community-maintained.
Caveats
- This is strictly a course companion, not a standalone agent SDK; expect translated context and annotated examples, not a production framework.
- The project plan shows all five modules complete, though the README notes the team will sync future iterations as DeepLearning.AI releases them.
Verdict
Worth bookmarking if you are a Mandarin-speaking developer trying to absorb agent design patterns without the friction of English terminology. Skip it if you are already fluent in both English and autonomous-agent theory, or if you are hunting for a drop-in framework rather than pedagogy.
Frequently asked
- What is datawhalechina/agentic-ai?
- It turns Andrew Ng’s Agentic AI lectures into bilingual Chinese notebooks so Mandarin-speaking developers can follow agent design patterns without fighting the language barrier.
- Is agentic-ai open source?
- Yes — datawhalechina/agentic-ai is open source, released under the Apache-2.0 license.
- What language is agentic-ai written in?
- datawhalechina/agentic-ai is primarily written in Jupyter Notebook.
- How popular is agentic-ai?
- datawhalechina/agentic-ai has 1.3k stars on GitHub and is currently holding steady.
- Where can I find agentic-ai?
- datawhalechina/agentic-ai is on GitHub at https://github.com/datawhalechina/agentic-ai.