Loading…
17-18 September | Amsterdam, Netherlands
View More Details & Registration

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.
Type: Interoperability & Standards clear filter
Thursday, September 17
 

12:35 CEST

A2A Goes Stable: What Changed, Why, and What's Next - Sam Betts, Cisco Systems & Kuba Herczyński, Google
Thursday September 17, 2026 12:35 - 13:00 CEST
A2A Protocol v1.0 is the first stable, production-ready release of the open standard for agent-to-agent communication — marking the transition from a protocol you could experiment with to a foundation organisations can commit to with confidence.

This talk is delivered by two maintainers who helped shape the release. We cover what changed from v0.3 and why: the deliberate choice to prioritise maturity over reinvention, new enterprise capabilities — signed Agent Cards, multi-tenancy, modern OAuth flows, and a web-aligned architecture — and the breaking changes that were unavoidable on the path to a durable standard.

We also cover the SDK story: how official SDKs support v1.0 while maintaining backward compatibility with v0.3, and a per-interface versioning strategy that makes progressive migration practical rather than a forced cutover.

Finally, we look at extensibility: how extensions add capabilities while keeping a stable core, and how custom protocol bindings let implementations replace the default transport while preserving A2A semantics.

If you are building on A2A today or evaluating it, this talk gives you a clear picture of what changed, why, and how to migrate.
Speakers
avatar for Sam Betts

Sam Betts

Engineering Technical Leader, Cisco Systems
Sam Betts is an Engineering Technical Lead at Outshift by Cisco with over 14 years of experience building cloud-native platforms, security solutions, and AI-driven systems. He has led development on OpenClarity, Cisco Panoptica, and OpenStack Ironic, and actively contributes to AGNTCY... Read More →
avatar for Kuba Herczyński

Kuba Herczyński

Staff Software Engineer, Google
Kuba is a Software Engineer turned Technical Lead at Google with over 15 years of experience building things. Lately most interested in AI Agents, actively involved in A2A for almost a year - both in the protocol spec as well as it's adoption at Google.
Thursday September 17, 2026 12:35 - 13:00 CEST
G102 + G103 (1st Floor)

13:10 CEST

Exploring WebMCP: What Happens When AI Agents Start Using Websites? - Sylwia Laskowska, Atos
Thursday September 17, 2026 13:10 - 13:35 CEST
AI agents are getting better at using websites, but today's web was built for humans. To complete a task, agents often have to inspect pages, click buttons, and guess which actions are available.

What if websites could simply tell agents what they can do?

In this session, we'll explore WebMCP, an experimental approach being explored in Chrome that helps websites expose actions and tools in a way that agents can understand directly.

Using a live demo, we'll see how agents can interact with websites without relying entirely on browser automation. We'll also discuss why this matters, what problems WebMCP is trying to solve, and whether building websites for AI agents could become a normal part of web development in the future.
Speakers
avatar for Sylwia Laskowska

Sylwia Laskowska

Senior Software Engineer, Atos
Sylwia is a Software Engineer with over a decade of experience, working across everything from greenfield applications to complex migrations. She writes about JavaScript, AI, and the modern web, with a particular interest in what actually happens under the hood.
Thursday September 17, 2026 13:10 - 13:35 CEST
G102 + G103 (1st Floor)

15:45 CEST

Six Months of Proof: Independently-Verifiable Records for Agent Actions Under the EU AI Act - Steven Mih, Action State Group, Inc.
Thursday September 17, 2026 15:45 - 16:10 CEST
The EU AI Act makes "what did the agent actually do?" a legal obligation: high-risk AI must support automatic record-keeping over its lifetime (Article 12) — for traceability, human oversight, and post-market monitoring — with logs retained at least six months (Article 19). But the Act can only require the logs to exist, not to be trustworthy: a log is only as good as the party that keeps it, and the operator who ran the action is not a disinterested witness — even an immutable one can be incomplete, cherry-picked, or built after the fact. The fix is simple and old: anchoring. Commit each record to a hash, write that hash to an independent, append-only transparency log, and any party can verify what the agent did — without trusting the operator. This session shows how the Agent Action Capsule project uses open transparency-log standards (SCITT/COSE) to produce anchored, independently-verifiable records of agent actions to the letter of the Act, plus the trust it can't legislate.

Live demo of the Agent Action Capsule project: emit a record at an action boundary, anchor it, verify it with an open verifier, then tamper and watch verification fail. You'll leave with an open, framework-agnostic pattern mapped to Article 12/19 — and a running verifier to try.
Speakers
avatar for Steven Mih

Steven Mih

Founder/CEO ·, Action State Group, Inc.
Steven Mih is Founder/CEO of Action State Group, building the verifiable-record layer for AI agent actions, filed as an IETF Internet-Draft, with an open verifier. Previously he co-founded and led Ahana (acquired by IBM, 2023) and served on Presto Foundation (Linux Foundation) board... Read More →
Thursday September 17, 2026 15:45 - 16:10 CEST
Auditorium (Ground Floor)

16:20 CEST

What Networking Got Right That Agentic AI Risks Getting Wrong: The Case for an Agent Control Plane - Parisa Foroughi, Nokia
Thursday September 17, 2026 16:20 - 16:45 CEST
Every major agent orchestration framework today conflates task execution with the control layer that should govern authority and policy. This talk argues for a cross-domain agent control plane: a runtime layer external to the agent that performs authority checks and policy enforcement at defined boundaries, independent of the agent’s internal logic. Grounded in inter-domain routing, it proposes a semantic model built on five invariants: domain boundary as the control unit, boundary-crossing capability classes as the permission unit, scope-narrowing delegation with bounded elevation, unbroken provenance to a registered trust anchor, and boundary enforcement without inspecting internal behavior or payload content. The model introduces two runtime artifacts: the Agent Control Envelope (ACE) for authorization and the Agent Activity Envelope (AAE) for behavioral constraint. Attendees will leave with a precise mental model, two concrete artifacts, and a clear argument for why agent interoperability needs explicit boundary semantics before wire formats harden around the wrong primitives.
Speakers
avatar for Parisa Foroughi

Parisa Foroughi

Senior research specialist, Nokia
Parisa Foroughi is a Senior Research Specialist at Nokia working at the intersection of agentic AI systems, large-scale distributed networks, and standardization. Her work bridges gaps between emerging AI capabilities and production systems, combining hands-on insights with system-level... Read More →
Thursday September 17, 2026 16:20 - 16:45 CEST
G102 + G103 (1st Floor)

16:55 CEST

Skills Need SemVer Too - Pedro Rodrigues, Supabase
Thursday September 17, 2026 16:55 - 17:20 CEST
The agent ecosystem is converging on a common way to discover skills, making it easier for agents to find and load domain-specific knowledge. But discovery only solves the first problem.

Once skills become part of production workflows, they need to evolve. Instructions change, best practices improve, and capabilities grow. Without a way to version and manage those changes, agents risk relying on outdated or incompatible knowledge.

In this talk, I’ll explore lessons learned from publishing and distributing skills at scale, discuss the emerging standards around skill discovery, and propose a framework for skill versioning, compatibility, and evolution. If skills are becoming the package ecosystem for agents, it’s time to start thinking about dependency management too
Speakers
avatar for Pedro Rodrigues

Pedro Rodrigues

AI Tooling Engineer, Supabase
I’m an AI Tooling Engineer at Supabase, part of the team maintaining all AI initiatives including our MCP server, AI assistant, and Skills. I’ve been involved with the MCP protocol since its early days, contributing to its SDKs and projects like Skybridge. I’ve spoken at MCP... Read More →
Thursday September 17, 2026 16:55 - 17:20 CEST
G102 + G103 (1st Floor)
 
Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.