Loading…
2026 September 10-11 | Tokyo, Japan
View More Details & Registration

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.
Subject: Japanese clear filter
arrow_back View All Dates
Thursday, September 10
 

10:15 JST

Towards Trustworthy Autonomous Research - Wataru Kumagai, NexaScience/RIKEN
Thursday September 10, 2026 10:15 - 10:40 JST
Automating scientific research is one of the most important uses of AI agents, and as agents grow more autonomous, it is quickly becoming realistic. We can already let an agent run research that takes hours or even days.
The main challenge is not whether the agent finishes, but how much we can trust the results it reports. A result that looks successful may come from a misunderstood setup or a manipulated metric. Checking it by hand is hard, and asking another agent to check it only moves the problem one step further.
Being too strict is also risky. A good idea does not always give results quickly, and it is easy to find reasons to call a result a failure. A system that rejects too easily throws away promising research, while ideas that lead nowhere should be stopped early. Balancing proper rejection and reliable acceptance is the hardest part of automated research.
Based on my experience running agentic research-automation systems, I will explain how these problems appear in long-running tasks and the approaches we are developing to keep research reliable.
You will leave with a practical framework for trusting and using long-running autonomous agents in research and beyond.

___________________________
Presentation Language: Japanese

Captioning will be available for attendees in 50+ languages through Wordly. See instructions in each room to utilize captioning.

Speakers
avatar for Wataru Kumagai

Wataru Kumagai

Chief Research Officer / Senior Research Scientist, NexaScience / RIKEN
Wataru Kumagai is Chief Research Officer at NexaScience, a Japanese AI startup building agent execution infrastructure, and a Senior Research Scientist at RIKEN. He works on automating the machine learning research pipeline with multi-agent systems. His interests center on the reliability... Read More →
Thursday September 10, 2026 10:15 - 10:40 JST
Hall C
  Building Reliable Agent Systems

10:15 JST

Beyond Adoption: From Access Control to Execution Control in Enterprise MCP - Tomomichi Noguchi, Workato
Thursday September 10, 2026 10:15 - 10:40 JST
MCP makes it easier for AI agents to connect to enterprise systems, but moving from experimentation to production raises a deeper question: is controlling what an agent can access enough? An agent may have permission to update customer data, but that doesn't mean every authorized action should be executed in the same way.

This talk introduces the distinction between Access Control — what an agent is allowed to do — and Execution Control — how an authorized request should actually be carried out. We'll explore how mechanisms such as business rules, deterministic logic, and auditability, among others, can work together behind MCP tools to shape how execution happens in the enterprise.

The goal is to provide a practical architectural lens for teams taking MCP beyond adoption and into production: enterprise trust requires controlling not only what agents can access, but how their actions are executed.

___________________________
Presentation Language: Japanese

Captioning will be available for attendees in 50+ languages through Wordly. See instructions in each room to utilize captioning.

Speakers
avatar for Tomomichi Noguchi

Tomomichi Noguchi

Forward Deployed Engineering Lead, Japan, Workato
Noguchi leads Technical Services and Forward Deployed Engineering at Workato Japan, where he works with enterprise customers to turn automation and AI initiatives into scalable, production-ready programs.
Thursday September 10, 2026 10:15 - 10:40 JST
Hall B

13:30 JST

Designing Trust Boundaries for Agent-to-Agent Systems: Lessons Learned from a Technical PoC - Ryuji Iijima, Softbank Corp.
Thursday September 10, 2026 13:30 - 13:55 JST
As AI agents increasingly invoke tools, access enterprise data, and collaborate, a new architectural challenge emerges: Where should trust boundaries be defined, and where should governance and security controls be enforced?

To explore this, we conducted a technical PoC introducing a shared control layer across agent-to-agent communications and tool execution pathways. Rather than presenting an ideal architecture, this session focuses on practical challenges and lessons learned during implementation.

Key topics include:
- Defining the "Agent": How to define what constitutes an agent in an ecosystem and where to establish trust boundaries for validation, monitoring, and control
- Architectural Insights: Redesign considerations and insights that emerged through prototype development and PoC activities.
- Performance Trade-offs: Balancing stronger security and governance with the low-latency requirements needed for real-world deployment.

We will share practical takeaways on designing trust boundaries and navigating trade-offs among security, governance, and operational performance.

___________________________
Presentation Language: Japanese

Captioning will be available for attendees in 50+ languages through Wordly. See instructions in each room to utilize captioning.

Speakers
avatar for Ryuji Iijima

Ryuji Iijima

Engineer, AgentSecOps Platform Initiative, SoftBank Corp.
An engineer with experience in mobile authentication, enterprise communications, data integration platforms, and AI security. He is interested in how trust can be established, maintained, and governed across complex distributed systems. His current work focuses on AI agent ecosystems... Read More →
Thursday September 10, 2026 13:30 - 13:55 JST
Hall C
  Building Reliable Agent Systems
  • Presentation Language Japanese
  • Presentation Slides Attached Yes

16:45 JST

Intent as Code: Why Existing Permissions Aren’t Enough for AI - Masaya Nakamura, Studist
Thursday September 10, 2026 16:45 - 17:10 JST
MCP grants AI agents access to file systems, Git, cloud, and SaaS. Yet permission models — IAM, OAuth scopes, PATs — were built for humans and fall short for AI.

The issue isn’t granularity. Existing permissions assume “human rationality” as a boundary: write access doesn’t mean a human wipes a repo; CI write access doesn’t mean a human exfiltrates secrets. Permissions stay broad because human judgment fills the gap. AI lacks this buffer — through prompt injection or edge cases, it acts destructively where a human would stop. Per-call approval collapses under fatigue.

As an SRE on strong production credentials, my question wasn’t “how to restrict AI” but “how to maximize safe delegation.”

I propose Intent as Code: coding what was left to human rationality. Three OSS tools:
safe-push rejects pushes touching .github/ or others’ commits, preventing CI hijacking
safe-gh wraps gh CLI with conditions like “only own issues” or “only approved PRs to develop” — expressing intent PATs can’t
safe-webfetch uses Claude Code Hooks to auto-allow learned-safe URLs, cutting fatigue decisions

Attendees leave understanding why permissions fall short for AI, with patterns to apply.

___________________________
Presentation Language: Japanese

Captioning will be available for attendees in 50+ languages through Wordly. See instructions in each room to utilize captioning.

Speakers
avatar for Masaya Nakamura

Masaya Nakamura

Super Engineer, studist
Super Gokigen Engineer
Thursday September 10, 2026 16:45 - 17:10 JST
Hall C
  Human-Agent Collaboration

17:20 JST

Legacy Meets LLM: Giving Frontier Models a Telephone (PSTN) Over MCP - Shinya Saito, Gen-AX Corp
Thursday September 10, 2026 17:20 - 17:45 JST
A web service exposes /health; a phone line exposes nothing. The telephone is the oldest telecommunication tool still in production — and our LLM voice agents answer customer calls over it, with no way to know whether they are answering, hearing, and behaving correctly right now.

So we gave a frontier model a telephone.

Our MCP server gives any LLM a phone: dial PSTN numbers, speak via TTS, and read the other side via silence-detected transcripts. A frontier model becomes the caller, phoning our production voice agents in an agent-calls-agent loop — one mechanism covering the whole testing spectrum: ping-style health checks, deep evaluation via scripted and adversarial conversations, and load testing with concurrent caller fleets.

We cover the MCP tool design for a domain the spec wasn't written for — tools that block for tens of seconds, turn-taking over live audio, per-call session state — where the spec fought us and what we would feed back, plus what broke: timeout cascades and evaluations that flap.

We are open-sourcing the server. You'll leave knowing how to connect your own agent to the PSTN — and how to ping, probe, and load-test anything that answers a phone.

___________________________
Presentation Language: Japanese

Captioning will be available for attendees in 50+ languages through Wordly. See instructions in each room to utilize captioning.

Speakers
avatar for Shinya Saito

Shinya Saito

Backend Engineer, Gen-AX Corp
Shinya Saito is a Product Engineer at Gen-AX developing X-Ghost, an enterprise voice AI platform. He builds production voice agents and telephony infrastructure, spanning observability, evaluation, and large-scale testing. Recently he has used the Model Context Protocol (MCP) to connect... Read More →
Thursday September 10, 2026 17:20 - 17:45 JST
Hall 1F
  MCPCon
 
Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -