pbakaus GitHub avatar

impeccable-talks

pbakaus

A public repository of Paul Bakaus's conference talk decks, speaker notes, and runnable demos, primarily on AI engineering and design.

Stars

27

7-day growth

No data

Forks

7

Open issues

0

License

NOASSERTION

Last updated

2026-07-01

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It provides fully self-contained, keyboard-driven slide decks with per-slide speaker notes, outlines, and a live workshop mini-skill that is Apache 2.0 licensed.

Who it is for

  • AI engineers and researchers
  • Design tool developers
  • Conference speakers and workshop leaders
  • Developers interested in presentation tooling

Use cases

  • Study a complete workshop on building AI skills from prompt to extension
  • Explore a design talk that reframes tooling around adjectives rather than pixels
  • Run live demos of the 'Impeccable' CLI and starter code
  • Use the starter code as a template for your own skill projects

Strengths

  • Each talk is a self-contained folder with HTML deck, outline, and talk track
  • Decks are keyboard-driven and support slide tracking via URL hash
  • Includes a runnable mini-skill with Apache 2.0 license
  • Demos and starter code are immediately executable with simple local server

Considerations

  • Main talk materials are All Rights Reserved, not open for reuse
  • Only one talk's starter code is permissively licensed
  • Requires a local HTTP server to view decks offline

README quick start

Talks

Paul Bakaus's talk decks, speaker notes, and demos. Each talk is a self-contained folder: a single-file HTML deck plus its assets, an outline, a per-slide talk track, and any runnable demos or starter code.

TalkFolderWhat it is
The Dark Arts of Skill Engineeringdark-arts/AI Engineer World's Fair, workshop track. Building one skill from a prompt to a harness extension, live.
Design at the Speed of Adjectivesadjectives/AI Engineer World's Fair. Why design tools aim at the wrong altitude (pixels vs. prompts) and why the fix is the vocabulary a director already thinks in: adjectives.
Killing the handoffhandoff/Earlier keynote on the design-to-code handoff.

Running a deck

The decks are plain static HTML. Serve the talk folder and open index.html:

cd dark-arts && python3 -m http.server 8910
# → http://localhost:8910/index.html

Each deck is keyboard-driven (arrow keys / space, f for fullscreen) and the URL hash tracks the slide (#7).

Dark Arts specifics

  • dark-arts/index.html: the deck (data-driven SLIDES array + renderers).
  • dark-arts/talk-track.md: per-slide spoken beats.
  • dark-arts/outline.md: structure and rationale.
  • dark-arts/starter/: a runnable mini-skill ("Spellbook") that demonstrates five of the dark arts.
  • dark-arts/demos/: the live-demo runbook plus a deliberately-median page to critique.

The starter and demos reference the impeccable CLI (npx impeccable …), published on npm.

Adjectives specifics

  • adjectives/index.html: the deck, 32 sparse beats, several with live embeds (an auto-scrolling sample site, play-once recordings, a real WebGL shader).
  • adjectives/talk-track.md: the spoken half, one section per slide.

License

The talk materials in this repo (decks, speaker notes, outlines, images) are All Rights Reserved (see LICENSE) and published for viewing only.

The one exception is dark-arts/starter/, the runnable mini-skill, which is licensed under Apache 2.0 (see dark-arts/starter/LICENSE). Clone it, change it, ship it. The full Impeccable skill it's distilled from is also Apache 2.0 at impeccable.style.

Description

Talks for the Impeccable project.

Related repositories

Similar projects matched by category, topics, and programming language.

ddosi
Featured
ddosi GitHub avatar

PacketLens

PacketLens is a pure front-end, offline pcap analysis tool that runs entirely in the browser, supporting deep protocol decoding, HTTPS decryption, and million-packet instant loading without any backend.

HTML
19
ViffyGwaanl
Featured
ViffyGwaanl GitHub avatar

kimi-k3-learn

An interactive learning system that turns the 47-page Kimi K3 technical report into a single offline HTML file with running algorithms, 3D visualizations, spaced repetition quizzes, and a smart highlighting QA tool.

AI & Machine Learning
15
iamtechartist
Featured
iamtechartist GitHub avatar

human-cell-visualizer

An interactive 3D visualization of three human cell types using Three.js, WebGL particles, and custom GLSL shaders, allowing users to rotate, zoom, morph, and explore annotated structures.

Design & Creative
13