Experience the Expo in Action! READ ALL REVIEWS VIEW PHOTOS

Collocated
Events

Conference Program

Wednesday, February 11 Thursday, February 12
Exhibit Hall Hours 12:00pm - 5:00pm 10:00am - 3:00pm

KEYNOTE ANNOUNCED

Combatting Cybersecurity Threats with Behavioral Analytics

Jennifer Blatnik
VP, Cloud, Security, Enterprise Marketing

Updated program information for ITEXPO 2025 is being added to the site daily. Check back frequently for new sessions and speakers in all tracks:

Until then, check out what happened in at the Florida 2024 event.

Wednesday, January 30 Thursday, January 31 Friday, February 1
Exhibit Hall Hours 5:00-7:00pm 11am-4:00pm 11:00am-2:00pm

Days


Tracks

Tuesday, February 09, 2027
9:00-9:45am
Tuesday - 2/09/27
AI Agent Event (Room 250C)
Session Details Coming Soon
AIA-01
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
10:00-10:45am
Tuesday - 2/09/27
AI Agent Event (Room 250C)
Permission-Aware Enterprise AI Agents: Designing Governed Autonomy for Production
AIA-02
Staff AIML Software Engineer
Samsung Semiconductor
Giving agents autonomous tool access introduces severe permission risks. This session details architectural patterns for building identity-aware, permission-aware agents that operate across corporate APIs, knowledge repositories, and issue trackers without bypassing enterprise access controls. Learn to implement decision boundaries, human-in-the-loop checkpoints, workflow tracing, and safe fallbacks.
Register me
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
11:00-11:45am
Tuesday - 2/09/27
AI Agent Event (Room 250C)
From Assistants to Systems: Designing Reliable AI Agents for Real-World Engineering Workflows
AIA-03
Single-prompt agents struggle with consistency on complex tasks. This session presents design patterns for building reliable agentic systems by breaking workflows into staged phases: planning, execution, validation, and review. Learn how to implement multi-agent orchestration, schema-driven validation, and context-aware memory for automated code analysis, refactoring, and reviews.
Register me
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
12:00-12:30pm
Tuesday - 2/09/27
AI Agent Event (Room 250C)
Session Details Coming Soon
AIA-04
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
1:30-2:15pm
Tuesday - 2/09/27
AI Agent Event (Room 250C)
Why AI Agents Fail Before They Reason: A Self-Curating Multi-Agent Framework for Reliable Enterprise AI
AIA-05
Agent failures often stem from bad context rather than flawed reasoning. This session introduces a closed-loop multi-agent curation framework featuring Architect, Extractor, Critic, and Orchestrator roles. Learn how distilling frontier teacher models into specialized student models slashes context volume by 17× and speeds up processing—achieving sub-20ms execution times while keeping guardrails debuggable.
Register me
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
2:30-3:15pm
Tuesday - 2/09/27
AI Agent Event (Room 250C)
Governed Agents That Can Actually Ship
AIA-06
Moving agentic systems from prototype to production requires moving past untraceable loops and brittle exception handling. This talk focuses on building accountable workflows using deterministic controls, observable agent handoffs, and explicit human escalation checkpoints—providing a practical engineering framework to ship governed, production-grade agents.
Register me
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
3:30-4:00pm
Tuesday - 2/09/27
AI Agent Event (Room 250C)
Session Details Coming Soon
AIA-07
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
Wednesday, February 10, 2027
9:00-9:45am
Wednesday - 2/10/27
AI Agent Event (Room 250C)
Session Details Coming Soon
AIA-08
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
10:00-10:45am
Wednesday - 2/10/27
AI Agent Event (Room 250C)
From Operators to Orchestrators: A Two-Stage Framework for Deploying Agentic AI in Enterprise Operations
AIA-09
Over 40% of agentic projects stall due to brittle workflows and lack of operational oversight. Grounded in a Fortune 500 deployment, this session introduces a two-stage operational framework: a 5-dimension readiness diagnostic to evaluate workflows before model selection, and an agentic surface design that positions human intervention precisely where agents are weakest.
Register me
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
1:30-2:15pm
Wednesday - 2/10/27
AI Agent Event (Room 250C)
Context Management for Scaling AI Agents
AIA-10
Unmanaged agent context windows degrade reasoning quality and waste tokens. This session explores Context Engineering—moving from passive prompt pushing to a stateful, demand-driven memory model. Core pillars include: wrapping LLMs in stateful harnesses, using Model Context Protocol (MCP) for Just-In-Time tool injection, and navigating compressed histories using pointer schemas to fetch raw source data on demand.
Register me
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
2:30-3:15pm
Wednesday - 2/10/27
AI Agent Event (Room 250C)
Beyond AI Assistants: Building Production-Grade Agentic AI for Autonomous Enterprise Decisions
AIA-11
Senior Software Enhineer
Walmart
Transitioning from basic RAG chatbots to enterprise-scale autonomous systems introduces complex architectural challenges. This session covers core engineering patterns required to deploy production-grade agents: multi-agent decision workflows, dynamic context management, tool integration via APIs, memory and reasoning modules, and cloud-native observability frameworks.
Register me
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
Thursday, February 11, 2027
9:00-9:45am
Thursday - 2/11/27
AI Agent Event (Room 250C)
Session Details Coming Soon
AIA-12
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
10:00-10:45am
Thursday - 2/11/27
AI Agent Event (Room 250C)
Building AI Agents That Know When They're Wrong: Bounded Autonomy in Production
AIA-13
Senior Data Engineer
Amazon
High-stakes operations cannot rely on unconstrained autonomous reasoning. This practical case study highlights an architecture running six specialized investigation agents across 400+ dataset types. Discover why capping agents at two reasoning steps prevents hallucination loops, how deterministic contradiction rules catch agent disputes without secondary models, and how to implement template fallbacks.
Register me
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider
11:00-11:45am
Thursday - 2/11/27
AI Agent Event (Room 250C)
When AI Agents Take Action: Securing Autonomous Enterprise AI
AIA-14
As AI transitions from static response generation to autonomous tool invocation and multi-agent execution, traditional IAM and application security fall short. This session examines dynamic runtime security threats—including prompt injection, compromised context, excessive tool permissions, and poisoned data feeds—and delivers practical safeguard strategies to enforce secure agent action in production.
Register me
  AI Agent Event
  AI Developer
  Channel
  Enterprise
  Generative AI
  MSP Expo Business
  MSP Expo Cybersecurity
  MSP Expo Tech
  Service Provider

SPONSORS

DIAMOND SPONSOR

PLATINUM SPONSORS

GOLD SPONSORS

SILVER SPONSORS

SPONSORS

ASSOCIATION PARTNERS

#TECHSUPERSHOW MEDIA SPONSORS