Northbound AI Summit 2026

October 12 – 14, 2026 · Yerba Buena Center for the Arts, San Francisco, California

1–24 of 28 sessions

AI InfrastructureFeatured Keynote

Opening Keynote: The State of AI Engineering

Mon, Oct 12 · 8:00 AM – 8:45 AM PDT · Main Hall

AI engineering stopped being a frontier discipline and started being a job description — but the tools, the org charts, and the failure modes are still catching up. This opening keynote takes stock of where production teams actually are, dr…

Maya Chen

Maya Chen

VP, AI Platform · Northstar Systems

AI InfrastructureTalk

Prompt Injection Deep Dive

Mon, Oct 12 · 9:30 AM – 10:00 AM PDT · Workshop Room B

Prompt injection is no longer a party trick — it is a production security class with real incidents, and most mitigations teams reach for first do not survive contact with an attacker. This deep dive works through the attack taxonomy as it…

Priya Narayanan

Priya Narayanan

Principal Security Researcher · Boundary Labs

PracticeFeatured Keynote

Retrieval that holds up in production

Mon, Oct 12 · 10:00 AM – 10:45 AM PDT · Room A

Retrieval went from research afterthought to the load-bearing wall of production AI, and most of what made it work for us was not in any paper. This keynote traces one retrieval stack over three years: naive vector search, the hybrid rebuil…

Samira Cole

Samira Cole

Staff Engineer · Latticework

Alex Moreau

Alex Moreau

Developer Advocate · Harborline

Talk

Serving LLMs on a Budget

Mon, Oct 12 · 10:00 AM – 10:30 AM PDT · Room B

Our inference bill was on track to pass our payroll. This talk is the story of cutting tokens-per-dollar by 7x without a visible quality drop, in the order the savings actually arrived: response caching, prompt-prefix reuse, routing easy qu…

Amina Okafor

Amina Okafor

Director of ML Efficiency · Common Thread

PracticeWorkshop

Hands-on: Fine-tuning Small Models

Mon, Oct 12 · 11:00 AM – 12:30 PM PDT · Workshop Room B

Bring a laptop, leave with a model. In 90 minutes we take a 3B-parameter open model from base weights to a fine-tune that beats a model ten times its size on one specific task — classifying and routing support conversations. The workshop c…

LB

Luca Bianchi

ML Systems Engineer · Piccolo AI

InnovationTalk

Retrieval Beyond Vectors

Mon, Oct 12 · 1:00 PM – 1:30 PM PDT · Room A

Vector search is a great first chapter and a terrible whole book. In production, the retrieval systems that hold up are hybrids: lexical search for precision, embeddings for recall, structured filters for correctness, and a reranker to arbi…

Yuki Tanaka

Yuki Tanaka

Search Infrastructure Lead · Kintsugi Data

Workshop

Hands-on: Evals from Scratch

Mon, Oct 12 · 2:30 PM – 4:00 PM PDT · Room 305

Evals are the highest-leverage infrastructure an AI team can own, and the tooling matters far less than the muscle. In this hands-on session we build an eval harness from an empty directory: golden sets, graders (exact, rubric, and LLM-judg…

ER

Eli Rosenberg

Evaluation Engineer · Proofpoint AI

Panel

Panel: Open Models in Production

Mon, Oct 12 · 2:30 PM – 3:30 PM PDT · Main Hall

Four teams run open-weight models in production today, at four very different scales, and none of them made the same choices. This panel puts their engineering leads on one stage to compare notes for real: serving stacks, fine-tuning strate…

OE

Omar El-Amin

Open Models Lead · Meridian Compute

AM

Adwoa Mensah

Model Operations Director · Sankofa Compute

Featured Keynote

Keynote: The Post-Cloud Developer

Tue, Oct 13 · 9:00 AM – 9:45 AM PDT · Main Hall

The console was never the product — it was the interim UI for infrastructure that could not yet describe itself. This keynote argues that the next platform shift is already visible at the edges: infrastructure declared next to application c…

ID

Inês Duarte

Developer Infrastructure Fellow · Local Cloud Foundation

Workshop

Hands-on: Observability for LLM Apps

Tue, Oct 13 · 9:30 AM – 11:00 AM PDT · Workshop Room B

You cannot fix what you cannot see, and most LLM apps ship blind. This workshop builds the observability stack for an AI application from first principles: structured traces for every model call and tool invocation, cost and latency attribu…

TN

Tomáš Novák

Observability Architect · Tracegarden

InnovationTalk

Local-first AI Apps

Tue, Oct 13 · 10:00 AM – 10:30 AM PDT · Room 305

The most reliable AI app is the one that keeps working in airplane mode. Local-first AI stopped being a curiosity when small models crossed the "good enough" line for summarization, classification, and retrieval over personal data — all wor…

KS

Kenji Sato

On-device ML Engineer · Pocket Models

AI InfrastructurePanel

Panel: The Economics of Inference

Tue, Oct 13 · 11:00 AM – 12:00 PM PDT · Main Hall

Everyone in this industry is spending someone else's margin. This panel brings together people who see the inference market from different seats — a capacity buyer at a scaled AI product, an economist covering compute markets, and an infras…

JB

Jordan Bell

Compute Economist · Capacity Index

IK

Isaac Kim

Capacity Strategy Lead · Tessellate Cloud

Talk

Caching Strategies for LLM APIs

Tue, Oct 13 · 11:30 AM – 12:00 PM PDT · Room A

The fastest and cheapest LLM call is the one you never make. But semantic caching — reusing an answer because the question is "close enough" — is a correctness gamble that has burned every team that treated it as a drop-in. This talk maps…

BL

Benjamin Liu

Principal Engineer · Cacheline AI

Talk

Structured Output at Scale

Tue, Oct 13 · 1:00 PM – 1:30 PM PDT · Workshop Room B

Parsing model output with regexes is how you end up debugging production at midnight. Constrained decoding and schema-first output turned our flakiest integration surface into the most boring one, and this talk covers how to get there at sc…

NB

Nia Brooks

Applied AI Lead · SchemaWorks

PracticeTalk

Agents that Ship: Case Studies

Tue, Oct 13 · 2:00 PM – 2:30 PM PDT · Main Hall

Three agents made it to production. One triages support tickets, one migrates legacy code, one runs infrastructure remediations. All three nearly died in month two, each for a different reason. This talk is the post-mortem series: the tria…

Sofía Álvarez

Sofía Álvarez

Staff Product Engineer · RelayWorks

Panel

Panel: Build vs Buy for AI Platforms

Tue, Oct 13 · 3:00 PM – 4:00 PM PDT · Room 305

Every platform team eventually faces the question: build the AI platform layer or buy it. Both answers are expensive and one of them is wrong for you specifically. This panel stages the argument properly, with a platform lead who built and…

FZ

Fatima Zahra

Head of Platform · Atlas Commerce

LH

Layla Hassan

VP of Engineering · Harbor Finance

Talk

Multimodal Pipelines in Practice

Tue, Oct 13 · 4:00 PM – 4:30 PM PDT · Room B

The interesting documents were never plain text. Invoices, engineering drawings, medical forms, dashboards — the high-value pipelines are the ones that read pixels and text together, and they fail in ways pure-text systems never prepared us…

ZA

Zara Amin

Document Intelligence Lead · Papertrail Health

Developer ExperienceTalk

Designing Speaker-first CFPs

Wed, Oct 14 · 9:00 AM – 9:30 AM PDT · Main Hall

Speakers meet your conference twice: once through the CFP form, once on stage. Most events lose great talks at the first meeting, and the data shows it — every additional required question measurably cuts submissions, and the cuts are not e…

MO

Michelle Okoro

Executive Director · Speaker First

Workshop

Hands-on: Shipping a Conference Site in a Day

Wed, Oct 14 · 10:00 AM – 11:30 AM PDT · Workshop Room B

A conference program is a database with an audience, so treat it like one. In this workshop we ship a complete conference site in a day: program data in, a fast public site out — sessions catalog, speaker directory, schedule grid, and calen…

Rohan Mehta

Rohan Mehta

Founder · Stagecraft Open Source

Talk

The Post-Transformer Landscape

Wed, Oct 14 · 11:00 AM – 11:30 AM PDT · Room 305

The transformer has been the answer for eight years, which historically is when architectures stop being the answer. This talk surveys the challengers honestly: state-space models, hybrid attention schemes, and the sparse and recurrent revi…

EP

Elena Petrova

Research Engineering Director · Gradient Commons

Talk

Zero-downtime Migrations on D1

Wed, Oct 14 · 2:00 PM – 2:30 PM PDT · Room A

SQLite at the edge changes what a migration even is: no maintenance window, no replica to fail over to, and a write path you share with live traffic. We have run 40+ schema migrations on D1 databases serving production requests, and this ta…

MT

Malik Thompson

Database Reliability Engineer · Edge Ledger

Panel

Closing Panel: Where Do We Go From Here?

Wed, Oct 14 · 4:00 PM – 5:00 PM PDT · Main Hall

Three days, five tracks, and several hundred hallway arguments deserve a synthesis. The closing panel brings program voices and audience favorites back on stage to separate what we actually learned this week from what merely sounded good in…

AD

Arthur Dubois

Editor · Practical AI Review

GW

Grace Wu

Program Director · Systems Forum

InnovationBreakout

Agents in the enterprise

Schedule to be announced

Shipping an agent inside a 40,000-person company is a different sport from shipping one to developers. The blockers are rarely technical: procurement wants a vendor risk review, security wants an audit trail for every tool call, and legal w…

Samira Cole

Samira Cole

Staff Engineer · Latticework

Featured Keynote

Closing Keynote: The Post-SaaS Stack

Schedule to be announced

The subscription wall was a billing model that grew into an architecture, and it is quietly coming apart. Teams are replacing rented software with open cores they can read, run, and modify — not for ideology, but because the economics final…

Noor Haddad

Noor Haddad