David Budáč

Nine decks.
Pick your level.

Same story, from first steps to deep dives. Each deck is self-contained — you don't need the one before it. Find yourself below and start there.

01 Curious, non-technical ——— 02 Developers, new to agents ——— 03 Developers going deeper ——— 04 Devs & IT admins, internals ——— 05–07 · 09 Deep dives: cost · orchestration · measurement · graphs ——— 08 Visual work, no code
01No coding needed The AI Toolbox

You know what an LLM is. You just don't know which tool to open.

  • You use ChatGPT or Claude and wonder what else exists
  • You don't write code — and don't plan to
  • You want to know what things cost before you ask for a licence

You'll leave with A map of the big three labs, a leader per category (video, voice, avatars, decks, research, automation), five real stories, and how to plug AI into Excel & PowerPoint.

59 slides · no code · prices included

02For developers · start here Intro to Agentic AI

You write code and want an agent doing it with you — starting today.

  • You've heard of Claude Code / Copilot but never really used one
  • You want the mental model: model, harness, agent, the loop
  • You want to know what it's allowed to touch, and how to teach it your project

You'll leave with The agent loop, context and why it rots, permissions & safety, memory (CLAUDE.md), skills, plugins and MCP — plus how to work with it well.

43 slides · live demo included

03For developers · the deep end Agentic Engineering

You already use agents daily. Now you want to know why they fail — and how to stop it.

  • You want the internals: next-token prediction, attention, statelessness
  • Context engineering is the job — caching, cost, compaction, the dumb zone
  • You're building loops, verifiers, subagents and workflows, not just prompting

You'll leave with Context as the program, token cost & KV-cache economics, model × reasoning-effort routing, the agentic ladder, loops & verifiers (and reward hacking), dynamic workflows.

60 slides · no live demo

04Deep dive · one topic Subagents & Prompt Caching

You've done the deep end. Now you want the two primitives that decide what an agent costs.

  • You spawn subagents and want to know exactly what crosses the boundary
  • Your token bill is the problem, not the model
  • You run this on a subscription and need to know what's allowed

You'll leave with Subagent isolation and the four context crossings, parallel fan-out and its limits, cache breakpoints, exact-match prefixes, TTL & eviction, break-even math — and the subscription-vs-API-key rules.

39 slides · devs & IT admins · 30 min

05Deep dive · level upWIP Cost & Context

You already use Claude Code every day. Now find out what it actually bills — and stop wasting the window.

  • You want the real numbers — tokens, subscriptions, API, Bedrock
  • You've never traced what one session costs, line by line
  • Your CLAUDE.md has grown and nobody's measured it

You'll leave with Three pricing meters, a which-plan-for-which-team table, the context lifecycle, CLAUDE.md hygiene, /clear vs /compact — and a live bloated-vs-lean demo.

29 slides · experienced devs · ~30 min

06Deep dive · level upWIP Orchestrating Agents

One agent is table stakes. Run several — safely — and give them the right capabilities.

  • You're juggling agent terminals and want a dashboard, worktrees, or a backlog-driven fleet
  • You want sandboxing before you let agents run unattended
  • You keep debating skills vs CLAUDE.md vs MCP vs CLI

You'll leave with A map of the orchestration ecosystem, the three failure modes of parallel agents, skills & plugins for teams, and a per-capability MCP-vs-CLI heuristic.

32 slides · experienced devs · ~30 min

07Deep dive · level upWIP Measuring What Works

Stop arguing about prompts from vibes. Measure — then route models and harnesses by the numbers.

  • Your team tweaks CLAUDE.md and prompts with no way to compare
  • You want to read traces for wasted turns and real cost
  • You're curious about open-weight models, local inference & alternative harnesses

You'll leave with A minimal eval loop you can start this week, trace-reading skills, the July-2026 open-model landscape (Gemma 4, Qwen 3.6, GLM-5.2), and daily habits that compound.

36 slides · experienced devs · ~30 min

08Deep dive · no code neededWIP Claude Design

You saw the two teaser slides in The AI Toolbox. This is the full tour — and the method.

  • You make decks, one-pagers or mockups without a design background
  • Your complaint about AI visuals is "it never looks like us"
  • You want clickable prototypes without waiting on engineering

You'll leave with The chat-and-canvas mental model, four starting points, the brand/design-system sync, three refinement channels with example prompts, four briefs to steal, and the export & Claude Code handoff map.

25 slides · any paid Claude plan · ~30 min

09Deep dive · level upWIP AI Graph Engineering

Everyone's saying "graph engineering". Find out which graph they mean — and when one actually pays.

  • You've heard GraphRAG pitched and can't tell hype from evidence
  • You want agent memory that survives contradiction and time
  • You want the graph patterns wired into Claude Code, not another framework

You'll leave with The four graphs (knowledge, retrieval, workflow, GNN), the honest GraphRAG scoreboard, graph memory vs markdown, code graphs vs agentic grep, subagents-hooks-workflows as a graph runtime — and a decision table.

33 slides · experienced devs · ~30 min

Still not sure? One question each

Do you write code?
No → The AI Toolbox
Has an agent ever edited your repo?
Not yet → Intro to Agentic AI
Do you know why a long chat gets dumber?
No, and I want to → Agentic Engineering
Do you know why a cache hit is 10× cheaper?
Not exactly → Subagents & Prompt Caching
Know what your agent sessions actually bill?
Not really → Cost & Context WIP
Ever run more than one agent at once?
Want to → Orchestrating Agents WIP
Still judging prompt changes by feel?
Yes → Measuring What Works WIP
Does AI output never look like your brand?
Exactly → Claude Design WIP
Can you tell GraphRAG hype from evidence?
Not yet → AI Graph Engineering WIP