Loading…
Venue: Orchid 1 clear filter
Thursday, August 13
 

10:55 KST

Commanding SO101 With Agents - Anshuman Singh, Devfolio
Thursday August 13, 2026 10:55 - 11:20 KST
Working with hardware has always been tough. But over the last 2 years, the emergence of the SO-101 arm and the rise of AI agent architectures have opened up a new way to experiment -one that dramatically shortens the loop between idea and physical action.

In this session, I will briefly cover assembling and setting up the SO-101, then spend most of the time on: how AI agents can talk to and control the hardware. Starting with Claude Code and Codex, I will show how builders can create their own agents and then use MCP to connect them directly to the arm and issue movement instructions.

All scripts, implementations, and the MCP server used in this session are available at github.com/anshuman-dev/so101-project. The repo is actively being improved to make it more structured and easier for others to pick up and build on.

The bigger idea here is accessibility. Traditionally, operating robot arms required learning specialized, poorly-maintained software with long feedback loops. With AI agents and MCP as the interface layer, that barrier drops significantly. Builders, enthusiasts, and curious generalists can now go from zero to moving a robot arm without needing a robotics background.
Speakers
avatar for Anshuman Singh

Anshuman Singh

Head of Operations, Devfolio
Hey team! Anshuman here :D

I work with Devfolio in community and operations, with a tech background including OSS contributions to GitLab (GSoC) and Web3 projects (MLH Fellowship).

I'm highly intrigued by security, particularly Code Scanners, and while I don't get much time t... Read More →
Thursday August 13, 2026 10:55 - 11:20 KST
Orchid 1

11:25 KST

Building and Taming an MCP Server for Multi-Cloud Vibe Computing - Seokho Son, ETRI
Thursday August 13, 2026 11:25 - 11:50 KST
In early 2025, as MCP adoption grew, we built our first MCP server for Cloud-Barista, an Apache 2.0 multi-cloud project I maintain. We started with a simple approach: feed REST API docs to an LLM, ask it to generate a server, and connect it to Cloud-Barista.

It worked. Users could provision cloud infrastructure across 10 providers, including AWS, Azure, GCP, Alibaba, and NCP, through LLM clients. It felt like an early glimpse of the Vibe Computing I had imagined.

But the first success was incomplete. The server misused APIs, burned tokens, stopped midway, and sometimes provisioned unintended resources. Imagine an agent creating 1,000 VMs with expensive GPUs by mistake. The real work began when we had to feed it better context and tame it with clearer tool boundaries, workflows, and controls.

This made Multi-Cloud Vibe Computing more concrete. It showed that a useful MCP server needs more than API coverage: context design, tool boundaries, workflow guidance, and safety controls.

This session shares lessons from building and taming an MCP server for a real-world system. It is a hands-on story of learning through mistakes and turning an API wrapper into a useful MCP interface.
Speakers
avatar for Seokho Son

Seokho Son

Special Fellow and Principal Researcher, CNCF Ambassador, ETRI
Dr. Son is a Special Fellow and Principal Researcher at the Electronics and Telecommunications Research Institute (ETRI), South Korea's national research institute. He develops systems and algorithms for cloud and cloud native computing in national projects. As a CNCF Ambassador... Read More →
Thursday August 13, 2026 11:25 - 11:50 KST
Orchid 1

11:55 KST

From 40 Tools To 14: A Practical Framework for MCP Tool Curation - Nimit Savant & Gokul K S, DevRev
Thursday August 13, 2026 11:55 - 12:20 KST
We built an MCP server exposing 40+ operations. Agents misused most of them. Hybrid search returned only IDs with no context. get_issue prefixed every field with redundant key-value labels, burning tokens without helping the LLM. We had write tools with no corresponding read tools. Custom field schemas varied wildly across organizations, causing unpredictable bloat.
We cut to 14 tools. Agent precision improved dramatically. But deciding which 14 - and how to design them - required building a framework we wish had existed when we started.
This talk shares that framework as an open, reusable methodology any MCP server author can apply: how to audit which tools agents actually select vs. misuse, how to score agent success rate per tool, how to identify tools that confuse rather than help, how to structure response shapes for minimal token cost and maximum agent comprehension, and how to design progressive disclosure so capability scales without overwhelming context.
Every team building an MCP server faces this decision. We'll give them a starting point so they don't have to learn it the hard way.
Speakers
avatar for Nimit Savant

Nimit Savant

Developer Evangelist, DevRev
I love to talk about Agentic AI and B2B Developer Advocacy and strategies
avatar for Gokul K S

Gokul K S

Member of Technical Staff, DevRev
Computer engineer with 3 years of experience in backend systems and currently exploring the agentic space.
Thursday August 13, 2026 11:55 - 12:20 KST
Orchid 1

13:50 KST

Evolving an LLMOps Feedback System Into an MCP-Based Agent Architecture - Ian Y. Choi, AWS & Taeyoung Kim, AIFactory
Thursday August 13, 2026 13:50 - 14:15 KST
This talk shares lessons from rebuilding a production LLMOps feedback system after its original pipeline architecture became too difficult to extend and operate in practice. The system was initially designed as a modular, cloud-native pipeline that handled community exercise data end to end—from collection and analysis to feedback generation and publishing. As new capabilities were added, coordinating cross-step dependencies, managing state, and evolving the workflow without breaking existing logic became a growing challenge.
To address this, we restructured the system around MCP tools. Each core function—data ingestion, exercise analysis, recommendation generation, and feedback delivery—was refactored into an independently callable tool that agents can dynamically orchestrate. We will discuss how we handled multi-step coordination without losing state, partial failures and retries across tool boundaries, observability in agent-driven execution, and secure tool interaction in a production environment. Rather than presenting an idealized architecture, this session focuses on what changed in practice: what worked, what didn’t, and what we would do differently.
Speakers
avatar for Ian Choi

Ian Choi

Containers Specialist, AWS
Ian Choi is a Containers GTM Specialist at AWS focused on AWS container platforms and Kubernetes. He built LLMOps-based systems for real-world use cases during his Ph.D. and is interested in how AI-native and agentic approaches can reshape them into more flexible architectures. His... Read More →
avatar for Taeyoung Kim

Taeyoung Kim

CEO, AIFactory
Taeyoung Kim is CEO of AIFactory. He works on production AI systems, LLMOps, agent orchestration, and MCP-based tool architectures. His focus is on building reliable, observable, and maintainable LLM applications that can evolve from experimental workflows into real-world service... Read More →
Thursday August 13, 2026 13:50 - 14:15 KST
Orchid 1

14:20 KST

AAIF Ambassador AMA: Building the Agentic Future Through Community Contribution - Hoon Jo, Megazone; Daniel Oh, Red Hat; Ana Jimenénez Santamaria, Linux Foundation; Kevin Dubious, IBM; Junghwan Park, PyTorchKR
Thursday August 13, 2026 14:20 - 14:45 KST
As MCP and open source agentic stacks transition into production infrastructure, developers are navigating a completely new paradigm of challenges. In this fast-paced, interactive Ambassador Office Hours, newly appointed Agentic AI Foundation (AAIF) Ambassadors from across the globe take the stage to share raw, unvarnished insights from the front lines of agentic AI adoption.

The Ambassador Office Hours will dive straight into the practical realities of building with AAIF projects (e.g., MCP, AGENTS.md, goose, and agentgateway), uncovering what it takes to move past basic LLM orchestration into production-ready agent environments. The ambassadors will break down their biggest learning curves, systemic integration challenges, and the architectural shifts required by the latest protocol standards.

The final half of this rapid-fire session opens the floor entirely to you for a highly interactive, crowd-sourced Q&A with the AAIF Ambassadors. Leave with actionable tactics to accelerate your own agentic roadmap.

Speakers
avatar for Hoon Jo

Hoon Jo

CNCF & AAIF Ambassador | AI & Cloud Native Engineer, Megazone

avatar for Junghwan Park

Junghwan Park

Organizer, PyTorchKR
- AI/Data engineer at telecommunication company in Korea
- Lead maintainer at PyTorch Korea User Group
- PyTorch & AAIF ambassador
- Interested in open-source, community and time-series forecasting


... Read More →
avatar for Daniel Oh

Daniel Oh

Senior Principal Developer Advocate, Red Hat
Java Champion, CNCF Ambassador & TAG DevEX Co-Chair, AAIF Ambassador, Microsoft MVP, Developer Advocate, Technical Marketing, Keynote Speaker, Published Author
avatar for Ana Jiménez Santamaría

Ana Jiménez Santamaría

Senior Project Manager, Linux Foundation
Ana Jiménez Santamaría is an open source community leader and data scientist with 5+ years of experience at the Linux Foundation, working as Sr. project manager supporting global, multi-stakeholder IT ecosystems. She is also an Agentic AI Foundation Ambassador, helping developers... Read More →
avatar for Kevin Dubois

Kevin Dubois

Sr Principal Developer Advocate, IBM
Kevin Dubois is often featured as a (keynote) speaker at conferences around the world, where he shares his passion and knowledge about developer experience, Agentic AI, open source, cloud native development and Java. He is also an author, java Champion, and an accomplished software... Read More →
Thursday August 13, 2026 14:20 - 14:45 KST
Orchid 1

14:50 KST

Stop Wrapping APIs: Building Structured Execution Boundaries With MCP for Incident Triage - Sunyoung Park, KC-ML2
Thursday August 13, 2026 14:50 - 15:15 KST
Most teams start with MCP by exposing existing APIs as thin tool wrappers. We did too. However, we quickly realized that for complex operations-like managing GPU clusters and infrastructure health-simply exposing more tools doesn't lead to better automation; it leads to LLM confusion. The real challenge is defining the right reasoning and execution boundary.

In this talk, we share our journey of moving beyond simple API exposure to building MCP servers that act as a sophisticated operational layer. We'll dive into how we transformed fragmented signals into 'Structured Guidance' by embedding domain heuristics and workflow context directly into the MCP layer.

Attendees will learn:
- how to recognize when MCP is acting as a thin wrapper versus a real workflow boundary
- how to design MCP on top of existing operational or management systems
- how to turn fragmented tools, signals, and internal APIs into structured guidance for real-world workflows

This session is a practical story about where MCP becomes more than an integration layer: when it starts acting as the execution boundary for real-world operational decisions.
Speakers
avatar for Sunyoung Park

Sunyoung Park

Research Engineer, KC-ML2
I am a Research Engineer at KC-ML2, working on large language models, RAG, and applied AI systems. My work focuses on building practical LLM applications and operational AI workflows for real-world use cases.
Thursday August 13, 2026 14:50 - 15:15 KST
Orchid 1

15:45 KST

The Context Budget Crisis: Why MCP Needs Server-Side Response Controls - Nimit Savant & Gokul K S, DevRev
Thursday August 13, 2026 15:45 - 16:10 KST
MCP servers today are blind to the client's context budget. In production, we watched a single list call return 161k tokens. Tool schemas alone consumed 37% of a 200k context window. One customer's sprint data retrieval filled 80k+ tokens and collapsed the agent's reasoning entirely. Organizations with heavy custom fields caused tool schemas to balloon unpredictably.
These aren't edge cases - they're the default experience at enterprise scale. The MCP protocol currently has no mechanism for servers to understand or respect context constraints. Every response is a best-effort data dump.
This talk presents real production telemetry from building and operating an enterprise MCP server, then proposes 3 strategies to solve the context constraints at enterprise scale which community should consider: progressive schema disclosure, server-side response projections, SQL based tools for multi-object queries. We'll share an open reference implementation of progressive discovery that reduced effective schema size by 70%.
The goal: move this conversation from "each server figures it out alone" to "the ecosystem has shared conventions."
Speakers
avatar for Nimit Savant

Nimit Savant

Developer Evangelist, DevRev
I love to talk about Agentic AI and B2B Developer Advocacy and strategies
avatar for Gokul K S

Gokul K S

Member of Technical Staff, DevRev
Computer engineer with 3 years of experience in backend systems and currently exploring the agentic space.
Thursday August 13, 2026 15:45 - 16:10 KST
Orchid 1

16:45 KST

Three Gateways for the Agentic Era: An Architectural Framework for Governing AI Agent Traffic - Dakshitha Ratnayake, WS02
Thursday August 13, 2026 16:45 - 17:10 KST
AI agents interact with enterprise systems through three different traffic patterns, each demanding its own governance. Inbound API traffic (REST, GraphQL, gRPC, event streams) needs auth and rate limiting. Outbound LLM traffic needs multi-model routing, token-based cost controls, and guardrails. Agent-to-tool traffic via MCP needs session-aware governance, delegated identity, and discovery.
Most organizations handle each ad hoc with different proxies, custom middleware, ungoverned direct connections. The result: policy fragmentation, identity silos, and cost blind spots.
This talk presents a three-gateway architectural framework. We define the API gateway (ingress), LLM gateway (egress), and MCP gateway (agent-to-tool) as composable patterns with distinct governance primitives, then show how they unify into a bi-directional architecture with shared identity (OAuth2), consolidated observability, and consistent policy.
Technology-neutral and standards-based: OpenAPI, AsyncAPI, MCP, and OAuth2. You'll leave with a decision framework for which pattern governs which traffic flow — and how to avoid building three separate governance silos.
Speakers
avatar for Dakshitha Ratnayake

Dakshitha Ratnayake

Director - Developer Relations (API Platform), WS02
Dakshitha is a Director of Developer Relations at WSO2, with over 15 years of experience in software development, solution architecture, and technical evangelism. Her work focuses on open-source technologies, particularly in integration, APIs, and identity and access management. She’s... Read More →
Thursday August 13, 2026 16:45 - 17:10 KST
Orchid 1
 
Friday, August 14
 

10:40 KST

The 5 Wrong Reasons to Build an MCP Server (And What to Do Instead) - Daniel Oh, Red Hat
Friday August 14, 2026 10:40 - 11:05 KST
MCP brings structure and standardization to how LLMs interact with tools and resources—but that power comes with cost. We’ve built multiple MCP servers across different use cases, and not all of them should have existed.
This session distills hard-earned lessons from real-world implementations: where MCP created long-term leverage, where it introduced unnecessary complexity, and where a direct API call would have shipped faster and cleaner. We’ll share a clear evaluation checklist you can use before starting your next build—so you choose MCP intentionally, not reflexively.
Speakers
avatar for Daniel Oh

Daniel Oh

Senior Principal Developer Advocate, Red Hat
Java Champion, CNCF Ambassador & TAG DevEX Co-Chair, AAIF Ambassador, Microsoft MVP, Developer Advocate, Technical Marketing, Keynote Speaker, Published Author
Friday August 14, 2026 10:40 - 11:05 KST
Orchid 1

11:10 KST

MCP Authorization: What an IAM Engineer Sees That You Might Miss - Thumula Perera, WSO2
Friday August 14, 2026 11:10 - 11:35 KST
I spent four years building identity systems. When I read the MCP authorization spec, I recognized the building blocks: OAuth 2.1, PKCE, Dynamic Client Registration. I also recognized where it goes quiet on the hard parts.

Three gaps stand out.

Scopes are defined at the transport level, not the tool level. A token grants access to an MCP server, but says nothing about which tools the client can call.

Agent chain identity has no standard answer. The spec is silent on server-to-server authentication, and the client credentials grant for agent-to-agent scenarios is only now returning as a draft extension.

Dynamic Client Registration brings lifecycle problems. RFC 7592 for client management is not widely supported, and multiple clients sharing an OAuth client ID is a risk teams hit without realizing it.

I'm not an MCP insider. This talk maps four years of API and identity work onto problems MCP teams are running into right now.
Speakers
avatar for Thumula Perera

Thumula Perera

Senior Software Engineer, WSO2
Software engineer with four years at WSO2. Spent the first part on the Identity and Access Management team, working on WSO2 Identity Server and Asgardeo. Also.worked with the Choreo team, where I worked on both system IAM and developer IAM.
Friday August 14, 2026 11:10 - 11:35 KST
Orchid 1

11:40 KST

Hardening MCP Integrations Against Tool Poisoning - Arshardh Ifthikar, WSO2
Friday August 14, 2026 11:40 - 12:05 KST
As MCP adoption grows, tools are becoming the primary interface between agents and external systems. This introduces a new class of risks: tool poisoning, where tool definitions, inputs, or outputs are manipulated to influence agent behavior in unintended ways.
This talk focuses on practical experience identifying and mitigating tool poisoning in MCP-based systems. Early implementations often assumed tools were trustworthy, but in practice we encountered issues such as ambiguous tool descriptions, unsafe parameter handling, and outputs that could steer agents off course.
We will walk through concrete examples of how these failures surfaced, and the patterns that proved more reliable. This includes validating tool contracts, detecting anomalous inputs and outputs, constraining tool usage, and introducing safeguards around execution flow.
Rather than proposing a single framework, the session presents a set of techniques that can be applied incrementally to existing MCP setups. The goal is to help teams better understand how tool poisoning occurs in real systems, and how to design MCP tools that remain predictable and safe under agent-driven use.
Speakers
avatar for Arshardh Ifthikar

Arshardh Ifthikar

Technical Lead, AI, WSO2
Arshardh Ifthikar specializes in the intersection of API infrastructure and Generative AI. Leveraging deep expertise in enterprise API Management, he focuses on hardening Model Context Protocol (MCP) implementations for production environments. His work centers on securing the "agent... Read More →
Friday August 14, 2026 11:40 - 12:05 KST
Orchid 1

13:35 KST

Building and Testing MCP Servers With the Inspector, Conformance Suites, and Property-Based Testing - Navin Pai, StackGen
Friday August 14, 2026 13:35 - 14:00 KST
MCP gained popularity because it was as easy as building a REST API. Infact, many might say, building an MCP Server is a bit too easy. Shipping a broken MCP server into a pool of a hundred others is easy but shipping one that actually behaves correctly under adversarial clients, malformed inputs, and edge-case tool schemas is hard.

Devs have already built tens of thousands of MCP servers, and recent spec revisions have focused on richer tool annotations, structured tool outputs, and clearer security best practices, all of which introduce new failure modes to test for.

This session covers a complete testing pyramid for MCP servers: using the official MCP Inspector for interactive tracing, writing conformance tests against the JSON Schema tool definitions, and applying property-based testing (with tools likeHypothesis in Python or fast-check in TypeScript) to fuzz tool inputs and surface schema violations before clients do. We'll also walk through how to set up a CI pipeline that runs your MCP server against a spec conformance suite on every pull request, and how to lint tool descriptions for ambiguity that could confuse real LLM clients.
Speakers
avatar for Navin Pai

Navin Pai

Director of Engineering, StackGen
Navin is a Founding Engineer at OpsVerse. You'll often find him on the internet, getting into flamewars about observability, large scale system design, and open source software
Friday August 14, 2026 13:35 - 14:00 KST
Orchid 1

14:05 KST

Closing the Context Gap: Making Your APIs Agent-Ready - Aanchal Mishra, Postman & Ali Mustafa Shaikh, Pieces AI
Friday August 14, 2026 14:05 - 14:30 KST
Traditional AI implementation relies on "tool sprawl": manually wrapping every API action into custom functions. This creates a maintenance burden where prompts swell, tokens vanish, and agents hallucinate under the weight of excessive choice. At Postman, we’ve shifted the paradigm: instead of teaching agents how an app works, we provide them with structured context they already understand through the MCP.

This session moves beyond theory to demonstrate a live "AI Readiness" workflow using Postman’s native Git integration. We will pit a well-defined OpenAPI schema against a poorly designed one to visualize the "Context Tax" - showing how architectural debt leads to 2x higher token usage and fumbled execution. By leveraging Postman’s MCP Server generator and CLI SDKs, I’ll demonstrate how to transform static documentation into active "code skills" that agents like Claude can navigate autonomously. Attendees will learn to build APIs that don't just return data, but serve as high-fidelity maps for the next generation of autonomous agents.
Speakers
avatar for Ali Mustufa Shaikh

Ali Mustufa Shaikh

Senior Developer Advocate, Pieces AI
I empower developers to overcome traditional education barriers, building their confidence for professional success. Through technical training at leading organizations - including Rakuten, Infosys Deloitte and Open Dealer Exchange I've guided professionals worldwide in Google Cloud... Read More →
avatar for Aanchal Mishra

Aanchal Mishra

Developer Advocate, Postman, Postman
Aanchal is a Developer Advocate at Postman specializing in Agentic Workflows, API Literacy, and Developer Education. With 5+ years of experience, she has designed global learning paths reaching thousands of developers and delivered over 150 technical workshops across 35+ cities. A... Read More →
Friday August 14, 2026 14:05 - 14:30 KST
Orchid 1

14:35 KST

Two Audiences, One Markdown File: Writing MCP Docs an Agent Can Actually Use - Tanisha Sharma, Bolna & Jyoti Bisht, Independent
Friday August 14, 2026 14:35 - 15:00 KST
When an MCP server exposes documentation.search and documentation.fetch, its docs site quietly acquires a second reader: the agent. And the agent is not a small human. Humans want narrative tutorials; agents want flat, deduplicated, single-source-of-truth pages. Humans skim; agents tokenize. Humans tolerate ambiguity; agents hallucinate from it.

This talk is a field report from rewriting an MCP server's documentation to serve both audiences from one markdown source. Concrete before/after pages, real agent traces from the SuprSend MCP server (used as a case study not a pitch), the five rewrite rules that actually moved the needle on hallucination rates, and the surprising downstream effect: the human-facing docs got better too. Every rule generalizes to any MCP server with public docs.

Closes with two open questions the audience is invited to argue back at: should agent-facing docs be a separate channel? Should MCP add a "documentation" primitive at the protocol level?

For DevRels, technical writers, and MCP server maintainers who already exposed their docs as a tool or are about to.
Speakers
avatar for Jyoti Bisht

Jyoti Bisht

DevRel Engineer, Independent

avatar for Tanisha Sharma

Tanisha Sharma

AI DevRel Engineer, Bolna
Tanisha is an AI Developer Advocate specializing in production multi-agent systems. Also a private pilot. Both pursuits taught her the same lesson: know when to trust automation and when human judgment matters most.
Friday August 14, 2026 14:35 - 15:00 KST
Orchid 1
 
  • 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.