<?xml version="1.0" encoding="UTF-8"?>
<schedule>
  <generator name="vibeboard" version="1.0"/>
  <version>2026-09-24T04:54:46.171Z</version>
  <conference>
    <acronym>ai-builders-summit-2026</acronym>
    <title>AI Builders Summit 2026</title>
    <start>2026-09-15</start>
    <end>2026-09-17</end>
    <days>3</days>
    <timeslot_duration>00:05</timeslot_duration>
    <time_zone_name>America/Los_Angeles</time_zone_name>
    <base_url>https://vibeboard.io/ai-builders-summit-2026</base_url>
  </conference>
  <day index="1" date="2026-09-15" start="2026-09-15T09:00:00-07:00" end="2026-09-15T16:00:00-07:00">
    <room name="Main Stage">
      <event guid="demo-s-2" id="3">
        <date>2026-09-15T10:30:00-07:00</date>
        <start>10:30</start>
        <duration>00:30</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-3-your-ai-pair-programmer-is-lying-to-you-verification-pattern</slug>
        <title>Your AI Pair Programmer Is Lying to You: Verification Patterns That Scale</title>
        <subtitle/>
        <track>AI Engineering</track>
        <type>talk</type>
        <language/>
        <abstract>Generated code compiles, passes review, and still breaks production. We catalogued a year of agent-written incidents and built verification layers that catch what human review misses — without slowing anyone down.</abstract>
        <description>Generated code compiles, passes review, and still breaks production. We catalogued a year of agent-written incidents and built verification layers that catch what human review misses — without slowing anyone down.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-2">Dana Kowalski</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-3" id="4">
        <date>2026-09-15T11:15:00-07:00</date>
        <start>11:15</start>
        <duration>00:30</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-4-multi-agent-systems-are-just-distributed-systems-and-that-s-</slug>
        <title>Multi-Agent Systems Are Just Distributed Systems (And That&apos;s Good News)</title>
        <subtitle/>
        <track>AI Engineering</track>
        <type>talk</type>
        <language/>
        <abstract>Everything your team already knows about queues, retries, idempotency and backpressure applies directly to agent orchestration. A tour of production multi-agent failures and the boring distributed-systems fixes that solved each one.</abstract>
        <description>Everything your team already knows about queues, retries, idempotency and backpressure applies directly to agent orchestration. A tour of production multi-agent failures and the boring distributed-systems fixes that solved each one.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-3">Yuki Tanaka</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-8" id="9">
        <date>2026-09-15T13:15:00-07:00</date>
        <start>13:15</start>
        <duration>00:30</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-9-prompt-injection-is-a-solved-problem-if-you-do-these-five-th</slug>
        <title>Prompt Injection Is a Solved Problem (If You Do These Five Things)</title>
        <subtitle/>
        <track>AI Engineering</track>
        <type>talk</type>
        <language/>
        <abstract>Provocative title, sober content: capability scoping, output mediation, and the three-layer defence we run in production. Includes live demos of attacks that still work against naive agents in 2026.</abstract>
        <description>Provocative title, sober content: capability scoping, output mediation, and the three-layer defence we run in production. Includes live demos of attacks that still work against naive agents in 2026.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-8">Amara Diallo</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-36" id="37">
        <date>2026-09-15T15:15:00-07:00</date>
        <start>15:15</start>
        <duration>00:45</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-37-panel-what-breaks-when-ai-products-meet-real-users</slug>
        <title>Panel: What Breaks When AI Products Meet Real Users</title>
        <subtitle/>
        <track>AI Engineering</track>
        <type>panel</type>
        <language/>
        <abstract>Four practitioners on the gap between the demo and the deployment: the failures that only appear at scale, the support burden nobody budgets for, and what they would build differently. Audience questions from the start.</abstract>
        <description>Four practitioners on the gap between the demo and the deployment: the failures that only appear at scale, the support burden nobody budgets for, and what they would build differently. Audience questions from the start.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-10">Grace Liu</person>
          <person id="demo-p-5">Tom Achebe</person>
          <person id="demo-p-13">Kwame Mensah</person>
          <person id="demo-p-20">Aisha Rahman</person>
        </persons>
        <links/>
        <attachments/>
      </event>
    </room>
    <room name="Room 2A">
      <event guid="ae62f91f-f263-4348-a833-bf6065aa6977" id="51">
        <date>2026-09-15T09:00:00-07:00</date>
        <start>09:00</start>
        <duration>00:30</duration>
        <room>Room 2A</room>
        <slug>ai-builders-summit-2026-51-updated-taming-40-minute-ci-incremental-builds-at-monorepo-s</slug>
        <title>UPDATED: Taming 40-Minute CI: Incremental Builds at Monorepo Scale</title>
        <subtitle/>
        <track>Platform &amp; Infra</track>
        <type>talk</type>
        <language/>
        <abstract>Our monorepo CI took 40 minutes on a good day. This talk walks through how we cut it to 6 minutes with content-addressed caching, remote execution, and a test-selection model — including the two migrations that failed first. You&apos;ll leave with a decision framework for which incremental-build investments pay off at which repo sizes, and the graphs to convince your platform team. Updated: now…</abstract>
        <description>Our monorepo CI took 40 minutes on a good day. This talk walks through how we cut it to 6 minutes with content-addressed caching, remote execution, and a test-selection model — including the two migrations that failed first. You&apos;ll leave with a decision framework for which incremental-build investments pay off at which repo sizes, and the graphs to convince your platform team. Updated: now includes 2026 benchmark data. This session now includes a live demo of remote build caching.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="a0171bb2-3c93-44c0-9d44-f8265a64bba4">Priya Raman</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-0" id="1">
        <date>2026-09-15T09:45:00-07:00</date>
        <start>09:45</start>
        <duration>00:45</duration>
        <room>Room 2A</room>
        <slug>ai-builders-summit-2026-1-context-engineering-in-production-what-actually-survives-con</slug>
        <title>Context Engineering in Production: What Actually Survives Contact With Users</title>
        <subtitle/>
        <track>AI Engineering</track>
        <type>keynote</type>
        <language/>
        <abstract>A year of shipping agent products taught us that context design outlives model choice. This talk covers the patterns that survived: compaction budgets, retrieval boundaries, and the observability you need before you can tune anything.</abstract>
        <description>A year of shipping agent products taught us that context design outlives model choice. This talk covers the patterns that survived: compaction budgets, retrieval boundaries, and the observability you need before you can tune anything.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-0">Priya Raman</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-4" id="5">
        <date>2026-09-15T10:30:00-07:00</date>
        <start>10:30</start>
        <duration>00:30</duration>
        <room>Room 2A</room>
        <slug>ai-builders-summit-2026-5-the-edge-database-you-already-have-sqlite-patterns-for-globa</slug>
        <title>The Edge Database You Already Have: SQLite Patterns for Global Apps</title>
        <subtitle/>
        <track>Platform &amp; Infra</track>
        <type>talk</type>
        <language/>
        <abstract>Read replicas at the edge, single-writer semantics, and what happens when you stop pretending you need a cluster. Real latency numbers from three production migrations, including the one we rolled back.</abstract>
        <description>Read replicas at the edge, single-writer semantics, and what happens when you stop pretending you need a cluster. Real latency numbers from three production migrations, including the one we rolled back.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-4">Elena Vasquez</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-1" id="2">
        <date>2026-09-15T11:15:00-07:00</date>
        <start>11:15</start>
        <duration>00:30</duration>
        <room>Room 2A</room>
        <slug>ai-builders-summit-2026-2-taming-40-minute-ci-incremental-builds-at-monorepo-scale</slug>
        <title>Taming 40-Minute CI: Incremental Builds at Monorepo Scale</title>
        <subtitle/>
        <track>Platform &amp; Infra</track>
        <type>talk</type>
        <language/>
        <abstract>Our monorepo CI hit forty minutes and engineers stopped trusting it. We rebuilt it around content-addressed caching and got to six. A decision framework for which incremental-build investments actually pay off, and which ones are cargo cult.</abstract>
        <description>Our monorepo CI hit forty minutes and engineers stopped trusting it. We rebuilt it around content-addressed caching and got to six. A decision framework for which incremental-build investments actually pay off, and which ones are cargo cult.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-1">Marcus Okafor</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-23" id="24">
        <date>2026-09-15T13:15:00-07:00</date>
        <start>13:15</start>
        <duration>00:10</duration>
        <room>Room 2A</room>
        <slug>ai-builders-summit-2026-24-ten-wrong-turns-migrating-a-data-platform</slug>
        <title>Ten Wrong Turns Migrating a Data Platform</title>
        <subtitle/>
        <track>Platform &amp; Infra</track>
        <type>lightning talk</type>
        <language/>
        <abstract>A fast tour of the ten decisions we would make differently, from partition keys to the migration window we scheduled during a holiday. Ten minutes, ten mistakes, no filler.</abstract>
        <description>A fast tour of the ten decisions we would make differently, from partition keys to the migration window we scheduled during a holiday. Ten minutes, ten mistakes, no filler.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-15">Diego Ramirez</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-24" id="25">
        <date>2026-09-15T13:35:00-07:00</date>
        <start>13:35</start>
        <duration>00:10</duration>
        <room>Room 2A</room>
        <slug>ai-builders-summit-2026-25-reading-eval-traces-like-a-detective</slug>
        <title>Reading Eval Traces Like a Detective</title>
        <subtitle/>
        <track>AI Engineering</track>
        <type>lightning talk</type>
        <language/>
        <abstract>A short, practical walkthrough of how to read a failing evaluation trace: what to look at first, which signals lie, and how to turn one bad output into a reproducible test case.</abstract>
        <description>A short, practical walkthrough of how to read a failing evaluation trace: what to look at first, which signals lie, and how to turn one bad output into a reproducible test case.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-4">Elena Vasquez</person>
        </persons>
        <links/>
        <attachments/>
      </event>
    </room>
    <room name="Room 2B">
      <event guid="demo-s-7" id="8">
        <date>2026-09-15T10:30:00-07:00</date>
        <start>10:30</start>
        <duration>00:30</duration>
        <room>Room 2B</room>
        <slug>ai-builders-summit-2026-8-streaming-structured-output-ux-patterns-beyond-the-token-fir</slug>
        <title>Streaming Structured Output: UX Patterns Beyond the Token Firehose</title>
        <subtitle/>
        <track>Developer Experience</track>
        <type>talk</type>
        <language/>
        <abstract>Users do not want to watch JSON assemble itself. Patterns for progressive disclosure, optimistic rendering, and graceful repair when the model changes its mind halfway through a response.</abstract>
        <description>Users do not want to watch JSON assemble itself. Patterns for progressive disclosure, optimistic rendering, and graceful repair when the model changes its mind halfway through a response.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-7">Raj Patel</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-10" id="11">
        <date>2026-09-15T11:15:00-07:00</date>
        <start>11:15</start>
        <duration>00:30</duration>
        <room>Room 2B</room>
        <slug>ai-builders-summit-2026-11-design-systems-for-ai-products-calm-interfaces-for-chaotic-m</slug>
        <title>Design Systems for AI Products: Calm Interfaces for Chaotic Models</title>
        <subtitle/>
        <track>Developer Experience</track>
        <type>talk</type>
        <language/>
        <abstract>Non-determinism does not excuse jittery interfaces. Tokens, motion budgets and content design for products where the backend is a probability distribution and the user still needs to feel in control.</abstract>
        <description>Non-determinism does not excuse jittery interfaces. Tokens, motion budgets and content design for products where the backend is a probability distribution and the user still needs to feel in control.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-10">Grace Liu</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-6" id="7">
        <date>2026-09-15T13:15:00-07:00</date>
        <start>13:15</start>
        <duration>00:30</duration>
        <room>Room 2B</room>
        <slug>ai-builders-summit-2026-7-developer-platforms-people-actually-adopt-lessons-from-three</slug>
        <title>Developer Platforms People Actually Adopt: Lessons From Three Failures</title>
        <subtitle/>
        <track>Developer Experience</track>
        <type>talk</type>
        <language/>
        <abstract>We built three internal platforms nobody used before one that stuck. The difference was never features — it was migration cost, escape hatches, and letting teams keep their own deploy buttons.</abstract>
        <description>We built three internal platforms nobody used before one that stuck. The difference was never features — it was migration cost, escape hatches, and letting teams keep their own deploy buttons.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-6">Sofia Lindqvist</person>
        </persons>
        <links/>
        <attachments/>
      </event>
    </room>
  </day>
  <day index="2" date="2026-09-16" start="2026-09-16T09:30:00-07:00" end="2026-09-16T16:00:00-07:00">
    <room name="Main Stage">
      <event guid="demo-s-21" id="22">
        <date>2026-09-16T09:30:00-07:00</date>
        <start>09:30</start>
        <duration>00:45</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-22-human-in-the-loop-for-real-clinical-ai-under-review</slug>
        <title>Human in the Loop, For Real: Clinical AI Under Review</title>
        <subtitle/>
        <track>AI Engineering</track>
        <type>keynote</type>
        <language/>
        <abstract>Every model output in our product is read by a clinician before it reaches a patient chart. This keynote covers what that constraint taught us about interface design, latency budgets, and the difference between assistance and automation.</abstract>
        <description>Every model output in our product is read by a clinician before it reaches a patient chart. This keynote covers what that constraint taught us about interface design, latency budgets, and the difference between assistance and automation.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-13">Kwame Mensah</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-20" id="21">
        <date>2026-09-16T10:30:00-07:00</date>
        <start>10:30</start>
        <duration>00:30</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-21-on-call-for-a-model-reliability-practices-for-inference-plat</slug>
        <title>On Call for a Model: Reliability Practices for Inference Platforms</title>
        <subtitle/>
        <track>Platform &amp; Infra</track>
        <type>talk</type>
        <language/>
        <abstract>Inference platforms fail in ways your existing runbooks do not describe. We rebuilt our alerting around output quality rather than uptime, and the pager got quieter and more useful at the same time.</abstract>
        <description>Inference platforms fail in ways your existing runbooks do not describe. We rebuilt our alerting around output quality rather than uptime, and the pager got quieter and more useful at the same time.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-12">Nina Berg</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-25" id="26">
        <date>2026-09-16T11:15:00-07:00</date>
        <start>11:15</start>
        <duration>00:30</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-26-your-legacy-systems-are-the-hard-part</slug>
        <title>Your Legacy Systems Are the Hard Part</title>
        <subtitle/>
        <track>Platform &amp; Infra</track>
        <type>talk</type>
        <language/>
        <abstract>Most AI integration projects stall on a mainframe export, not a model. Patterns for wrapping systems you cannot change, and how to negotiate data contracts with teams that have no incentive to help you.</abstract>
        <description>Most AI integration projects stall on a mainframe export, not a model. Patterns for wrapping systems you cannot change, and how to negotiate data contracts with teams that have no incentive to help you.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-17">Ben Oyelaran</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-28" id="29">
        <date>2026-09-16T13:15:00-07:00</date>
        <start>13:15</start>
        <duration>00:30</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-29-growing-an-engineering-org-around-an-ai-product</slug>
        <title>Growing an Engineering Org Around an AI Product</title>
        <subtitle/>
        <track>Developer Experience</track>
        <type>talk</type>
        <language/>
        <abstract>We went from twelve engineers to ninety while shipping our first AI product, and got a lot of it wrong. Hiring, team topology, and the two reorganisations we could have skipped.</abstract>
        <description>We went from twelve engineers to ninety while shipping our first AI product, and got a lot of it wrong. Hiring, team topology, and the two reorganisations we could have skipped.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-20">Aisha Rahman</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-46" id="47">
        <date>2026-09-16T14:15:00-07:00</date>
        <start>14:15</start>
        <duration>00:30</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-47-cutting-our-inference-bill-in-half-without-touching-quality</slug>
        <title>Cutting Our Inference Bill in Half Without Touching Quality</title>
        <subtitle/>
        <track>Platform &amp; Infra</track>
        <type>talk</type>
        <language/>
        <abstract>Batching, caching and routing decisions that halved our spend, plus the two optimisations that looked great on a dashboard and cost us accuracy. Numbers from a fleet running around the clock.</abstract>
        <description>Batching, caching and routing decisions that halved our spend, plus the two optimisations that looked great on a dashboard and cost us accuracy. Numbers from a fleet running around the clock.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-9">Felix Braun</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-48" id="49">
        <date>2026-09-16T15:15:00-07:00</date>
        <start>15:15</start>
        <duration>00:45</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-49-closing-keynote-the-boring-future-of-ai-engineering</slug>
        <title>Closing Keynote: The Boring Future of AI Engineering</title>
        <subtitle/>
        <track>AI Engineering</track>
        <type>keynote</type>
        <language/>
        <abstract>A bet on where this goes: fewer demos, more contracts; fewer frameworks, more schemas; and the unglamorous integration work that will decide which products are still running in five years.</abstract>
        <description>A bet on where this goes: fewer demos, more contracts; fewer frameworks, more schemas; and the unglamorous integration work that will decide which products are still running in five years.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-17">Ben Oyelaran</person>
        </persons>
        <links/>
        <attachments/>
      </event>
    </room>
    <room name="Room 2A">
      <event guid="demo-s-11" id="12">
        <date>2026-09-16T10:30:00-07:00</date>
        <start>10:30</start>
        <duration>00:30</duration>
        <room>Room 2A</room>
        <slug>ai-builders-summit-2026-12-postgres-to-the-edge-a-migration-post-mortem</slug>
        <title>Postgres to the Edge: A Migration Post-Mortem</title>
        <subtitle/>
        <track>Platform &amp; Infra</track>
        <type>talk</type>
        <language/>
        <abstract>What broke, what got faster, and the three queries that nearly made us roll the whole thing back. An honest accounting with p99 charts and the cost line nobody put in the original proposal.</abstract>
        <description>What broke, what got faster, and the three queries that nearly made us roll the whole thing back. An honest accounting with p99 charts and the cost line nobody put in the original proposal.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-11">Omar Haddad</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-27" id="28">
        <date>2026-09-16T11:15:00-07:00</date>
        <start>11:15</start>
        <duration>00:30</duration>
        <room>Room 2A</room>
        <slug>ai-builders-summit-2026-28-scheduling-gpu-work-without-a-scheduler-team</slug>
        <title>Scheduling GPU Work Without a Scheduler Team</title>
        <subtitle/>
        <track>Platform &amp; Infra</track>
        <type>talk</type>
        <language/>
        <abstract>Fair queuing, preemption and priority for a fleet you cannot afford to leave idle — implemented by two engineers with a job queue and a lot of restraint about what to build.</abstract>
        <description>Fair queuing, preemption and priority for a fleet you cannot afford to leave idle — implemented by two engineers with a job queue and a lot of restraint about what to build.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-19">Theo Whitfield</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-47" id="48">
        <date>2026-09-16T14:15:00-07:00</date>
        <start>14:15</start>
        <duration>00:30</duration>
        <room>Room 2A</room>
        <slug>ai-builders-summit-2026-48-the-support-queue-is-your-best-eval-set</slug>
        <title>The Support Queue Is Your Best Eval Set</title>
        <subtitle/>
        <track>AI Engineering</track>
        <type>talk</type>
        <language/>
        <abstract>Every complaint is a labelled failure somebody already wrote down for you. How we turn support tickets into evaluation cases weekly, and what that changed about which bugs we fix first.</abstract>
        <description>Every complaint is a labelled failure somebody already wrote down for you. How we turn support tickets into evaluation cases weekly, and what that changed about which bugs we fix first.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-22">Leila Farsi</person>
        </persons>
        <links/>
        <attachments/>
      </event>
    </room>
    <room name="Room 2B">
      <event guid="demo-s-22" id="23">
        <date>2026-09-16T11:15:00-07:00</date>
        <start>11:15</start>
        <duration>00:30</duration>
        <room>Room 2B</room>
        <slug>ai-builders-summit-2026-23-undo-is-a-feature-designing-reversibility-into-ai-products</slug>
        <title>Undo Is a Feature: Designing Reversibility Into AI Products</title>
        <subtitle/>
        <track>Developer Experience</track>
        <type>talk</type>
        <language/>
        <abstract>Confidence in an AI product comes from being able to take it back. A design tour of undo, diffing and preview patterns, and the data model changes each one demands.</abstract>
        <description>Confidence in an AI product comes from being able to take it back. A design tour of undo, diffing and preview patterns, and the data model changes each one demands.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-14">Ines Moreau</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-32" id="33">
        <date>2026-09-16T13:15:00-07:00</date>
        <start>13:15</start>
        <duration>00:30</duration>
        <room>Room 2B</room>
        <slug>ai-builders-summit-2026-33-deleting-internal-tools-a-year-of-saying-no</slug>
        <title>Deleting Internal Tools: A Year of Saying No</title>
        <subtitle/>
        <track>Developer Experience</track>
        <type>talk</type>
        <language/>
        <abstract>We removed nineteen internal tools in twelve months and replaced them with four. How we chose, how we migrated people who did not want to move, and the two deletions we regret.</abstract>
        <description>We removed nineteen internal tools in twelve months and replaced them with four. How we chose, how we migrated people who did not want to move, and the two deletions we regret.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-24">Zoe Kimura</person>
        </persons>
        <links/>
        <attachments/>
      </event>
    </room>
    <room name="Workshop Lab">
      <event guid="demo-s-5" id="6">
        <date>2026-09-16T10:30:00-07:00</date>
        <start>10:30</start>
        <duration>02:00</duration>
        <room>Workshop Lab</room>
        <slug>ai-builders-summit-2026-6-evals-are-your-only-moat-building-test-suites-for-llm-produc</slug>
        <title>Evals Are Your Only Moat: Building Test Suites for LLM Products</title>
        <subtitle/>
        <track>AI Engineering</track>
        <type>workshop</type>
        <language/>
        <abstract>Model upgrades break prompts silently. In this hands-on workshop you will build an eval pipeline from scratch: rubric design, failure taxonomies, CI wiring, and the regression report that doubles as your product spec. Bring a laptop.</abstract>
        <description>Model upgrades break prompts silently. In this hands-on workshop you will build an eval pipeline from scratch: rubric design, failure taxonomies, CI wiring, and the regression report that doubles as your product spec. Bring a laptop.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-5">Tom Achebe</person>
          <person id="demo-p-16">Hana Sato</person>
        </persons>
        <links/>
        <attachments/>
      </event>
    </room>
  </day>
  <day index="3" date="2026-09-17" start="2026-09-17T09:45:00-07:00" end="2026-09-17T14:30:00-07:00">
    <room name="Main Stage">
      <event guid="demo-s-13" id="14">
        <date>2026-09-17T09:45:00-07:00</date>
        <start>09:45</start>
        <duration>00:30</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-14-the-accessibility-debt-of-ai-interfaces</slug>
        <title>The Accessibility Debt of AI Interfaces</title>
        <subtitle/>
        <track>Developer Experience</track>
        <type>talk</type>
        <language/>
        <abstract>Screen readers meet streaming text. A practical audit of the AI interface patterns that have quietly become standard, which assistive technologies they break, and the fixes that make them usable for everyone.</abstract>
        <description>Screen readers meet streaming text. A practical audit of the AI interface patterns that have quietly become standard, which assistive technologies they break, and the fixes that make them usable for everyone.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-14">Ines Moreau</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-30" id="31">
        <date>2026-09-17T10:30:00-07:00</date>
        <start>10:30</start>
        <duration>00:30</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-31-writing-the-safety-spec-before-the-feature</slug>
        <title>Writing the Safety Spec Before the Feature</title>
        <subtitle/>
        <track>AI Engineering</track>
        <type>talk</type>
        <language/>
        <abstract>How our product team writes the abuse cases, refusal behaviour and escalation path before a line of code exists, and what it costs when we skip it. Includes the template we use.</abstract>
        <description>How our product team writes the abuse cases, refusal behaviour and escalation path before a line of code exists, and what it costs when we skip it. Includes the template we use.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-22">Leila Farsi</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-35" id="36">
        <date>2026-09-17T11:15:00-07:00</date>
        <start>11:15</start>
        <duration>00:30</duration>
        <room>Main Stage</room>
        <slug>ai-builders-summit-2026-36-the-cost-of-a-token-finops-for-llm-products</slug>
        <title>The Cost of a Token: FinOps for LLM Products</title>
        <subtitle/>
        <track>Platform &amp; Infra</track>
        <type>talk</type>
        <language/>
        <abstract>Unit economics for products where the marginal cost is real. Attribution, caching strategy, model routing, and the dashboard that let us cut spend by sixty percent without a quality regression.</abstract>
        <description>Unit economics for products where the marginal cost is real. Attribution, caching strategy, model routing, and the dashboard that let us cut spend by sixty percent without a quality regression.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-11">Omar Haddad</person>
        </persons>
        <links/>
        <attachments/>
      </event>
    </room>
    <room name="Room 2A">
      <event guid="demo-s-26" id="27">
        <date>2026-09-17T10:15:00-07:00</date>
        <start>10:15</start>
        <duration>02:00</duration>
        <room>Room 2A</room>
        <slug>ai-builders-summit-2026-27-workshops-that-don-t-waste-an-afternoon</slug>
        <title>Workshops That Don&apos;t Waste an Afternoon</title>
        <subtitle/>
        <track>Developer Experience</track>
        <type>workshop</type>
        <language/>
        <abstract>A working session for anyone who runs technical workshops: pacing, environment setup that survives conference wifi, exercise design, and how to rescue a room that has fallen behind. You will leave with a rewritten outline for your own workshop.</abstract>
        <description>A working session for anyone who runs technical workshops: pacing, environment setup that survives conference wifi, exercise design, and how to rescue a room that has fallen behind. You will leave with a rewritten outline for your own workshop.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-18">Clara Novak</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-29" id="30">
        <date>2026-09-17T12:30:00-07:00</date>
        <start>12:30</start>
        <duration>00:30</duration>
        <room>Room 2A</room>
        <slug>ai-builders-summit-2026-30-compiling-models-to-the-edge-a-toolchain-tour</slug>
        <title>Compiling Models to the Edge: A Toolchain Tour</title>
        <subtitle/>
        <track>Platform &amp; Infra</track>
        <type>talk</type>
        <language/>
        <abstract>Quantisation, kernel selection and the compiler passes that decide whether your model fits the device. A tour of where the time actually goes, with benchmarks you can reproduce.</abstract>
        <description>Quantisation, kernel selection and the compiler passes that decide whether your model fits the device. A tour of where the time actually goes, with benchmarks you can reproduce.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-21">Ivan Petrov</person>
        </persons>
        <links/>
        <attachments/>
      </event>
    </room>
    <room name="Room 2B">
      <event guid="demo-s-33" id="34">
        <date>2026-09-17T14:00:00-07:00</date>
        <start>14:00</start>
        <duration>00:30</duration>
        <room>Room 2B</room>
        <slug>ai-builders-summit-2026-34-buying-ai-in-a-big-company-a-field-guide</slug>
        <title>Buying AI in a Big Company: A Field Guide</title>
        <subtitle/>
        <track>Developer Experience</track>
        <type>talk</type>
        <language/>
        <abstract>Procurement, security review, and the eighteen-month contract cycle — from the perspective of the engineer who has to make something work inside it. Practical advice for both buyers and vendors.</abstract>
        <description>Procurement, security review, and the eighteen-month contract cycle — from the perspective of the engineer who has to make something work inside it. Practical advice for both buyers and vendors.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-25">Andre Lucas</person>
        </persons>
        <links/>
        <attachments/>
      </event>
    </room>
    <room name="Workshop Lab">
      <event guid="demo-s-12" id="13">
        <date>2026-09-17T10:15:00-07:00</date>
        <start>10:15</start>
        <duration>00:30</duration>
        <room>Workshop Lab</room>
        <slug>ai-builders-summit-2026-13-fine-tuning-is-back-small-models-for-narrow-jobs</slug>
        <title>Fine-Tuning Is Back: Small Models for Narrow Jobs</title>
        <subtitle/>
        <track>AI Engineering</track>
        <type>talk</type>
        <language/>
        <abstract>GPU prices fell and our inference bill did not. Where task-specific small models beat frontier APIs, how to run that comparison honestly, and the four jobs where fine-tuning is still the wrong answer.</abstract>
        <description>GPU prices fell and our inference bill did not. Where task-specific small models beat frontier APIs, how to run that comparison honestly, and the four jobs where fine-tuning is still the wrong answer.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-16">Hana Sato</person>
        </persons>
        <links/>
        <attachments/>
      </event>
      <event guid="demo-s-31" id="32">
        <date>2026-09-17T11:30:00-07:00</date>
        <start>11:30</start>
        <duration>00:10</duration>
        <room>Workshop Lab</room>
        <slug>ai-builders-summit-2026-32-keeping-3-000-demos-online-event-networks-under-load</slug>
        <title>Keeping 3,000 Demos Online: Event Networks Under Load</title>
        <subtitle/>
        <track>Platform &amp; Infra</track>
        <type>lightning talk</type>
        <language/>
        <abstract>Ten minutes on what a conference network actually has to survive, why the failure is almost never bandwidth, and the three changes that made ours stop falling over.</abstract>
        <description>Ten minutes on what a conference network actually has to survive, why the failure is almost never bandwidth, and the three changes that made ours stop falling over.</description>
        <url>https://vibeboard.io/ai-builders-summit-2026/sessions</url>
        <persons>
          <person id="demo-p-23">Marco Bianchi</person>
        </persons>
        <links/>
        <attachments/>
      </event>
    </room>
  </day>
</schedule>
