Code with Claude Tokyo Keynote
- Video: Code with Claude Tokyo 2026: Opening Keynote
- Channel: Claude
- Upload date: June 12, 2026
- Duration: 42:25
- Topic tags: Claude Code, Code with Claude, Managed Agents, Agent SDK, subagents, memory, hooks, dynamic workflows, sandboxes, agent governance
Code with Claude Tokyo 2026: Opening Keynote is a 42-minute official Claude keynote from the Japan stop of Anthropic's developer conference. The captions are noisy in places, but the structure is clear: the opening frames Code with Claude as arriving in Japan for the first time, then moves through models, platform agents, Managed Agents, memory, skills, Claude Code, security scanning, and dynamic workflows.
The keynote should be read as a roadmap source, not as an independent benchmark. Its core product thesis is that developer work is moving from one assistant in one chat toward many agent surfaces: platform agents that run in managed or self-hosted sandboxes, coding agents that work locally or in the cloud, subagents that specialize, memory stores that persist across sessions, hooks that enforce deterministic behavior, and review surfaces that let humans steer the queue.
Developer Conference as Roadmap
Anthropic's Code with Claude page describes the event series as workshops, live demos, and conversations for developers, engineers, and technical leaders building with AI. The Tokyo keynote fits that frame. It is not only a Claude Code launch video. It tries to connect model capability, product surfaces, agent infrastructure, and enterprise deployment into one developer story.
The first section argues that model progress is outrunning ordinary business adoption. The speakers present newer models as better at long-context work, coding, tool use, repository reading, cyber reasoning, and subagent delegation. The site should treat those as Anthropic claims until independently tested, but the institutional signal is still important: the model is being sold as part of a work system, not as a standalone chatbot.
Managed Agents as Runtime
The platform portion turns agents into runtime infrastructure. Claude Managed Agents are documented as a pre-built harness for long-running asynchronous work: an agent definition, environment, session, and event stream. The agent can read and write files, run shell commands, search the web, connect to MCP servers, and stream events while users steer or interrupt mid-run. The docs also make clear that Managed Agents are currently beta and stateful by design.
The keynote's useful governance signal is the harness. A serious agent is not only a prompt; it needs an environment, permission to act, memory, skills, tools, files, event logs, and a way to stop or redirect it. Anthropic's self-hosted sandbox documentation adds the deployment boundary: orchestration remains on Anthropic's side, while tool execution can move into infrastructure the customer controls. That helps with data-residency and compliance needs, but tool inputs and outputs still flow back to the control plane so Claude can decide what to do next.
Memory, Skills, and Subagents
The keynote spends time on agents improving across runs: memory, skills, and a feature it calls dreaming. The current Managed Agents memory docs support the basic frame. Memory stores let agents carry user preferences, project conventions, prior mistakes, and domain context across sessions. They are mounted into the sandbox and read or written with the same file tools as other files. Every memory change creates an immutable version, which is exactly the kind of audit trail persistent agent behavior needs.
But memory is also a risk surface. The docs warn that read-write memory can be poisoned if an agent processes untrusted input and writes malicious content into a store that later sessions treat as trusted context. Claude Code subagents add another layer: custom agents can have their own prompts, selected tools, model choices, scopes, and persistent memory. That is powerful, but it means a team now needs a registry of agent roles, tool access, memory scope, owner, and review criteria.
Claude Code as Control Plane
The final third is about developer-facing agent supervision. The keynote contrasts agents that developers ship to customers with agents that ship code for developers. It names Claude Code on desktop, the CLI, agent view, cloud sessions, security scanning, and dynamic workflows. The practical shift is that a developer can manage many sessions: some local, some cloud, some asking for input, some running tests, some translating a migration plan into repeatable work.
Claude Code's Agent SDK docs show why this matters. The SDK exposes built-in tools, hooks, subagents, MCP, permissions, and sessions. Hooks are especially governance-relevant because they can run deterministic commands at lifecycle events: format code, block protected edits, run tests, notify humans, re-inject context after compaction, audit configuration changes, or enforce project rules. Settings scopes add another control layer: managed settings for organization policy, project settings for team-shared permissions, hooks, MCP servers, and plugins, and local settings for personal overrides.
Governance Record
This review belongs beside AI Coding Agents, AI Agents, Tool Use and Function Calling, Model Context Protocol, Context Windows and Context Engineering, Vibe Coding, Agent Tool Permission Protocol, Agent Audit and Incident Review, The Agent Log Becomes the Receipt, The Agent Runtime Governance Plane, Claude Code artifacts, Claude Code in Slack, Claude Code on desktop, Claude Code Desktop parallel agents, Claude Code workflow, and first Claude Code prompt.
The minimum keynote-era agent receipt should name the model, agent surface, session owner, repository or workspace scope, environment, sandbox type, MCP servers, tool permissions, subagents invoked, hooks configured, memory stores attached, skills loaded, commands run, files read, files written, tests executed, security findings, dynamic workflow steps, human approvals, event logs, and final reviewer. Without that, the keynote's "control plane" becomes a speed layer without a matching accountability layer.
Evidence and Limits
This is a first-party keynote, so it is strong evidence for Anthropic's June 2026 developer-platform direction. It is weak evidence for real-world reliability, security, productivity, or organizational readiness. Many of the most important claims are demos, roadmap framing, or customer examples rather than independent evaluations.
The useful conclusion is concrete: Anthropic is trying to make agentic development a managed system of models, runtimes, memory, tools, policies, and human supervision. That is the right level of abstraction. The remaining question is whether teams can keep inspection, testing, permission hygiene, and ownership proportional to the number of agents they can now dispatch.
Sources
- YouTube, Code with Claude Tokyo 2026: Opening Keynote, Claude, uploaded June 12, 2026.
- Claude by Anthropic, Code with Claude, developer conference overview.
- Claude by Anthropic, Code w/ Claude London 2026: Rethinking how we build, conference recap and Managed Agents announcements.
- Claude Platform Docs, Claude Managed Agents overview, agent harness, environments, sessions, tools, and beta limits.
- Claude Platform Docs, Self-hosted sandboxes, tool-execution boundary and self-hosted worker model.
- Claude Platform Docs, Using agent memory, memory stores, versions, access modes, and poisoning caveat.
- Claude Code Docs, Agent SDK overview, built-in tools, hooks, subagents, MCP, permissions, and sessions.
- Claude Code Docs, Create custom subagents, subagent configuration, tool selection, scope, and memory.
- Claude Code Docs, Automate actions with hooks, deterministic hook automation for notifications, formatting, protected edits, tests, and project rules.
- Claude Code Docs, Hooks reference, lifecycle events, JSON context, async hooks, prompt hooks, and agent hooks.
- Claude Code Docs, Claude Code settings, managed, user, project, and local configuration scopes.