Speaker
Abstract
As organizations race to build AI agents, many teams are encountering challenges that feel new: evaluation uncertainty, feedback loops, behavioral drift, exploration versus exploitation, and maintaining user trust in systems that continuously adapt.
But these challenges are not new.
Large-scale recommendation and personalization systems have spent years operating as adaptive systems in production, continuously learning from user behavior while balancing relevance, business objectives, latency constraints, and long-term system health.
In this talk, we'll examine the architectural and operational lessons learned from building adaptive recommendation systems and explore how those lessons apply directly to modern agentic architectures. We'll cover feedback loops, evaluation frameworks, observability, adaptation strategies, and organizational structures that enable continuous learning without sacrificing reliability.
Rather than focusing on model architectures, this session focuses on the systems that surround intelligence—and why they ultimately determine success in production.
Key Takeaways:
- Understand why recommendation systems and AI agents share many of the same architectural challenges.
- Learn practical approaches for operating adaptive systems safely in production.
- Explore evaluation strategies for systems whose behavior changes over time.
- Understand feedback loops, behavioral drift, and exploration-exploitation tradeoffs.
- Learn organizational patterns that help teams build trustworthy adaptive systems at scale.
$2,835, Conference (3 days). Current pricing ends September 8th. All pass options.
QCon San Francisco 2026 is a three day conference for senior software engineers, architects and team leads. An international program committee of working engineers selects every session. Patterns and practices, not products and pitches.
From the same track
Tuesday 17 November
10:35 Ballroom BC Session Orderly Keys, Wild Values: Adaptive Compression for Distributed Key-Value Storage Joseph Lynch, Ayushi Singh At Netflix scale - billions of requests per day and petabytes of key-value data - even small inefficiencies in storage and network paths become expensive. 11:45 Ballroom BC Session When Your Users Are Agents: Lessons from a Distributed Postgres Platform Gwen Shapira Co-Founder and CPO @Nile, Previously Engineering Leader @Confluent, PMC Member @Kafka, & Committer Apache Sqoop Distributed systems are built around assumptions about workload behavior: connections have reasonable lifetimes, retries eventually stop, traffic spikes have recognizable causes, and application code produces somewhat predictable query patterns. 13:35 Ballroom BC Session Adaptive Systems in Production: What Recommendation Systems Can Teach Us About Agents Mallika Rao Senior Engineering Manager @Zocdoc, Previously @Netflix, @Twitter and @Walmart As organizations race to build AI agents, many teams are encountering challenges that feel new: evaluation uncertainty, feedback loops, behavioral drift, exploration versus exploitation, and maintaining user trust in systems that continuously adapt. But these challenges are not new. 14:45 Ballroom BC Session How to Build Online Systems with Object Storage Almog Gavra Co-Founder @Responsive.dev - Building Object-Native Databases, Previously @Confluent and @LinkedIn “Diskless” systems that delegate durability to object storage are everywhere, and for three good reasons: 15:55 Seacliff D Unconference Unconference: Distributed Systems in Production 17:05 Ballroom BC Session Autoscaling 800 Valkey Clusters: Distributed Systems Lessons from Scaling Stateful Fleets Kishor Yadav Kommanaboina Staff Software Engineer @Snapchat - Leading Caching and Storage Infrastructure Autoscaling stateless services is a solved problem. In a sharded datastore, a resize is not a capacity change — it's moving ownership of key ranges between nodes while the cluster serves live traffic, and rebalancing takes long enough that reacting to a traffic peak is already too late.