Philosophy
The US education system and government have failed to prepare working adults for the AI transition. Hard-working people who did the right thing — went to school, earned degrees, built careers — are being displaced with no warning and no preparation.
This syllabus exists so anyone, regardless of technical background, can go from “what is a terminal?” to designing, building, and operating AI-powered systems. No CS degree required. No permission needed.
Core Principles
Section titled “Core Principles”- Capability, not credentials — every section produces something you can do, not something you can cite
- Learn by building — concepts earn their introduction by being needed in a project
- Spiral depth — revisit every domain across phases at increasing depth
- First principles over frameworks — tools change yearly; thinking doesn’t
- Vocabulary = power — a vibe coder who speaks precisely with traditional engineers is more dangerous than either alone
What This Is NOT
Section titled “What This Is NOT”- Not a coding bootcamp (you won’t memorize syntax)
- Not an AI theory course (no transformer math)
- Not a certification program (no tests, no grades)
- It IS a competency ramp that makes you dangerous with AI tools
Audience
Section titled “Audience”Adults with zero technical background. Smartphone and browser familiarity assumed. Nothing else.
End State
Section titled “End State”The learner can architect agentic AI systems, manage memory and RAG, reason about the full AI stack, and collaborate with traditional software engineers on serious projects.
Structure
Section titled “Structure”Five phases. Each phase revisits these domains at increasing depth:
- Environment — the tools you work in
- AI Craft — how to work with AI effectively
- Engineering Foundations — concepts every builder must internalize
- Systems Thinking — architecture, data flow, how pieces connect
- Vocabulary Bank — terms to memorize for that phase
| Phase | Name | Transformation |
|---|---|---|
| 0 | See the Matrix | Fear to Familiarity |
| 1 | First Build | Familiarity to First Win |
| 2 | Builder’s Toolkit | First Win to Competence |
| 3 | Agent Architect | Competence to Agency |
| 4 | Orchestrator | Agency to Mastery |
What This Syllabus Does NOT Cover (By Design)
Section titled “What This Syllabus Does NOT Cover (By Design)”- Specific programming language syntax — you’re building with AI, not writing raw code
- Transformer architecture / ML math — interesting but not required to build
- Cloud provider specifics (AWS/GCP/Azure) — implementation details that change and can be delegated
- Mobile development — a specialization, not a foundation
- Data science / ML model training — a different discipline; this is about building with AI, not building AI itself