Application architecture, developer workflow, tooling, and production patterns for building AI systems.
AI Engineering
Application architecture, developer workflow, tooling, and production patterns for building AI systems.
- Core concepts for ai engineering
- Useful references, notes, and curated examples
- Practical links back to AI systems and operational risk
- It creates better language for technical and governance discussions
- It helps teams connect theory to deployed workflows
- It supports more repeatable review and decision-making
- Researchers and builders working with AI systems
- Security and governance teams
- Leaders looking for current reference material
Current notes, events, and source material
These items are included because they add useful evidence, framing, implementation detail, or upcoming context for teams working in this area.
Play video
Mastering AI Pricing: Flexible & Agile Monetization — Mayank Pant, Stripe
Monetizing AI is hard. Rising GPU and inference costs are squeezing margins, and traditional SaaS pricing simply does not work for the unpredictable compute demands of new-age AI companies. With models constantly shifting across credits, tokens, and seats, a new challenge emerges: how do we charge for AI without stalli
Play video
Agents on the Canvas in tldraw — Steve Ruiz, tldraw
At tldraw, we've been bringing agents to our infinite canvas. In December 2025, we ran a one-month experiment named Fairydraw where users could work with three fairies—virtual collaborators who work with you, with your human collaborators, and coordinate together on large tasks. Learn what we learned. Speaker info: - h
Play video
Shipping complex AI applications — Braintrust & Trainline
Getting a prototype working is straightforward. Making it reliable in production, especially with multi-step agents, tool use, and real users is the hard part. In this hands-on workshop, you'll work through the core parts of building production-grade AI applications with Giran Moodley, Mayank Soni, and Oussama Hafferss
Play video
Agents for Everything Else — swyx
How we run AI Engineer with Agents like Cognition's Devin and Town Assistant Speaker info: - x.com/swyx - github.com/swyxio
Play video
Building Conversational Agents — Thor Schaeff and Philipp Schmid, Google DeepMind
Thor Schaeff and Philipp Schmid show how to build conversational agents with Google DeepMind's Gemini APIs, from tool-using coding agents to realtime voice interfaces. The session covers the new Interactions API, agent skills, server-side state, and the Live API workflow for streaming audio, video, and tool calls into
Play video
LLM codegen fails and how to stop 'em — Danilo Campos, PostHog
Danilo Campos breaks down the most common failure modes in LLM code generation and the practical strategies PostHog uses to prevent them. Drawing from a system that helps 5,000+ users each month, he shares a playbook for making autonomous codegen more reliable, correct, and production-ready. Speaker info: - https://www
Play video
Replacing 12K LoC with a 200 LoC Skill — David Gomes, Cursor
David Gomes shows how Cursor replaced a heavyweight WorkTrees feature with a lightweight layer built from skills, commands, and subagents. He walks through how parallel coding workflows were recreated with roughly 200 lines of Markdown, plus the tradeoffs, failure modes, and lessons that come with moving product behavi
Play video
Build & deploy AI-powered apps — Paige Bailey, Google DeepMind
Got a massive idea but stuck in the "just talking about it" phase? This session cuts the fluff and dives straight into how to build and prototype at lightning speed using AI Studio Build and Antigravity for free. It breaks down Google DeepMind's AI tech stack so viewers know exactly which tools to use, when to reach fo
Play video
Everything I Learned Training Frontier Small Models — Maxime Labonne, Liquid AI
A new class of small models is emerging with the ability to reliably follow instructions and call tools while running on-device under 1 GB of memory. In this talk, we'll break down how to post-train frontier small models using the LFM2.5 recipe: on-policy preference alignment, agentic reinforcement learning, and curric
Play video
Codex and Subagents — Vaibhav Srivastav & Katia Gil Guzman, OpenAI
Codex is no longer just a coding assistant in a terminal. In this workshop, Vaibhav and Katia show how it becomes a full software engineering system, combining frontier models, the Codex app and CLI, plugins, automations, and subagents that can explore, review, and execute work in parallel. The session also dives into
Play video
Building your own software factory — Eric Zakariasson, Cursor
Most of us are pair-programming with one agent and stopping there. There's a lot more on the table. This workshop is about going from one agent to many. We'll start with codebase setup, the foundational work that makes agents effective on their own. Then we'll scale up to running agents in parallel, kicking off async w
Play video
Why building eval platforms is hard — Phil Hetzel, Braintrust
An eval platform is not just a test runner. You are building shared definitions of "good," reliable data pipelines, labelling workflows, versioning, and trust in results across many teams and model changes. This session breaks down the hidden complexity, the common failure modes, and the design principles that make eva
Play video
One Login to Rule Them All: Cross-App Access for MCP — Garrett Galow, WorkOS
Connecting a coding agent to multiple services often means facing a dozen OAuth consent screens, a dozen token lifecycles, and a dozen chances for something to break. Despite having Single Sign-On, users still find themselves signing in repeatedly. This talk explores how Cross-App Access leverages a three-way trust bet
Play video
Open Models at Google DeepMind — Cassidy Hardin, Google DeepMind
Open models are getting smaller, faster, and far more capable. In this talk, Cassidy Hardin walks through the latest advances in the Gemma family, with a focus on Gemma 4 and what it enables for developers building on-device and open-weight AI systems. She covers the architecture behind Gemma’s dense, effective, and mi
Play video
Lessons from Scaling GitHub's Remote MCP Server — Sam Morrow, GitHub
GitHub operates one of the most heavily-utilised MCP servers in the ecosystem, with over 4 million downloads of the stdio server alone. Discover the architectural decisions, technical challenges and lessons learned while building and scaling a remote MCP server on production infrastructure. The session walks through th
Play video
Bringing MCPs to the Enterprise — Karan Sampath, Anthropic
MCPs are often flaky, face multiple security vulnerabilities, and are generally hard to scale. Most enterprises struggle to use more than single digit numbers of MCPs due to issues with security, observability, and access control. In this talk, we'll explore the approaches and learnings we at Anthropic have been taking
Play video
Collaborative AI Engineering — Maggie Appleton, GitHub Next
Agentic engineering so far has been a solo story: one developer and a dozen agents moving at warp speed. But speed without thoughtful planning and team alignment is just wasting tokens. When everyone on a team is directing agents alone in their personal CLI tools with no shared context, you get duplicate work, conflict
Play video
MCP = Mega Context Problem - Matt Carey
The best MCP server is the one you didn't have to build. At Cloudflare we have a lot of products. Our REST OpenAPI spec is over 2.3 million tokens. When teams started building MCP servers, they did what everyone does: cherry-picked important endpoints for their product, wrote some tool definitions and shipped a separat
Play video
Full Walkthrough: Workflow for AI Coding from Planning to Production — Matt Pocock (@mattpocockuk )
A hands-on workshop covering the full lifecycle of AI-assisted development, from turning ambiguous requirements into agent-ready plans to running autonomous coding agents that ship production features. You'll learn to stress-test vague briefs into structured PRDs, slice work into thin "tracer bullet" vertical slices, a
Play video
AgentCraft: Putting the Orc in Orchestration — Ido Salomon
AI Engineer session on AgentCraft: Putting the Orc in Orchestration, presented by Ido Salomon. It adds practical context for how teams are building and operating AI systems in production.
Play video
It Ain't Broke: Why Software Fundamentals Matter More Than Ever — Matt Pocock, AI Hero @mattpocockuk
AI Engineer session on It Ain't Broke: Why Software Fundamentals Matter More Than Ever, presented by Matt Pocock, AI Hero @mattpocockuk. It adds practical context for how teams are building and operating AI systems in production.
Play video
The End of Apps — Kitze, Sizzy.co
AI Engineer session on The End of Apps, presented by Kitze, Sizzy.co. It adds practical context for how teams are building and operating AI systems in production.
Play video
What Do Models Still Suck At? - Peter Gostev, Arena.ai, BullshitBench
AI Engineer session on What Do Models Still Suck At? - Peter Gostev, Arena.ai, BullshitBench. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agents need more than a chat - Jacob Lauritzen, CTO Legora
AI Engineer session on Agents need more than a chat - Jacob Lauritzen, CTO Legora. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Generative Image & Video models at Scale - Sander Dieleman (Veo and Nano Banana)
AI Engineer session on Building Generative Image & Video models at Scale - Sander Dieleman (Veo and Nano Banana). It adds practical context for how teams are building and operating AI systems in production.
Play video
How AI is changing Software Engineering: A Conversation with Gergely Orosz, @The Pragmatic Engineer
AI Engineer session on How AI is changing Software Engineering: A Conversation with Gergely Orosz, @The Pragmatic Engineer. It adds practical context for how teams are building and operating AI systems in production.
Play video
AIE Miami Day 2 ft. Cerebras, OpenCode, Cursor, Arize AI, and more!
April 21, 2026 - all times in EST -- 9:00am - Welcome to Day 2 -- 9:10am - David House, G2i Transforming Programming Mindsets: Case Studies in Agentic Coding Adoption -- 9:35am - Sarah Chieng, Cerebras Help! We're DEEP in (latency) Debt -- 10:00am - Lech Kalinowski, CallStack Ambient Generative AI: Deploying Latent Dif
Play video
Full Workshop: Build Your Own Deep Research Agents - Louis-François Bouchard, Paul Iusztin, Samridhi
AI Engineer session on Full Workshop: Build Your Own Deep Research Agents - Louis-François Bouchard, Paul Iusztin, Samridhi. It adds practical context for how teams are building and operating AI systems in production.
Play video
Gemma, DeepMind's Family of Open Models — Omar Sanseviero, Google DeepMind
AI Engineer session on Gemma, DeepMind's Family of Open Models, presented by Omar Sanseviero, Google DeepMind. It adds practical context for how teams are building and operating AI systems in production.
Play video
Running LLMs on your iPhone: 40 tok/s Gemma 4 with MLX — Adrien Grondin, Locally AI
AI Engineer session on Running LLMs on your iPhone: 40 tok/s Gemma 4 with MLX, presented by Adrien Grondin, Locally AI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Taste & Craft: A Conversation with Tuomas Artman, CTO Linear & Gergely Orosz, @The Pragmatic Engineer
AI Engineer session on Taste & Craft: A Conversation with Tuomas Artman, CTO Linear & Gergely Orosz, @The Pragmatic Engineer. It adds practical context for how teams are building and operating AI systems in production.
Play video
The New Application Layer - Malte Ubl, CTO Vercel
AI Engineer session on The New Application Layer - Malte Ubl, CTO Vercel. It adds practical context for how teams are building and operating AI systems in production.
Play video
AIE Miami Keynote & Talks ft. OpenCode. Google Deepmind, OpenAI, and more!
April 20, 2026 - all times in EST -- 9:00am - Welcome to AI Engineer Miami -- 9:10am - Gabe Greenberg, G2i Opening Remarks -- 9:15am - Dax Raad, OpenCode Keynote -- 9:40am - Dexter Horthy, HumanLayer Everything We got Wrong About RPI -- 10:05am - Max Stoiber, OpenAI Coming Soon -- 10:30am - Morning Break -- 11:00am - B
Play video
Code Mode: Let the Code do the Talking - Sunil Pai, Cloudflare
AI Engineer session on Code Mode: Let the Code do the Talking - Sunil Pai, Cloudflare. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Future of MCP — David Soria Parra, Anthropic
AI Engineer session on The Future of MCP, presented by David Soria Parra, Anthropic. It adds practical context for how teams are building and operating AI systems in production.
Play video
Frontier AI and the Future of Intelligence — Raia Hadsell, VP of Research, Google DeepMind
AI Engineer session on Frontier AI and the Future of Intelligence, presented by Raia Hadsell, VP of Research, Google DeepMind. It adds practical context for how teams are building and operating AI systems in production.
Play video
"The moments where you want to skip thinking are EXACTLY where thinking matters most" — Earendil
AI Engineer session on "The moments where you want to skip thinking are EXACTLY where thinking matters most", presented by Earendil. It adds practical context for how teams are building and operating AI systems in production.
Play video
State of the Claw — Peter Steinberger
AI Engineer session on State of the Claw, presented by Peter Steinberger. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building pi in a World of Slop — Mario Zechner
AI Engineer session on Building pi in a World of Slop, presented by Mario Zechner. It adds practical context for how teams are building and operating AI systems in production.
Play video
Harness Engineering: How to Build Software When Humans Steer, Agents Execute — Ryan Lopopolo, OpenAI
AI Engineer session on Harness Engineering: How to Build Software When Humans Steer, Agents Execute, presented by Ryan Lopopolo, OpenAI. It adds practical context for how teams are building and operating AI systems in production.
Play video
$1 AI Guardrails: The Unreasonable Effectiveness of Finetuned ModernBERTs — Diego Carpentero
AI Engineer session on $1 AI Guardrails: The Unreasonable Effectiveness of Finetuned ModernBERTs, presented by Diego Carpentero. It adds practical context for how teams are building and operating AI systems in production.
Play video
Paperclip: Open Source Human Control Plane for AI Labor — Dotta Bippa
AI Engineer session on Paperclip: Open Source Human Control Plane for AI Labor, presented by Dotta Bippa. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agentic Engineering: Working With AI, Not Just Using It — Brendan O'Leary
AI Engineer session on Agentic Engineering: Working With AI, Not Just Using It, presented by Brendan O'Leary. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Didn’t Kill the Web, It Moved in! — Olivier Leplus (AWS) & Yohan Lasorsa (Microsoft)
AI Engineer session on AI Didn’t Kill the Web, It Moved in!, presented by Olivier Leplus (AWS) & Yohan Lasorsa (Microsoft). It adds practical context for how teams are building and operating AI systems in production.
Play video
Bending a Public MCP Server Without Breaking It — Nimrod Hauser, Baz
AI Engineer session on Bending a Public MCP Server Without Breaking It, presented by Nimrod Hauser, Baz. It adds practical context for how teams are building and operating AI systems in production.
Play video
Cognitive Exhaust Fumes, or: Read-Only AI Is Underrated — Šimon Podhajský, Head of AI, Waypoint
AI Engineer session on Cognitive Exhaust Fumes, or: Read-Only AI Is Underrated, presented by Šimon Podhajský, Head of AI, Waypoint. It adds practical context for how teams are building and operating AI systems in production.
Play video
Contact Center Voice AI: Low-Latency Intelligence Extraction from Messy Audio Streams — Dippu Singh
AI Engineer session on Contact Center Voice AI: Low-Latency Intelligence Extraction from Messy Audio Streams, presented by Dippu Singh. It adds practical context for how teams are building and operating AI systems in production.
Play video
From Chaos to Choreography: Multi-Agent Orchestration Patterns That Actually Work — Sandipan Bhaumik
AI Engineer session on From Chaos to Choreography: Multi-Agent Orchestration Patterns That Actually Work, presented by Sandipan Bhaumik. It adds practical context for how teams are building and operating AI systems in production.
Play video
Judge the Judge: Building LLM Evaluators That Actually Work with GEPA — Mahmoud Mabrouk, Agenta AI
AI Engineer session on Judge the Judge: Building LLM Evaluators That Actually Work with GEPA, presented by Mahmoud Mabrouk, Agenta AI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Let LLMs Wander: Engineering RL Environments — Stefano Fiorucci
AI Engineer session on Let LLMs Wander: Engineering RL Environments, presented by Stefano Fiorucci. It adds practical context for how teams are building and operating AI systems in production.
Play video
One Registry to Rule them All - Sonny Merla, Mauro Luchetti, & Mattia Redaelli, Quantyca
AI Engineer session on One Registry to Rule them All - Sonny Merla, Mauro Luchetti, & Mattia Redaelli, Quantyca. It adds practical context for how teams are building and operating AI systems in production.
Play video
OpenRAG: An open-source stack for RAG — Phil Nash
AI Engineer session on OpenRAG: An open-source stack for RAG, presented by Phil Nash. It adds practical context for how teams are building and operating AI systems in production.
Play video
Platforms for Humans and Machines: Engineering for the Age of Agents — Juan Herreros Elorza
AI Engineer session on Platforms for Humans and Machines: Engineering for the Age of Agents, presented by Juan Herreros Elorza. It adds practical context for how teams are building and operating AI systems in production.
Play video
Running LLMs locally: Practical LLM Performance on DGX Spark — Mozhgan Kabiri chimeh, NVIDIA
AI Engineer session on Running LLMs locally: Practical LLM Performance on DGX Spark, presented by Mozhgan Kabiri chimeh, NVIDIA. It adds practical context for how teams are building and operating AI systems in production.
Play video
Why, and how you need to sandbox AI-Generated Code? — Harshil Agrawal, Cloudflare
AI Engineer session on Why, and how you need to sandbox AI-Generated Code?, presented by Harshil Agrawal, Cloudflare. It adds practical context for how teams are building and operating AI systems in production.
Play video
Your Insecure MCP Server Won't Survive Production — Tun Shwe, Lenses
AI Engineer session on Your Insecure MCP Server Won't Survive Production, presented by Tun Shwe, Lenses. It adds practical context for how teams are building and operating AI systems in production.
Play video
AGI: The Path Forward — Jason Warner & Eiso Kant, Poolside
AI Engineer session on AGI: The Path Forward, presented by Jason Warner & Eiso Kant, Poolside. It adds practical context for how teams are building and operating AI systems in production.
Play video
Automating Large Scale Refactors with Parallel Agents - Robert Brennan, OpenHands
AI Engineer session on Automating Large Scale Refactors with Parallel Agents - Robert Brennan, OpenHands. It adds practical context for how teams are building and operating AI systems in production.
Play video
Build a Prompt Learning Loop - SallyAnn DeLucia & Fuad Ali, Arize
AI Engineer session on Build a Prompt Learning Loop - SallyAnn DeLucia & Fuad Ali, Arize. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building durable Agents with Workflow DevKit & AI SDK - Peter Wielander, Vercel
AI Engineer session on Building durable Agents with Workflow DevKit & AI SDK - Peter Wielander, Vercel. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Intelligent Research Agents with Manus - Ivan Leo, Manus AI (now Meta Superintelligence)
AI Engineer session on Building Intelligent Research Agents with Manus - Ivan Leo, Manus AI (now Meta Superintelligence). It adds practical context for how teams are building and operating AI systems in production.
Play video
Claude Agent SDK [Full Workshop] — Thariq Shihipar, Anthropic
AI Engineer session on Claude Agent SDK [Full Workshop], presented by Thariq Shihipar, Anthropic. It adds practical context for how teams are building and operating AI systems in production.
Play video
DSPy: The End of Prompt Engineering - Kevin Madura, AlixPartners
AI Engineer session on DSPy: The End of Prompt Engineering - Kevin Madura, AlixPartners. It adds practical context for how teams are building and operating AI systems in production.
Play video
How Claude Code Works - Jared Zoneraich, PromptLayer
AI Engineer session on How Claude Code Works - Jared Zoneraich, PromptLayer. It adds practical context for how teams are building and operating AI systems in production.
Play video
How METR measures Long Tasks and Experienced Open Source Dev Productivity - Joel Becker, METR
AI Engineer session on How METR measures Long Tasks and Experienced Open Source Dev Productivity - Joel Becker, METR. It adds practical context for how teams are building and operating AI systems in production.
Play video
Identity for AI Agents - Patrick Riley & Carlos Galan, Auth0
AI Engineer session on Identity for AI Agents - Patrick Riley & Carlos Galan, Auth0. It adds practical context for how teams are building and operating AI systems in production.
Play video
Jack Morris: Stuffing Context is not Memory, Updating Weights is
AI Engineer session on Jack Morris: Stuffing Context is not Memory, Updating Weights is. It adds practical context for how teams are building and operating AI systems in production.
Play video
OpenAI + @Temporalio : Building Durable, Production Ready Agents - Cornelia Davis, Temporal
AI Engineer session on OpenAI + @Temporalio : Building Durable, Production Ready Agents - Cornelia Davis, Temporal. It adds practical context for how teams are building and operating AI systems in production.
Play video
Shipping AI That Works: An Evaluation Framework for PMs — Aman Khan, Arize
AI Engineer session on Shipping AI That Works: An Evaluation Framework for PMs, presented by Aman Khan, Arize. It adds practical context for how teams are building and operating AI systems in production.
Play video
Spec-Driven Development: Agentic Coding at FAANG Scale and Quality — Al Harris, Amazon Kiro
AI Engineer session on Spec-Driven Development: Agentic Coding at FAANG Scale and Quality, presented by Al Harris, Amazon Kiro. It adds practical context for how teams are building and operating AI systems in production.
Play video
Welcome to AIE CODE - Jed Borovik, Google DeepMind
AI Engineer session on Welcome to AIE CODE - Jed Borovik, Google DeepMind. It adds practical context for how teams are building and operating AI systems in production.
Play video
Why Agent Hype can fall short of reality — Joel Becker, METR
AI Engineer session on Why Agent Hype can fall short of reality, presented by Joel Becker, METR. It adds practical context for how teams are building and operating AI systems in production.
Play video
Your MCP Server is Bad (and you should feel bad) - Jeremiah Lowin, Prefect
AI Engineer session on Your MCP Server is Bad (and you should feel bad) - Jeremiah Lowin, Prefect. It adds practical context for how teams are building and operating AI systems in production.
Play video
2026: The Year The IDE Died — Steve Yegge & Gene Kim, Authors, Vibe Coding
AI Engineer session on 2026: The Year The IDE Died, presented by Steve Yegge & Gene Kim, Authors, Vibe Coding. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agent Reinforcement Fine Tuning — Will Hang & Cathy Zhou, OpenAI
AI Engineer session on Agent Reinforcement Fine Tuning, presented by Will Hang & Cathy Zhou, OpenAI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agents are Robots Too: What Self-Driving Taught Me About Building Agents — Jesse Hu, Abundant
AI Engineer session on Agents are Robots Too: What Self-Driving Taught Me About Building Agents, presented by Jesse Hu, Abundant. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Consulting in Practice — NLW, Superintelligent, @AIDailyBrief
AI Engineer session on AI Consulting in Practice, presented by NLW, Superintelligent, @AIDailyBrief. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Copilots for Tech Architecture: The Highest-ROI Use Case You’re Not Building — Boris B., Catio
AI Engineer session on AI Copilots for Tech Architecture: The Highest-ROI Use Case You’re Not Building, presented by Boris B., Catio. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Kernel Generation: What's working, what's not, what's next — Natalie Serrino, Gimlet Labs
AI Engineer session on AI Kernel Generation: What's working, what's not, what's next, presented by Natalie Serrino, Gimlet Labs. It adds practical context for how teams are building and operating AI systems in production.
Play video
Amp Code: Next Generation AI Coding — Beyang Liu, Amp Code
AI Engineer session on Amp Code: Next Generation AI Coding, presented by Beyang Liu, Amp Code. It adds practical context for how teams are building and operating AI systems in production.
Play video
Backlog.md: Terminal Kanban Board for Managing Tasks with AI Agents — Alex Gavrilescu, Funstage
AI Engineer session on Backlog.md: Terminal Kanban Board for Managing Tasks with AI Agents, presented by Alex Gavrilescu, Funstage. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Cursor Composer — Lee Robinson, Cursor
AI Engineer session on Building Cursor Composer, presented by Lee Robinson, Cursor. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building in the Gemini Era — Kat Kampf & Ammaar Reshi, Google DeepMind
AI Engineer session on Building in the Gemini Era, presented by Kat Kampf & Ammaar Reshi, Google DeepMind. It adds practical context for how teams are building and operating AI systems in production.
Play video
Can you prove AI ROI in Software Eng? (Stanford 120k Devs Study) — Yegor Denisov-Blanch, Stanford
AI Engineer session on Can you prove AI ROI in Software Eng? (Stanford 120k Devs Study), presented by Yegor Denisov-Blanch, Stanford. It adds practical context for how teams are building and operating AI systems in production.
Play video
Code World Model: Building World Models for Computation — Jacob Kahn, FAIR Meta
AI Engineer session on Code World Model: Building World Models for Computation, presented by Jacob Kahn, FAIR Meta. It adds practical context for how teams are building and operating AI systems in production.
Play video
Coding Evals: From Code Snippets to Codebases — Naman Jain, Cursor
AI Engineer session on Coding Evals: From Code Snippets to Codebases, presented by Naman Jain, Cursor. It adds practical context for how teams are building and operating AI systems in production.
Play video
Compilers in the Age of LLMs — Yusuf Olokoba, Muna
AI Engineer session on Compilers in the Age of LLMs, presented by Yusuf Olokoba, Muna. It adds practical context for how teams are building and operating AI systems in production.
Play video
Context Engineering: Connecting the Dots with Graphs — Stephen Chin, Neo4j
AI Engineer session on Context Engineering: Connecting the Dots with Graphs, presented by Stephen Chin, Neo4j. It adds practical context for how teams are building and operating AI systems in production.
Play video
Context Platform Engineering to Reduce Token Anxiety — Val Bercovici, WEKA
AI Engineer session on Context Platform Engineering to Reduce Token Anxiety, presented by Val Bercovici, WEKA. It adds practical context for how teams are building and operating AI systems in production.
Play video
Defying Gravity - Kevin Hou, Google DeepMind
AI Engineer session on Defying Gravity - Kevin Hou, Google DeepMind. It adds practical context for how teams are building and operating AI systems in production.
Play video
Developer Experience in the Age of AI Coding Agents — Max Kanat-Alexander, Capital One
AI Engineer session on Developer Experience in the Age of AI Coding Agents, presented by Max Kanat-Alexander, Capital One. It adds practical context for how teams are building and operating AI systems in production.
Play video
Developing Taste in Coding Agents: Applied Meta Neuro-Symbolic RL — Ahmad Awais, CommandCode
AI Engineer session on Developing Taste in Coding Agents: Applied Meta Neuro-Symbolic RL, presented by Ahmad Awais, CommandCode. It adds practical context for how teams are building and operating AI systems in production.
Play video
Dispatch from the Future: building an AI-native Company — Dan Shipper, Every, AI & I
AI Engineer session on Dispatch from the Future: building an AI-native Company, presented by Dan Shipper, Every, AI & I. It adds practical context for how teams are building and operating AI systems in production.
Play video
Don't Build Agents, Build Skills Instead — Barry Zhang & Mahesh Murag, Anthropic
AI Engineer session on Don't Build Agents, Build Skills Instead, presented by Barry Zhang & Mahesh Murag, Anthropic. It adds practical context for how teams are building and operating AI systems in production.
Play video
Efficient Reinforcement Learning — Rhythm Garg & Linden Li, Applied Compute
AI Engineer session on Efficient Reinforcement Learning, presented by Rhythm Garg & Linden Li, Applied Compute. It adds practical context for how teams are building and operating AI systems in production.
Play video
Enterprise Deep Research: The Next Killer App for Enterprise AI — Ofer Mendelevitch, Vectara
AI Engineer session on Enterprise Deep Research: The Next Killer App for Enterprise AI, presented by Ofer Mendelevitch, Vectara. It adds practical context for how teams are building and operating AI systems in production.
Play video
From Arc to Dia: Lessons learned building AI Browsers — Samir Mody, The Browser Company of New York
AI Engineer session on From Arc to Dia: Lessons learned building AI Browsers, presented by Samir Mody, The Browser Company of New York. It adds practical context for how teams are building and operating AI systems in production.
Play video
From Stateless Nightmares to Durable Agents — Samuel Colvin, Pydantic
AI Engineer session on From Stateless Nightmares to Durable Agents, presented by Samuel Colvin, Pydantic. It adds practical context for how teams are building and operating AI systems in production.
Play video
From Vibe Coding To Vibe Engineering — Kitze, Sizzy
AI Engineer session on From Vibe Coding To Vibe Engineering, presented by Kitze, Sizzy. It adds practical context for how teams are building and operating AI systems in production.
Play video
Future-Proof Coding Agents — Bill Chen & Brian Fioca, OpenAI
AI Engineer session on Future-Proof Coding Agents, presented by Bill Chen & Brian Fioca, OpenAI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Government Agents: AI Agents Meet Tough Regulations — Mark Myshatyn, Los Alamos National Lab
AI Engineer session on Government Agents: AI Agents Meet Tough Regulations, presented by Mark Myshatyn, Los Alamos National Lab. It adds practical context for how teams are building and operating AI systems in production.
Play video
Hacking Subagents Into Codex CLI — Brian John, Betterup
AI Engineer session on Hacking Subagents Into Codex CLI, presented by Brian John, Betterup. It adds practical context for how teams are building and operating AI systems in production.
Play video
Hard Won Lessons from Building Effective AI Coding Agents — Nik Pash, Cline
AI Engineer session on Hard Won Lessons from Building Effective AI Coding Agents, presented by Nik Pash, Cline. It adds practical context for how teams are building and operating AI systems in production.
Play video
Infra that fixes itself, thanks to coding agents — Mahmoud Abdelwahab, Railway
AI Engineer session on Infra that fixes itself, thanks to coding agents, presented by Mahmoud Abdelwahab, Railway. It adds practical context for how teams are building and operating AI systems in production.
Play video
Katelyn Lesse — Evolving Claude APIs for Agents, Anthropic
AI Engineer session on Katelyn Lesse, presented by Evolving Claude APIs for Agents, Anthropic. It adds practical context for how teams are building and operating AI systems in production.
Play video
Leadership in AI Assisted Engineering — Justin Reock, DX (acq. Atlassian)
AI Engineer session on Leadership in AI Assisted Engineering, presented by Justin Reock, DX (acq. Atlassian). It adds practical context for how teams are building and operating AI systems in production.
Play video
Making Codebases Agent Ready — Eno Reyes, Factory AI
AI Engineer session on Making Codebases Agent Ready, presented by Eno Reyes, Factory AI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Minimax M2: Building the #1 Open Model — Olive Song, MiniMax
AI Engineer session on Minimax M2: Building the #1 Open Model, presented by Olive Song, MiniMax. It adds practical context for how teams are building and operating AI systems in production.
Play video
Moving away from Agile: What's Next — Martin Harrysson & Natasha Maniar, McKinsey & Company
AI Engineer session on Moving away from Agile: What's Next, presented by Martin Harrysson & Natasha Maniar, McKinsey & Company. It adds practical context for how teams are building and operating AI systems in production.
Play video
Music from AIE Code Summit - Instrumentals
AI Engineer session on Music from AIE Code Summit - Instrumentals. It adds practical context for how teams are building and operating AI systems in production.
Play video
No More Slop — swyx
AI Engineer session on No More Slop, presented by swyx. It adds practical context for how teams are building and operating AI systems in production.
Play video
No Vibes Allowed: Solving Hard Problems in Complex Codebases — Dex Horthy, HumanLayer
AI Engineer session on No Vibes Allowed: Solving Hard Problems in Complex Codebases, presented by Dex Horthy, HumanLayer. It adds practical context for how teams are building and operating AI systems in production.
Play video
Paying Engineers like Salespeople — Arman Hezarkhani, Tenex
AI Engineer session on Paying Engineers like Salespeople, presented by Arman Hezarkhani, Tenex. It adds practical context for how teams are building and operating AI systems in production.
Play video
Proactive Agents — Kath Korevec, Google Labs
AI Engineer session on Proactive Agents, presented by Kath Korevec, Google Labs. It adds practical context for how teams are building and operating AI systems in production.
Play video
RL Environments at Scale — Will Brown, Prime Intellect
AI Engineer session on RL Environments at Scale, presented by Will Brown, Prime Intellect. It adds practical context for how teams are building and operating AI systems in production.
Play video
Small Bets, Big Impact Building GenBI at a Fortune 100 — Asaf Bord, Northwestern Mutual
AI Engineer session on Small Bets, Big Impact Building GenBI at a Fortune 100, presented by Asaf Bord, Northwestern Mutual. It adds practical context for how teams are building and operating AI systems in production.
Play video
The 3 Pillars of Autonomy — Michele Catasta, Replit
AI Engineer session on The 3 Pillars of Autonomy, presented by Michele Catasta, Replit. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Cure for the Vibe Coding Hangover — Corey J. Gallon, Rexmore
AI Engineer session on The Cure for the Vibe Coding Hangover, presented by Corey J. Gallon, Rexmore. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Infinite Software Crisis — Jake Nations, Netflix
AI Engineer session on The Infinite Software Crisis, presented by Jake Nations, Netflix. It adds practical context for how teams are building and operating AI systems in production.
Play video
The State of AI Code Quality: Hype vs Reality — Itamar Friedman, Qodo
AI Engineer session on The State of AI Code Quality: Hype vs Reality, presented by Itamar Friedman, Qodo. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Unbearable Lightness of Agent Optimization — Alberto Romero, Jointly
AI Engineer session on The Unbearable Lightness of Agent Optimization, presented by Alberto Romero, Jointly. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Unreasonable Effectiveness of Prompt Learning — Aparna Dhinakaran, Arize
AI Engineer session on The Unreasonable Effectiveness of Prompt Learning, presented by Aparna Dhinakaran, Arize. It adds practical context for how teams are building and operating AI systems in production.
Play video
Vision: Zero Bugs — Johann Schleier-Smith, Temporal
AI Engineer session on Vision: Zero Bugs, presented by Johann Schleier-Smith, Temporal. It adds practical context for how teams are building and operating AI systems in production.
Play video
VoiceVision RAG - Integrating Visual Document Intelligence with Voice Response — Suman Debnath, AWS
AI Engineer session on VoiceVision RAG - Integrating Visual Document Intelligence with Voice Response, presented by Suman Debnath, AWS. It adds practical context for how teams are building and operating AI systems in production.
Play video
Welcome to AIE LEAD - Alex Lieberman, Tenex
AI Engineer session on Welcome to AIE LEAD - Alex Lieberman, Tenex. It adds practical context for how teams are building and operating AI systems in production.
Play video
What Data from 20m Pull Requests Reveal About AI Transformation — Nick Arcolano, Jellyfish
AI Engineer session on What Data from 20m Pull Requests Reveal About AI Transformation, presented by Nick Arcolano, Jellyfish. It adds practical context for how teams are building and operating AI systems in production.
Play video
What We Learned Deploying AI within Bloomberg’s Engineering Organization — Lei Zhang, Bloomberg
AI Engineer session on What We Learned Deploying AI within Bloomberg’s Engineering Organization, presented by Lei Zhang, Bloomberg. It adds practical context for how teams are building and operating AI systems in production.
Play video
Your Support Team Should Ship Code — Lisa Orr, Zapier
AI Engineer session on Your Support Team Should Ship Code, presented by Lisa Orr, Zapier. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI changes *Nothing* — Dax Raad, OpenCode
AI Engineer session on AI changes *Nothing*, presented by Dax Raad, OpenCode. It adds practical context for how teams are building and operating AI systems in production.
Play video
Z.ai GLM 4.6: What We Learned From 100 Million Open Source Downloads — Yuxuan Zhang, Z.ai
AI Engineer session on Z.ai GLM 4.6: What We Learned From 100 Million Open Source Downloads, presented by Yuxuan Zhang, Z.ai. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building an Agentic Platform — Ben Kus, CTO Box
AI Engineer session on Building an Agentic Platform, presented by Ben Kus, CTO Box. It adds practical context for how teams are building and operating AI systems in production.
Play video
Rishabh Garg, Tesla Optimus — Challenges in High Performance Robotics Systems
AI Engineer session on Rishabh Garg, Tesla Optimus, presented by Challenges in High Performance Robotics Systems. It adds practical context for how teams are building and operating AI systems in production.
Play video
[Full Workshop] Building Conversational AI Agents - Thor Schaeff, ElevenLabs
AI Engineer session on [Full Workshop] Building Conversational AI Agents - Thor Schaeff, ElevenLabs. It adds practical context for how teams are building and operating AI systems in production.
Play video
[Full Workshop] Building Metrics that actually work — David Karam, Pi Labs (fmr Google Search)
AI Engineer session on [Full Workshop] Building Metrics that actually work, presented by David Karam, Pi Labs (fmr Google Search). It adds practical context for how teams are building and operating AI systems in production.
Play video
#define AI Engineer - Greg Brockman, OpenAI (ft. Jensen Huang)
AI Engineer session on #define AI Engineer - Greg Brockman, OpenAI (ft. Jensen Huang). It adds practical context for how teams are building and operating AI systems in production.
Play video
2025 is the Year of Evals! Just like 2024, and 2023, and … — John Dickerson, CEO Mozilla AI
AI Engineer session on 2025 is the Year of Evals! Just like 2024, and 2023, and …, presented by John Dickerson, CEO Mozilla AI. It adds practical context for how teams are building and operating AI systems in production.
Play video
A2A & MCP Workshop: Automating Business Processes with LLMs — Damien Murphy, Bench
AI Engineer session on A2A & MCP Workshop: Automating Business Processes with LLMs, presented by Damien Murphy, Bench. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agents vs Workflows: Why Not Both? — Sam Bhagwat, Mastra.ai
AI Engineer session on Agents vs Workflows: Why Not Both?, presented by Sam Bhagwat, Mastra.ai. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI That Pays: Lessons from Revenue Cycle — Nathan Wan, Ensemble Health
AI Engineer session on AI That Pays: Lessons from Revenue Cycle, presented by Nathan Wan, Ensemble Health. It adds practical context for how teams are building and operating AI systems in production.
Play video
AX is the only Experience that Matters - Ivan Burazin, Daytona
AI Engineer session on AX is the only Experience that Matters - Ivan Burazin, Daytona. It adds practical context for how teams are building and operating AI systems in production.
Play video
Beyond the Prototype: Using AI to Write High-Quality Code - Josh Albrecht, Imbue
AI Engineer session on Beyond the Prototype: Using AI to Write High-Quality Code - Josh Albrecht, Imbue. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building a Smarter AI Agent with Neural RAG - Will Bryk, Exa.ai
AI Engineer session on Building a Smarter AI Agent with Neural RAG - Will Bryk, Exa.ai. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Agents at Cloud Scale — Antje Barth, AWS
AI Engineer session on Building Agents at Cloud Scale, presented by Antje Barth, AWS. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building AI Products That Actually Work — Ben Hylak (Raindrop), Sid Bendre (Oleve)
AI Engineer session on Building AI Products That Actually Work, presented by Ben Hylak (Raindrop), Sid Bendre (Oleve). It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Alice’s Brain: an AI Sales Rep that Learns Like a Human - Sherwood & Satwik, 11x
AI Engineer session on Building Alice’s Brain: an AI Sales Rep that Learns Like a Human - Sherwood & Satwik, 11x. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Applications with AI Agents — Michael Albada, Microsoft
AI Engineer session on Building Applications with AI Agents, presented by Michael Albada, Microsoft. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building the platform for agent coordination — Tom Moor, Linear
AI Engineer session on Building the platform for agent coordination, presented by Tom Moor, Linear. It adds practical context for how teams are building and operating AI systems in production.
Play video
Designing AI-Intensive Applications - swyx
AI Engineer session on Designing AI-Intensive Applications - swyx. It adds practical context for how teams are building and operating AI systems in production.
Play video
Devin 2.0 and the Future of SWE - Scott Wu, Cognition
AI Engineer session on Devin 2.0 and the Future of SWE - Scott Wu, Cognition. It adds practical context for how teams are building and operating AI systems in production.
Play video
Evals Are Not Unit Tests — Ido Pesok, Vercel v0
AI Engineer session on Evals Are Not Unit Tests, presented by Ido Pesok, Vercel v0. It adds practical context for how teams are building and operating AI systems in production.
Play video
Evaluating AI Search: A Practical Framework for Augmented AI Systems — Quotient AI + Tavily
AI Engineer session on Evaluating AI Search: A Practical Framework for Augmented AI Systems, presented by Quotient AI + Tavily. It adds practical context for how teams are building and operating AI systems in production.
Play video
Everything is ugly, so go build something that isn't — Raiza Martin, Huxe (ex NotebookLM)
AI Engineer session on Everything is ugly, so go build something that isn't, presented by Raiza Martin, Huxe (ex NotebookLM). It adds practical context for how teams are building and operating AI systems in production.
Play video
Five hard earned lessons about Evals — Ankur Goyal, Braintrust
AI Engineer session on Five hard earned lessons about Evals, presented by Ankur Goyal, Braintrust. It adds practical context for how teams are building and operating AI systems in production.
Play video
Form factors for your new AI coworkers — Craig Wattrus, Flatfile
AI Engineer session on Form factors for your new AI coworkers, presented by Craig Wattrus, Flatfile. It adds practical context for how teams are building and operating AI systems in production.
Play video
From Self-driving to Autonomous Voice Agents — Brooke Hopkins, Coval
AI Engineer session on From Self-driving to Autonomous Voice Agents, presented by Brooke Hopkins, Coval. It adds practical context for how teams are building and operating AI systems in production.
Play video
Full Workshop: Realtime Voice AI — Mark Backman, Daily
AI Engineer session on Full Workshop: Realtime Voice AI, presented by Mark Backman, Daily. It adds practical context for how teams are building and operating AI systems in production.
Play video
Fuzzing in the GenAI Era — Leonard Tang, Haize Labs
AI Engineer session on Fuzzing in the GenAI Era, presented by Leonard Tang, Haize Labs. It adds practical context for how teams are building and operating AI systems in production.
Play video
Hacking the Inference Pareto Frontier - Kyle Kranen, NVIDIA
AI Engineer session on Hacking the Inference Pareto Frontier - Kyle Kranen, NVIDIA. It adds practical context for how teams are building and operating AI systems in production.
Play video
How BlackRock Builds Custom Knowledge Apps at Scale — Vaibhav Page & Infant Vasanth, BlackRock
AI Engineer session on How BlackRock Builds Custom Knowledge Apps at Scale, presented by Vaibhav Page & Infant Vasanth, BlackRock. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to defend your sites from AI bots — David Mytton, Arcjet
AI Engineer session on How to defend your sites from AI bots, presented by David Mytton, Arcjet. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to Improve your Vibe Coding — Ian Butler
AI Engineer session on How to Improve your Vibe Coding, presented by Ian Butler. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to look at your data — Jeff Huber (Chroma) + Jason Liu (567)
AI Engineer session on How to look at your data, presented by Jeff Huber (Chroma) + Jason Liu (567). It adds practical context for how teams are building and operating AI systems in production.
Play video
How to Secure Agents using OAuth — Jared Hanson (Keycard, Passport.js)
AI Engineer session on How to Secure Agents using OAuth, presented by Jared Hanson (Keycard, Passport.js). It adds practical context for how teams are building and operating AI systems in production.
Play video
How we hacked YC Spring 2025 batch’s AI agents — Rene Brandel, Casco
AI Engineer session on How we hacked YC Spring 2025 batch’s AI agents, presented by Rene Brandel, Casco. It adds practical context for how teams are building and operating AI systems in production.
Play video
Human seeded Evals — Samuel Colvin, Pydantic
AI Engineer session on Human seeded Evals, presented by Samuel Colvin, Pydantic. It adds practical context for how teams are building and operating AI systems in production.
Play video
Information Retrieval from the Ground Up - Philipp Krenn, Elastic
AI Engineer session on Information Retrieval from the Ground Up - Philipp Krenn, Elastic. It adds practical context for how teams are building and operating AI systems in production.
Play video
Infrastructure for the Singularity — Jesse Han, Morph
AI Engineer session on Infrastructure for the Singularity, presented by Jesse Han, Morph. It adds practical context for how teams are building and operating AI systems in production.
Play video
Introduction to LLM serving with SGLang - Philip Kiely and Yineng Zhang, Baseten
AI Engineer session on Introduction to LLM serving with SGLang - Philip Kiely and Yineng Zhang, Baseten. It adds practical context for how teams are building and operating AI systems in production.
Play video
Latent Space Paper Club: AIEWF Special Edition (Test of Time, DeepSeek R1/V3) — VIbhu Sapra
AI Engineer session on Latent Space Paper Club: AIEWF Special Edition (Test of Time, DeepSeek R1/V3), presented by VIbhu Sapra. It adds practical context for how teams are building and operating AI systems in production.
Play video
Layering every technique in RAG, one query at a time - David Karam, Pi Labs (fmr. Google Search)
AI Engineer session on Layering every technique in RAG, one query at a time - David Karam, Pi Labs (fmr. Google Search). It adds practical context for how teams are building and operating AI systems in production.
Play video
Make your LLM app a Domain Expert: How to Build an Expert System — Christopher Lovejoy, Anterior
AI Engineer session on Make your LLM app a Domain Expert: How to Build an Expert System, presented by Christopher Lovejoy, Anterior. It adds practical context for how teams are building and operating AI systems in production.
Play video
Mentoring the Machine — Eric Hou, Augment Code
AI Engineer session on Mentoring the Machine, presented by Eric Hou, Augment Code. It adds practical context for how teams are building and operating AI systems in production.
Play video
Multi Agent AI and Network Knowledge Graphs for Change — Ola Mabadeje, Cisco
AI Engineer session on Multi Agent AI and Network Knowledge Graphs for Change, presented by Ola Mabadeje, Cisco. It adds practical context for how teams are building and operating AI systems in production.
Play video
On Engineering AI Systems that Endure The Bitter Lesson - Omar Khattab, DSPy & Databricks
AI Engineer session on On Engineering AI Systems that Endure The Bitter Lesson - Omar Khattab, DSPy & Databricks. It adds practical context for how teams are building and operating AI systems in production.
Play video
OpenAI on Securing Code-Executing AI Agents — Fouad Matin (Codex, Agent Robustness)
AI Engineer session on OpenAI on Securing Code-Executing AI Agents, presented by Fouad Matin (Codex, Agent Robustness). It adds practical context for how teams are building and operating AI systems in production.
Play video
Perceptual Evaluations: Evals for Aesthetics — Diego Rodriguez, Krea.ai
AI Engineer session on Perceptual Evaluations: Evals for Aesthetics, presented by Diego Rodriguez, Krea.ai. It adds practical context for how teams are building and operating AI systems in production.
Play video
Piloting agents in GitHub Copilot - Christopher Harrison, Microsoft
AI Engineer session on Piloting agents in GitHub Copilot - Christopher Harrison, Microsoft. It adds practical context for how teams are building and operating AI systems in production.
Play video
Pipecat Cloud: Enterprise Voice Agents Built On Open Source - Kwindla Hultman Kramer, Daily
AI Engineer session on Pipecat Cloud: Enterprise Voice Agents Built On Open Source - Kwindla Hultman Kramer, Daily. It adds practical context for how teams are building and operating AI systems in production.
Play video
Practical tactics to build reliable AI apps — Dmitry Kuchin, Multinear
AI Engineer session on Practical tactics to build reliable AI apps, presented by Dmitry Kuchin, Multinear. It adds practical context for how teams are building and operating AI systems in production.
Play video
Real World Development with GitHub Copilot and VS Code — Harald Kirschner, Christopher Harrison
AI Engineer session on Real World Development with GitHub Copilot and VS Code, presented by Harald Kirschner, Christopher Harrison. It adds practical context for how teams are building and operating AI systems in production.
Play video
Real-time Experiments with an AI Co-Scientist - Stefania Druga, fmr. Google Deepmind
AI Engineer session on Real-time Experiments with an AI Co-Scientist - Stefania Druga, fmr. Google Deepmind. It adds practical context for how teams are building and operating AI systems in production.
Play video
Rise of the AI Architect — Clay Bavor, Cofounder, Sierra w/ Alessio Fanelli
AI Engineer session on Rise of the AI Architect, presented by Clay Bavor, Cofounder, Sierra w/ Alessio Fanelli. It adds practical context for how teams are building and operating AI systems in production.
Play video
Robotics: why now? - Quan Vuong and Jost Tobias Springberg, Physical Intelligence
AI Engineer session on Robotics: why now? - Quan Vuong and Jost Tobias Springberg, Physical Intelligence. It adds practical context for how teams are building and operating AI systems in production.
Play video
Scaling AI Agents Without Breaking Reliability — Preeti Somal, Temporal
AI Engineer session on Scaling AI Agents Without Breaking Reliability, presented by Preeti Somal, Temporal. It adds practical context for how teams are building and operating AI systems in production.
Play video
Scaling Enterprise-Grade RAG: Lessons from Legal Frontier - Calvin Qi (Harvey), Chang She (Lance)
AI Engineer session on Scaling Enterprise-Grade RAG: Lessons from Legal Frontier - Calvin Qi (Harvey), Chang She (Lance). It adds practical context for how teams are building and operating AI systems in production.
Play video
Serving Voice AI at $1/hr: Open-source, LoRAs, Latency, Load Balancing - Neil Dwyer, Gabber
AI Engineer session on Serving Voice AI at $1/hr: Open-source, LoRAs, Latency, Load Balancing - Neil Dwyer, Gabber. It adds practical context for how teams are building and operating AI systems in production.
Play video
Ship Agents that Ship: A Hands-On Workshop - Kyle Penfound, Jeremy Adams, Dagger
AI Engineer session on Ship Agents that Ship: A Hands-On Workshop - Kyle Penfound, Jeremy Adams, Dagger. It adds practical context for how teams are building and operating AI systems in production.
Play video
Ship Production Software in Minutes, Not Months — Eno Reyes, Factory
AI Engineer session on Ship Production Software in Minutes, Not Months, presented by Eno Reyes, Factory. It adds practical context for how teams are building and operating AI systems in production.
Play video
Shipping Products When You Don't Know What they Can Do — Ben Stein, Teammates
AI Engineer session on Shipping Products When You Don't Know What they Can Do, presented by Ben Stein, Teammates. It adds practical context for how teams are building and operating AI systems in production.
Play video
Shipping something to someone always wins — Kenneth Auchenberg (ex. Stripe, VSCode)
AI Engineer session on Shipping something to someone always wins, presented by Kenneth Auchenberg (ex. Stripe, VSCode). It adds practical context for how teams are building and operating AI systems in production.
Play video
Software Development Agents: What Works and What Doesn't - Robert Brennan, OpenHands
AI Engineer session on Software Development Agents: What Works and What Doesn't - Robert Brennan, OpenHands. It adds practical context for how teams are building and operating AI systems in production.
Play video
State of Startups and AI 2025 - Sarah Guo, Conviction
AI Engineer session on State of Startups and AI 2025 - Sarah Guo, Conviction. It adds practical context for how teams are building and operating AI systems in production.
Play video
Strategies for LLM Evals (GuideLLM, lm-eval-harness, OpenAI Evals Workshop) — Taylor Jordan Smith
AI Engineer session on Strategies for LLM Evals (GuideLLM, lm-eval-harness, OpenAI Evals Workshop), presented by Taylor Jordan Smith. It adds practical context for how teams are building and operating AI systems in production.
Play video
Structuring a modern AI team — Denys Linkov, Wisedocs
AI Engineer session on Structuring a modern AI team, presented by Denys Linkov, Wisedocs. It adds practical context for how teams are building and operating AI systems in production.
Play video
The 2025 AI Engineering Report — Barr Yaron, Amplify
AI Engineer session on The 2025 AI Engineering Report, presented by Barr Yaron, Amplify. It adds practical context for how teams are building and operating AI systems in production.
Play video
The AI Engineer’s Guide to Raising VC — Dani Grant (Jam), Chelcie Taylor (Notable)
AI Engineer session on The AI Engineer’s Guide to Raising VC, presented by Dani Grant (Jam), Chelcie Taylor (Notable). It adds practical context for how teams are building and operating AI systems in production.
Play video
The Future of Evals - Ankur Goyal, Braintrust
AI Engineer session on The Future of Evals - Ankur Goyal, Braintrust. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Next Unicorns: 7 Top AI startups from the HF0 Residency
AI Engineer session on The Next Unicorns: 7 Top AI startups from the HF0 Residency. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Rise of Open Models in the Enterprise — Amir Haghighat, Baseten
AI Engineer session on The Rise of Open Models in the Enterprise, presented by Amir Haghighat, Baseten. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Unofficial Guide to Apple’s Private Cloud Compute - Jmo, CONFSEC
AI Engineer session on The Unofficial Guide to Apple’s Private Cloud Compute - Jmo, CONFSEC. It adds practical context for how teams are building and operating AI systems in production.
Play video
Useful General Intelligence — Danielle Perszyk, Amazon AGI
AI Engineer session on Useful General Intelligence, presented by Danielle Perszyk, Amazon AGI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Vibe Coding with Confidence — Itamar Friedman, Qodo
AI Engineer session on Vibe Coding with Confidence, presented by Itamar Friedman, Qodo. It adds practical context for how teams are building and operating AI systems in production.
Play video
Vibes won't cut it — Chris Kelly, Augment Code
AI Engineer session on Vibes won't cut it, presented by Chris Kelly, Augment Code. It adds practical context for how teams are building and operating AI systems in production.
Play video
Vision AI in 2025 — Peter Robicheaux, Roboflow
AI Engineer session on Vision AI in 2025, presented by Peter Robicheaux, Roboflow. It adds practical context for how teams are building and operating AI systems in production.
Play video
Waymo's EMMA: Teaching Cars to Think - Jyh Jing Hwang, Waymo
AI Engineer session on Waymo's EMMA: Teaching Cars to Think - Jyh Jing Hwang, Waymo. It adds practical context for how teams are building and operating AI systems in production.
Play video
What Is a Humanoid Foundation Model? An Introduction to GR00T N1 - Annika & Aastha
AI Engineer session on What Is a Humanoid Foundation Model? An Introduction to GR00T N1 - Annika & Aastha. It adds practical context for how teams are building and operating AI systems in production.
Play video
Why ChatGPT Keeps Interrupting You — Dr. Tom Shapland, LiveKit
AI Engineer session on Why ChatGPT Keeps Interrupting You, presented by Dr. Tom Shapland, LiveKit. It adds practical context for how teams are building and operating AI systems in production.
Play video
Why We Don’t Need More Data Centers - Dr. Jasper Zhang, Hyperbolic
AI Engineer session on Why We Don’t Need More Data Centers - Dr. Jasper Zhang, Hyperbolic. It adds practical context for how teams are building and operating AI systems in production.
Play video
Why you should care about AI interpretability - Mark Bissell, Goodfire AI
AI Engineer session on Why you should care about AI interpretability - Mark Bissell, Goodfire AI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Why your product needs an AI product manager, and why it should be you — James Lowe, i.AI
AI Engineer session on Why your product needs an AI product manager, and why it should be you, presented by James Lowe, i.AI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Wisdom-Driven Knowledge Augmented Generation at Scale - Chin Keong Lam, Patho AI
AI Engineer session on Wisdom-Driven Knowledge Augmented Generation at Scale - Chin Keong Lam, Patho AI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Your Coding Agent Just Got Cloned And Your Brain Isn't Ready - Rustin Banks, Google Jules
AI Engineer session on Your Coding Agent Just Got Cloned And Your Brain Isn't Ready - Rustin Banks, Google Jules. It adds practical context for how teams are building and operating AI systems in production.
Play video
Your realtime AI is ngmi — Sean DuBois (OpenAI), Kwindla Kramer (Daily)
AI Engineer session on Your realtime AI is ngmi, presented by Sean DuBois (OpenAI), Kwindla Kramer (Daily). It adds practical context for how teams are building and operating AI systems in production.
Play video
"Data readiness" is a Myth: Reliable AI with an Agentic Semantic Layer — Anushrut Gupta, PromptQL
AI Engineer session on "Data readiness" is a Myth: Reliable AI with an Agentic Semantic Layer, presented by Anushrut Gupta, PromptQL. It adds practical context for how teams are building and operating AI systems in production.
Play video
(possible dupe but better sound) What does Enterprise Ready MCP mean? — Tobin South, WorkOS
AI Engineer session on (possible dupe but better sound) What does Enterprise Ready MCP mean?, presented by Tobin South, WorkOS. It adds practical context for how teams are building and operating AI systems in production.
Play video
[Evals Workshop] Mastering AI Evaluation: From Playground to Production
AI Engineer session on [Evals Workshop] Mastering AI Evaluation: From Playground to Production. It adds practical context for how teams are building and operating AI systems in production.
Play video
[Full Workshop] Reinforcement Learning, Kernels, Reasoning, Quantization & Agents — Daniel Han
AI Engineer session on [Full Workshop] Reinforcement Learning, Kernels, Reasoning, Quantization & Agents, presented by Daniel Han. It adds practical context for how teams are building and operating AI systems in production.
Play video
[Full Workshop] Vibe Coding at Scale: Customizing AI Assistants for Enterprise Environments
AI Engineer session on [Full Workshop] Vibe Coding at Scale: Customizing AI Assistants for Enterprise Environments. It adds practical context for how teams are building and operating AI systems in production.
Play video
[Workshop] AI Pipelines and Agents in Pure TypeScript with Mastra.ai — Nick Nisi, Zack Proser
AI Engineer session on [Workshop] AI Pipelines and Agents in Pure TypeScript with Mastra.ai, presented by Nick Nisi, Zack Proser. It adds practical context for how teams are building and operating AI systems in production.
Play video
12-Factor Agents: Patterns of reliable LLM applications — Dex Horthy, HumanLayer
AI Engineer session on 12-Factor Agents: Patterns of reliable LLM applications, presented by Dex Horthy, HumanLayer. It adds practical context for how teams are building and operating AI systems in production.
Play video
2025 in LLMs so far, illustrated by Pelicans on Bicycles — Simon Willison
AI Engineer session on 2025 in LLMs so far, illustrated by Pelicans on Bicycles, presented by Simon Willison. It adds practical context for how teams are building and operating AI systems in production.
Play video
3 ingredients for building reliable enterprise agents - Harrison Chase, LangChain/LangGraph
AI Engineer session on 3 ingredients for building reliable enterprise agents - Harrison Chase, LangChain/LangGraph. It adds practical context for how teams are building and operating AI systems in production.
Play video
360Brew: LLM-based Personalized Ranking and Recommendation - Hamed and Maziar, LinkedIn AI
AI Engineer session on 360Brew: LLM-based Personalized Ranking and Recommendation - Hamed and Maziar, LinkedIn AI. It adds practical context for how teams are building and operating AI systems in production.
Play video
A Taxonomy for Next-gen Reasoning — Nathan Lambert, Allen Institute (AI2) & Interconnects.ai
AI Engineer session on A Taxonomy for Next-gen Reasoning, presented by Nathan Lambert, Allen Institute (AI2) & Interconnects.ai. It adds practical context for how teams are building and operating AI systems in production.
Play video
A year of Gemini progress + what comes next — Logan Kilpatrick, Google DeepMind
AI Engineer session on A year of Gemini progress + what comes next, presented by Logan Kilpatrick, Google DeepMind. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agentic Excellence: Mastering AI Agent Evals w/ Azure AI Evaluation SDK — Cedric Vidal, Microsoft
AI Engineer session on Agentic Excellence: Mastering AI Agent Evals w/ Azure AI Evaluation SDK, presented by Cedric Vidal, Microsoft. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agentic GraphRAG: AI’s Logical Edge — Stephen Chin, Neo4j
AI Engineer session on Agentic GraphRAG: AI’s Logical Edge, presented by Stephen Chin, Neo4j. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agentic GraphRAG: Simplifying Retrieval Across Structured & Unstructured Data — Zach Blumenfeld
AI Engineer session on Agentic GraphRAG: Simplifying Retrieval Across Structured & Unstructured Data, presented by Zach Blumenfeld. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agents, Access, and the Future of Machine Identity — Nick Nisi (WorkOS) + Lizzie Siegle (Cloudflare)
AI Engineer session on Agents, Access, and the Future of Machine Identity, presented by Nick Nisi (WorkOS) + Lizzie Siegle (Cloudflare). It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Engineering with the Google Gemini 2.5 Model Family - Philipp Schmid, Google DeepMind
AI Engineer session on AI Engineering with the Google Gemini 2.5 Model Family - Philipp Schmid, Google DeepMind. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI powered entomology: Lessons from millions of AI code reviews — Tomas Reimers, Graphite
AI Engineer session on AI powered entomology: Lessons from millions of AI code reviews, presented by Tomas Reimers, Graphite. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Red Teaming Agent: Azure AI Foundry — Nagkumar Arkalgud & Keiji Kanazawa, Microsoft
AI Engineer session on AI Red Teaming Agent: Azure AI Foundry, presented by Nagkumar Arkalgud & Keiji Kanazawa, Microsoft. It adds practical context for how teams are building and operating AI systems in production.
Play video
Architecting Agent Memory: Principles, Patterns, and Best Practices — Richmond Alake, MongoDB
AI Engineer session on Architecting Agent Memory: Principles, Patterns, and Best Practices, presented by Richmond Alake, MongoDB. It adds practical context for how teams are building and operating AI systems in production.
Play video
Automating Escrow with USDC and AI - Corey Cooper, Circle
AI Engineer session on Automating Escrow with USDC and AI - Corey Cooper, Circle. It adds practical context for how teams are building and operating AI systems in production.
Play video
Benchmarks Are Memes: How What We Measure Shapes AI — and Us - Alex Duffy, Every.to
AI Engineer session on Benchmarks Are Memes: How What We Measure Shapes AI, presented by and Us - Alex Duffy, Every.to. It adds practical context for how teams are building and operating AI systems in production.
Play video
Bolt.new: How we scaled $0-20m ARR in 60 days, with 15 people — Eric Simons, Bolt
AI Engineer session on Bolt.new: How we scaled $0-20m ARR in 60 days, with 15 people, presented by Eric Simons, Bolt. It adds practical context for how teams are building and operating AI systems in production.
Play video
Books reimagined: AI to create new experiences for things you know — Lukasz Gandecki, TheBrain.pro
AI Engineer session on Books reimagined: AI to create new experiences for things you know, presented by Lukasz Gandecki, TheBrain.pro. It adds practical context for how teams are building and operating AI systems in production.
Play video
Build Dynamic Products, and Stop the AI Sideshow — Eliza Cabrera (Workday) + Jeremy Silva (Freeplay)
AI Engineer session on Build Dynamic Products, and Stop the AI Sideshow, presented by Eliza Cabrera (Workday) + Jeremy Silva (Freeplay). It adds practical context for how teams are building and operating AI systems in production.
Play video
Building a 10 person unicorn - Max Brodeur-Urbas, Gumloop
AI Engineer session on Building a 10 person unicorn - Max Brodeur-Urbas, Gumloop. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building agent fleet architectures your CISO doesn't hate — Lou Bichard, Gitpod
AI Engineer session on Building agent fleet architectures your CISO doesn't hate, presented by Lou Bichard, Gitpod. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Agentic Applications w/ Heroku Managed Inference and Agents — Julián Duque & Anush Dsouza
AI Engineer session on Building Agentic Applications w/ Heroku Managed Inference and Agents, presented by Julián Duque & Anush Dsouza. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Agents (the hard parts!) - Rita Kozlov, Cloudflare
AI Engineer session on Building Agents (the hard parts!) - Rita Kozlov, Cloudflare. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Code First AI Agents with Azure AI Agent Service — Cedric Vidal, Microsoft
AI Engineer session on Building Code First AI Agents with Azure AI Agent Service, presented by Cedric Vidal, Microsoft. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Effective Voice Agents — Toki Sherbakov + Anoop Kotha, OpenAI
AI Engineer session on Building Effective Voice Agents, presented by Toki Sherbakov + Anoop Kotha, OpenAI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Multimodal AI Agents From Scratch — Apoorva Joshi, MongoDB
AI Engineer session on Building Multimodal AI Agents From Scratch, presented by Apoorva Joshi, MongoDB. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building voice agents with OpenAI — Dominik Kundel, OpenAI
AI Engineer session on Building voice agents with OpenAI, presented by Dominik Kundel, OpenAI. It adds practical context for how teams are building and operating AI systems in production.
Play video
CI in the Era of AI: From Unit Tests to Stochastic Evals — Nathan Sobo, Zed
AI Engineer session on CI in the Era of AI: From Unit Tests to Stochastic Evals, presented by Nathan Sobo, Zed. It adds practical context for how teams are building and operating AI systems in production.
Play video
CIAM for AI: Authn/Authz for Agents — Michael Grinich, CEO of WorkOS
AI Engineer session on CIAM for AI: Authn/Authz for Agents, presented by Michael Grinich, CEO of WorkOS. It adds practical context for how teams are building and operating AI systems in production.
Play video
Claude Code & the evolution of agentic coding — Boris Cherny, Anthropic
AI Engineer session on Claude Code & the evolution of agentic coding, presented by Boris Cherny, Anthropic. It adds practical context for how teams are building and operating AI systems in production.
Play video
Collaborating with Agents in your Software Dev Workflow - Jon Peck & Christopher Harrison, Microsoft
AI Engineer session on Collaborating with Agents in your Software Dev Workflow - Jon Peck & Christopher Harrison, Microsoft. It adds practical context for how teams are building and operating AI systems in production.
Play video
ComfyUI Full Workshop — first workshop from ComfyAnonymous himself!
AI Engineer session on ComfyUI Full Workshop, presented by first workshop from ComfyAnonymous himself!. It adds practical context for how teams are building and operating AI systems in production.
Play video
Conquering Agent Chaos — Rick Blalock, Agentuity
AI Engineer session on Conquering Agent Chaos, presented by Rick Blalock, Agentuity. It adds practical context for how teams are building and operating AI systems in production.
Play video
Containing Agent Chaos — Solomon Hykes, Dagger
AI Engineer session on Containing Agent Chaos, presented by Solomon Hykes, Dagger. It adds practical context for how teams are building and operating AI systems in production.
Play video
Continuous Profiling for GPUs — Matthias Loibl, Polar Signals
AI Engineer session on Continuous Profiling for GPUs, presented by Matthias Loibl, Polar Signals. It adds practical context for how teams are building and operating AI systems in production.
Play video
Critical AI Inference your CIO can Trust — Sahil Yadav, Hariharan Ganesan, Telemetrak
AI Engineer session on Critical AI Inference your CIO can Trust, presented by Sahil Yadav, Hariharan Ganesan, Telemetrak. It adds practical context for how teams are building and operating AI systems in production.
Play video
Data is Your Differentiator: Building Secure and Tailored AI Systems — Mani Khanuja, AWS
AI Engineer session on Data is Your Differentiator: Building Secure and Tailored AI Systems, presented by Mani Khanuja, AWS. It adds practical context for how teams are building and operating AI systems in production.
Play video
Design like Karpathy is watching — Zeke Sikelianos, Replicate
AI Engineer session on Design like Karpathy is watching, presented by Zeke Sikelianos, Replicate. It adds practical context for how teams are building and operating AI systems in production.
Play video
Does AI Actually Boost Developer Productivity? (100k Devs Study) - Yegor Denisov-Blanch, Stanford
AI Engineer session on Does AI Actually Boost Developer Productivity? (100k Devs Study) - Yegor Denisov-Blanch, Stanford. It adds practical context for how teams are building and operating AI systems in production.
Play video
Don’t get one-shotted: Use AI to test, review, merge, and deploy code — Tomas Reimers, Graphite
AI Engineer session on Don’t get one-shotted: Use AI to test, review, merge, and deploy code, presented by Tomas Reimers, Graphite. It adds practical context for how teams are building and operating AI systems in production.
Play video
Dream Machine: Scaling to 1m users in 4 days — Keegan McCallum, Luma AI
AI Engineer session on Dream Machine: Scaling to 1m users in 4 days, presented by Keegan McCallum, Luma AI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Effective agent design patterns in production — Laurie Voss, LlamaIndex
AI Engineer session on Effective agent design patterns in production, presented by Laurie Voss, LlamaIndex. It adds practical context for how teams are building and operating AI systems in production.
Play video
Engineering Better Evals: Scalable LLM Evaluation Pipelines That Work — Dat Ngo, Aman Khan, Arize
AI Engineer session on Engineering Better Evals: Scalable LLM Evaluation Pipelines That Work, presented by Dat Ngo, Aman Khan, Arize. It adds practical context for how teams are building and operating AI systems in production.
Play video
Evals 101 — Doug Guthrie, Braintrust
AI Engineer session on Evals 101, presented by Doug Guthrie, Braintrust. It adds practical context for how teams are building and operating AI systems in production.
Play video
Events are the Wrong Abstraction for Your AI Agents - Mason Egger, Temporal.io
AI Engineer session on Events are the Wrong Abstraction for Your AI Agents - Mason Egger, Temporal.io. It adds practical context for how teams are building and operating AI systems in production.
Play video
Excalidraw: AI and Human Whiteboarding Partnership - Christopher Chedeau
AI Engineer session on Excalidraw: AI and Human Whiteboarding Partnership - Christopher Chedeau. It adds practical context for how teams are building and operating AI systems in production.
Play video
Forget RAG Pipelines — Build Production Ready Agents in 15 Mins: Nina Lopatina, Rajiv Shah, Contextual
AI Engineer session on Forget RAG Pipelines, presented by Build Production Ready Agents in 15 Mins: Nina Lopatina, Rajiv Shah, Contextual. It adds practical context for how teams are building and operating AI systems in production.
Play video
Foundry Local: Cutting-Edge AI experiences on device with ONNX Runtime/Olive — Emma Ning, Microsoft
AI Engineer session on Foundry Local: Cutting-Edge AI experiences on device with ONNX Runtime/Olive, presented by Emma Ning, Microsoft. It adds practical context for how teams are building and operating AI systems in production.
Play video
From Copilot to Colleague: Trustworthy Agents for High-Stakes - Joel Hron, CTO Thomson Reuters
AI Engineer session on From Copilot to Colleague: Trustworthy Agents for High-Stakes - Joel Hron, CTO Thomson Reuters. It adds practical context for how teams are building and operating AI systems in production.
Play video
From Hype to Habit: How We’re Building an AI-First SaaS Company — While Still Shipping the Roadmap
AI Engineer session on From Hype to Habit: How We’re Building an AI-First SaaS Company, presented by While Still Shipping the Roadmap. It adds practical context for how teams are building and operating AI systems in production.
Play video
From Mixture of Experts to Mixture of Agents with Super Fast Inference - Daniel Kim & Daria Soboleva
AI Engineer session on From Mixture of Experts to Mixture of Agents with Super Fast Inference - Daniel Kim & Daria Soboleva. It adds practical context for how teams are building and operating AI systems in production.
Play video
Full Spec MCP: Hidden Capabilities of the MCP spec — Harald Kirschner, Microsoft/VSCode
AI Engineer session on Full Spec MCP: Hidden Capabilities of the MCP spec, presented by Harald Kirschner, Microsoft/VSCode. It adds practical context for how teams are building and operating AI systems in production.
Play video
Fun stories from building OpenRouter and where all this is going - Alex Atallah, OpenRouter
AI Engineer session on Fun stories from building OpenRouter and where all this is going - Alex Atallah, OpenRouter. It adds practical context for how teams are building and operating AI systems in production.
Play video
Good design hasn’t changed with AI — John Pham, SF Compute
AI Engineer session on Good design hasn’t changed with AI, presented by John Pham, SF Compute. It adds practical context for how teams are building and operating AI systems in production.
Play video
Google Photos Magic Editor: GenAI Under the Hood of a Billion-User App - Kelvin Ma, Google Photos
AI Engineer session on Google Photos Magic Editor: GenAI Under the Hood of a Billion-User App - Kelvin Ma, Google Photos. It adds practical context for how teams are building and operating AI systems in production.
Play video
Graph Intelligence: Enhance Reasoning and Retrieval Using Graph Analytics - Alison & Andreas, Neo4j
AI Engineer session on Graph Intelligence: Enhance Reasoning and Retrieval Using Graph Analytics - Alison & Andreas, Neo4j. It adds practical context for how teams are building and operating AI systems in production.
Play video
GraphRAG methods to create optimized LLM context windows for Retrieval — Jonathan Larson, Microsoft
AI Engineer session on GraphRAG methods to create optimized LLM context windows for Retrieval, presented by Jonathan Larson, Microsoft. It adds practical context for how teams are building and operating AI systems in production.
Play video
How agents will unlock the $500B promise of AI - Donald Hruska, Retool
AI Engineer session on How agents will unlock the $500B promise of AI - Donald Hruska, Retool. It adds practical context for how teams are building and operating AI systems in production.
Play video
How fast are LLM inference engines anyway? — Charles Frye, Modal
AI Engineer session on How fast are LLM inference engines anyway?, presented by Charles Frye, Modal. It adds practical context for how teams are building and operating AI systems in production.
Play video
How Intuit uses LLMs to explain taxes to millions of taxpayers - Jaspreet Singh, Intuit
AI Engineer session on How Intuit uses LLMs to explain taxes to millions of taxpayers - Jaspreet Singh, Intuit. It adds practical context for how teams are building and operating AI systems in production.
Play video
How LLMs work for Web Devs: GPT in 600 lines of Vanilla JS - Ishan Anand
AI Engineer session on How LLMs work for Web Devs: GPT in 600 lines of Vanilla JS - Ishan Anand. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to build Enterprise Aware Agents - Chau Tran, Glean
AI Engineer session on How to build Enterprise Aware Agents - Chau Tran, Glean. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to Build Planning Agents without losing control - Yogendra Miraje, Factset
AI Engineer session on How to Build Planning Agents without losing control - Yogendra Miraje, Factset. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to build world-class AI products — Sarah Sachs (AI lead @ Notion) & Carlos Esteban (Braintrust)
AI Engineer session on How to build world-class AI products, presented by Sarah Sachs (AI lead @ Notion) & Carlos Esteban (Braintrust). It adds practical context for how teams are building and operating AI systems in production.
Play video
How to Hire AI Engineers when EVERYONE is cheating with AI — Beth Glenfield, DevDay
AI Engineer session on How to Hire AI Engineers when EVERYONE is cheating with AI, presented by Beth Glenfield, DevDay. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to run Evals at Scale: Thinking beyond Accuracy or Similarity — Muktesh Mishra, Adobe
AI Engineer session on How to run Evals at Scale: Thinking beyond Accuracy or Similarity, presented by Muktesh Mishra, Adobe. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to Train Your Agent: Building Reliable Agents with RL — Kyle Corbitt, OpenPipe
AI Engineer session on How to Train Your Agent: Building Reliable Agents with RL, presented by Kyle Corbitt, OpenPipe. It adds practical context for how teams are building and operating AI systems in production.
Play video
HybridRAG: A Fusion of Graph and Vector Retrieval - Mitesh Patel, NVIDIA
AI Engineer session on HybridRAG: A Fusion of Graph and Vector Retrieval - Mitesh Patel, NVIDIA. It adds practical context for how teams are building and operating AI systems in production.
Play video
Intro to GraphRAG — Zach Blumenfeld
AI Engineer session on Intro to GraphRAG, presented by Zach Blumenfeld. It adds practical context for how teams are building and operating AI systems in production.
Play video
Introducing Strands Agents, an Open Source AI Agents SDK — Suman Debnath, AWS
AI Engineer session on Introducing Strands Agents, an Open Source AI Agents SDK, presented by Suman Debnath, AWS. It adds practical context for how teams are building and operating AI systems in production.
Play video
Knowledge Graphs in Litigation Agents — Tom Smoker, WhyHow
AI Engineer session on Knowledge Graphs in Litigation Agents, presented by Tom Smoker, WhyHow. It adds practical context for how teams are building and operating AI systems in production.
Play video
Machines of Buying and Selling Grace - Adam Behrens, New Generation
AI Engineer session on Machines of Buying and Selling Grace - Adam Behrens, New Generation. It adds practical context for how teams are building and operating AI systems in production.
Play video
Mastering Engineering Flow with Windsurf - Eashan Sinha, Windsurf
AI Engineer session on Mastering Engineering Flow with Windsurf - Eashan Sinha, Windsurf. It adds practical context for how teams are building and operating AI systems in production.
Play video
MCP is all you need — Samuel Colvin, Pydantic
AI Engineer session on MCP is all you need, presented by Samuel Colvin, Pydantic. It adds practical context for how teams are building and operating AI systems in production.
Play video
MCP Is Not Good Yet — David Cramer, Sentry
AI Engineer session on MCP Is Not Good Yet, presented by David Cramer, Sentry. It adds practical context for how teams are building and operating AI systems in production.
Play video
Measuring AGI: Interactive Reasoning Benchmarks for ARC-AGI-3 — Greg Kamradt, ARC Prize Foundation
AI Engineer session on Measuring AGI: Interactive Reasoning Benchmarks for ARC-AGI-3, presented by Greg Kamradt, ARC Prize Foundation. It adds practical context for how teams are building and operating AI systems in production.
Play video
Memory Masterclass: Make Your AI Agents Remember What They Do! — Mark Bain, AIUS
AI Engineer session on Memory Masterclass: Make Your AI Agents Remember What They Do!, presented by Mark Bain, AIUS. It adds practical context for how teams are building and operating AI systems in production.
Play video
Milliseconds to Magic: Real‑Time Workflows using the Gemini Live API and Pipecat
AI Engineer session on Milliseconds to Magic: Real‑Time Workflows using the Gemini Live API and Pipecat. It adds practical context for how teams are building and operating AI systems in production.
Play video
Monetizing AI — Alvaro Morales, Orb
AI Engineer session on Monetizing AI, presented by Alvaro Morales, Orb. It adds practical context for how teams are building and operating AI systems in production.
Play video
Netflix's Big Bet: One model to rule recommendations: Yesu Feng, Netflix
AI Engineer session on Netflix's Big Bet: One model to rule recommendations: Yesu Feng, Netflix. It adds practical context for how teams are building and operating AI systems in production.
Play video
New York Times' Connections: A Case Study on NLP in Word Games — Shafik Quoraishee, NYT Games
AI Engineer session on New York Times' Connections: A Case Study on NLP in Word Games, presented by Shafik Quoraishee, NYT Games. It adds practical context for how teams are building and operating AI systems in production.
Play video
On Curiosity — Sharif Shameem, Lexica
AI Engineer session on On Curiosity, presented by Sharif Shameem, Lexica. It adds practical context for how teams are building and operating AI systems in production.
Play video
OpenThoughts: Data Recipes for Reasoning Models — Ryan Marten, Bespoke Labs
AI Engineer session on OpenThoughts: Data Recipes for Reasoning Models, presented by Ryan Marten, Bespoke Labs. It adds practical context for how teams are building and operating AI systems in production.
Play video
Optimizing inference for voice models in production - Philip Kiely, Baseten
AI Engineer session on Optimizing inference for voice models in production - Philip Kiely, Baseten. It adds practical context for how teams are building and operating AI systems in production.
Play video
POC to PROD: Hard Lessons from 200+ Enterprise GenAI Deployments - Randall Hunt, Caylent
AI Engineer session on POC to PROD: Hard Lessons from 200+ Enterprise GenAI Deployments - Randall Hunt, Caylent. It adds practical context for how teams are building and operating AI systems in production.
Play video
Practical GraphRAG: Making LLMs smarter with Knowledge Graphs — Michael, Jesus, and Stephen, Neo4j
AI Engineer session on Practical GraphRAG: Making LLMs smarter with Knowledge Graphs, presented by Michael, Jesus, and Stephen, Neo4j. It adds practical context for how teams are building and operating AI systems in production.
Play video
Production software keeps breaking and it will only get worse — Anish Agarwal, Traversal.ai
AI Engineer session on Production software keeps breaking and it will only get worse, presented by Anish Agarwal, Traversal.ai. It adds practical context for how teams are building and operating AI systems in production.
Play video
Prompt Engineering and AI Red Teaming — Sander Schulhoff, HackAPrompt/LearnPrompting
AI Engineer session on Prompt Engineering and AI Red Teaming, presented by Sander Schulhoff, HackAPrompt/LearnPrompting. It adds practical context for how teams are building and operating AI systems in production.
Play video
Prompt Engineering is Dead — Nir Gazit, Traceloop
AI Engineer session on Prompt Engineering is Dead, presented by Nir Gazit, Traceloop. It adds practical context for how teams are building and operating AI systems in production.
Play video
RAG in 2025: State of the Art and the Road Forward — Tengyu Ma, MongoDB (acq. Voyage AI)
AI Engineer session on RAG in 2025: State of the Art and the Road Forward, presented by Tengyu Ma, MongoDB (acq. Voyage AI). It adds practical context for how teams are building and operating AI systems in production.
Play video
Real world MCPs in GitHub Copilot Agent Mode — Jon Peck, Microsoft
AI Engineer session on Real world MCPs in GitHub Copilot Agent Mode, presented by Jon Peck, Microsoft. It adds practical context for how teams are building and operating AI systems in production.
Play video
Realtime Conversational Video with Pipecat and Tavus — Chad Bailey and Brian Johnson, Daily & Tavus
AI Engineer session on Realtime Conversational Video with Pipecat and Tavus, presented by Chad Bailey and Brian Johnson, Daily & Tavus. It adds practical context for how teams are building and operating AI systems in production.
Play video
Recsys Keynote: Improving Recommendation Systems & Search in the Age of LLMs - Eugene Yan, Amazon
AI Engineer session on Recsys Keynote: Improving Recommendation Systems & Search in the Age of LLMs - Eugene Yan, Amazon. It adds practical context for how teams are building and operating AI systems in production.
Play video
Rethinking Team Building: how a 30-person Startup serves 50 Million Users — Grant Lee, Gamma
AI Engineer session on Rethinking Team Building: how a 30-person Startup serves 50 Million Users, presented by Grant Lee, Gamma. It adds practical context for how teams are building and operating AI systems in production.
Play video
Revenue Engineering: How to Price (and Reprice) Your AI Product — Kshitij Grover, Orb
AI Engineer session on Revenue Engineering: How to Price (and Reprice) Your AI Product, presented by Kshitij Grover, Orb. It adds practical context for how teams are building and operating AI systems in production.
Play video
RL for Autonomous Coding — Aakanksha Chowdhery, Reflection.ai
AI Engineer session on RL for Autonomous Coding, presented by Aakanksha Chowdhery, Reflection.ai. It adds practical context for how teams are building and operating AI systems in production.
Play video
Robots as professional Chefs - Nikhil Abraham, CloudChef
AI Engineer session on Robots as professional Chefs - Nikhil Abraham, CloudChef. It adds practical context for how teams are building and operating AI systems in production.
Play video
Securing Agents with Open Standards — Bobby Tiernay and Kam Sween, Auth0
AI Engineer session on Securing Agents with Open Standards, presented by Bobby Tiernay and Kam Sween, Auth0. It adds practical context for how teams are building and operating AI systems in production.
Play video
Serving Voice AI at Scale — Arjun Desai (Cartesia) & Rohit Talluri (AWS)
AI Engineer session on Serving Voice AI at Scale, presented by Arjun Desai (Cartesia) & Rohit Talluri (AWS). It adds practical context for how teams are building and operating AI systems in production.
Play video
Ship it! Building Production Ready Agents — Mike Chambers, AWS
AI Engineer session on Ship it! Building Production Ready Agents, presented by Mike Chambers, AWS. It adds practical context for how teams are building and operating AI systems in production.
Play video
Shipping an Enterprise Voice AI Agent in 100 Days - Peter Bar, Intercom Fin
AI Engineer session on Shipping an Enterprise Voice AI Agent in 100 Days - Peter Bar, Intercom Fin. It adds practical context for how teams are building and operating AI systems in production.
Play video
Small AI Teams with Huge Impact — Vik Paruchuri, Datalab
AI Engineer session on Small AI Teams with Huge Impact, presented by Vik Paruchuri, Datalab. It adds practical context for how teams are building and operating AI systems in production.
Play video
Stateful environments for vertical agents — Josh Purtell, Synth Labs
AI Engineer session on Stateful environments for vertical agents, presented by Josh Purtell, Synth Labs. It adds practical context for how teams are building and operating AI systems in production.
Play video
Stop Using RAG as Memory — Daniel Chalef, Zep
AI Engineer session on Stop Using RAG as Memory, presented by Daniel Chalef, Zep. It adds practical context for how teams are building and operating AI systems in production.
Play video
Survive the AI Knife Fight: Building Products That Win — Brian Balfour, Reforge
AI Engineer session on Survive the AI Knife Fight: Building Products That Win, presented by Brian Balfour, Reforge. It adds practical context for how teams are building and operating AI systems in production.
Play video
Taming Rogue AI Agents with Observability-Driven Evaluation — Jim Bennett, Galileo
AI Engineer session on Taming Rogue AI Agents with Observability-Driven Evaluation, presented by Jim Bennett, Galileo. It adds practical context for how teams are building and operating AI systems in production.
Play video
Teaching Gemini to Speak YouTube: Adapting LLMs for Video Recommendations to 2B+DAU - Devansh Tandon
AI Engineer session on Teaching Gemini to Speak YouTube: Adapting LLMs for Video Recommendations to 2B+DAU - Devansh Tandon. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Agent Awakens: Collaborative Development with Copilot - Christopher Harrison, GitHub
AI Engineer session on The Agent Awakens: Collaborative Development with Copilot - Christopher Harrison, GitHub. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Billable Hour is Dead; Long Live the Billable Hour — Kevin Madura + Mo Bhasin, Alix Partners
AI Engineer session on The Billable Hour is Dead; Long Live the Billable Hour, presented by Kevin Madura + Mo Bhasin, Alix Partners. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Bitter Layout or: How I Learned to Love the Model Picker — Maximillian Piras, Yutori
AI Engineer session on The Bitter Layout or: How I Learned to Love the Model Picker, presented by Maximillian Piras, Yutori. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Build-Operate Divide: Bridging Product Vision and AI Operational Reality
AI Engineer session on The Build-Operate Divide: Bridging Product Vision and AI Operational Reality. It adds practical context for how teams are building and operating AI systems in production.
Play video
The emerging skillset of wielding coding agents — Beyang Liu, Sourcegraph / Amp
AI Engineer session on The emerging skillset of wielding coding agents, presented by Beyang Liu, Sourcegraph / Amp. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Eyes Are The (Context) Window to The Soul: How Windsurf Gets to Know You — Sam Fertig, Windsurf
AI Engineer session on The Eyes Are The (Context) Window to The Soul: How Windsurf Gets to Know You, presented by Sam Fertig, Windsurf. It adds practical context for how teams are building and operating AI systems in production.
Play video
The New Code — Sean Grove, OpenAI
AI Engineer session on The New Code, presented by Sean Grove, OpenAI. It adds practical context for how teams are building and operating AI systems in production.
Play video
The New Lean Startup — Sid Bendre, Oleve
AI Engineer session on The New Lean Startup, presented by Sid Bendre, Oleve. It adds practical context for how teams are building and operating AI systems in production.
Play video
The rise of the agentic economy on the shoulders of MCP — Jan Curn, Apify
AI Engineer session on The rise of the agentic economy on the shoulders of MCP, presented by Jan Curn, Apify. It adds practical context for how teams are building and operating AI systems in production.
Play video
The State of AI Powered Search and Retrieval — Frank Liu, MongoDB (prev Voyage AI)
AI Engineer session on The State of AI Powered Search and Retrieval, presented by Frank Liu, MongoDB (prev Voyage AI). It adds practical context for how teams are building and operating AI systems in production.
Play video
The State of Generative Media - Gorkem Yurtseven, FAL
AI Engineer session on The State of Generative Media - Gorkem Yurtseven, FAL. It adds practical context for how teams are building and operating AI systems in production.
Play video
Thinking Deeper in Gemini — Jack Rae, Google DeepMind
AI Engineer session on Thinking Deeper in Gemini, presented by Jack Rae, Google DeepMind. It adds practical context for how teams are building and operating AI systems in production.
Play video
tldraw.computer - Steve Ruiz, tldraw
AI Engineer session on tldraw.computer - Steve Ruiz, tldraw. It adds practical context for how teams are building and operating AI systems in production.
Play video
To the moon! Navigating deep context in legacy code with Augment Agent — Forrest Brazeal, Matt Ball
AI Engineer session on To the moon! Navigating deep context in legacy code with Augment Agent, presented by Forrest Brazeal, Matt Ball. It adds practical context for how teams are building and operating AI systems in production.
Play video
Top Ten Challenges to Reach AGI — Stephen Chin, Andreas Kollegger
AI Engineer session on Top Ten Challenges to Reach AGI, presented by Stephen Chin, Andreas Kollegger. It adds practical context for how teams are building and operating AI systems in production.
Play video
Training Agentic Reasoners — Will Brown, Prime Intellect
AI Engineer session on Training Agentic Reasoners, presented by Will Brown, Prime Intellect. It adds practical context for how teams are building and operating AI systems in production.
Play video
Transforming search and discovery using LLMs — Tejaswi & Vinesh, Instacart
AI Engineer session on Transforming search and discovery using LLMs, presented by Tejaswi & Vinesh, Instacart. It adds practical context for how teams are building and operating AI systems in production.
Play video
Trends Across the AI Frontier — George Cameron, ArtificialAnalysis.ai
AI Engineer session on Trends Across the AI Frontier, presented by George Cameron, ArtificialAnalysis.ai. It adds practical context for how teams are building and operating AI systems in production.
Play video
Turning Fails into Features: Zapier’s Hard-Won Eval Lessons — Rafal Willinski, Vitor Balocco, Zapier
AI Engineer session on Turning Fails into Features: Zapier’s Hard-Won Eval Lessons, presented by Rafal Willinski, Vitor Balocco, Zapier. It adds practical context for how teams are building and operating AI systems in production.
Play video
Unlocking AI Powered DevOps Within Your Organization — Jon Peck, GitHub
AI Engineer session on Unlocking AI Powered DevOps Within Your Organization, presented by Jon Peck, GitHub. It adds practical context for how teams are building and operating AI systems in production.
Play video
Using OSS models to build AI apps with millions of users — Hassan El Mghari
AI Engineer session on Using OSS models to build AI apps with millions of users, presented by Hassan El Mghari. It adds practical context for how teams are building and operating AI systems in production.
Play video
UX Design Principles for Semi Autonomous Multi Agent Systems — Victor Dibia, Microsoft
AI Engineer session on UX Design Principles for Semi Autonomous Multi Agent Systems, presented by Victor Dibia, Microsoft. It adds practical context for how teams are building and operating AI systems in production.
Play video
Vector Search Benchmark[eting] - Philipp Krenn, Elastic
AI Engineer session on Vector Search Benchmark[eting] - Philipp Krenn, Elastic. It adds practical context for how teams are building and operating AI systems in production.
Play video
Vibe Coding at Scale: Customizing AI Assistants for Enterprise Environments - Harald Kirshner,
AI Engineer session on Vibe Coding at Scale: Customizing AI Assistants for Enterprise Environments - Harald Kirshner,. It adds practical context for how teams are building and operating AI systems in production.
Play video
What every AI engineer needs to know about GPUs — Charles Frye, Modal
AI Engineer session on What every AI engineer needs to know about GPUs, presented by Charles Frye, Modal. It adds practical context for how teams are building and operating AI systems in production.
Play video
What We Learned from Using LLMs in Pinterest — Mukuntha Narayanan, Han Wang, Pinterest
AI Engineer session on What We Learned from Using LLMs in Pinterest, presented by Mukuntha Narayanan, Han Wang, Pinterest. It adds practical context for how teams are building and operating AI systems in production.
Play video
When Vectors Break Down: Graph-Based RAG for Dense Enterprise Knowledge - Sam Julien, Writer
AI Engineer session on When Vectors Break Down: Graph-Based RAG for Dense Enterprise Knowledge - Sam Julien, Writer. It adds practical context for how teams are building and operating AI systems in production.
Play video
Why should anyone care about Evals? — Manu Goyal, Braintrust
AI Engineer session on Why should anyone care about Evals?, presented by Manu Goyal, Braintrust. It adds practical context for how teams are building and operating AI systems in production.
Play video
Why Your Agent’s Brain Needs a Playbook: Practical Wins from Using Ontologies - Jesús Barrasa, Neo4j
AI Engineer session on Why Your Agent’s Brain Needs a Playbook: Practical Wins from Using Ontologies - Jesús Barrasa, Neo4j. It adds practical context for how teams are building and operating AI systems in production.
Play video
Your Personal Open-Source Humanoid Robot for $8,999 — JX Mo, K-Scale Labs
AI Engineer session on Your Personal Open-Source Humanoid Robot for $8,999, presented by JX Mo, K-Scale Labs. It adds practical context for how teams are building and operating AI systems in production.
Play video
7 Habits of Highly Effective Generative AI Evaluations - Justin Muller
AI Engineer session on 7 Habits of Highly Effective Generative AI Evaluations - Justin Muller. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agentic Enterprise - What your CEO must know about AI - Hubert Misztela
AI Engineer session on Agentic Enterprise - What your CEO must know about AI - Hubert Misztela. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agents reported thousands of bugs, how many were real? - Ian Butler and Nick Gregory
AI Engineer session on Agents reported thousands of bugs, how many were real? - Ian Butler and Nick Gregory. It adds practical context for how teams are building and operating AI systems in production.
Play video
Analyzing 10,000 Sales Calls With AI In 2 Weeks — Charlie Guo
AI Engineer session on Analyzing 10,000 Sales Calls With AI In 2 Weeks, presented by Charlie Guo. It adds practical context for how teams are building and operating AI systems in production.
Play video
Are MCPs Overhyped? A Rant about MCPs — Henry Mao, Smithery
AI Engineer session on Are MCPs Overhyped? A Rant about MCPs, presented by Henry Mao, Smithery. It adds practical context for how teams are building and operating AI systems in production.
Play video
Arrakis: How To Build An AI Sandbox From Scratch - Abhishek Bhardwaj, OpenAI
AI Engineer session on Arrakis: How To Build An AI Sandbox From Scratch - Abhishek Bhardwaj, OpenAI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Beyond Conversation: Why Documents Transform Natural Language into Code - Filip Kozera
AI Engineer session on Beyond Conversation: Why Documents Transform Natural Language into Code - Filip Kozera. It adds practical context for how teams are building and operating AI systems in production.
Play video
Blender MCP and The Future Of Creative Tools - Siddharth Ahuja
AI Engineer session on Blender MCP and The Future Of Creative Tools - Siddharth Ahuja. It adds practical context for how teams are building and operating AI systems in production.
Play video
Break It 'Til You Make It: Building the Self-Improving Stack for AI Agents - Aparna Dhinakaran
AI Engineer session on Break It 'Til You Make It: Building the Self-Improving Stack for AI Agents - Aparna Dhinakaran. It adds practical context for how teams are building and operating AI systems in production.
Play video
Breaking the Chain: Agent Continuations for Resumable AI Workflows - Greg Benson
AI Engineer session on Breaking the Chain: Agent Continuations for Resumable AI Workflows - Greg Benson. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Agents with Amazon Nova Act and MCP - Du'An Lightfoot, Amazon (Full Workshop)
AI Engineer session on Building Agents with Amazon Nova Act and MCP - Du'An Lightfoot, Amazon (Full Workshop). It adds practical context for how teams are building and operating AI systems in production.
Play video
Building AI Agents that actually automate Knowledge Work - Jerry Liu, LlamaIndex
AI Engineer session on Building AI Agents that actually automate Knowledge Work - Jerry Liu, LlamaIndex. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Protected MCP Servers — Den Delimarsky and Julia Kasper, MCP Steering Committee & Microsoft
AI Engineer session on Building Protected MCP Servers, presented by Den Delimarsky and Julia Kasper, MCP Steering Committee & Microsoft. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Reliable Support Agents Using the Effect Typescript Library - Michael Fester
AI Engineer session on Building Reliable Support Agents Using the Effect Typescript Library - Michael Fester. It adds practical context for how teams are building and operating AI systems in production.
Play video
Buy Now, Maybe Pay Later: Dealing with Prompt-Tax While Staying at the Frontier - Andrew Thomspson
AI Engineer session on Buy Now, Maybe Pay Later: Dealing with Prompt-Tax While Staying at the Frontier - Andrew Thomspson. It adds practical context for how teams are building and operating AI systems in production.
Play video
Case Study + Deep Dive: Telemedicine Support Agents with LangGraph/MCP - Dan Mason
AI Engineer session on Case Study + Deep Dive: Telemedicine Support Agents with LangGraph/MCP - Dan Mason. It adds practical context for how teams are building and operating AI systems in production.
Play video
ChatGPT is poorly designed. So I fixed it
AI Engineer session on ChatGPT is poorly designed. So I fixed it. It adds practical context for how teams are building and operating AI systems in production.
Play video
Cognitive Shield Real Time Real Smart - Rachna Srivastava
AI Engineer session on Cognitive Shield Real Time Real Smart - Rachna Srivastava. It adds practical context for how teams are building and operating AI systems in production.
Play video
Designing AI To Scale Human Thought — Jun Yu Tan, Tusk
AI Engineer session on Designing AI To Scale Human Thought, presented by Jun Yu Tan, Tusk. It adds practical context for how teams are building and operating AI systems in production.
Play video
Effective AI Agents Need Data Flywheels, Not The Next Biggest LLM — Sylendran Arunagiri, NVIDIA
AI Engineer session on Effective AI Agents Need Data Flywheels, Not The Next Biggest LLM, presented by Sylendran Arunagiri, NVIDIA. It adds practical context for how teams are building and operating AI systems in production.
Play video
Exposing Agents as MCP servers with mcp-agent: Sarmad Qadri
AI Engineer session on Exposing Agents as MCP servers with mcp-agent: Sarmad Qadri. It adds practical context for how teams are building and operating AI systems in production.
Play video
From PM at Stripe to Building an AI startup, a recent founder's journey - Mounir Mouawad
AI Engineer session on From PM at Stripe to Building an AI startup, a recent founder's journey - Mounir Mouawad. It adds practical context for how teams are building and operating AI systems in production.
Play video
GPU-less, Trust-less, Limit-less: Reimagining the Confidential AI Cloud - Mike Bursell
AI Engineer session on GPU-less, Trust-less, Limit-less: Reimagining the Confidential AI Cloud - Mike Bursell. It adds practical context for how teams are building and operating AI systems in production.
Play video
Grounded Reasoning Systems for Cloud Architecture - Iman Makaremi
AI Engineer session on Grounded Reasoning Systems for Cloud Architecture - Iman Makaremi. It adds practical context for how teams are building and operating AI systems in production.
Play video
How agents broke app-level infrastructure - Evan Boyle
AI Engineer session on How agents broke app-level infrastructure - Evan Boyle. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to Build Trustworthy AI — Allie Howe
AI Engineer session on How to Build Trustworthy AI, presented by Allie Howe. It adds practical context for how teams are building and operating AI systems in production.
Play video
Invisible Users, Invisible Interfaces: Accelerating Design Iteration with AI Simulation - Alex Liss
AI Engineer session on Invisible Users, Invisible Interfaces: Accelerating Design Iteration with AI Simulation - Alex Liss. It adds practical context for how teams are building and operating AI systems in production.
Play video
Just do it. (let your tools think for themselves) - Robert Chandler
AI Engineer session on Just do it. (let your tools think for themselves) - Robert Chandler. It adds practical context for how teams are building and operating AI systems in production.
Play video
Letting AI Interface with your App with MCP — Kent C Dodds
AI Engineer session on Letting AI Interface with your App with MCP, presented by Kent C Dodds. It adds practical context for how teams are building and operating AI systems in production.
Play video
Luminal - Search-Based Deep Learning Compilers - Joe Fioti
AI Engineer session on Luminal - Search-Based Deep Learning Compilers - Joe Fioti. It adds practical context for how teams are building and operating AI systems in production.
Play video
MCP Agent Fine tuning Workshop - Ronan McGovern
AI Engineer session on MCP Agent Fine tuning Workshop - Ronan McGovern. It adds practical context for how teams are building and operating AI systems in production.
Play video
MCP: Origins and Requests For Startups — Theodora Chu, Model Context Protocol PM, Anthropic
AI Engineer session on MCP: Origins and Requests For Startups, presented by Theodora Chu, Model Context Protocol PM, Anthropic. It adds practical context for how teams are building and operating AI systems in production.
Play video
MCPs are Boring (or: Why we are losing the Sparkle of LLMs) - Manuel Odendahl
AI Engineer session on MCPs are Boring (or: Why we are losing the Sparkle of LLMs) - Manuel Odendahl. It adds practical context for how teams are building and operating AI systems in production.
Play video
My AI Thinks I'm Eating My Feelings (and Other Nutritional Insights) - Rami Alhamad
AI Engineer session on My AI Thinks I'm Eating My Feelings (and Other Nutritional Insights) - Rami Alhamad. It adds practical context for how teams are building and operating AI systems in production.
Play video
open-rag-eval: RAG Evaluation without "golden" answers — Ofer Mendelevitch, Vectara
AI Engineer session on open-rag-eval: RAG Evaluation without "golden" answers, presented by Ofer Mendelevitch, Vectara. It adds practical context for how teams are building and operating AI systems in production.
Play video
RAG Evaluation Is Broken! Here's Why (And How to Fix It) - Yuval Belfer and Niv Granot
AI Engineer session on RAG Evaluation Is Broken! Here's Why (And How to Fix It) - Yuval Belfer and Niv Granot. It adds practical context for how teams are building and operating AI systems in production.
Play video
Real AI Agents Need Planning, Not Just Prompting - Yuval Belfer
AI Engineer session on Real AI Agents Need Planning, Not Just Prompting - Yuval Belfer. It adds practical context for how teams are building and operating AI systems in production.
Play video
Remote MCPs: What we learned from shipping — John Welsh, Anthropic
AI Engineer session on Remote MCPs: What we learned from shipping, presented by John Welsh, Anthropic. It adds practical context for how teams are building and operating AI systems in production.
Play video
RFT, DPO, SFT: Fine-tuning with OpenAI — Ilan Bigio, OpenAI
AI Engineer session on RFT, DPO, SFT: Fine-tuning with OpenAI, presented by Ilan Bigio, OpenAI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Rust is the language of the AGI - Michael Yuan
AI Engineer session on Rust is the language of the AGI - Michael Yuan. It adds practical context for how teams are building and operating AI systems in production.
Play video
Stop Ordering AI Takeout A Cookbook for Winning When You Build In House - Jan Siml
AI Engineer session on Stop Ordering AI Takeout A Cookbook for Winning When You Build In House - Jan Siml. It adds practical context for how teams are building and operating AI systems in production.
Play video
Supercharging developer workflow with Amazon Q Developer - Vikash Agrawal
AI Engineer session on Supercharging developer workflow with Amazon Q Developer - Vikash Agrawal. It adds practical context for how teams are building and operating AI systems in production.
Play video
Text-to-Speech Data Preparation and Fine-tuning Workshop - Ronan McGovern
AI Engineer session on Text-to-Speech Data Preparation and Fine-tuning Workshop - Ronan McGovern. It adds practical context for how teams are building and operating AI systems in production.
Play video
The 4 Patterns of AI Native Development — Patrick Debois
AI Engineer session on The 4 Patterns of AI Native Development, presented by Patrick Debois. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Agent Native Company — Rick Blalock, Agentuity
AI Engineer session on The Agent Native Company, presented by Rick Blalock, Agentuity. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Benchmarks Game: Why It's Rigged and How You Can (Really) Win - Darius Emrani
AI Engineer session on The Benchmarks Game: Why It's Rigged and How You Can (Really) Win - Darius Emrani. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Coherence Trap: Why LLMs Feel Smart (But Aren’t Thinking) - Travis Frisinger
AI Engineer session on The Coherence Trap: Why LLMs Feel Smart (But Aren’t Thinking) - Travis Frisinger. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Current State of Browser Agents - Jerry Wu and Wyatt Marshall
AI Engineer session on The Current State of Browser Agents - Jerry Wu and Wyatt Marshall. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Demo I Wish I'd Had: OpenAI's Agents SDK... serverless! - Brook Riggio
AI Engineer session on The Demo I Wish I'd Had: OpenAI's Agents SDK... serverless! - Brook Riggio. It adds practical context for how teams are building and operating AI systems in production.
Play video
The End of Awkward AI Transcriptions - Travis Bartley and Myungjong Kim
AI Engineer session on The End of Awkward AI Transcriptions - Travis Bartley and Myungjong Kim. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Future of Qwen: A Generalist Agent Model — Junyang Lin, Alibaba Qwen
AI Engineer session on The Future of Qwen: A Generalist Agent Model, presented by Junyang Lin, Alibaba Qwen. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Geopolitics of AI Infrastructure - Dylan Patel, SemiAnalysis
AI Engineer session on The Geopolitics of AI Infrastructure - Dylan Patel, SemiAnalysis. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Knowledge Graph Mullet: Trimming GraphRAG Complexity - William Lyon
AI Engineer session on The Knowledge Graph Mullet: Trimming GraphRAG Complexity - William Lyon. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Many Ends of Programming - Ray Myers
AI Engineer session on The Many Ends of Programming - Ray Myers. It adds practical context for how teams are building and operating AI systems in production.
Play video
The RAG Stack We Landed On After 37 Fails - Jonathan Fernandes
AI Engineer session on The RAG Stack We Landed On After 37 Fails - Jonathan Fernandes. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Robots are coming for your job, and that's okay - Elmer Thomas and Maria Bermudez
AI Engineer session on The Robots are coming for your job, and that's okay - Elmer Thomas and Maria Bermudez. It adds practical context for how teams are building and operating AI systems in production.
Play video
The State of MCP observability: Observable.tools — Alex Volkov and Benjamin Eckel, W&B and Dylibso
AI Engineer session on The State of MCP observability: Observable.tools, presented by Alex Volkov and Benjamin Eckel, W&B and Dylibso. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Voice-First AI Overlay: Designing Conversational Co-Pilots - Gregory Bruss
AI Engineer session on The Voice-First AI Overlay: Designing Conversational Co-Pilots - Gregory Bruss. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Web Browser Is All You Need - Paul Klein IV, Browserbase
AI Engineer session on The Web Browser Is All You Need - Paul Klein IV, Browserbase. It adds practical context for how teams are building and operating AI systems in production.
Play video
Unlocking Africa's Potential with AI — Thabang Ledwaba
AI Engineer session on Unlocking Africa's Potential with AI, presented by Thabang Ledwaba. It adds practical context for how teams are building and operating AI systems in production.
Play video
Veo 3 for Developers — Paige Bailey, Google DeepMind
AI Engineer session on Veo 3 for Developers, presented by Paige Bailey, Google DeepMind. It adds practical context for how teams are building and operating AI systems in production.
Play video
Why Bolt.new Won and Most DevTools AI Pivots Failed - Victoria Melnikova
AI Engineer session on Why Bolt.new Won and Most DevTools AI Pivots Failed - Victoria Melnikova. It adds practical context for how teams are building and operating AI systems in production.
Play video
Why the Best AI Agents Are Built Without Frameworks (Primitives over Frameworks) — Ahmad Awais, CHAI
AI Engineer session on Why the Best AI Agents Are Built Without Frameworks (Primitives over Frameworks), presented by Ahmad Awais, CHAI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Will Agent evaluation via MCP Stabilize Agent Networks? - Ari Heljakka
AI Engineer session on Will Agent evaluation via MCP Stabilize Agent Networks? - Ari Heljakka. It adds practical context for how teams are building and operating AI systems in production.
Play video
Windsurf everywhere, doing everything, all at once - Kevin Hou, Windsurf
AI Engineer session on Windsurf everywhere, doing everything, all at once - Kevin Hou, Windsurf. It adds practical context for how teams are building and operating AI systems in production.
Play video
Creating Agents that Co-Create — Karina Nguyen, OpenAI
AI Engineer session on Creating Agents that Co-Create, presented by Karina Nguyen, OpenAI. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to Build Your Own AI Data Center in 2025 — Paul Gilbert, Arista Networks
AI Engineer session on How to Build Your Own AI Data Center in 2025, presented by Paul Gilbert, Arista Networks. It adds practical context for how teams are building and operating AI systems in production.
Play video
[Full Workshop from Microsoft] Github Copilot - The World's Most Widely Adopted AI Developer Tool
AI Engineer session on [Full Workshop from Microsoft] Github Copilot - The World's Most Widely Adopted AI Developer Tool. It adds practical context for how teams are building and operating AI systems in production.
Play video
[Full Workshop] How to add secure code interpreting in your AI app: Vasek Mlejnsky
AI Engineer session on [Full Workshop] How to add secure code interpreting in your AI app: Vasek Mlejnsky. It adds practical context for how teams are building and operating AI systems in production.
Play video
[Full Workshop] Llama 3 at 1,000 tok/s on the SambaNova AI Platform
AI Engineer session on [Full Workshop] Llama 3 at 1,000 tok/s on the SambaNova AI Platform. It adds practical context for how teams are building and operating AI systems in production.
Play video
10x Development: LLMs For the working Programmer - Manuel Odendahl
AI Engineer session on 10x Development: LLMs For the working Programmer - Manuel Odendahl. It adds practical context for how teams are building and operating AI systems in production.
Play video
A Practical Guide to Efficient AI: Shelby Heinecke
AI Engineer session on A Practical Guide to Efficient AI: Shelby Heinecke. It adds practical context for how teams are building and operating AI systems in production.
Play video
Accelerate your AI journey with Azure AI model catalog: Sharmila Chokalingam
AI Engineer session on Accelerate your AI journey with Azure AI model catalog: Sharmila Chokalingam. It adds practical context for how teams are building and operating AI systems in production.
Play video
Accelerating Mixture of Experts Training With Rail Optimized InfiniBand Networking in Crusoe Cloud
AI Engineer session on Accelerating Mixture of Experts Training With Rail Optimized InfiniBand Networking in Crusoe Cloud. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agent Evals: Finally, With The Map
AI Engineer session on Agent Evals: Finally, With The Map. It adds practical context for how teams are building and operating AI systems in production.
Play video
Agentic Workflows on Vertex AI: Rukma Sen
AI Engineer session on Agentic Workflows on Vertex AI: Rukma Sen. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI + Security & Safety — Don Bosco Durai
AI Engineer session on AI + Security & Safety, presented by Don Bosco Durai. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Agents, Meet Test Driven Development
AI Engineer session on AI Agents, Meet Test Driven Development. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Engineering at Jane Street - John Crepezzi
AI Engineer session on AI Engineering at Jane Street - John Crepezzi. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Engineering Without Borders — swyx
AI Engineer session on AI Engineering Without Borders, presented by swyx. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Engineers: The Next Generation — Stefania Druga, Google Gemini
AI Engineer session on AI Engineers: The Next Generation, presented by Stefania Druga, Google Gemini. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Frontiers in Trust and Safety Combatting Multifaceted Harm on Tinder at Scale: Vibhor Kumar
AI Engineer session on AI Frontiers in Trust and Safety Combatting Multifaceted Harm on Tinder at Scale: Vibhor Kumar. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Music Generation, From Prompt to Production: Phlo Young
AI Engineer session on AI Music Generation, From Prompt to Production: Phlo Young. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Platform Engineering: Patrick Debois
AI Engineer session on AI Platform Engineering: Patrick Debois. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Templates: Gabriela and Aishwarya
AI Engineer session on AI Templates: Gabriela and Aishwarya. It adds practical context for how teams are building and operating AI systems in production.
Play video
Anchoring Enterprise GenAI with Knowledge Graphs: Jonathan Lowe (Pfizer), Stephen Chin (Neo4j)
AI Engineer session on Anchoring Enterprise GenAI with Knowledge Graphs: Jonathan Lowe (Pfizer), Stephen Chin (Neo4j). It adds practical context for how teams are building and operating AI systems in production.
Play video
Anthropic in the Enterprise — Alexander Bricken & Joe Bayley
AI Engineer session on Anthropic in the Enterprise, presented by Alexander Bricken & Joe Bayley. It adds practical context for how teams are building and operating AI systems in production.
Play video
Architecting and Testing Controllable Agents: Lance Martin
AI Engineer session on Architecting and Testing Controllable Agents: Lance Martin. It adds practical context for how teams are building and operating AI systems in production.
Play video
Best Practices for Evaluating Large Language Model Applications with llmeval: Niklas Nielsen
AI Engineer session on Best Practices for Evaluating Large Language Model Applications with llmeval: Niklas Nielsen. It adds practical context for how teams are building and operating AI systems in production.
Play video
Beyond APIs: How AI Web Agents Are Automating the "Long Tail" of Knowledge Work
AI Engineer session on Beyond APIs: How AI Web Agents Are Automating the "Long Tail" of Knowledge Work. It adds practical context for how teams are building and operating AI systems in production.
Play video
BotDojo Launch: Enhancing AI Assistants with Evaluations and Synthetic Data
AI Engineer session on BotDojo Launch: Enhancing AI Assistants with Evaluations and Synthetic Data. It adds practical context for how teams are building and operating AI systems in production.
Play video
Breaking AI's 1-GHz Barrier: Sunny Madra (Groq)
AI Engineer session on Breaking AI's 1-GHz Barrier: Sunny Madra (Groq). It adds practical context for how teams are building and operating AI systems in production.
Play video
Build an AI Research Agent: Apoorva Joshi
AI Engineer session on Build an AI Research Agent: Apoorva Joshi. It adds practical context for how teams are building and operating AI systems in production.
Play video
Build enterprise generative AI apps using Llama 3 at 1,000 tokens/s on the SambaNova AI platform
AI Engineer session on Build enterprise generative AI apps using Llama 3 at 1,000 tokens/s on the SambaNova AI platform. It adds practical context for how teams are building and operating AI systems in production.
Play video
Build, Evaluate and Deploy a RAG-Based Retail Copilot with Azure AI: Cedric Vidal and David Smith
AI Engineer session on Build, Evaluate and Deploy a RAG-Based Retail Copilot with Azure AI: Cedric Vidal and David Smith. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Agents with Model Context Protocol - Full Workshop with Mahesh Murag of Anthropic
AI Engineer session on Building Agents with Model Context Protocol - Full Workshop with Mahesh Murag of Anthropic. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building AI Agents with Real ROI in the Enterprise SDLC: Bruno (Booking.com) & Beyang (Sourcegraph)
AI Engineer session on Building AI Agents with Real ROI in the Enterprise SDLC: Bruno (Booking.com) & Beyang (Sourcegraph). It adds practical context for how teams are building and operating AI systems in production.
Play video
Building an AI assistant that makes phone calls [Convex Workshop]
AI Engineer session on Building an AI assistant that makes phone calls [Convex Workshop]. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building and evaluating AI Agents — Sayash Kapoor, AI Snake Oil
AI Engineer session on Building and evaluating AI Agents, presented by Sayash Kapoor, AI Snake Oil. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building and Scaling an AI Agent Swarm of low latency real time voice bots: Damien Murphy
AI Engineer session on Building and Scaling an AI Agent Swarm of low latency real time voice bots: Damien Murphy. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building efficient hybrid context query for LLM grounding: Simrat Hanspal
AI Engineer session on Building efficient hybrid context query for LLM grounding: Simrat Hanspal. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building LinkedIn's GenAI Platform — Xiaofeng Wang
AI Engineer session on Building LinkedIn's GenAI Platform, presented by Xiaofeng Wang. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Multi agent Systems with Finite State Machines
AI Engineer session on Building Multi agent Systems with Finite State Machines. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Reliable Agentic Systems: Eno Reyes
AI Engineer session on Building Reliable Agentic Systems: Eno Reyes. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building security around ML: Dr. Andrew Davis
AI Engineer session on Building security around ML: Dr. Andrew Davis. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building State of the Art Open Weights Tool Use: The Command R Family: Sandra Kublik
AI Engineer session on Building State of the Art Open Weights Tool Use: The Command R Family: Sandra Kublik. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building with Anthropic Claude: Prompt Workshop with Zack Witten
AI Engineer session on Building with Anthropic Claude: Prompt Workshop with Zack Witten. It adds practical context for how teams are building and operating AI systems in production.
Play video
Claude plays Minecraft!
AI Engineer session on Claude plays Minecraft!. It adds practical context for how teams are building and operating AI systems in production.
Play video
Code Generation and Maintenance at Scale: Morgante Pell
AI Engineer session on Code Generation and Maintenance at Scale: Morgante Pell. It adds practical context for how teams are building and operating AI systems in production.
Play video
Cohere for VPs of AI: Vivek Muppalla
AI Engineer session on Cohere for VPs of AI: Vivek Muppalla. It adds practical context for how teams are building and operating AI systems in production.
Play video
Cohere: Building enterprise LLM agents that work (Shaan Desai)
AI Engineer session on Cohere: Building enterprise LLM agents that work (Shaan Desai). It adds practical context for how teams are building and operating AI systems in production.
Play video
Cooking with fire without burning down the kitchen: Dominik Kundel
AI Engineer session on Cooking with fire without burning down the kitchen: Dominik Kundel. It adds practical context for how teams are building and operating AI systems in production.
Play video
Copilots Everywhere: Thomas Dohmke and Eugene Yan
AI Engineer session on Copilots Everywhere: Thomas Dohmke and Eugene Yan. It adds practical context for how teams are building and operating AI systems in production.
Play video
Creating and scaling your own custom copilots with Azure AI Studio: Hanchi Wang
AI Engineer session on Creating and scaling your own custom copilots with Azure AI Studio: Hanchi Wang. It adds practical context for how teams are building and operating AI systems in production.
Play video
Customized, production ready inference with open source models: Dmytro (Dima) Dzhulgakov
AI Engineer session on Customized, production ready inference with open source models: Dmytro (Dima) Dzhulgakov. It adds practical context for how teams are building and operating AI systems in production.
Play video
Decoding Mistral AI's Large Language Models: Devendra Chaplot
AI Engineer session on Decoding Mistral AI's Large Language Models: Devendra Chaplot. It adds practical context for how teams are building and operating AI systems in production.
Play video
Decoding the Decoder LLM without de code: Ishan Anand
AI Engineer session on Decoding the Decoder LLM without de code: Ishan Anand. It adds practical context for how teams are building and operating AI systems in production.
Play video
Disrupting the $15 Trillion Construction Industry with Autonomous Agents: Dr. Sarah Buchner
AI Engineer session on Disrupting the $15 Trillion Construction Industry with Autonomous Agents: Dr. Sarah Buchner. It adds practical context for how teams are building and operating AI systems in production.
Play video
Don't just slap on a chatbot: building AI that works before you ask
AI Engineer session on Don't just slap on a chatbot: building AI that works before you ask. It adds practical context for how teams are building and operating AI systems in production.
Play video
E-Values Evaluating the Values of AI: Sheila Gulati and Nischal Nadhamuni
AI Engineer session on E-Values Evaluating the Values of AI: Sheila Gulati and Nischal Nadhamuni. It adds practical context for how teams are building and operating AI systems in production.
Play video
Emergence Launch: AI Agents and the future enterprise: Dr. Satya Nitta
AI Engineer session on Emergence Launch: AI Agents and the future enterprise: Dr. Satya Nitta. It adds practical context for how teams are building and operating AI systems in production.
Play video
Enhancing Quality and Security in CI: Gunjan Patel
AI Engineer session on Enhancing Quality and Security in CI: Gunjan Patel. It adds practical context for how teams are building and operating AI systems in production.
Play video
Ensure AI Agents Work: Evaluation Frameworks for Scaling Success — Aparna Dhinkaran, CEO Arize
AI Engineer session on Ensure AI Agents Work: Evaluation Frameworks for Scaling Success, presented by Aparna Dhinkaran, CEO Arize. It adds practical context for how teams are building and operating AI systems in production.
Play video
Evaluating Domain Specific LLMs for Real World Finance — Waseem Alshikh, Writer
AI Engineer session on Evaluating Domain Specific LLMs for Real World Finance, presented by Waseem Alshikh, Writer. It adds practical context for how teams are building and operating AI systems in production.
Play video
Everything you need to know about Fine-tuning and Merging LLMs: Maxime Labonne
AI Engineer session on Everything you need to know about Fine-tuning and Merging LLMs: Maxime Labonne. It adds practical context for how teams are building and operating AI systems in production.
Play video
EyeLevel Launch: Your RAG is Tripping, Here's the Real Reason Why
AI Engineer session on EyeLevel Launch: Your RAG is Tripping, Here's the Real Reason Why. It adds practical context for how teams are building and operating AI systems in production.
Play video
Fine tune 20 Llama Models in 5 Minutes: Santosh Radha
AI Engineer session on Fine tune 20 Llama Models in 5 Minutes: Santosh Radha. It adds practical context for how teams are building and operating AI systems in production.
Play video
Finetuning: 500m AI agents in production with 2 engineers — Mustafa Ali & Kyle Corbitt
AI Engineer session on Finetuning: 500m AI agents in production with 2 engineers, presented by Mustafa Ali & Kyle Corbitt. It adds practical context for how teams are building and operating AI systems in production.
Play video
Fixing bugs in Gemma, Llama, & Phi 3: Daniel Han
AI Engineer session on Fixing bugs in Gemma, Llama, & Phi 3: Daniel Han. It adds practical context for how teams are building and operating AI systems in production.
Play video
From model weights to API endpoint with TensorRT LLM: Philip Kiely and Pankaj Gupta
AI Engineer session on From model weights to API endpoint with TensorRT LLM: Philip Kiely and Pankaj Gupta. It adds practical context for how teams are building and operating AI systems in production.
Play video
From Software Developer to AI Engineer: Antje Barth
AI Engineer session on From Software Developer to AI Engineer: Antje Barth. It adds practical context for how teams are building and operating AI systems in production.
Play video
From Text to Vision to Voice Exploring Multimodality with Open AI: Romain Huet
AI Engineer session on From Text to Vision to Voice Exploring Multimodality with Open AI: Romain Huet. It adds practical context for how teams are building and operating AI systems in production.
Play video
Frontier Feud: Anthropic, Google DeepMind, Meta FAIR, Thinking Machines — Barr Yaron, Amplify
AI Engineer session on Frontier Feud: Anthropic, Google DeepMind, Meta FAIR, Thinking Machines, presented by Barr Yaron, Amplify. It adds practical context for how teams are building and operating AI systems in production.
Play video
Function Calling is All You Need — Full Workshop, with Ilan Bigio of OpenAI
AI Engineer session on Function Calling is All You Need, presented by Full Workshop, with Ilan Bigio of OpenAI. It adds practical context for how teams are building and operating AI systems in production.
Play video
Git push get an AI API: Ryan Fox-Tyler
AI Engineer session on Git push get an AI API: Ryan Fox-Tyler. It adds practical context for how teams are building and operating AI systems in production.
Play video
GitHub Copilot: The World's Most Widely Adopted AI Developer Tool
AI Engineer session on GitHub Copilot: The World's Most Widely Adopted AI Developer Tool. It adds practical context for how teams are building and operating AI systems in production.
Play video
GitHub Next Explorations: Rahul Pandita
AI Engineer session on GitHub Next Explorations: Rahul Pandita. It adds practical context for how teams are building and operating AI systems in production.
Play video
GitHub's AI Powered Security Platform: Sarah Khalife
AI Engineer session on GitHub's AI Powered Security Platform: Sarah Khalife. It adds practical context for how teams are building and operating AI systems in production.
Play video
Giving a Voice to AI Agents: Scott Stephenson, CEO, Deepgram
AI Engineer session on Giving a Voice to AI Agents: Scott Stephenson, CEO, Deepgram. It adds practical context for how teams are building and operating AI systems in production.
Play video
Going beyond RAG: Extended Mind Transformers - Phoebe Klett
AI Engineer session on Going beyond RAG: Extended Mind Transformers - Phoebe Klett. It adds practical context for how teams are building and operating AI systems in production.
Play video
GraphRAG: The Marriage of Knowledge Graphs and RAG: Emil Eifrem
AI Engineer session on GraphRAG: The Marriage of Knowledge Graphs and RAG: Emil Eifrem. It adds practical context for how teams are building and operating AI systems in production.
Play video
Hiring & Building an AI Engineering Team: Dr. Bryan Bischof
AI Engineer session on Hiring & Building an AI Engineering Team: Dr. Bryan Bischof. It adds practical context for how teams are building and operating AI systems in production.
Play video
How Codeium Breaks Through the Ceiling for Retrieval: Kevin Hou
AI Engineer session on How Codeium Breaks Through the Ceiling for Retrieval: Kevin Hou. It adds practical context for how teams are building and operating AI systems in production.
Play video
How Coding Agents change Software Development Forever - Hailong Zhang
AI Engineer session on How Coding Agents change Software Development Forever - Hailong Zhang. It adds practical context for how teams are building and operating AI systems in production.
Play video
How Deep Research Works - Mukund Sridhar & Aarush Selvan, Google DeepMind
AI Engineer session on How Deep Research Works - Mukund Sridhar & Aarush Selvan, Google DeepMind. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to build the world's fastest voice bot: Kwindla Hultman Kramer
AI Engineer session on How to build the world's fastest voice bot: Kwindla Hultman Kramer. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to Construct Domain Specific LLM Evaluation Systems: Hamel Husain and Emil Sedgh
AI Engineer session on How to Construct Domain Specific LLM Evaluation Systems: Hamel Husain and Emil Sedgh. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to evaluate a model for your use case: Emmanuel Turlay
AI Engineer session on How to evaluate a model for your use case: Emmanuel Turlay. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to Fail at AI Strategy: Hamel Husain & Greg Ceccarelli
AI Engineer session on How to Fail at AI Strategy: Hamel Husain & Greg Ceccarelli. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to Improve Your Agents: Academic Lit Review
AI Engineer session on How to Improve Your Agents: Academic Lit Review. It adds practical context for how teams are building and operating AI systems in production.
Play video
How We Build Effective Agents: Barry Zhang, Anthropic
AI Engineer session on How We Build Effective Agents: Barry Zhang, Anthropic. It adds practical context for how teams are building and operating AI systems in production.
Play video
How Windsurf writes 90% of your code with an Agentic IDE - Kevin Hou, Windsurf
AI Engineer session on How Windsurf writes 90% of your code with an Agentic IDE - Kevin Hou, Windsurf. It adds practical context for how teams are building and operating AI systems in production.
Play video
How Zapier Builds AI Products and Features with the Help of Braintrust: Ankur Goyal & Olmo Maldonado
AI Engineer session on How Zapier Builds AI Products and Features with the Help of Braintrust: Ankur Goyal & Olmo Maldonado. It adds practical context for how teams are building and operating AI systems in production.
Play video
Hypermode Launch: Kevin Van Gundy
AI Engineer session on Hypermode Launch: Kevin Van Gundy. It adds practical context for how teams are building and operating AI systems in production.
Play video
Hyperspace More Nodes Is All You Need: Nicolas Schlaepfer
AI Engineer session on Hyperspace More Nodes Is All You Need: Nicolas Schlaepfer. It adds practical context for how teams are building and operating AI systems in production.
Play video
Insights from Snorkel AI running Azure AI Infrastructure: Humza Iqbal and Lachlan Ainley
AI Engineer session on Insights from Snorkel AI running Azure AI Infrastructure: Humza Iqbal and Lachlan Ainley. It adds practical context for how teams are building and operating AI systems in production.
Play video
Insights on Building AI Teams — Heath Black, SignalFire
AI Engineer session on Insights on Building AI Teams, presented by Heath Black, SignalFire. It adds practical context for how teams are building and operating AI systems in production.
Play video
Ionic Launch: Opening the economy to AI agents
AI Engineer session on Ionic Launch: Opening the economy to AI agents. It adds practical context for how teams are building and operating AI systems in production.
Play video
Iterating on LLM apps at scale Learnings from Discord: Ian Webster
AI Engineer session on Iterating on LLM apps at scale Learnings from Discord: Ian Webster. It adds practical context for how teams are building and operating AI systems in production.
Play video
Judging LLMs: Alex Volkov
AI Engineer session on Judging LLMs: Alex Volkov. It adds practical context for how teams are building and operating AI systems in production.
Play video
Keynote: The AI developer experience doesn't have to suck — why and how we built Modal
AI Engineer session on Keynote: The AI developer experience doesn't have to suck, presented by why and how we built Modal. It adds practical context for how teams are building and operating AI systems in production.
Play video
Keynote: Why people think "agent" is a buzzword but it isn't
AI Engineer session on Keynote: Why people think "agent" is a buzzword but it isn't. It adds practical context for how teams are building and operating AI systems in production.
Play video
Knowledge Graphs & GraphRAG: Techniques for Building Effective GenAI Applications: Zach Blumenthal
AI Engineer session on Knowledge Graphs & GraphRAG: Techniques for Building Effective GenAI Applications: Zach Blumenthal. It adds practical context for how teams are building and operating AI systems in production.
Play video
Lessons From A Year Building With LLMs
AI Engineer session on Lessons From A Year Building With LLMs. It adds practical context for how teams are building and operating AI systems in production.
Play video
Lessons from building GenAI based applications — Juan Peredo
AI Engineer session on Lessons from building GenAI based applications, presented by Juan Peredo. It adds practical context for how teams are building and operating AI systems in production.
Play video
Lessons from the Trenches: Building LLM Evals That Work IRL: Aparna Dhinkaran
AI Engineer session on Lessons from the Trenches: Building LLM Evals That Work IRL: Aparna Dhinkaran. It adds practical context for how teams are building and operating AI systems in production.
Play video
Lets Build An Agent from Scratch
AI Engineer session on Lets Build An Agent from Scratch. It adds practical context for how teams are building and operating AI systems in production.
Play video
Llamafile: bringing AI to the masses with fast CPU inference: Stephen Hood and Justine Tunney
AI Engineer session on Llamafile: bringing AI to the masses with fast CPU inference: Stephen Hood and Justine Tunney. It adds practical context for how teams are building and operating AI systems in production.
Play video
LLM Quality Optimization Bootcamp: Thierry Moreau and Pedro Torruella
AI Engineer session on LLM Quality Optimization Bootcamp: Thierry Moreau and Pedro Torruella. It adds practical context for how teams are building and operating AI systems in production.
Play video
LLM Safeguards: Security Privacy Compliance Anti Hallucination: Daniel Whitenack
AI Engineer session on LLM Safeguards: Security Privacy Compliance Anti Hallucination: Daniel Whitenack. It adds practical context for how teams are building and operating AI systems in production.
Play video
LLM Scientific Reasoning: How to Make AI Capable of Nobel Prize Discoveries: Hubert Misztela
AI Engineer session on LLM Scientific Reasoning: How to Make AI Capable of Nobel Prize Discoveries: Hubert Misztela. It adds practical context for how teams are building and operating AI systems in production.
Play video
Low Level Technicals of LLMs: Daniel Han
AI Engineer session on Low Level Technicals of LLMs: Daniel Han. It adds practical context for how teams are building and operating AI systems in production.
Play video
Making Open Models 10x faster and better for Modern Application Innovation: Dmytro (Dima) Dzhulgakov
AI Engineer session on Making Open Models 10x faster and better for Modern Application Innovation: Dmytro (Dima) Dzhulgakov. It adds practical context for how teams are building and operating AI systems in production.
Play video
Mastering LLM Inference Optimization From Theory to Cost Effective Deployment: Mark Moyou
AI Engineer session on Mastering LLM Inference Optimization From Theory to Cost Effective Deployment: Mark Moyou. It adds practical context for how teams are building and operating AI systems in production.
Play video
Mission-Critical Evals at Scale (Learnings from 100k medical decisions)
AI Engineer session on Mission-Critical Evals at Scale (Learnings from 100k medical decisions). It adds practical context for how teams are building and operating AI systems in production.
Play video
Moondream: how does a tiny vision model slap so hard? — Vikhyat Korrapati
AI Engineer session on Moondream: how does a tiny vision model slap so hard?, presented by Vikhyat Korrapati. It adds practical context for how teams are building and operating AI systems in production.
Play video
Multi model multimodal and multi agent innovations in Azure AI: Cedric Vidal
AI Engineer session on Multi model multimodal and multi agent innovations in Azure AI: Cedric Vidal. It adds practical context for how teams are building and operating AI systems in production.
Play video
Navigating AI’s Frontier in 2025 - Grace Isford, Lux Capital
AI Engineer session on Navigating AI’s Frontier in 2025 - Grace Isford, Lux Capital. It adds practical context for how teams are building and operating AI systems in production.
Play video
Navigating Challenges and Technical Debt in LLMs Deployment: Ahmed Menshawy
AI Engineer session on Navigating Challenges and Technical Debt in LLMs Deployment: Ahmed Menshawy. It adds practical context for how teams are building and operating AI systems in production.
Play video
Navigating RAG Optimization with an Evaluation Driven Compass: Atita Arora and Deanna Emery
AI Engineer session on Navigating RAG Optimization with an Evaluation Driven Compass: Atita Arora and Deanna Emery. It adds practical context for how teams are building and operating AI systems in production.
Play video
No more bad outputs with structured generation: Remi Louf
AI Engineer session on No more bad outputs with structured generation: Remi Louf. It adds practical context for how teams are building and operating AI systems in production.
Play video
No-code fine-tuning: Mark Hennings
AI Engineer session on No-code fine-tuning: Mark Hennings. It adds practical context for how teams are building and operating AI systems in production.
Play video
Open Challenges for AI Engineering: Simon Willison
AI Engineer session on Open Challenges for AI Engineering: Simon Willison. It adds practical context for how teams are building and operating AI systems in production.
Play video
OpenAI for VP's of AI + Advice for Building Agents
AI Engineer session on OpenAI for VP's of AI + Advice for Building Agents. It adds practical context for how teams are building and operating AI systems in production.
Play video
OpenLLMetry is all you need
AI Engineer session on OpenLLMetry is all you need. It adds practical context for how teams are building and operating AI systems in production.
Play video
Optimizing LLMs in Insurance with DSPy: Jeronim Morina
AI Engineer session on Optimizing LLMs in Insurance with DSPy: Jeronim Morina. It adds practical context for how teams are building and operating AI systems in production.
Play video
Patrick Dougherty: How to Build AI Agents that Actually Work
AI Engineer session on Patrick Dougherty: How to Build AI Agents that Actually Work. It adds practical context for how teams are building and operating AI systems in production.
Play video
Personal, Local, Private AI Agents: Soumith Chintala
AI Engineer session on Personal, Local, Private AI Agents: Soumith Chintala. It adds practical context for how teams are building and operating AI systems in production.
Play video
Personality Driven Development: Exploring the Frontier of Agents with Attitude
AI Engineer session on Personality Driven Development: Exploring the Frontier of Agents with Attitude. It adds practical context for how teams are building and operating AI systems in production.
Play video
Privacy First Enterprise AI: Building AI Agents that Never Leave Your Security Boundary
AI Engineer session on Privacy First Enterprise AI: Building AI Agents that Never Leave Your Security Boundary. It adds practical context for how teams are building and operating AI systems in production.
Play video
Productionizing GenAI Models — Lessons from the world's best AI teams: Lukas Biewald
AI Engineer session on Productionizing GenAI Models, presented by Lessons from the world's best AI teams: Lukas Biewald. It adds practical context for how teams are building and operating AI systems in production.
Play video
Prompt Engineering Tactics: Dan Cleary
AI Engineer session on Prompt Engineering Tactics: Dan Cleary. It adds practical context for how teams are building and operating AI systems in production.
Play video
Pydantic is STILL all you need: Jason Liu
AI Engineer session on Pydantic is STILL all you need: Jason Liu. It adds practical context for how teams are building and operating AI systems in production.
Play video
RAG Agents in Prod: 10 Lessons We Learned — Douwe Kiela, creator of RAG
AI Engineer session on RAG Agents in Prod: 10 Lessons We Learned, presented by Douwe Kiela, creator of RAG. It adds practical context for how teams are building and operating AI systems in production.
Play video
RAG and the MongoDB Document Model: Ben Flast
AI Engineer session on RAG and the MongoDB Document Model: Ben Flast. It adds practical context for how teams are building and operating AI systems in production.
Play video
RAG at scale: production ready GenAI apps with Azure AI Search
AI Engineer session on RAG at scale: production ready GenAI apps with Azure AI Search. It adds practical context for how teams are building and operating AI systems in production.
Play video
RAG for VPs of AI: Jerry Liu
AI Engineer session on RAG for VPs of AI: Jerry Liu. It adds practical context for how teams are building and operating AI systems in production.
Play video
Real ROI: Lessons from Enterprises that have already succeeded with LLMs at Scale: Raza Habib
AI Engineer session on Real ROI: Lessons from Enterprises that have already succeeded with LLMs at Scale: Raza Habib. It adds practical context for how teams are building and operating AI systems in production.
Play video
Realtime Data Connectivity for AI: Tanmai Gopal
AI Engineer session on Realtime Data Connectivity for AI: Tanmai Gopal. It adds practical context for how teams are building and operating AI systems in production.
Play video
Reinforcement Learning for Agents - Will Brown, ML Researcher at Morgan Stanley
AI Engineer session on Reinforcement Learning for Agents - Will Brown, ML Researcher at Morgan Stanley. It adds practical context for how teams are building and operating AI systems in production.
Play video
Rethinking how we Scaffold AI Agents - Rahul Sengottuvelu, Ramp
AI Engineer session on Rethinking how we Scaffold AI Agents - Rahul Sengottuvelu, Ramp. It adds practical context for how teams are building and operating AI systems in production.
Play video
Reverse Conway's law and GenAI: How agents will take over the organisation - Patrick Debois
AI Engineer session on Reverse Conway's law and GenAI: How agents will take over the organisation - Patrick Debois. It adds practical context for how teams are building and operating AI systems in production.
Play video
Running AI Application in Minutes w/ AI Templates: Gabriela de Queiroz, Pamela Fox, Harald Kirschner
AI Engineer session on Running AI Application in Minutes w/ AI Templates: Gabriela de Queiroz, Pamela Fox, Harald Kirschner. It adds practical context for how teams are building and operating AI systems in production.
Play video
Scaling Agents for Gen AI Products - Anju Kambadur, Bloomberg Head of AI Engineering
AI Engineer session on Scaling Agents for Gen AI Products - Anju Kambadur, Bloomberg Head of AI Engineering. It adds practical context for how teams are building and operating AI systems in production.
Play video
Scaling AI in Education: A Khanmigo case study: Shawn Jansepar
AI Engineer session on Scaling AI in Education: A Khanmigo case study: Shawn Jansepar. It adds practical context for how teams are building and operating AI systems in production.
Play video
Second Order Effects of AI: Cheng Lou
AI Engineer session on Second Order Effects of AI: Cheng Lou. It adds practical context for how teams are building and operating AI systems in production.
Play video
Self Coding Agents — Colin Flaherty, Augment Code
AI Engineer session on Self Coding Agents, presented by Colin Flaherty, Augment Code. It adds practical context for how teams are building and operating AI systems in production.
Play video
State Space Models for Realtime Multimodal Intelligence: Karan Goel
AI Engineer session on State Space Models for Realtime Multimodal Intelligence: Karan Goel. It adds practical context for how teams are building and operating AI systems in production.
Play video
Stateful Agents — Full Workshop with Charles Packer of Letta and MemGPT
AI Engineer session on Stateful Agents, presented by Full Workshop with Charles Packer of Letta and MemGPT. It adds practical context for how teams are building and operating AI systems in production.
Play video
Stop Guessing: Build Robust AI with Layered CoT
AI Engineer session on Stop Guessing: Build Robust AI with Layered CoT. It adds practical context for how teams are building and operating AI systems in production.
Play video
Substrate Launch: the API for modular AI
AI Engineer session on Substrate Launch: the API for modular AI. It adds practical context for how teams are building and operating AI systems in production.
Play video
System Design for Next-Gen Frontier Models — Dylan Patel, SemiAnalysis
AI Engineer session on System Design for Next-Gen Frontier Models, presented by Dylan Patel, SemiAnalysis. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Adversarial Path to the Personal Assistant: Sumit Agarwal
AI Engineer session on The Adversarial Path to the Personal Assistant: Sumit Agarwal. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Agent Development Life Cycle — Zack Reneau-Wedeen, Sierra
AI Engineer session on The Agent Development Life Cycle, presented by Zack Reneau-Wedeen, Sierra. It adds practical context for how teams are building and operating AI systems in production.
Play video
The AI emperor has no DAUs why most devs still don't use code AI: Quinn Slack
AI Engineer session on The AI emperor has no DAUs why most devs still don't use code AI: Quinn Slack. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Devops Engineer Who Never Sleeps — Diamond Bishop, Datadog
AI Engineer session on The Devops Engineer Who Never Sleeps, presented by Diamond Bishop, Datadog. It adds practical context for how teams are building and operating AI systems in production.
Play video
The era of unbounded products: Designing for Multimodal IO: Ben Hylak
AI Engineer session on The era of unbounded products: Designing for Multimodal IO: Ben Hylak. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Future of Knowledge Assistants: Jerry Liu
AI Engineer session on The Future of Knowledge Assistants: Jerry Liu. It adds practical context for how teams are building and operating AI systems in production.
Play video
The GenAI Maturity Curve or You Probably Don't Need Fine Tuning: Kyle Corbitt
AI Engineer session on The GenAI Maturity Curve or You Probably Don't Need Fine Tuning: Kyle Corbitt. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Hidden Costs of Building Your Own RAG Stack — Ofer Vectara
AI Engineer session on The Hidden Costs of Building Your Own RAG Stack, presented by Ofer Vectara. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Hierarchy of Needs for Training Dataset Development: Chang She and Noah Shpak
AI Engineer session on The Hierarchy of Needs for Training Dataset Development: Chang She and Noah Shpak. It adds practical context for how teams are building and operating AI systems in production.
Play video
The LLM Triangle: Engineering Principles for Robust AI Applications - Almog Baku:
AI Engineer session on The LLM Triangle: Engineering Principles for Robust AI Applications - Almog Baku:. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Making of Devin by Cognition AI: Scott Wu
AI Engineer session on The Making of Devin by Cognition AI: Scott Wu. It adds practical context for how teams are building and operating AI systems in production.
Play video
The missing pieces of workflow automation — Shirsha Chaudhuri, Thomson Reuters Labs
AI Engineer session on The missing pieces of workflow automation, presented by Shirsha Chaudhuri, Thomson Reuters Labs. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Model Isn’t Wrong — You’re Just Bad at Prompting
AI Engineer session on The Model Isn’t Wrong, presented by You’re Just Bad at Prompting. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Multimodal Future of Education: Stefania Druga
AI Engineer session on The Multimodal Future of Education: Stefania Druga. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Price of Intelligence - AI Agent Pricing in 2025
AI Engineer session on The Price of Intelligence - AI Agent Pricing in 2025. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Rise of the AI Software Engineer: Jesse Han
AI Engineer session on The Rise of the AI Software Engineer: Jesse Han. It adds practical context for how teams are building and operating AI systems in production.
Play video
The ROI of AI: Why you need Eval Framework - Beyang Liu
AI Engineer session on The ROI of AI: Why you need Eval Framework - Beyang Liu. It adds practical context for how teams are building and operating AI systems in production.
Play video
This video was edited with AI agent. But how?
AI Engineer session on This video was edited with AI agent. But how?. It adds practical context for how teams are building and operating AI systems in production.
Play video
Tool Calling Is Not Just Plumbing for AI Agents — Roy Derks
AI Engineer session on Tool Calling Is Not Just Plumbing for AI Agents, presented by Roy Derks. It adds practical context for how teams are building and operating AI systems in production.
Play video
Training Albatross An Expert Finance LLM: Leo Pekelis
AI Engineer session on Training Albatross An Expert Finance LLM: Leo Pekelis. It adds practical context for how teams are building and operating AI systems in production.
Play video
Trust, but Verify: Knowledge Agents for Finance Workflows - Mike Conover
AI Engineer session on Trust, but Verify: Knowledge Agents for Finance Workflows - Mike Conover. It adds practical context for how teams are building and operating AI systems in production.
Play video
Understanding AI Stakes to Break Production Code: Philip Rathle
AI Engineer session on Understanding AI Stakes to Break Production Code: Philip Rathle. It adds practical context for how teams are building and operating AI systems in production.
Play video
Unlocking Developer Productivity across CPU and GPU with MAX: Chris Lattner
AI Engineer session on Unlocking Developer Productivity across CPU and GPU with MAX: Chris Lattner. It adds practical context for how teams are building and operating AI systems in production.
Play video
Unveiling the latest Gemma model advancements: Kathleen Kenealy
AI Engineer session on Unveiling the latest Gemma model advancements: Kathleen Kenealy. It adds practical context for how teams are building and operating AI systems in production.
Play video
Using agents to build an agent company: Joao Moura
AI Engineer session on Using agents to build an agent company: Joao Moura. It adds practical context for how teams are building and operating AI systems in production.
Play video
Vercel AI SDK Masterclass: From Fundamentals to Deep Research
AI Engineer session on Vercel AI SDK Masterclass: From Fundamentals to Deep Research. It adds practical context for how teams are building and operating AI systems in production.
Play video
Voice Agent Engineering — Nik Caryotakis, SuperDial
AI Engineer session on Voice Agent Engineering, presented by Nik Caryotakis, SuperDial. It adds practical context for how teams are building and operating AI systems in production.
Play video
Voice Agents: the good, the bad, and the ugly
AI Engineer session on Voice Agents: the good, the bad, and the ugly. It adds practical context for how teams are building and operating AI systems in production.
Play video
We accidentally made an AI platform: Jamie Turner
AI Engineer session on We accidentally made an AI platform: Jamie Turner. It adds practical context for how teams are building and operating AI systems in production.
Play video
What It Actually Takes to Deploy GenAI Applications to Enterprises: Arjun Bansal and Trey Doig
AI Engineer session on What It Actually Takes to Deploy GenAI Applications to Enterprises: Arjun Bansal and Trey Doig. It adds practical context for how teams are building and operating AI systems in production.
Play video
What's new from Anthropic and what's next: Alex Albert
AI Engineer session on What's new from Anthropic and what's next: Alex Albert. It adds practical context for how teams are building and operating AI systems in production.
Play video
Where AI is superhuman: The right jobs to automate with LLMs
AI Engineer session on Where AI is superhuman: The right jobs to automate with LLMs. It adds practical context for how teams are building and operating AI systems in production.
Play video
Which Jobs Can Be Replaced Today: Fryderyk Wiatrowski and Peter Albert
AI Engineer session on Which Jobs Can Be Replaced Today: Fryderyk Wiatrowski and Peter Albert. It adds practical context for how teams are building and operating AI systems in production.
Play video
Why Agent Engineering — swyx
AI Engineer session on Why Agent Engineering, presented by swyx. It adds practical context for how teams are building and operating AI systems in production.
Play video
WTF do people use Open Models for??
AI Engineer session on WTF do people use Open Models for??. It adds practical context for how teams are building and operating AI systems in production.
Play video
Your AI Agent Isn't an Engineer: The Art of Thoughtful Anthropomorphism
AI Engineer session on Your AI Agent Isn't an Engineer: The Art of Thoughtful Anthropomorphism. It adds practical context for how teams are building and operating AI systems in production.
Play video
Your Evals Are Meaningless (And Here’s How to Fix Them)
AI Engineer session on Your Evals Are Meaningless (And Here’s How to Fix Them). It adds practical context for how teams are building and operating AI systems in production.
Play video
Your LLM Ran Out of Knowledge — Now What?
AI Engineer session on Your LLM Ran Out of Knowledge, presented by Now What?. It adds practical context for how teams are building and operating AI systems in production.
Play video
[Workshop] AI Engineering 101
AI Engineer session on [Workshop] AI Engineering 101. It adds practical context for how teams are building and operating AI systems in production.
Play video
[Workshop] AI Engineering 201: Inference
AI Engineer session on [Workshop] AI Engineering 201: Inference. It adds practical context for how teams are building and operating AI systems in production.
Play video
120k players in a week: Lessons from the first viral CLIP app: Joseph Nelson
AI Engineer session on 120k players in a week: Lessons from the first viral CLIP app: Joseph Nelson. It adds practical context for how teams are building and operating AI systems in production.
Play video
AI Engineering 201: The Rest of the Owl
AI Engineer session on AI Engineering 201: The Rest of the Owl. It adds practical context for how teams are building and operating AI systems in production.
Play video
Announcing the AI Engineer Network: Benjamin Dunphy
AI Engineer session on Announcing the AI Engineer Network: Benjamin Dunphy. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building AI For All: Amjad Masad & Michele Catasta
AI Engineer session on Building AI For All: Amjad Masad & Michele Catasta. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Blocks for LLM Systems & Products: Eugene Yan
AI Engineer session on Building Blocks for LLM Systems & Products: Eugene Yan. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Context-Aware Reasoning Applications with LangChain and LangSmith: Harrison Chase
AI Engineer session on Building Context-Aware Reasoning Applications with LangChain and LangSmith: Harrison Chase. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Production-Ready RAG Applications: Jerry Liu
AI Engineer session on Building Production-Ready RAG Applications: Jerry Liu. It adds practical context for how teams are building and operating AI systems in production.
Play video
Building Reactive AI Apps: Matt Welsh
AI Engineer session on Building Reactive AI Apps: Matt Welsh. It adds practical context for how teams are building and operating AI systems in production.
Play video
Climbing the Ladder of Abstraction: Amelia Wattenberger
AI Engineer session on Climbing the Ladder of Abstraction: Amelia Wattenberger. It adds practical context for how teams are building and operating AI systems in production.
Play video
Domain adaptation and fine-tuning for domain-specific LLMs: Abi Aryan
AI Engineer session on Domain adaptation and fine-tuning for domain-specific LLMs: Abi Aryan. It adds practical context for how teams are building and operating AI systems in production.
Play video
GPT Web App Generator - 10,000 apps created in a month: Matija Sosic
AI Engineer session on GPT Web App Generator - 10,000 apps created in a month: Matija Sosic. It adds practical context for how teams are building and operating AI systems in production.
Play video
Harnessing the Power of LLMs Locally: Mithun Hunsur
AI Engineer session on Harnessing the Power of LLMs Locally: Mithun Hunsur. It adds practical context for how teams are building and operating AI systems in production.
Play video
How to Become an AI Engineer from a Fullstack Background - Reid Mayo
AI Engineer session on How to Become an AI Engineer from a Fullstack Background - Reid Mayo. It adds practical context for how teams are building and operating AI systems in production.
Play video
Move Fast Break Nothing: Dedy Kredo
AI Engineer session on Move Fast Break Nothing: Dedy Kredo. It adds practical context for how teams are building and operating AI systems in production.
Play video
Open Questions for AI Engineering: Simon Willison
AI Engineer session on Open Questions for AI Engineering: Simon Willison. It adds practical context for how teams are building and operating AI systems in production.
Play video
Pragmatic AI with TypeChat: Daniel Rosenwasser
AI Engineer session on Pragmatic AI with TypeChat: Daniel Rosenwasser. It adds practical context for how teams are building and operating AI systems in production.
Play video
Principles for Prompt Engineering - Karina Nguyen (Claude Instant @ Anthropic)
AI Engineer session on Principles for Prompt Engineering - Karina Nguyen (Claude Instant @ Anthropic). It adds practical context for how teams are building and operating AI systems in production.
Play video
Pydantic is all you need: Jason Liu
AI Engineer session on Pydantic is all you need: Jason Liu. It adds practical context for how teams are building and operating AI systems in production.
Play video
Retrieval Augmented Generation in the Wild: Anton Troynikov
AI Engineer session on Retrieval Augmented Generation in the Wild: Anton Troynikov. It adds practical context for how teams are building and operating AI systems in production.
Play video
See, Hear, Speak, Draw: Logan Kilpatrick & Simón Fishman
AI Engineer session on See, Hear, Speak, Draw: Logan Kilpatrick & Simón Fishman. It adds practical context for how teams are building and operating AI systems in production.
Play video
Storyteller: Building Multi-modal Apps with TS & ModelFusion - Lars Grammel, PhD
AI Engineer session on Storyteller: Building Multi-modal Apps with TS & ModelFusion - Lars Grammel, PhD. It adds practical context for how teams are building and operating AI systems in production.
Play video
Supabase Vector: The Postgres Vector database: Paul Copplestone
AI Engineer session on Supabase Vector: The Postgres Vector database: Paul Copplestone. It adds practical context for how teams are building and operating AI systems in production.
Play video
The 1,000x AI Engineer: Swyx
AI Engineer session on The 1,000x AI Engineer: Swyx. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Age of the Agent: Flo Crivello
AI Engineer session on The Age of the Agent: Flo Crivello. It adds practical context for how teams are building and operating AI systems in production.
Play video
The AI Evolution: Mario Rodriguez, GitHub
AI Engineer session on The AI Evolution: Mario Rodriguez, GitHub. It adds practical context for how teams are building and operating AI systems in production.
Play video
The AI Pivot: With Chris White of Prefect & Bryan Bischof of Hex
AI Engineer session on The AI Pivot: With Chris White of Prefect & Bryan Bischof of Hex. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Code AI Maturity Model and What It Means For You: Ado Kukic
AI Engineer session on The Code AI Maturity Model and What It Means For You: Ado Kukic. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Future of Work: Toran Bruce Richards, Silen Naihin et al
AI Engineer session on The Future of Work: Toran Bruce Richards, Silen Naihin et al. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Hidden Life of Embeddings: Linus Lee
AI Engineer session on The Hidden Life of Embeddings: Linus Lee. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Intelligent Interface: Sam Whitmore & Jason Yuan of New Computer
AI Engineer session on The Intelligent Interface: Sam Whitmore & Jason Yuan of New Computer. It adds practical context for how teams are building and operating AI systems in production.
Play video
The Weekend AI Engineer: Hassan El Mghari
AI Engineer session on The Weekend AI Engineer: Hassan El Mghari. It adds practical context for how teams are building and operating AI systems in production.
Play video
Trust, but Verify: Shreya Rajpal
AI Engineer session on Trust, but Verify: Shreya Rajpal. It adds practical context for how teams are building and operating AI systems in production.
Play video
Using AI to Build an Infinite Game: Jeff Schomay
AI Engineer session on Using AI to Build an Infinite Game: Jeff Schomay. It adds practical context for how teams are building and operating AI systems in production.