Talks we give in public.
Short decks from Ambystech engineers on the tools we build and the way we work. Every deck opens in the browser, needs nothing installed, and is the same file we present from.
Inside a deck, move with ← →, press S for speaker notes, F for fullscreen and Esc for the overview.
Lightning
Ten minutes, one idea. Short talks we give at meetups, client sessions and internal demos.
-
AmbyKit
Spec-Driven Development that specs your UI too.
Why AI coding assistants ship interfaces nobody asked for, and how one neutral spec, with a first-class UI design phase, emits native commands for Claude Code, Cursor, Copilot and more.
- Speaker
- Gustavo Barrientos
- Length
- 10 min
- Slides
- 12
- Updated
Present one yourself
Every deck here is built with Axo, our static deck framework: slides in MDX, output is plain HTML with no runtime, so it also runs from a USB stick at a venue with no wifi. The source of each deck lives in this site's repository.
$ git clone https://github.com/ambystechcom/decks.git
$ cd decks/lightning/ambykit
$ npm install && npm run dev