Live site: https://ashwani65.github.io/ai-engineering/
An interactive, single-page compendium covering foundations, tool calling, RAG, multi-agent patterns, optimization, ops, and safety. Built with HTML + Tailwind + Chart.js and deployed via GitHub Pages.
Open index.html directly in your browser or serve locally:
python3 -m http.server 8080Then visit http://localhost:8080.
Pushing to main automatically deploys to GitHub Pages using GitHub Actions (.github/workflows/pages.yml).