LLMday

Large Language Models, Agents & AI Systems

April 16, 2026 Harness, San Francisco, United States

1
Day
20+
Speakers
2
Tracks
100+
Attendees

LLMday is a worldwide series of community events for engineers building with large language models, AI agents and machine learning. Across cities around the world, we bring together practitioners working on AI-powered products and systems to share real-world experience, learn from each other and explore how software engineering is changing in the age of AI.

Companies presenting:

Adobe, Aimoji Healthcare, Apify, AWS, Brevian, Civic, Cribl, Google, Harness, Lantern, Laurel, Local Backhaul Networks, MIDCAI, Qualitest, Rescale, Ripple, Wafer, Walmart, Walmart Global Tech

Topics so far:

This is a past event, what's next?

Schedule

April 16, 2026 2 parallel tracks 9AM - 6:30PM San Francisco, in-person
view as table
main room • Track 1

09:00

Sunil Gattupalle

KeynoteFrom Data Platform to Agent Platform: Building Structured Intelligence with Knowledge Graphs and MCP

HarnessWatch
As AI agents move beyond demos, the real challenge becomes giving them reliable, structured access to enterprise systems. This talk walks through how we evolved a unified data platform into an agent-ready platform using a semantic layer, knowledge graph principles, and MCP-based tool abstractions. We'll cover how structure—not just models—enables reasoning, governance, and cross-system workflows. The focus is on practical design patterns that make agents usable in real production environments.... Read more

09:30

Coffee break

Main lobby

10:00

Lior Schejter

MAD About Software Design - When AI Architects Argue

What if software design debates weren’t between engineers…but between AI agents? We’ll explore the pattern of multi-agent debate, and how it can be applied to software design questions. What’re the challenges, and how can it complement human architectural thinking.... Read more

10:30

Marta Gajowa

Neuroinspired AI: From Analogy to Mechanism

Stealth StartupWatch
I will talk about current brain-inspired AI and discuss the actual mechanics behind the "20W brain" pitch to move beyond simple inspiration toward systems that deeply mirror biological inner workings. I’ll highlight how modern neurotechnology provides direct access to the biological data that LLM interpretability researchers are currently forced to infer. Finally, I’ll introduce Neuraffica, my project bridging neuroscience and AI to turn these biological ground truths into reality.... Read more

11:00

James Duffy

Interviewing Engineers in the Age of AI

LanternWatch
It is time to embrace AI in interviews. We do not need to fear that ‘AI will take our jobs,’ but that ‘people who know how to effectively use AI will take the jobs of those who don’t.’ This shift in perspective must drive a fundamental change in how we interview and assess talent.... Read more

11:30

Aoi Minamoto

From Voice to Cognitive Insights: Building KinaBot, an AI System for Early Cognitive Awareness

Aimoji HealthcareWatch
Large language models are rapidly transforming how humans interact with machines. Yet most AI systems focus on generating text, rather than understanding the deeper cognitive signals embedded in human communication. In this talk, Aoi Minamoto introduces KinaBot, an AI system that transforms everyday conversations into measurable cognitive insights. By combining speech processing, natural language analysis, and large language models, KinaBot analyzes conversational patterns such as vocabulary diversity, sentence structure, response latency, and semantic coherence to generate indicators of cognitive trends over time. Unlike traditional cognitive assessments that rely on clinical tests conducted in controlled environments, KinaBot explores a new paradigm: continuous, natural, and non-invasive cognitive monitoring through daily conversations. The talk will demonstrate how voice interactions can be converted into structured signals that help individuals, families, and caregivers better understand changes in communication and cognitive patterns.... Read more

12:00

Lunch & networking

Main lobby

13:00

Radhika Gundavelli

Capacity Planning for LLMs: Sizing and Funding Clusters Before You Know Your Workload

Rescale
Sizing infrastructure for LLM workloads is uniquely hard: model architectures shift, training cycles are unpredictable, and inference demand can spike overnight. Yet most capacity decisions are still made by intuition rather than modeling, resulting in either wasteful over-provisioning or painful bottlenecks at the worst moments. This talk offers a structured approach to capacity planning and cost strategy that works even before your workload is fully understood.... Read more

13:30

Franck Ardourel

From Dashboards to Agents: Building an AI ROI Strategist with MCP and n8n

MIDCAIWatch
Most organizations still make CX, marketing, and AI investment decisions using static dashboards and backward-looking metrics. In this session, I’ll show how we transformed a traditional ROI model into an agentic AI “ROI strategist” embedded directly into a startup’s MarTech stack. This system is capable of predicting revenue, net profit, CAC, churn, and customer lifetime value over a three-year horizon in real time. Starting from a Salesforce + CDP + data warehouse environment, we used n8n as the orchestration layer and Model Context Protocol (MCP) servers as the tool interface to build an LLM-powered agent that: - Ingests live data from CRM, CDP, and financial systems - Runs forward-looking simulations across best, expected, and worst-case scenarios - Benchmarks performance against industry standards and top competitors - Generates executive-ready financial outputs including ROI, margin, CLV, and churn - Pushes predictions back into the MarTech stack for activation I’ll walk through the actual architecture, including how MCP servers expose data and tools, how the agent loop is designed, and how we made the system reliable through guardrails, evaluation, and cost control. This is a practical, production-focused session for builders and product leaders who want to move beyond LLM demos and design agentic systems that drive real business outcomes.... Read more

14:00

Mamta Krishnia

LLM-Driven Auto Replenishment: From Reactive to Predictive Retail

Walmart
AI-powered auto-replenishment is shifting retail from reactive transactions to anticipatory, intelligent commerce. At LLMday, we’ll explore how large language models (LLMs), combined with predictive ML systems, are redefining loyalty and customer lifetime value (CLV) in high-frequency retail categories. Modern replenishment engines go beyond fixed subscriptions and rule-based triggers. By integrating cross-channel signals, purchase history, household context, behavioral data, and IoT inputs, AI systems dynamically predict when consumers need essential products—reducing friction, decision fatigue, and “household management anxiety.” Retailers deploying predictive basket models have seen measurable retention gains over traditional loyalty programs, especially in groceries, personal care, and healthcare. This session dives into the technical architecture behind these systems, including sequence models (e.g., RNNs), reinforcement learning for timing optimization, API-first orchestration layers, and the emerging role of LLMs in contextual reasoning, personalization logic, and conversational reorder interfaces. We’ll examine key analytical challenges such as seasonality shifts, life-event detection, sparse data cold starts, and model drift. We’ll also address critical concerns around privacy, bias, autonomy, and federated learning approaches that enhance personalization without centralizing sensitive data.... Read more

14:30

Sandhya Subramani

Towards Self-Evolving Autonomous AI Agents

What happens when AI agents encounter tasks they cannot solve? Most agents fail because their capabilities are fixed. This talk explores a new approach using only open-source frameworks where agents can now adapt themselves by dynamically generating and integrating new tools at runtime. We will examine the architectural mechanisms that enable this, including how new functionality is validated and incorporated safely during execution. Through a live demo, attendees will see an agent encounter a novel task, build the required capability, and complete the workflow without redeployment. Attendees will additionally gain practical engineering insights into the tradeoffs and design considerations involved in building autonomous agentic systems that evolve beyond their original design.... Read more

15:00

Networking & sponsor crawl

Main lobby

15:30

Elizabeth Fuentes Leone

Stop AI Agents from Making Up Facts: Graph-RAG for Reliable Data Retrieval

Traditional RAG has a fundamental limitation: vector search retrieves text, not structured data. When you need precise answers, LLMs guess aggregations from text chunks instead of executing calculations. This causes wrong averages, fabricated counts, and approximate results. Graph-RAG solves this by storing data as entities and relationships, enabling structured queries that execute calculations instead of estimating from text. Join me as I build a travel agent demo that compares both on 515K hotel reviews proving where RAG fails and how graphs deliver accurate answers.... Read more

16:00

Harshada Jivane

Architecting enterprise-grade AI agents: Reliability, orchestration, and system integration

LaurelWatch
As organizations move beyond AI proofs of concept into production deployments, a new set of challenges emerges. The question is no longer whether AI agents can work, but whether they can be trusted to operate reliably at scale. This talk examines the critical gap between building an agent and running one in real-world enterprise environments. We reframe reliability as a multi-dimensional problem spanning infrastructure, model availability, output validity, semantic correctness, and behavioral consistency. Unlike traditional software systems, AI agents are inherently probabilistic, requiring new approaches to service-level expectations, including accuracy thresholds, guardrails, and human-in-the-loop workflows. The session explores practical patterns for designing production-ready agents, including deterministic orchestration layered with controlled model autonomy, structured outputs with validation, and multi-model fallback strategies. It also highlights the importance of observability beyond uptime—covering traceability, quality evaluation, cost monitoring, and behavioral analytics—to detect and mitigate silent failures. Finally, we address system integration concerns such as policy enforcement, auditability, data governance, and safe rollout strategies. Attendees will leave with a concrete mental model for architecting agents as composable, governable systems rather than monolithic LLM calls, along with actionable guidance on building evaluation-first workflows that enable continuous improvement and safe scaling. This talk is designed for engineering and platform teams tasked with turning AI agents into dependable, enterprise-grade systems.... Read more

16:30

Titus Capilnean

We’re Giving AI Agents Too Much Power

CivicWatch
AI agents can now run workflows, access tools, and make decisions across real systems. Projects like OpenClaw show how fast autonomous agents are evolving. But in the rush to make agents more capable, we’ve skipped an important question: what should they actually be allowed to do? This talk explores why guardrails are becoming essential infrastructure for AI, and how teams can safely give agents access to real tools without losing control.... Read more

17:00

Sanghamitra Deb

Building Production Multi-Agent Systems: Memory, Orchestration & Evaluation at Scale

AdobeWatch
Most multi-agent demos look impressive, but production systems often fail – not because of model quality, but due to orchestration, context handling, tool access, and evaluation. This talk presents a real-world multi-agent system for enterprise B2B marketing, including transparent agent routing, multi-level memory (session, user, org), and two key workflows: plan-and-execute and discover-and-create. It also shows how the Model Context Protocol (MCP) standardizes tool access and reduces integration complexity. A core focus is evaluation: even high-performing agents can fail together due to cascading errors. A composable evaluation framework and the “compositionality gap” are introduced to diagnose system performance. Finally, lessons on building teams are shared – emphasizing hybrid ML-engineering roles, cross-functional evaluation, and embedding trust and governance from the start.... Read more

17:30

Dreema Patel

AI Powered Developer Productivity in Enterprise LLM Driven Engineering

Adobe
Enterprise web development has expanded rapidly with the adoption of microservices architectures, cloud native infrastructure, API driven ecosystems, and distributed data platforms. Large organizations now operate hundreds of services, thousands of APIs, and complex CI/CD pipelines across multi cloud environments. While these architectures enable scalability and rapid innovation, they also create significant cognitive load for engineering teams who must navigate extensive documentation, service dependencies, compliance requirements, and evolving architectural standards. This session explores how large language models and AI systems are becoming practical productivity accelerators in modern enterprise development workflows. The talk first examines AI driven knowledge systems that unify fragmented technical documentation across code repositories, architecture diagrams, ticketing platforms, and internal knowledge bases. Through semantic search and retrieval augmented generation, engineers can interact with institutional knowledge conversationally and retrieve contextual insights from distributed sources, reducing the time spent locating critical technical information. The presentation then discusses AI assisted development environments where intelligent coding tools support engineers by generating service scaffolding, validating API contracts, recommending refactoring strategies, and identifying potential security issues. These capabilities help automate repetitive development tasks such as boilerplate generation, syntax corrections, and dependency analysis. The session also highlights AI enabled testing and developer onboarding systems that analyze historical defect patterns and architectural documentation to guide testing strategies and accelerate knowledge transfer. Together, these capabilities demonstrate how human AI collaboration can improve developer productivity while maintaining engineering oversight in large scale enterprise platforms.... Read more

18:00

Sonali Priya

Human-in-the-Loop UI Design for Generative AI Systems

Local Backhaul Networks
Generative AI and large language models are rapidly transforming how enterprise user interfaces are conceived, prototyped, and refined. While these systems accelerate exploration and automate repetitive design tasks, they also introduce new challenges in preserving human judgment, design intent, and organizational brand consistency. This session examines emerging human-in-the-loop frameworks that position LLMs as collaborators rather than replacements for expert designers. Drawing on real-world enterprise UX patterns, the talk outlines how AI-generated outputs can be systematically evaluated to maintain usability, accessibility, and human-centered design principles. It highlights approaches to ensuring that generative variations remain aligned with brand guidelines, interaction models, and product standards—especially in regulated or high-stakes environments. The session further explores workflow models for integrating generative AI into UI design processes, including collaborative review loops, intent-preserving prompt strategies, and safeguards against drift in accessibility or experience coherence. By comparing the strengths of human intuition with the scale and speed of LLM-driven systems, attendees will gain clarity on where AI meaningfully accelerates design iteration—and where human oversight remains essential.... Read more

18:30

Wrap up

Scan each other's QR codes & head to a nearby pub!
meeting room • Track 2

09:30

Coffee break

Main lobby

10:00

Leon Adato

The Case for Making Your (Business) Case

CriblWatch
A famous saying teaches "...projects don't fail due to technology. They fail due to politics, budget, or compliance." Despite this painful reality, IT teams continue to propose new technologies, tools, and projects almost entirely on the basis of the technical merits; only for us to be frustrated when we're refused because of those 3 non-technical elements. In addition to the challenge of explaining deeply complex technical elements in simple terms, making the case to the business requires IT folks learn about and speak to concepts like business justifications, RFP's, ROI, and more - which many of us are loath to do. But the hard truth is this: if a request isn't made understandable and meaningful to business leaders, it's not going to get done. In this talk, I'll elaborate on why the business continues to ignore our compelling technical arguments, why IT practitioners need to be the ones to adapt, and how to present initiatives in a way the business will appreciate - all without compromising our identity as technical professionals in the process.... Read more

10:30

Akila Balasubramanian

Semantic Condensation: Making High-Cardinality Time Series Usable for LLM-Driven Observability

Principal Software EngineerWatch
Modern observability platforms produce massive volumes of high-cardinality time series data across thousands of entities, creating a poor fit for large language models. When raw telemetry is passed directly into an LLM, the result is often excessive token consumption, loss of critical signals through truncation, and inconsistent analytical outputs that reduce troubleshooting reliability. This session introduces Semantic Condensation, a token-aware transformation layer that converts large-scale telemetry into structured, semantically coherent summaries designed for LLM consumption. The approach combines vectorized statistical pre-analysis, multi-signal importance scoring, adaptive token-budget tiering, and behavior-aware trend classification to preserve anomalies, change points, and operational patterns while minimizing representation cost. Rather than relying on traditional downsampling or aggregation alone, Semantic Condensation is designed specifically for LLM interpretability and semantic consistency. It helps ensure that summaries remain internally coherent, scales to thousands of time series under strict latency constraints, reduces token footprint by orders of magnitude, and improves downstream troubleshooting accuracy by as much as 25 percentage points in evaluated scenarios. Attendees will leave with practical strategies for building LLM-aligned telemetry pipelines, reducing contradictory outputs, and enabling scalable, production-grade AI observability assistants. More broadly, this talk presents a new abstraction layer for observability: semantically consistent, token-efficient representations that make reliable LLM-driven troubleshooting possible.... Read more

11:00

Sebastian Gomez

One GPU to Rule Them All

MLOps LeadWatch
Thirteen CPU servers. One percent utilization. $2,500 a month in cloud spend for an image classification pipeline that could barely keep up. This is the story of how we replaced an entire always-on CPU fleet with a GPU-first architecture and what we learned along the way. I'll cover the cost analysis that made the business case undeniable, the architectural design using KServe and Triton on GKE with separate node pools for real-time and batch inference, and the deployment strategy that eliminated cold starts during business hours while scaling to zero overnight. You'll leave with a repeatable framework for evaluating whether your own inference workloads are candidates for GPU migration, and concrete numbers showing that faster doesn't have to mean more expensive.... Read more

11:30

Mansi More

Agentic AI in Production: Debugging and Fixing Pipelines with LangSmith

QualitestWatch
Agentic pipelines break in production, quietly, and in ways that are hard to catch. This talk skips the theory and gets straight to it: what actually fails, why it's tricky to debug, and how to fix it fast. We'll use the Anthropic API and LangSmith to trace real failure modes, wrong tool calls, context blowups, and agent loops, and I'll fix a broken agent live on stage so you can see the whole debugging workflow in action. You'll leave with patterns you can use the next day.... Read more

12:00

Lunch & networking

Main lobby

13:00

Stepan Skopek

Enabling Agents to Pay: Implementation Challenges of x402 in Production Systems

ApifyWatch
With payment protocols like x402, MPP, or KYAPay, agents can pay for and use services without accounts or subscriptions. In this talk, I'll walk you through the core concepts behind these protocols and showcase how we tackled some of the major implementation challenges. Giving agents the ability to pay on behalf of users is a huge step forward towards truly autonomous workflows, and this session will show you how it can be done.... Read more

13:30

Sujitha Vummaneni

Adaptive Defenses for Agentic AI Pipelines

Ripple
As AI agents gain autonomy to chain tools, access live data, and execute multi-step workflows, they introduce an attack surface that traditional application security wasn’t built for — prompt injection cascades, tool-use hijacking, memory poisoning, and cross-agent privilege escalation. Static guardrails and fixed policy rules can’t keep pace with adversaries who adapt in real time. This talk presents an adaptive security framework for agentic LLM systems that combines runtime threat detection, dynamic trust scoring, and self-healing policy enforcement to defend pipelines without sacrificing agent capability. Drawing from recent 2026 research on adversarial robustness in neural networks and LLMs, we’ll walk through how to build defense layers that learn from attack patterns and adjust isolation boundaries, tool permissions, and context windows on the fly. Attendees will leave with practical architectural patterns for implementing adaptive security in production agentic systems — moving beyond “block or allow” toward intelligent, continuous defense.... Read more

14:00

Aswini Atibudhi

Commerce Without Boundaries: Agentic AI Meets Universal Protocols

WalmartWatch
As AI agents move from assistants to decision-makers, the architecture of commerce is fundamentally shifting. Static catalogs are giving way to dynamic, graph-driven systems, and APIs are evolving into interoperable protocols. The buying journey is no longer designed—it’s computed. This session explores how AI + universal protocols are redefining commerce—toward composable, context-aware, autonomous transactions. This isn’t an incremental shift—it’s a rewiring of how the world buys.... Read more

14:30

Dwijen Kirtania

Standardizing First-Class Identity for Autonomous AI Agents

Senior Staff Engineer
The rapid proliferation of goal-oriented, autonomous AI agents has fundamentally disrupted traditional identity management paradigms. In high-compliance sectors such as FinTech and Healthcare, AI agents are increasingly authorized to execute sensitive transactions and retrieve protected health information (PHI) with minimal human intervention. However, current security infrastructures lack a standardized “first-class identity” for these entities, relying instead on legacy patterns like Implicit Context Inheritance or Long-Lived Service Tokens. These anti-patterns violate the Principle of Least Privilege (PoLP), leading to unmanageable security impact scopes. This paper investigates the necessity of transitioning to a dynamic, identity-centric Attribute-Based Access Control (ABAC) model. Through a 12-month architectural audit of N > 100 agents, we demonstrate that a First-Class Identity framework effectively decouples agent authority from broad user sessions.... Read more

15:00

Networking & sponsor crawl

Main lobby

15:30

Shiva Sankeerth Reddy Yarradla

Your Agent Doesn't Need More Evals. It Needs an Environment.

Brevian
Since the "DeepSeek moment," the frontier labs have quietly shifted how they train agents — away from human feedback and toward RL environments with automated, verifiable rewards. The same pattern is now reaching application teams, and most of us haven't caught up. This talk is a hands-on introduction to RL environments for LLM agents. We'll cover what they are, why they make eval suites look primitive by comparison, and the core components you need to build one. Then we'll build a working environment for a multi-step agent — verifiable rewards, real episodes, and a feedback loop that lets the agent improve itself between runs without any fine-tuning. The same 200 lines that grade your agent can also teach it.... Read more

16:00

Joe Xing

Unlocking Clinical Data with AI: The Rise of LCLMs

AI and Data Science Advisor
Modern clinics generate vast amounts of data, from biomarker tests and imaging to functional assessments and patient symptom profiles, yet much of it remains underutilized. This talk explores how Large Clinical Language Models (LCLMs) can transform fragmented clinical data into structured, actionable intelligence. By integrating diverse clinical signals, LCLMs enable comprehensive patient representations and deliver insights directly at the point of care. Drawing from real-world deployments, we highlight how AI can augment clinician decision-making and unlock the full value of clinical data for more personalized, precise care.... Read more

16:30

Emilio Andere

AI That Makes AI Faster

Wafer
Every LLM inference call runs through GPU kernels that are rarely optimized for the hardware they're running on — and that hidden inefficiency costs the industry billions. At Wafer, we build autonomous AI agents that optimize these kernels across hardware platforms. In this talk, I'll walk through what it actually looks like when AI operates at the compiler and kernel layer: how our agents discover optimization opportunities that humans miss, the real results we've shipped, and why we believe autonomous performance engineering is the key to making intelligence radically cheaper and more energy-efficient.... Read more

17:00

George Job

Digital PMOs for Retail: Transparent Governance with Jira–Confluence

Walmart Global TechWatch
Retail IT portfolios that support e-commerce, supply chain, and in-store technologies often struggle under traditional PMO models. Status tracking spread across spreadsheets, limited visibility into dependencies, and inconsistent governance controls make it difficult for leaders to obtain a reliable view of portfolio performance. These gaps slow decision making and weaken oversight across complex technology programs. This session presents a Digital PMO framework designed to improve transparency and governance through the integration of Jira and Confluence. The framework brings together concepts from PMO and IT governance research into a practical operating model that connects strategy with delivery execution. Strategic themes, initiatives, OKRs, epics, delivery telemetry, risk indicators, and executive reporting are unified within a shared system of record that enables consistent monitoring and portfolio level insight. A retail case study demonstrates the framework in practice within an Automotive Care Center technology portfolio involving more than 20 cross-functional teams and approximately 50 initiatives per quarter over a six-month period. Results included a 30 percent reduction in PMO effort within six months and an additional 30 percent reduction by month twelve, while program management roles decreased from eight to three. Stakeholders also reported improved transparency, faster trade-off decisions, and greater confidence in real-time portfolio reporting. Attendees will learn how integrated tooling, standardized governance templates, centralized intake processes, and portfolio dashboards can support auditability, improve delivery visibility, and strengthen governance across large retail technology programs.... Read more

17:30

Sujithra Periasamy

The Infrastructure of AI: How SmartNICs and RDMA Power the Cloud

Google
Training modern Large Language Models (LLMs) requires tens of thousands of accelerators acting as a single "AI Supercomputer." To build this infrastructure, we must first address the CPU bottlenecks of traditional general-purpose networking. This talk analyzes why standard TCP/IP processing limits training performance and introduces the role of "Kernel Bypass" and SmartNICs in offloading network processing from the host CPU. We will explore the transition toward hardware offloads like RDMA to achieve the throughput and nanosecond-latency required for accelerator-to-accelerator communication. The session concludes with the architectural challenges of running lossless transport over lossy Ethernet and the design patterns required to ensure reliable delivery in massive hyperscale environments.... Read more

18:00

Wrap up

Scan each other's QR codes & head to a nearby pub!
Time main room meeting room
09:00 KeynoteFrom Data Platform to Agent Platform: Building Structured Intelligence with Knowledge Graphs and MCP
Sunil Gattupalle • Harness
09:30 Coffee break
10:00 MAD About Software Design - When AI Architects Argue
Lior Schejter
The Case for Making Your (Business) Case
Leon Adato • Cribl
10:30 Neuroinspired AI: From Analogy to Mechanism
Marta Gajowa • Stealth Startup
Semantic Condensation: Making High-Cardinality Time Series Usable for LLM-Driven Observability
Akila Balasubramanian • Principal Software Engineer
11:00 Interviewing Engineers in the Age of AI
James Duffy • Lantern
One GPU to Rule Them All
Sebastian Gomez • MLOps Lead
11:30 From Voice to Cognitive Insights: Building KinaBot, an AI System for Early Cognitive Awareness
Aoi Minamoto • Aimoji Healthcare
Agentic AI in Production: Debugging and Fixing Pipelines with LangSmith
Mansi More • Qualitest
12:00 Lunch & networking
13:00 Capacity Planning for LLMs: Sizing and Funding Clusters Before You Know Your Workload
Radhika Gundavelli • Rescale
Enabling Agents to Pay: Implementation Challenges of x402 in Production Systems
Stepan Skopek • Apify
13:30 From Dashboards to Agents: Building an AI ROI Strategist with MCP and n8n
Franck Ardourel • MIDCAI
Adaptive Defenses for Agentic AI Pipelines
Sujitha Vummaneni • Ripple
14:00 LLM-Driven Auto Replenishment: From Reactive to Predictive Retail
Mamta Krishnia • Walmart
Commerce Without Boundaries: Agentic AI Meets Universal Protocols
Aswini Atibudhi • Walmart
14:30 Towards Self-Evolving Autonomous AI Agents
Sandhya Subramani • AWS
Standardizing First-Class Identity for Autonomous AI Agents
Dwijen Kirtania • Senior Staff Engineer
15:00 Networking & sponsor crawl
15:30 Stop AI Agents from Making Up Facts: Graph-RAG for Reliable Data Retrieval
Elizabeth Fuentes Leone • AWS
Your Agent Doesn't Need More Evals. It Needs an Environment.
Shiva Sankeerth Reddy Yarradla • Brevian
16:00 Architecting enterprise-grade AI agents: Reliability, orchestration, and system integration
Harshada Jivane • Laurel
Unlocking Clinical Data with AI: The Rise of LCLMs
Joe Xing • AI and Data Science Advisor
16:30 We’re Giving AI Agents Too Much Power
Titus Capilnean • Civic
AI That Makes AI Faster
Emilio Andere • Wafer
17:00 Building Production Multi-Agent Systems: Memory, Orchestration & Evaluation at Scale
Sanghamitra Deb • Adobe
Digital PMOs for Retail: Transparent Governance with Jira–Confluence
George Job • Walmart Global Tech
17:30 AI Powered Developer Productivity in Enterprise LLM Driven Engineering
Dreema Patel • Adobe
The Infrastructure of AI: How SmartNICs and RDMA Power the Cloud
Sujithra Periasamy • Google
18:00 Human-in-the-Loop UI Design for Generative AI Systems
Sonali Priya • Local Backhaul Networks
Wrap up
18:30 Wrap up

Speakers

Akila Balasubramanian
Principal Software Engineer
Aoi Minamoto
Aimoji Healthcare
Aswini Atibudhi
Walmart
Dreema Patel
Adobe
Dwijen Kirtania
Senior Staff Engineer
Elizabeth Fuentes Leone
AWS
Emilio Andere
Wafer
Franck Ardourel
MIDCAI
George Job
Walmart Global Tech
Harshada Jivane
Laurel
James Duffy
Lantern
Joe Xing
AI and Data Science Advisor
Leon Adato
Cribl
Lior Schejter
Mamta Krishnia
Walmart
Mansi More
Qualitest
Marta Gajowa
Stealth Startup
Radhika Gundavelli
Rescale
Sandhya Subramani
AWS
Sanghamitra Deb
Adobe
Sebastian Gomez
MLOps Lead
Shiva Sankeerth Reddy Yarradla
Brevian
Sonali Priya
Local Backhaul Networks
Stepan Skopek
Apify
Sujitha Vummaneni
Ripple
Sujithra Periasamy
Google
Sunil Gattupalle
Harness
Titus Capilnean
Civic

Venue

The offices of Harness.io

55 Stockton St, San Francisco,
CA 94108, United States

Sponsors & Partners

Want to become a sponsor? Get in touch!
Let's talk!
We'll email you and share prospectuses for relevant events.
We'd like to (one or more)
Pick at least one
Conferences (one or more)
Pick at least one
Regions (one or more)
Pick at least one
Budget
Pick one