@@ -10,28 +10,28 @@ agents and multi-modal programming to serverless multi-model architectures.
1010
1111## Courses
1212
13- | # | Course | Focus |
14- |---|--------|-------|
15- | 1 | **Generative AI and Foundation Models on AWS** | Tokenization, RAG, Bedrock, llama.cpp, SageMaker Canvas |
16- | 2 | **Intelligent Applications with Amazon Bedrock** | Bedrock console, Claude, Dracula pattern, knowledge bases, agents |
17- | 3 | **Prompt Architecture and NLP on Amazon Bedrock** | Token lifecycle, prompt-as-code, chain-of-thought, Ollama bridge |
18- | 4 | **AI Orchestration: From Local Models to Cloud** | Prompt pyramid, caching, Ollama, llamafile, GPU computing, Spot |
19- | 5 | **Enterprise AIOps and Amazon Q Business** | Q Business, CloudShell, cost control, MLOps, RAG workflows |
20- | 6 | **AI Security and Governance on AWS** | Guardrails, CloudTrail, auth patterns, SageMaker Clarify, Rust |
21- | 7 | **AI-Powered Analytics and Performance Engineering** | Lambda, Rust, Amazon Q, CodeCatalyst, benchmarking |
22- | 8 | **CLI Automation with Amazon Q and CloudShell** | Q CLI, Docker, CDK, Lambda, ECR, infrastructure as code |
23- | 9 | **Deterministic LLM Programming and Quality Metrics** | Code quality, AST analysis, technical debt, PMAT, Elo ratings |
24- | 10 | **Agentic AI: Actor Models and Subagent Architecture** | Actix, Rust, Go, Deno, supervision trees, subagents |
25- | 11 | **AI-Assisted Debugging and Test-Driven Fixes** | AI debugging, TDD, logging, context gathering, bug discovery |
26- | 12 | **Multi-Modal AI: Screenshots to Production Code** | Copilot, screenshot-to-code, Playwright, MCP, visual programming |
27- | 13 | **Privacy-Conscious Development with AI Assistants** | GitHub Advanced Security, Dependabot, Grype, secure prompting |
28- | 14 | **AI-Powered Data Pipelines with Deno** | Deno tasks, pre-commit hooks, quality gates, pipeline automation |
29- | 15 | **Building Deterministic MCP Agents** | MCP, property testing, fuzz testing, FSM, Toyota Way |
30- | 16 | **Conversational Bot Architecture with Rust and Deno** | Tokio, async runtime, memory safety, Discord, Bedrock |
31- | 17 | **AI Code Review Automation with GitHub Actions** | Actions, code review, LLM prompting, GitHub Marketplace |
32- | 18 | **LLM Security: Vulnerabilities and Defense Patterns** | Prompt injection, model theft, information disclosure, plugin security |
33- | 19 | **Build a Production SaaS Application with AI** | API design, Docker, GitHub Pages, test harnesses, MVP |
34- | 20 | **AI Engineering Capstone: Serverless Multi-Model Systems** | Cargo Lambda, Bedrock routing, YAML prompts, production deployment |
13+ | # | Course | Focus | Capstone |
14+ |---|--------|-------|----------|
15+ | 1 | **Generative AI and Foundation Models on AWS** | Tokenization, RAG, Bedrock, llama.cpp, SageMaker Canvas | [Capstone](capstones/c01-capstone.md) |
16+ | 2 | **Intelligent Applications with Amazon Bedrock** | Bedrock console, Claude, Dracula pattern, knowledge bases, agents | [Capstone](capstones/c02-capstone.md) |
17+ | 3 | **Prompt Architecture and NLP on Amazon Bedrock** | Token lifecycle, prompt-as-code, chain-of-thought, Ollama bridge | [Capstone](capstones/c03-capstone.md) |
18+ | 4 | **AI Orchestration: From Local Models to Cloud** | Prompt pyramid, caching, Ollama, llamafile, GPU computing, Spot | [Capstone](capstones/c04-capstone.md) |
19+ | 5 | **Enterprise AIOps and Amazon Q Business** | Q Business, CloudShell, cost control, MLOps, RAG workflows | [Capstone](capstones/c05-capstone.md) |
20+ | 6 | **AI Security and Governance on AWS** | Guardrails, CloudTrail, auth patterns, SageMaker Clarify, Rust | [Capstone](capstones/c06-capstone.md) |
21+ | 7 | **AI-Powered Analytics and Performance Engineering** | Lambda, Rust, Amazon Q, CodeCatalyst, benchmarking | [Capstone](capstones/c07-capstone.md) |
22+ | 8 | **CLI Automation with Amazon Q and CloudShell** | Q CLI, Docker, CDK, Lambda, ECR, infrastructure as code | [Capstone](capstones/c08-capstone.md) |
23+ | 9 | **Deterministic LLM Programming and Quality Metrics** | Code quality, AST analysis, technical debt, PMAT, Elo ratings | [Capstone](capstones/c09-capstone.md) |
24+ | 10 | **Agentic AI: Actor Models and Subagent Architecture** | Actix, Rust, Go, Deno, supervision trees, subagents | [Capstone](capstones/c10-capstone.md) |
25+ | 11 | **AI-Assisted Debugging and Test-Driven Fixes** | AI debugging, TDD, logging, context gathering, bug discovery | [Capstone](capstones/c11-capstone.md) |
26+ | 12 | **Multi-Modal AI: Screenshots to Production Code** | Copilot, screenshot-to-code, Playwright, MCP, visual programming | [Capstone](capstones/c12-capstone.md) |
27+ | 13 | **Privacy-Conscious Development with AI Assistants** | GitHub Advanced Security, Dependabot, Grype, secure prompting | [Capstone](capstones/c13-capstone.md) |
28+ | 14 | **AI-Powered Data Pipelines with Deno** | Deno tasks, pre-commit hooks, quality gates, pipeline automation | [Capstone](capstones/c14-capstone.md) |
29+ | 15 | **Building Deterministic MCP Agents** | MCP, property testing, fuzz testing, FSM, Toyota Way | [Capstone](capstones/c15-capstone.md) |
30+ | 16 | **Conversational Bot Architecture with Rust and Deno** | Tokio, async runtime, memory safety, Discord, Bedrock | [Capstone](capstones/c16-capstone.md) |
31+ | 17 | **AI Code Review Automation with GitHub Actions** | Actions, code review, LLM prompting, GitHub Marketplace | [Capstone](capstones/c17-capstone.md) |
32+ | 18 | **LLM Security: Vulnerabilities and Defense Patterns** | Prompt injection, model theft, information disclosure, plugin security | [Capstone](capstones/c18-capstone.md) |
33+ | 19 | **Build a Production SaaS Application with AI** | API design, Docker, GitHub Pages, test harnesses, MVP | [Capstone](capstones/c19-capstone.md) |
34+ | 20 | **AI Engineering Capstone: Serverless Multi-Model Systems** | Cargo Lambda, Bedrock routing, YAML prompts, production deployment | [Capstone](capstones/c20-capstone.md) |
3535
3636## Installation
3737
0 commit comments