#25 · Primary category: Education & Research
ai-engineering-from-scratch
Learn it. Build it. Ship it for others.
Project last updated:08/29/26
GitHub Stars
51.0K
Forks
8.8K
Contributors
17
License
MIT
Why we included this project
Most AI courses teach you to glue libraries together; this one walks you through building the algorithms themselves. It's a free curriculum of 503 lessons across 20 phases, starting with linear algebra and moving through backpropagation, tokenizers, attention, and transformers into LLM engineering, then on to agents, multi-agent swarms, and production infrastructure. Each lesson follows a build-it-then-use-it pattern: you implement the algorithm from raw math first, then run the same thing through PyTorch or sklearn, so you see what the framework is doing under the hood. The material spans Python, TypeScript, Rust, and Julia, and every lesson ships a reusable artifact like a prompt, skill, agent, or MCP server. You can read lessons on the web, clone the repo, or install the curriculum as a skill into Claude Code, Cursor, or Codex, where your coding agent acts as a tutor with a placement quiz and a personalized study plan.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI