ai-engineering-from-scratch icon indicating copy to clipboard operation
ai-engineering-from-scratch copied to clipboard

Learn it. Build it. Ship it for others.

Results 121 ai-engineering-from-scratch issues
Sort by recently updated
recently updated
newest added

## Summary - New `scripts/build_catalog.py`: stdlib-only Python script that walks every phase, every lesson, every artifact on disk and writes a single `catalog.json` at the repo root. - Course-wide. Companion...

## Summary - New `scripts/install_skills.py`: stdlib-only Python script that walks `phases/**/outputs/{skill,prompt,agent}-*.md` across all 20 phases and installs the matching artifacts into a target directory. - Course-wide tool. Counterpart to `scripts/audit_lessons.py`...

## What this PR does ## Kind of change - [ ] New lesson - [ ] Fix to an existing lesson - [ ] Translation - [ ] New...

# Feature Request: Official Certificate of Completion Hi Rohit, First of all, thank you for building **AI Engineering From Scratch**. The project has one of the best open-source AI engineering...

## What this PR does? This PR adds the missing Lesson 16 and 17 entries to the Phase 11 sidebar and fixes a build script regex bug that caused table...

## What this PR does ## Kind of change - [ ] New lesson - [ ] Fix to an existing lesson - [ ] Translation - [ ] New...

## What this PR does This PR fixes unreadable Mermaid labels in light mode on site/lesson.html. Fixes #110 ## Kind of change - [ ] New lesson - [x] Fix...

## Summary by CodeRabbit * **Documentation** * Added a comprehensive "Git & Collaboration" learning guide with objectives, walkthroughs, exercises, diagram, and command reference. * **New Features** * Added interactive CLI...

## Summary Adds a dedicated Books section for learners who prefer reading the AI Engineering from Scratch curriculum in a linear, book-style format. This PR transforms the existing site content...

## What's wrong On lesson pages, many Mermaid diagrams use dark node fills (for example #1a1a2e) with white label text, styled for a dark UI. In light mode, labels disappear...

bug