Paul Bakaus 的公开演讲库,包含幻灯片、讲稿和可运行的演示,主要涉及人工智能工程和设计。

Stars

27

7 天增长

暂无数据

Fork 数

7

开放 Issue

0

开源协议

NOASSERTION

最近更新

2026-07-01

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

该仓库提供完全自包含、键盘驱动的幻灯片,配有逐页讲稿、大纲,以及一个采用 Apache 2.0 许可的现场工作坊迷你技能。

适合谁使用

  • AI 工程师和研究人员
  • 设计工具开发者
  • 会议演讲者和工作坊组织者
  • 对演示工具感兴趣的开发者

典型使用场景

  • 学习从提示到扩展构建 AI 技能的完整工作坊
  • 探索用形容词而非像素重新思考设计工具的演讲
  • 运行 'Impeccable' CLI 和入门代码的现场演示
  • 将入门代码用作自己技能项目的模板

项目优势

  • 每个演讲都是包含 HTML 幻灯片、大纲和讲稿的自包含文件夹
  • 幻灯片支持键盘操作,通过 URL 哈希跟踪当前幻灯片
  • 包含一个可运行的迷你技能,采用 Apache 2.0 许可证
  • 演示和入门代码只需简单本地服务器即可直接运行

使用前须知

  • 主要演讲材料保留所有权利,不可重用
  • 仅一个演讲的入门代码采用宽松许可证
  • 需要本地 HTTP 服务器才能离线查看幻灯片

README 快速开始

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.

项目描述

Talks for the Impeccable project.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

ddosi
精选
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
17
ViffyGwaanl
精选
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 与机器学习
15
iamtechartist
精选
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.

设计与创意
13