All sessions and workshops curated by leading AI/ML practitioners
Siddharth Jain
Siddharth Jain
ABOUT THE SPEAKER:
Siddharth (Sid) Jain is an AI engineering manager at OpenAI, where he leads work on enterprise AI systems and governed agent workflows. He has more than 10 years of experience across AI, finance, data, and enterprise platforms, with a focus on safe automation, retrieval, auditability, and production controls. He speaks and writes about turning AI prototypes into reliable systems that organizations can trust.
TALK TITLE:
TRACK:
ABSTRACT:
Teams often give an agent a service credential, add a human approval step, and call the workflow governed. That design breaks down when the agent can revise payloads, retry writes, chain tools, or act across systems with different permission models. The result is an accountability gap: the organization can see that a service account acted, but not necessarily who authorized the business intent, which payload was approved, whether a retry duplicated work, or what changed between proposal and execution.
This session presents a production control model for agent workflows that make consequential writes. It shows how to separate the business-intent identity from the concrete operation; classify tools by impact; issue short-lived, least-privilege credentials only after validation; bind human approval to a canonical payload hash and policy version; execute through controlled services with idempotency keys; and reconcile external state before declaring success. It also covers the evidence record needed to answer four operational questions: who requested the action, what the agent proposed, what policy and human approved, and what the downstream system actually did.
The talk focuses on failure modes that appear after the demo works: stale approvals, overbroad agent permissions, duplicate writes after retries, silent policy changes, and actions whose outcome is unknown. Attendees will leave with a lifecycle they can map to their own platform, concrete interfaces between model output and deterministic controls, and an audit schema that supports incident response, compliance review, and day-to-day operations without turning every agent into a bespoke security project.
WHAT YOU’LL LEARN:
- Do not let the model hold broad standing credentials; mint scoped identity for each authorized operation.
- Bind approval to material fields, a canonical payload hash, and the policy version so edits invalidate stale consent.
- Treat every consequential write as a durable state machine with explicit recovery paths, not as a single tool call.
- Separate retry from reconciliation so an ambiguous timeout does not become a duplicate action.
- Design the audit record as an operating interface: it should reconstruct who requested, what was proposed, what was approved, what executed, and what the downstream system recorded.
Ashish Garg
Ashish Garg
ABOUT THE SPEAKER:
I’m a product leader working at the intersection of Product Ops, enterprise planning, and applied AI. My work centers on the “front door” of delivery: intake, triage, prioritization, and the rituals that turn strategy into shipped outcomes. In complex orgs, the failure mode isn’t effort — it’s unclear ownership, hidden dependencies, and decisions that can’t be defended later. I focus on designing trustworthy AI-assisted workflows where humans stay in control, outputs are grounded in evidence, and decision trails are explainable to leadership. I collaborate closely with product, engineering, design, finance, and analytics teams to standardize execution and improve planning quality without slowing teams down.
TALK TITLE:
TRACK:
ABSTRACT:
In large enterprises, work-intake is where strategy quietly goes to die. Requests arrive through multiple channels, context is incomplete, ownership is fuzzy, and dependencies stay invisible until they explode in the sprint. Leaders often reach for AI to “summarize everything,” but that first wave of copilots created a new problem: answers that sound confident while drifting away from reality—eroding trust, triggering governance pushback, and creating more churn than clarity.
This session is a practitioner blueprint for Intelligent PDLC: how to introduce AI into intake and planning in a way that teams can actually trust. Instead of focusing on model theory, we focus on the operating system around AI—how work gets structured, how ambiguity is handled, how evidence is captured, and how humans stay in the loop without slowing everything down.
You’ll learn patterns that consistently work in high-stakes environments: clarifying intent before generation, enforcing “evidence-first” responses, separating facts from recommendations, routing work to the right owners, mapping dependencies early, and defining escalation paths when risk or uncertainty is detected. We’ll also cover how to introduce these changes into existing rituals (triage, quarterly planning, roadmap reviews) so adoption sticks.
WHAT YOU’LL LEARN:
- A repeatable operating model for AI-assisted intake that reduces back-and-forth and rework
- How to enforce evidence-first answers and stop hallucinations from entering planning decisions
- Practical guardrails: confidence boundaries, human approval points, and escalation paths
- A dependency + ownership mapping approach that improves cross-functional alignment early
- What “explainable” looks like for leaders: decision trails that can be reviewed later
Jazmia Henry
Jazmia Henry
ABOUT THE SPEAKER:
Jazmia Henry is a Lead AI Research Engineer at Collide, where she owns the full foundation model and post-training stack including a 120B MoE architecture, RL simulation environments, and 16-dimensional reward modeling. She holds a USPTO-published patent in simulation-based fine-tuning, a NeurIPS publication, and a Stanford HAI Fellowship. Prior to Collide, she built production RL agents for BlackRock and Moody’s at Microsoft and served as Head of ML at The Motley Fool. She is also Founder and CAIO of Iso AI. She holds an Oxford DPhil (ABD) and an MA in Quantitative Methods from Columbia.
TALK TITLE:
TRACK:
ABSTRACT:
There’s a gap between researcher-crafted evaluation frameworks that capture model performance and benchmarks versus how end users actually use AI products. This gap is being exploited in ways that render traditional reward models useless.
WHAT YOU’LL LEARN:
First, if your domain has computable ground truth, you do not need human annotators to build a reward signal. Second, scalar reward is a compression that loses information. Decomposing reward into multiple verifiable dimensions exposes failure modes that single-number metrics hide. Third, the exploitation gap is a distribution problem, not a labeling problem. Agents exploit the distance between training distribution and deployment reality, and deterministic verifiers narrow that gap directly.
Sai Joshita Kathari
Sai Joshita Kathari
ABOUT THE SPEAKER:
Sai Joshitha Kathari is a Senior Site Reliability Engineer in the Fintech industry specializing in reliability engineering, observability, Kubernetes operations, distributed systems, and operational resilience for large-scale enterprise platforms. Her work focuses on improving deployment reliability, reducing operational toil, and building scalable infrastructure workflows across high-availability production environments.
She has experience supporting enterprise API ecosystems operating across multiple data centers and time zones, with expertise in incident response, CI/CD reliability, infrastructure automation, and platform engineering. Joshitha has contributed to research and peer review activities with IEEE and Springer Nature and is actively involved in cloud-native systems, AI-assisted operations, and infrastructure reliability communities.
TALK TITLE:
TRACK:
ABSTRACT:
Modern enterprise infrastructure environments generate massive volumes of operational telemetry, alerts, deployment events, and troubleshooting data, yet incident response workflows remain highly manual for many SRE teams. Engineers frequently spend valuable time correlating alerts, validating deployment health, searching fragmented documentation, and identifying root causes during high-pressure production incidents.
This session explores practical approaches for integrating AI-assisted operational workflows into Kubernetes-based enterprise environments to improve incident response efficiency and reduce operational toil. Drawing from real-world SRE experience supporting high-availability distributed systems in the fintech industry, the session examines how AI-assisted knowledge retrieval, alert correlation, deployment validation, and operational automation can improve reliability engineering workflows without introducing unrealistic “fully autonomous” operational assumptions.
We’ll discuss architectural tradeoffs, operational constraints, observability challenges, rollout validation workflows, and lessons learned while integrating AI-assisted tooling into production reliability processes. Attendees will leave with practical strategies for improving operational visibility, accelerating troubleshooting, reducing repetitive manual workflows, and building more scalable SRE practices for modern distributed systems.
WHAT YOU’LL LEARN:
- Practical approaches for integrating AI-assisted workflows into modern SRE operations
- Strategies for reducing operational toil through automated deployment validation and operational knowledge retrieval
- Lessons learned from improving incident response workflows in Kubernetes-based enterprise systems
- Real-world implementation tradeoffs, operational constraints, and scalability considerations
- Reusable patterns for improving deployment reliability, observability, and operational visibility in distributed systems
Ankit Goyal
Ankit Goyal
ABOUT THE SPEAKER:
Ankit Goyal is a Principal Staff Engineer at LinkedIn, where he serves as the technical lead for Machine Learning Infrastructure and lead architect for the company’s AI Training Platform. With over a decade of experience in high-scale systems, Ankit specializes in GPU efficiency, Kubernetes-native orchestration, and the development of secure, autonomous agentic frameworks.
TALK TITLE:
TRACK:
ABSTRACT:
To support complex autonomous tasks like model optimization and software engineering, we redesigned our AI infrastructure by shifting from stateless, request-response paradigms toward a model of managed, long-running execution. Structurally, this involved moving away from ad-hoc scripts toward a unified agentic harness where every session is treated as a durable, managed workflow. We implemented a decoupled sidecar architecture that effectively insulates core infrastructure from the unpredictable execution paths of autonomous agents, ensuring that identity, security, and network egress are managed through a hardened proxy rather than the agent itself
Attendees will walk away knowing how to architect a secure execution harness for autonomous agents, implement asynchronous human intervention models, and manage the lifecycle of persistent agentic sessions in high-scale production environments.
Archit Agarwal
Archit Agarwal
ABOUT THE SPEAKER:
I am currently a Senior Manager of ML/AI Engineering at McDonald’s, where I lead the design and execution of large-scale AI/ML initiatives within the Global Technology. With over 8+ years of experience spanning the financial, hospitality, and food & beverage sectors, I have built a career at the intersection of robust MLOps and cutting-edge generative AI.
Currently, my work focuses on the emerging frontier of AgentOps, specifically architecting the governance infrastructure and security blueprints required to manage autonomous agents at an enterprise scale. I am dedicated to transforming fragmented AI experiments into unified, governed digital ecosystems. I hold a deep interest in creating the “single pane of glass” for agent orchestration, ensuring that enterprise AI remains scalable, secure, and impactful.
TALK TITLE:
TRACK:
ABSTRACT:
Drawing from hands-on work with off the shelf tools and custom AI tools, we will showcase how to move from “isolated pilots” to an Agentic Command Center. We will explore:
Secure Infrastructure: How to set up a “single pane of glass” that provides centralized governance and observability across diverse enterprise agents.
Practical Agentic Governance: A deep dive into the “Secured Agent Sharing” framework, demonstrating how teams can safely publish, discover, and reuse specialized agents without compromising data perimeter security.
Attendees will leave with a practical roadmap for transition from “Agent Sprawl” to a governed, scalable AI ecosystem.
Amit Kumar Padhy
Amit Kumar Padhy
ABOUT THE SPEAKER:
Amit Kumar Padhy is a Senior Computer Scientist II and Lead Architect at Adobe, based in the San Francisco Bay Area and working from the company’s San Jose headquarters. He leads the design and evolution of cloud-native, event-driven platforms powering AI-enabled digital commerce at a global scale. His expertise spans distributed systems, microservices architecture, and enterprise platform modernization, with a strong focus on reliability, performance, cost efficiency, and governance.
Amit is a recognized thought leader and frequent keynote speaker at international IEEE conferences. He has delivered PRO-level sessions at leading industry forums, including DeveloperWeek and ProductWorld, as well as major AI and data summits. He also serves on advisory and program committees for both IEEE and ACM conferences.
TALK TITLE:
TRACK:
ABSTRACT:
Modern commerce platforms don’t fail because of missing features, they fail at the seams.
A product is created in Catalog, but pricing is incomplete. Promotions don’t qualify. Tax blocks specific regions. Localization lags. The system says “”launched,”” but the business knows it isn’t. These aren’t edge cases, they are the steady state of distributed commerce.
This session replaces traditional workflow orchestration with a multi-agent, swarm-based execution model powered by LLMs and agentic AI, coordinating Pricing, Catalog, Promotions, Tax, and Compliance in real time.
Agent Roles. Planner Agents decompose onboarding goals into executable plans using ReAct-style tool-aware reasoning and function calling. Domain Agents for Pricing, Catalog, and Compliance execute directly against APIs, Pricing Runtime, Offer Systems, Billing Preview, Tax engines. Validator Agents enforce policy rules, regional compliance, and pricing integrity at every step. A Coordinator Agent maintains shared state and resolves cross-domain conflicts through blackboard-pattern memory.
Execution Model. Agents subscribe to domain events, SKU created, price missing, policy violation, via streaming infrastructure. LLM-backed planners generate dynamic execution graphs, not fixed DAGs. Each agent invokes APIs as tools, binding service calls to reasoning steps. Coordination flows through a shared state store and event-driven updates, enabling adaptive planning under partial data, cross-service dependency resolution, and parallel execution with conflict detection.
Failure Handling. No blind retries. LLM-guided compensations roll back partial pricing, recompute discounts, and re-trigger downstream syncs based on causal analysis. No opaque errors. Every decision produces a chain-of-thought trace with tool invocation logs and reasoning outputs. No brittle state. Recovery is idempotent and event-sourced.
Onboarding Flow. Catalog Agents handle onboarding for products by ensuring the product definition is created, and the Pricing agent ensures SKUs are priced. Promotion Agents conduct market checks, provide qualified promotions and their onboarding, and resolve discounts using a rule-based and LLM-hybrid evaluation.
Compliance Agents validate regulatory constraints per geography. Localization Agents assess market-readiness signals, and product merchandising is localized accordingly. The Coordinator drives convergence toward “sellable state”.
Engineering Stack. Kafka-backed event contracts for agent triggers. Function-calling LLM agents with API abstraction layers. Vector DB plus state store for context propagation. Human-in-the-loop decision gates only at high-risk boundaries. Immutable execution logs tracing every action and compensation. Observability is built around decision reasoning, not just service health.
Takeaway. A working blueprint for LLM-powered agent swarms that handle uncertainty across distributed commerce, recover through intelligent compensation, and ensure products ship globally, not just deploy.
“
WHAT YOU’LL LEARN:
- Don’t optimize for workflow completion, optimize for business outcome convergence
- Replace centralized orchestration with loosely coupled, domain-specific agents
- se LLMs selectively for planning and exception handling, not every step
- Design for compensation (undo/redo), not just retries
- Make decision observability first-class (why something failed matters more than where)
- Introduce swarm coordination as a layer, not a rewrite of existing systems
Chandni Bhatia
Chandni Bhatia
ABOUT THE SPEAKER:
Chandni Bhatia is a Vice President and Lead Quantitative Developer specializing in AI/LLM architecture and quantitative risk modeling. She holds a Master of Financial Engineering from UC Berkeley, along with CQF and FRM certifications, and has over a decade of experience building production-grade ML systems across major financial institutions. She is passionate about making AI in regulated industries more accessible and transparent — particularly for women entering quantitative and technical fields.”
TALK TITLE:
TRACK:
ABSTRACT:
Deploying LLMs in regulated industries requires a fundamental rethinking of how ML systems are designed, validated, and governed. In this session, I’ll walk through the structural changes needed when building LLM pipelines that must satisfy regulatory frameworks like SR 11-7 — covering orchestration architecture, observability infrastructure, model risk controls, and documentation standards that go far beyond typical MLOps playbooks.
Attendees will walk away with:
A practical framework for evaluating LLM readiness for regulated production environments
Concrete MLOps patterns for auditability, explainability, and version control in compliance-driven settings
A checklist of the most common failure modes when deploying LLMs in regulated industries — and how to avoid them
WHAT YOU’LL LEARN:
- 1. Never trust, always verify — LLM outputs in regulated environments must be treated as drafts, not decisions. Build your architecture around this assumption from day one, not as an afterthought.
- Speed and accountability are in tension — Faster deployment cycles can quietly erode individual accountability. Explicitly preserve human sign-off checkpoints in your pipeline, even when automation makes them feel redundant.
- Domain expertise is your most critical guardrail — LLMs are most dangerous when they are confidently, plausibly wrong. Only a practitioner with deep domain knowledge can catch the difference. No prompt engineering substitutes for this.
- Compliance-first architecture is actually better architecture — Designing for auditability, explainability, and modularity from the start produces cleaner, more maintainable systems. Regulatory constraints are a forcing function for good engineering.
- Batch validation pipelines are your safety net — Before any LLM output touches a downstream system, run it through structured domain-specific validation. In quantitative environments this means backtesting and constraint checking — not just output formatting.
- LLMs belong in the development loop, not the decision loop — Using LLMs for coding, documentation, and unit testing is high value and low risk. Using LLM outputs directly in production decisions without verification is high risk regardless of industry.
Agents in Production

Paco Nathan
Principal DevRel Engineer, Senzing
Doxing Dark Money: Entity Resolution to Empower Downstream Ai Applications in Anti-Fraud

Andrew Smith
Customer Engineer for Startups, Google Cloud
Building an Agent in 30 minutes with ADK and MCP

Pablo Salvador Lopez
Principal AI Application Development Architect – AI Solution Engineering Global Black Belt Team, Microsoft
From Static IVRs to Agentic Voice AI: Building Real-Time Intelligent Conversations

Hannes Hapke
Principal Machine Learning Engineer, Digits
The Hard Truth About AI Agents: Lessons Learned from Running Agents in Production

Linus Lee
EIR & Advisor, AI, Thrive Capital
Agents as Ordinary Software: Principled Engineering for Scale

Tony Kipkemboi
Head of Developer Relations, CrewAI
Building Conversational AI Agents with Thread-Level Eval Metrics

Claire Longo
Lead AI Researcher, Comet
Building Conversational AI Agents with Thread-Level Eval Metrics

Vaibhav Gupta
CEO, Boundary
Context Engineering: Practical Techniques for Improving Agent Quality Today

Akshay Mittal
Staff Software Engineer, PayPal
Agent Name Service (ANS) in Action – A DNS-like Trust Layer for Secure, Scalable AI-Agent Deployments on Kubernetes

Irena Grabovitch-Zuyev
Staff Applied Scientist, PagerDuty
Testing AI Agents: A Practical Framework for Reliability and Performance

Himani Rallapalli
Senior Applied Scientist, Microsoft
Judging the Agents: Building Reliable LLM Evaluators with Scalable Metrics and Prompt Optimization

Kumaran Ponnambalam
Principal AI Engineer, Cisco
Agent Drift: Understanding and Managing AI Agent Performance Degradation in Production

Sandeep Gadey
Principal Cloud & AI Architect, Microsoft
Get Started with AI agents Using Azure AI Foundry

Shub Argha
Founding Solutions Engineer, Arcade.dev
Untangling the Web: Navigating the Complex Landscape of Open Source AI Networking Protocols

Pratik Verma
Founder & CEO, Okahu AI
Build Reliable AI Apps with Observability, Validations and Evaluations

Niels Bantilan
Chief ML Engineer, Union.ai
A Practical Field Guide to Optimizing the Cost, Speed, and Accuracy of LLMs for Domain-Specific Agents
AI Agents for Developer Productivity

Calvin Smith
Senior Researcher Agent R&D, OpenHands
Code-Guided Agents for Legacy System Modernization

Chris "The Wiz" Alexiuk
Co-Founder & CTO, AI Makerspace
Vibe-Coding Your First LLM End-to-End Application

Kishan Rao
Engineering Manager, Delivery and Automation Platform, Okta
Your Infrastructure Just Got Smarter: AI Agents in the DevOps Loop
AI Agents for Model Validation and Deployments

Eric Reese
Senior Manager, Site Reliability Engineering, BestBuy
Don't Page the Planet: Trust-Weighted Ops Decisions
Augmenting Workforces with Agents

Vaibhav Page
Principal Engineer, Blackrock
Context is King: Scaling Beyond Prompt Engineering at BlackRock

Infant Vasanth
Senior Director of Engineering, Blackrock
Context is King: Scaling Beyond Prompt Engineering at BlackRock

Kshetrajna Raghavan
Principal Machine Learning Engineer, Shopify
Where Experts Can't Scale: Orchestrating AI Agents to Structure the World's Product Knowledge

Ricardo Tejedor Sanz
Senior Taxonomist, Shopify
Where Experts Can't Scale: Orchestrating AI Agents to Structure the World's Product Knowledge

Federico Bianchi
Senior ML Scientist, TogetherAI
From Zero to One: Building AI Agents From The Ground Up

Freddy Boulton
Open Source Software Engineer, Hugging Face
Gradio: The Web Framework for Humans and Machines

Madhu Ramanathan
Senior Engineering Leader,Trust and Safety, Meta
The Efficiency Equation: Leveraging AI Agents to Augment Human Labelers in Building Trust and Safety Systems at Scale
Data Engineering in an LLM era

Juan Sequeda
Principal Researcher, data.world from ServiceNow
The Missing Layer: Why Semantics and Knowledge Graphs Are Essential for AI-Ready Data Systems

Bhavana Sajja
Senior Machine Learning Engineer, Expedia Inc
Fake Data, Real Power: Crafting Synthetic Transactions for Bulletproof AI

Alessandro Pireno
Founder, Stealth Company
I Tried Everything: A Pragmatist's Guide to Building Knowledge Graphs from Unstructured Data
Governance, Auditability & Model Risk Management

Lanre Ogunkunle
Senior AI Engineer, PLEYVERSE AI
MCML: A Universal Schema for AI Traceability and Lifecycle Governance

Alex Olaniyan
Project Manager, PLEYVERSE AI
MCML: A Universal Schema for AI Traceability and Lifecycle Governance

Bill Manning
Senior Solution Architet, Jfrog, Inc.
Mind Your Models: Governance and Discovery in the Age of AI Sprawl
LLMs on Kubernetes

Aleksandr Shirokov
Team Lead MLOps Engineer, Wildberries
LLM Inference: A Comparative Guide to Modern Open-Source Runtimes
ML Collaboration in Large Organizations

Eric Riddoch
Director of ML Platform, Pattern AI
Insights and Epic Fails from 5 Years of Building ML Platforms
ML Lifecycle Security

Sanket Badhe
Senior Machine Learning Engineer, TikTok
Adversarial Threats Across the ML Lifecycle: A Red Team Perspective
ML Training Lifecycle

Zachary Carrico
Senior Machine Learning Engineer, Apella
A Practical Guide to Fine-Tuning and Deploying Vision Models

Donny Greenberg
Co-Founder / CEO, Runhouse
Why is ML on Kubernetes Hard? Defining How ML and Software Diverge

Paul Yang
Member of Technical Staff, Runhouse
Why is ML on Kubernetes Hard? Defining How ML and Software Diverge

Micaela Kaplan
ML Evangelist, HumanSignal
From Benchmarks to Reality: Embedding HITL in Your MLOps Stack

Claudia Penaloza
Data Scientist, Continental Tires
Multilingual ML in Action: Building & Deploying Continental RnD’s First Predictive ML Model
MLOps for Smaller Teams

Kamal Singh Bisht
Principal Application Engineer, Discover Financial Services
Autonomous MLOps Pipelines: Architecting Self-Healing, Drift-Resistant Models at Scale
Multimodal Systems in Production

Denise Kutnick
Co-Founder & CEO, Variata
Opening Pandora’s Box: Building Effective Multimodal Feedback Loops

Dmitry Petrov
Co-Founder & CEO, DataChain
Query Inside the File: AI Engineering for Audio, Video, and Sensor Data
Scoping and Delivering Complex AI Projects

David Baum
UX Researcher & Design Strategist, Amazon
Humans in the Loop: Designing Trustworthy AI Through Embedded Research

Kelvin Ma
Staff Software Engineer, Google Photos
Productizing Generative AI at Google Scale: Lessons on Scoping and Delivering Ai Powered Editors
Lightning Talks

Mariam Jabara
Senior Field Engineer, Arcee AI
SLMs + Fine-Tuning: Building the Infrastructure for Multi-Agent Systems

Yoni Michael
Co-Founder, typedef
DataFrames for the LLM Era: Turning Inference into a First-Class Transform with Fenic

Noah Nefsky
Forward Deployed Engineer, Tavily
The Missing Piece: How Web Search Supercharges AI Agents

Devdas Gupta
Senior Manager Software Development and Engineering Lead, Charles Schwab
AI-Powered Development Productivity in Finance

Himanshu Joshi
CAIO, COHUMAIN Labs
The Iteration Trap: Why Gen AI Code Refinements Could Be Silently Undermining Your Security?

Dippu Kumar Singh
Leader For Emerging Data & Analytics, Fujitsu North America Inc.
Explainable AI at Fujitsu North America Inc.

Naveen Reddy Kasturi
Staff Machine Learning Engineer, Realtor.com
Agent-Powered Code Migration at Realtor.com

Nitin Kumar
Director Data Science, Marriott International
A Modular Framework for Building Agentic Workforces at Marriot International

Ravi Shankar
Manager, Data Science, Dick's Sporting Goods
Streamlining ML collaboration at Dick's Sporting Goods

Prasanth Nandanuru
Managing Director, Wells Fargo
ROI of Gen AI Frontier Models vs Traditional Models in Finance Industry

Balaji Varadarajan
Lead AI Engineer - Digital Personalization, Target Enterprise
Building Sustainable GenAI Systems at Target
Speakers Corner

Alexej Penner
Founding Engineer, ZenML
The Real Problem building Agentic applications (And How MLOps Solves It)

Raghu Chandra
Strategic Advisor, TrueFoundry
Unified Control Plane for Enterprise GenAI: Powered by Agentic Deployment Platform with Central AI Gateway & MCP Integration
The Next Wave of AI

Robert Shelton
Applied AI Engineer, Redis
Memory and Memory Accessories: Building an Agent from Scratch

Vishakha Gupta-Cledat
Co-Founder / CEO, ApertureData
What Does A Foundational Data Layer For The AI Era Look Like?

Nancy Burditt
Customer Engagement Manager, Atlas Cloud
Context Under Pressure: Engineering Agents at Scale

Aish Agarwal
CEO, Connecty AI
Live Demo - World's First Data Agentic AI With Business Logic Intelligence
more coming soon
Agenda
This agenda is still subject to changes.
Join free virtual sessions October 6–7, then meet us in Austin for in-person case studies, workshops, and expo October 8–9







































