Loading…
Venue: Grand Ballroom 2 + 3 clear filter
arrow_back View All Dates
Friday, August 14
 

09:30 KST

Keynote: Welcome Back - Demetrios Brinkmann, Member Non-Technical Staff, Agentic AI Foundation
Friday August 14, 2026 09:30 - 09:40 KST

Speakers
avatar for Demetrios Brinkmann

Demetrios Brinkmann

Member Non-Technical Staff, Agentic AI Foundation

Friday August 14, 2026 09:30 - 09:40 KST
Grand Ballroom 2 + 3

09:45 KST

Keynote: From AI Investment to Business Impact: An Enterprise MCP Playbook for the Agentic Era - HyunSoo Kim, Solutions Architect, Workato
Friday August 14, 2026 09:45 - 10:00 KST
Despite growing investment in AI, most enterprises still struggle to convert adoption into measurable business results. This session breaks down the structural root causes behind that execution gap and the operational risks created as AI agents proliferate across the organization. We'll then introduce Enterprise MCP, a governance and control framework built for enterprise-level AI oversight, covering how to design performance measurement systems and take a practical approach to agent-based automation that scales safely.
Speakers
avatar for HyunSoo Kim

HyunSoo Kim

Solutions Architect, Workato
A specialist who has led the market entry and expansion of global enterprise solutions in Korea, driving numerous enterprise digital transformation projects. Currently leads enterprise AX (automation transformation) strategy at Workato, helping organizations turn AI investment into... Read More →
Friday August 14, 2026 09:45 - 10:00 KST
Grand Ballroom 2 + 3

10:00 KST

Keynote: Beyond Protocol Compatibility: Building an Interoperable Agent Ecosystem - Woo Hyung Choi, Principal Solutions Architect, Amazon Web Services
Friday August 14, 2026 10:00 - 10:10 KST
Connecting AI agents and exchanging data is only the first step toward enterprise adoption. True interoperability requires common approaches for identity, authorization, governance, observability, and communication across heterogeneous systems built by different vendors.
This keynote explores the broader industry challenge of building interoperable agent ecosystems and presents AWS’s experience supporting multi-agent collaboration across both the Model Context Protocol (MCP) and Agent-to-Agent (A2A) communication models. The session will discuss architectural patterns and enterprise considerations for enabling secure, scalable, and interoperable AI agents built on open standards, while sharing practical lessons learned from real-world deployments.
Attendees will gain practical insights into the future of interoperable AI agent infrastructure, the role of open standards in accelerating enterprise AI adoption, and the architectural foundations needed to build secure, scalable, and production-ready agent ecosystems.

Speakers
avatar for Woo Hyung Choi

Woo Hyung Choi

Principal Solutions Architect, Amazon Web Services (AWS)
Woo Hyung Choi is a Principal Solutions Architect at Amazon Web Services (AWS), where he helps leading enterprises in Korea modernize their platforms and accelerate innovation through cloud and AI technologies. With 26 years of experience driving IT platform transformation, he has... Read More →
Friday August 14, 2026 10:00 - 10:10 KST
Grand Ballroom 2 + 3

10:40 KST

From API To Agent: Building a Video Intelligence MCP Server and Plugin Ecosystem - James Le, TwelveLabs
Friday August 14, 2026 10:40 - 11:05 KST
Video intelligence is an unusual MCP workload. Operations are asynchronous and long-running (indexing a 30-minute video takes minutes, not milliseconds), inputs span local files and remote URLs, and the tool surface is wide; search, analysis, embeddings, and entity recognition each carry distinct parameter shapes and response patterns.

When we set out to build a production MCP server for TwelveLabs' video understanding platform, these constraints became a useful stress test for the protocol itself. This talk traces the builder's journey from first commit to published npm package (twelvelabs-mcp), covering the decisions that shaped a 19-tool MCP server and the patterns that emerged along the way.

Attendees will leave with concrete patterns for building MCP servers around API-first platforms (particularly those with async workflows, multimodal inputs, and wide tool surfaces), along with a clear picture of how MCP servers can evolve into full agent plugins.
Speakers
avatar for James Le

James Le

Head of Developer Experience, TwelveLabs
James Le is currently leading Developer Experience at Twelve Labs, a startup building foundation models for video understanding.

Previously, he worked at MLOps startups Superb AI and Snorkel AI and taught production ML content with Full Stack Deep Learning.

He is also the host of Datacast, a podcast following the narrative journey of founders, operators, and investors in the data and AI infrastructure space to unpack the careers that they have built... Read More →
Friday August 14, 2026 10:40 - 11:05 KST
Grand Ballroom 2 + 3

11:40 KST

Skills and MCP: Complementary, Not Competing - Dale Seo, Apollo GraphQL
Friday August 14, 2026 11:40 - 12:05 KST
MCP has solved a critical problem: giving AI agents access to external tools and data. But access alone isn't enough. An agent with a database tool can still write terrible queries. An agent with a deployment tool can still push unsafe changes. The gap isn't access. It's expertise. Agent Skills are a lightweight format for encoding the domain knowledge agents need to use tools well. A common misconception is that Skills replace MCP. They don't. MCP provides capabilities: live connections to real systems. Skills provide knowledge: patterns to follow, mistakes to avoid, conventions a team considers non-negotiable. Skills ensure an agent does things right. MCP ensures it does real things. You need both. In this talk, I'll show how they work together through real examples. You'll see agents that call tools with the right arguments, handle edge cases, and recover from errors like an experienced developer would. As the creator of Apollo MCP Server and Apollo Skills, I've built on both sides of this equation and will share the challenges of shipping both: distributing them together, keeping them in sync, and evaluating if they still add value as models get smarter.
Speakers
avatar for Dale Seo

Dale Seo

Software Engineer, Apollo GraphQL
Helping developers help the world 🧑‍🚀🚀
Friday August 14, 2026 11:40 - 12:05 KST
Grand Ballroom 2 + 3

13:35 KST

Why We Made Our AI Agent Platform a Codebase Before Adding MCP - Navtej Reddy, Observe.ai
Friday August 14, 2026 13:35 - 14:00 KST
Six months ago, building a voice AI agent on our platform meant clicking through a UI. This meant editing prompts, dragging conversation flows, hooking up tools with no audit, no rollback, no review. To make the platform work better with MCP, we moved everything to a Git-backed harness. Each agent is now its own repo with skill folders and an agent.md capturing the agent's custom instructions and unique nuances, so when a customer points Cursor or Claude at it via MCP, the AI picks up that context before making any changes.

This talk covers:
(1) the org-change journey from clickops to version control
(2) the sandboxing model, how MCP safely exposes Git's branch model (dual read/write endpoints, tool-layer branch protection, SSO-derived org scoping)
(3) the two-stage CI on every PR, MCP-driven changes ride the same rails as human-authored ones, with simulations followed by automated evaluations
(4) the closed-loop flow that ties it all together, a user files an issue with a test scenario on an agent's page, the sandboxed AI makes the change, validates it, and submits a PR for review using MCP.
Speakers
avatar for Navtej Reddy

Navtej Reddy

Software Engineer 2, Observe.ai
Navtej Reddy is a software engineer at Observe AI, where he built the flow-based voice agent framework that powers 10,000+ daily customer calls and led the MCP integration described in this talk. He's also a Springer (2025) author on AI-driven incident debugging. CS graduate of PES... Read More →
Friday August 14, 2026 13:35 - 14:00 KST
Grand Ballroom 2 + 3

14:05 KST

Self-Improving MCP Agents - Kemal Elmizan, GoTo Company
Friday August 14, 2026 14:05 - 14:30 KST
Most MCP systems today are static at runtime. We define tools, expose schemas and rely on prompts to guide behavior, then hope the system remains reliable after deployment.

In practice, MCP-based systems drift. Agents repeatedly misuse tools, call inefficient sequences or fail in predictable ways. Tool descriptions become outdated. Context grows noisy. Human operators step in to correct outcomes, but those corrections are rarely captured or reused. MCP standardizes how agents connect to tools, but it does not define how systems improve over time.

I would like to explore how to build MCP systems that go beyond execution by introducing feedback loops on top of the protocol. By combining tool call history and observability, we can build systems that identify their own weaknesses and suggest improvements safely.

The session will cover practical patterns:
- Detecting repeated tool misuse and failure patterns
- Learning from retries, fallbacks, and human corrections
- Identifying redundant or low-value tool chains
- Designing safe feedback loops with audit logs, versioning, rollback and human approval
Speakers
avatar for Kemal Elmizan

Kemal Elmizan

Lead Software Engineer, GoTo Company
Hi there! I am Kemal Elmizan, currently working as a Software Engineer at Gojek (GoTo Company). I like building software across the stack and like to understand what's going on beneath the surface. I have extensive experience in backend, web, and android development. I have lectured... Read More →
Friday August 14, 2026 14:05 - 14:30 KST
Grand Ballroom 2 + 3
  Building with MCP
  • Slides Attached Yes

14:35 KST

Managing Token Usage in MCP Servers Using Code Mode - Bhumika Satpathy, Google
Friday August 14, 2026 14:35 - 15:00 KST
As the ecosystem for the Model Context Protocol (MCP) expands, developers are hitting a familiar wall: token bloat. While MCP provides a powerful standardized interface for LLMs to interact with external data, the "context tax" of verbose tool definitions and massive data payloads can quickly degrade performance and spike costs. To build production-ready agents, we must move beyond basic implementations and embrace advanced orchestration.

This session dives into the architecture of efficient MCP server design, focusing on the "Code Mode" technique. We will explore how to shift the heavy lifting from the LLM’s reasoning space to the server’s execution environment. Instead of forcing the model to process raw, unrefined data, "Code Mode" empowers the LLM to generate and ship logic—miniature, execution-ready scripts—directly to the MCP server. This approach minimizes round-trip latency and drastically reduces the input tokens required for complex data manipulation.
Speakers
avatar for Bhumika Satpathy

Bhumika Satpathy

Senior Software Engineer, Google
I am a Senior Software Engineer at Google and have been working with the MCP Platform team which helps to ease out creation and deployment of MCP Servers for developers within Google. We have solved multitude of challenges that users have faced and explored multiple techniques in... Read More →
Friday August 14, 2026 14:35 - 15:00 KST
Grand Ballroom 2 + 3
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Slides Attached
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -