A collection of presentations. Source lives here; rendered decks deploy automatically to jpke.github.io/talks via GitHub Actions on every push to main.
- Becoming an Agentic Engineer — 15-20 min lightning talk on AI-assisted development. Lessons from a year of working through agents: orchestrator + sub-agents, compound engineering via skills, spec-driven development, and the RAG-vs-grep debate. (source)
Each talk lives in its own subfolder and is built with Slidev. The GitHub Actions workflow at .github/workflows/deploy.yml builds every talk on push and deploys the combined site to GitHub Pages.
To work on a talk locally:
cd <talk-folder>
npm install
npm run devThat opens the deck in your browser with hot reload.
GitHub Pages is configured to deploy from GitHub Actions. If this ever needs to be reset: repo Settings → Pages → Source → "GitHub Actions".