Briefings and technical training decks for California government modernization.
| Category | Description | Decks |
|---|---|---|
| Briefings | Executive briefings, governance frameworks, and agency overviews | 6 |
| Training | AI implementation patterns, production operations, and engineering practices | 4 |
| Deck | Date |
|---|---|
| Building GenAI Chatbots for Government | Mar 2026 |
| Digital Transformation in Corrections | Mar 2026 |
| Agentic Engineering for California State Government | Feb 2026 |
| CDCR Technology Landscape | Feb 2026 |
| CA Enterprise Modernization Plan | Jan 2026 |
| Claude Code Deployment at SWRCB | Jan 2026 |
| # | Module | Slides |
|---|---|---|
| 1 | Prompt & Context Engineering for Government Work | 24 |
| 2 | Quality Assurance for RAG Knowledge Bases | 16 |
| 3 | WaterBot: Building a Government AI Assistant | 23 |
| 4 | Production Hardening for Government Web Services | 20 |
All decks are standalone Reveal.js HTML files. No build step, no dependencies, no server required.
presentations/
├── index.html # Hub page
├── decks.json # Manifest (source of truth)
├── decks/ # All deck HTML + source markdown
├── briefings/ # Briefings category page
├── training/ # Training category page
└── img/ # Shared images
Manifest-driven:
decks.jsondefines all categories, decks, and metadata. Hub and category pages render from it dynamically.
- Build the deck HTML (via the
/deckskill or manually) - Place the compiled
.htmlindecks/ - Add an entry to
decks.jsonunder the appropriate category - Push to
main
Dark theme. Inter font. CSS custom properties for theming. Fully responsive layouts.
- State-Modernization -- research that informs briefing content
- VanderDev-Website -- main site (presentations hosted separately)
MIT