Mark your calendars!
The 7th Edition is scheduled for November 17th and 18th at Etter-Harbin inside the University of Texas at Austin Campus
Free Virtual Summit | October 6-7, 2025
Ticketed In-Person Summit | October 8-9, 2025 | Austin Renaissance Hotel
6th Annual MLOps World | GenAI Summit 2025
The event that takes AI/ML & agentic systems from concept to large-scale production
2 Days • 16 Tracks • 75 Sessions • Vibrant Expo
Why attend: Optimize & Accelerate
Build optimal strategies
Learn emerging techniques and approaches shared by leading teams who are actively scaling ML, GenAI, and agents in production.
Increase project efficiency
Minimize project risks, delays, and missteps by learning from case studies that set new standards for impact, quality, and innovation. Tools for Agent driven apps, multi agent systems, & AI assisted development.
Make better decisions
Make better, faster decisions with lessons and pro tips from the teams shaping ML, GenAI and Agenetic AI systems in production.
Why attend
Technical Workshops
- Workshop: Context Engineering – Practical Techniques
- Workshop: Building AI Agents from Scratch
- Workshop: Managing RAG
- Workshop: Vibe-Coding Your First LLM App
- Workshop: Conversational Agents with Thread-Level Metrics
Industry Case Studies & Roundtable Discussions
- Case study + Discussion Groups on
- SLMs + Fine-Tuning: with Arcee
- Sustainable GenAI Systems at Target
- Explainable AI at Fujitsu
- Agentic Workforces at Marriot International
- Agent-Powered Code Migration at Realtor.com
and more!
Community Event App
Meetup 800+ attendees and build your network onsite. See all attendees, connect with speakers. Share your story, build your community.
2 Days of workshops, Case studies, Discussions & Socials
Learn from leading minds, sharpen your skills, and connect with innovators driving safe and effective AI in the real world.
Free Online Stage
- Virtual Day (Nov 16th)
- In-Person Workshops (Nov 17th-18th)
- Workshops (Nov 19th)
Day 1
- Summit:
- Talks, Panels, & Workshops
- Expo:
- Lightning Talks
- Brain Dates
- Community Square
- Startup Zone
- Vendor Booths
- Opening Party
Day 2
- Keynote
- Summit:
- Talks, Panels, & Workshops
- Expo:
- Lightning Talks
- Brain Dates
- Community Square
- Startup Zone
Why attend: Connect & Grow
Grow industry influence
Equip your team to win
Stay ahead of fast-moving competitors by giving your team the insights, skills, and contacts they need to exceed expectations.
Build career momentum
Make every hour count by using our event app to hyper-focus on the right topics and people who will help shape your future in AI.
2025 Summit: Full-Spectrum AI
All themes, talks, and workshops curated by top AI practitioners to deliver real-world value. Explore sessions
2025 THEME: AI Agents & Agentic Workforces
AI Agents for Developer Productivity
This track highlights practical uses of agents to streamline dev workflows—from debugging and code generation to test automation and CI/CD integration.
AI Agents for Model Validation and Deployments
Agents can now assist in model testing, monitoring, and rollback decisions. The track focuses on how teams are using autonomous systems to harden their ML deployment workflows.
Augmenting Agentic Workforces
This track explores how teams are combining human oversight with semi-autonomous agents to scale support, operations, and decision-making across the business.
Agents in Production
Latest Trends in MLOps
2025 THEME: MLOps & Organizational Scale
Governance, Auditability & Model Risk Management
This track covers how teams manage AI risk in production—through model governance, audit trails, compliance workflows, and strategies for monitoring model behavior over time.
MLOps for Smaller Teams
Not every team has a platform squad or unlimited infra budget. This track shares practical approaches to shipping ML with lean teams—covering lightweight tooling, automation shortcuts, and lessons from teams doing more with less.
ML Lifecycle Security
ML Training Lifecycle
Scoping and Delivering Complex AI Projects
2025 THEME: LLM Infrastructure & Operations
LLMs on Kubernetes
This track covers the key architectural choices and infra strategies behind scaling AI and LLM systems in production—from bare metal to Kubernetes, GPU scheduling to inference optimization. Learn what it really takes to build and operate reliable GenAI and agent platforms at scale.
ML Deployments on Prem
LLM Observability
Data Engineering in an LLM Era
Inference Optimization & Scaling
Multimodal Systems in Production
Our Expo is where innovation, ideas, and connections come to life
Transform from attendee to active participant by leveling-up your professional contacts, exchanging ideas, and even grabbing the mic to share a passion project.
Make New Connections
Connect with AI Practitioners
Brain Dates
Speakers' Corner
Vendor Booths
Community Square
Startup Zone
Hands-on Sessions
Austin Parties
Expo Expo Expo Expo Expo Expo Expo Expo Expo Expo Expo Expo
40+ Technical Workshops and Industry Case Studies












Event Speakers
Meet the experts bringing techniques, best practices, and strategies to this year’s stage.
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.
Latest News
Why attend
Event Parties & Networking
Explore Frontier Tools & Startups
Give your team an edge with insights, skills, and connections from the industry’s top innovators —
click here to see the exhibiting sponsors.
Grow industry influence
Join Brain Dates, Speaker’s Corner, Community Square, or deliver a talk to share your expertise and amplify your industry impact.
Curated by AI Practitioners
All sessions and workshops have been hand-picked by a Steering Committee of fellow AI practitioners who obsess about delivering real-world value for attendees.
Denys Linkov
Event Co-Chair & Head of ML at WiseDocs
“We built this year’s summit around practical takeaways. Not theory but actual workflows, strategies, and the next three steps for your team. We didn’t want another ‘Intro to RAG’ talk. We wanted the things people are debugging, scaling, and fixing right now.”
Volunteering
Apply for the opportunity to get exclusive behind the scenes access to the MLOps World experience while growing your network and skills in real-world artificial intelligence.
Austin
Renaissance Austin Hotel
Once again our venue is the beautiful Renaissance Austin Hotel which delivers an exceptional 360 experience for attendees, complete with restaurants, rooftop bar, swimming pool, spa, exercise facilities, and nearby nature walks. Rooms fill up fast, so use our code (MLOPS25) for discounted rates.
Choose Your Email Adventure
Join our Monthly Newsletter to be first to get expert videos from our flagship events and community offers including the latest Stack Drops.
Join Summit Updates to learn about event-specific news like ticket promos and agenda updates as well invites to join our free online Stack Sessions.
Choose what works best for you and update your email preferences at any time.
Hear From Past Attendees
Data and AI Scientist, Consultant, Podcaster
Free Virtual October 6-7 | In-person October 8-9
What Your Ticket Includes
- Full access to Summit sessions – Day 1 (Oct 8) & Day 2 (Oct 9) in Austin
- Bonus virtual program – live talks and workshops on Oct 6 & 7
- Hands-on learning – in-person talks, virtual workshops, and skill-building sessions
- Food & networking – connect with peers over meals, socials, and receptions
- AI-powered event app – desktop & mobile access for networking and schedules
- Networking events – structured meetups and community mixers
- On-demand replays – access to all post-summit videos
- 30 days of O’Reilly online learning – unlimited access to books, courses, and videos from O’Reilly and 200+ publishers
Regístrate fácilmente y comienza a jugar en https://pentagol.com.pe/ donde las opciones de depósito rápido y pagos ágiles te permiten disfrutar de tus juegos favoritos sin demoras.
Past 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
FAQ
When and where is the event?
The in-person portion of MLOps World | GenAI Summit takes place October 8-9, 2025 at the Renaissance Austin Hotel.
Address: 9721 Arboretum Blvd, Austin, TX 78759, United States See booking details.
What’s included with my ticket?
- Live training courses
- In-depth learning paths
- Interactive coding environments
- Certification prep materials
- Most major AI publications
Is there a virtual option?
What types of sessions can I expect?
Are there more active types of experiences?
How do I register?
Can I cancel or transfer my ticket?
Are discounts available for group ticket purchases?
Who typically attends MLOps World?
Will slides or recordings be available after the event?
Yes. The majority of presenters grant permission for their sessions to be recorded and shared. These recordings are made available after the event. The best way to be notified when new learning resources are released is by subscribing to our newsletter.
What if I have dietary or accessibility needs?
How do I apply to speak?
Submit your proposal via the Call for Speakers link in our site header (available ahead of each event) or subscribe to our newsletter for MLOps and other speaking alerts. Learn more
What kinds of talks are accepted?
Are speaker slots paid or unpaid?
What’s the speaker deadline for slides or submissions?
Do speakers get free tickets or travel support?
Can I speak virtually or only in-person?
Are sessions recorded? Will they be shared publicly?
What kind of A/V support or setup is provided?
What are the sponsorship packages and benefits?
How do I become a sponsor?
Visit our sponsor page to get more details and download our Sponsorship Guide, or contact Faraz Thambi at [email protected] to discuss availability and options.
What is the audience profile?
Attendees include ML/Data Engineers, Developers, Solution Architects / Principal Engineers, ML/AI Infra Leads, Technical Leaders, and Senior Leadership (Director, VP, C-suite, Founder) decision-makers from startups, scaleups, and enterprises across North America and around the globe.
Can I sponsor the virtual component or a specific track only?
How is lead capture handled?
Will there be booth space? How big? What’s included?
Yes. Booth packages vary in size depending on the tier; they range from a 20’x20’ island booth (Platinum) to a 6’ x 10’ draped booth (Bronze). Please see the guide for full specifications.
Can we run our own bespoke event or session?
Yes. We offer limited opportunities for sponsor-hosted workshops, roundtables, and after-hours events, pending approval and availability.
Are there other ways to get involved as a sponsor?
Yes, leading companies can apply to contribute discounts and free trials to our audience of AI/ML practitioners as part of our Stack Drop and Community Code programs. Learn more from our blog or email [email protected]