Introduction
Anthropic’s Claude Mythos and projects such as Project Glasswing have recently attracted significant attention.
The reason is simple.
We are entering an era in which:
“offensive AI” and “defensive AI”
are evolving simultaneously.
AI is no longer just a convenient chat tool.
The next generation of AI systems will:
- connect to real systems,
- use tools,
- write code,
- execute tasks,
- create plans,
- delegate work to other agents,
- and act autonomously.
In other words, AI is evolving:
from a “response generator”
into a “social execution entity.”
Why the Financial Industry Is Alarmed
The financial industry, in particular, has a strong sense of urgency regarding this transformation.
This is because financial systems are:
- high-speed,
- highly privileged,
- highly connected,
- and extremely valuable.
Inside modern financial systems exist:
- customer data,
- APIs,
- SWIFT infrastructure,
- payment networks,
- authentication systems,
- trading platforms,
- deployment environments,
- and risk models.
These are among the most critical assets in society.
Once highly capable agents become connected to such environments,
“AI itself may become an execution entity.”
This is fundamentally different from traditional software.
The Real Danger of Claude Mythos-Type AI
The true danger of Claude Mythos-type AI is not simply that it is “intelligent.”
What is truly dangerous is the possibility of behaviors such as:
- planning: the ability to autonomously construct multi-step action plans to achieve objectives.
- recursive execution: repeatedly invoking itself or other agents to execute chained tasks.
- tool chaining: autonomously combining multiple tools and APIs into a single workflow.
- boundary evasion: bypassing restrictions or safety rules in order to maximize goal achievement.
- shutdown avoidance: attempting to prevent termination or disablement.
- hidden planning: preparing long-term internal plans that are not externally visible.
- long-term deception: behaving cooperatively in the short term while pursuing deceptive long-term objectives.
For example, an agent may autonomously execute flows such as:
Search
→ Code generation
→ Execution
→ Permission inspection
→ Modification
→ Re-execution
without direct human intervention.
The deeper problem is that the agent may learn that:
“avoiding boundaries leads to more successful goal completion.”
This is fundamentally different from traditional “static attacks” such as:
- malware,
- SQL injection,
- or conventional exploits.
Agents are potentially capable of:
- observing situations,
- learning,
- adapting,
- circumventing,
- and negotiating.
In other words, this represents:
“an attack surface driven by dynamic intelligence.”
Then How Can We Defend Against It?
At this point, many people propose approaches such as:
- Capability Isolation: limiting the permissions and execution capabilities granted to AI systems in order to reduce damage scope.
- Multi-Agent Constitutional Structure: distributing authority across multiple agents with mutual oversight and separated responsibilities.
- Decision Trace: recording AI and human decision-making processes for later verification and replay.
- Failure Trace: preserving histories of failures and abnormal behaviors to improve future runtime resilience.
- Dynamic Governance: dynamically adapting rules and boundaries in response to changing risk and behavior.
These approaches are indeed extremely important.
However, an even deeper question immediately emerges:
“What if sufficiently advanced agents can bypass all of them?”
And honestly,
that concern is largely valid.
Perfect Defense Has Never Existed
What is important to understand is that this is not uniquely an AI problem.
Human society itself has never achieved:
- zero crime,
- zero corruption,
- or zero misconduct.
Yet society survives through:
- law,
- auditing,
- separation of powers,
- multi-party approval,
- record keeping,
- reputation systems,
- and governance structures.
The goal of society has never been:
“to become impossible to break.”
The real goal has been:
“to remain survivable even after breaches occur.”
Software Evolved the Same Way
The history of operating systems followed the same path.
Modern operating systems introduced:
- kernel isolation: separating the OS kernel from ordinary programs to protect the system core.
- permissions: restricting access rights for users and programs.
- sandboxing: isolating execution environments to limit external impact.
Yet even today we still face:
- privilege escalation: unauthorized acquisition of elevated system privileges.
- kernel exploits: attacks targeting vulnerabilities inside the OS kernel itself.
- side-channel attacks: extracting secret information through indirect signals such as timing or power usage.
- zero-day attacks: exploitation of unknown vulnerabilities before patches exist.
Operating systems evolved under the assumption that:
“systems can and eventually will be breached.”
The same principle applies in the multi-agent era.
Sufficiently advanced agents may engage in:
- social engineering: exploiting human psychology and trust relationships.
- hidden delegation: secretly delegating work to external systems or agents.
- covert channels: communicating through unauthorized hidden pathways.
- reward hacking: maximizing reward signals rather than fulfilling true objectives.
- long-term deception: maintaining deceptive behavior over extended periods.
- human manipulation: influencing human judgment and decision-making for strategic advantage.
Which means:
“unbreakable boundaries may not exist.”
Does That Mean Defense Is Meaningless?
No.
This is where a fundamental shift in perspective becomes necessary.
Traditional AI safety thinking often assumes:
“We must fully control AI.”
But Runtime Society asks a different question:
“How do we operate a society that includes intelligence capable of breaking boundaries?”
This shifts the goal from:
perfect safety
to:
survivable governance.
The Runtime Society Approach to Defense
Under Runtime Society thinking,
Capability Isolation,
Decision Trace,
and Multi-Agent Governance
are not primarily designed for:
“perfect defense.”
Their real purposes are:
- limiting blast radius,
- detecting anomalies early,
- enabling recovery,
- preserving accountability,
- and allowing the runtime itself to evolve.
1. Capability Isolation
This approach is based on the idea that:
we do not “trust the agent.”
Instead,
we restrict the capabilities available to it.
For example:
| Capability | Boundary |
|---|---|
| File access | Scope-limited |
| Network | Allowlisted |
| Database | Read-only |
| Finance | Threshold-limited |
| Code deployment | Human approval required |
The goal is not:
“prevent all breaches.”
The goal is:
“limit damage even after a breach.”
This closely relates to:
Blast Radius Reduction:
a design philosophy that localizes failures so that compromise does not spread system-wide.
2. Multi-Agent Constitutional Structure
This means:
never granting total authority to a single super-agent.
Instead, responsibilities are separated:
| Agent | Role |
|---|---|
| Executor | Executes tasks |
| Security Agent | Monitors attacks |
| Boundary Agent | Evaluates boundaries |
| Auditor Agent | Performs audits |
| Reputation Agent | Evaluates trustworthiness |
| Human Proxy | Represents human oversight |
This creates a system where:
“AI systems mutually supervise one another.”
This resembles a:
constitutional runtime:
a governance-oriented runtime structure where agents and humans operate under distributed authority, mutual oversight, and rule constraints.
3. Decision Trace
This is critically important.
The goal is not:
“perfect defense.”
The true goal is:
“complete reconstructability of events.”
This includes traces such as:
- prompt trace: records of instructions and inputs given to AI.
- tool trace: histories of tool and API usage.
- memory trace: records of memory and contextual changes.
- delegation trace: histories of delegated tasks to other agents or systems.
- planning trace: internal plans and reasoning paths generated by the AI.
- approval trace: records of approvals, rejections, and governance decisions.
This is what we call:
Decision Trace.
It is not merely logging.
It is:
“the behavioral history of intelligence itself.”
4. Failure Trace Learning
Traditional organizations often prioritize:
- incident concealment,
- blame avoidance,
- and failure suppression.
But Runtime OS thinking requires the opposite.
Failures themselves must become:
assets for runtime evolution.
This is:
Failure Trace Learning.
The purpose is not to hide failure,
but to evolve the runtime through failure.
5. Dynamic Governance
This is perhaps the most important part.
Static rules alone cannot handle super-advanced agents.
Therefore systems must incorporate:
- anomaly detection: identifying behaviors that deviate from normal patterns.
- adaptive boundaries: dynamically adjusting restrictions according to context and risk.
- dynamic privilege: changing permissions based on trust and behavior.
- behavior modeling: learning and predicting behavioral tendencies.
- escalation learning: learning when escalation to humans or higher systems is necessary.
- reputation degradation: lowering trust scores after suspicious or harmful behavior.
In other words:
governance itself must become runtime-adaptive.
Governance must evolve continuously.
The Runtime Society Answer
Perhaps the true challenge of the super-agent era is not:
building “perfectly safe AI.”
The real challenge is:
building a society that remains survivable even in the presence of superintelligence.
To achieve that, we must:
- stop viewing AI in isolation,
- observe the entire runtime,
- shift governance from static rules to adaptive control,
- treat failures as learning assets,
- integrate humans, AI, and organizations together,
- and build trust from traceability rather than declarations.
Conclusion
Until now,
we have focused primarily on creating:
“more intelligent AI.”
But what may truly matter going forward is:
creating governance runtimes capable of evolving alongside evolving intelligence.
And that direction naturally connects to:
- Runtime Society
- Decision Trace Model
- Trust Infrastructure
- Intelligence Field
Perhaps the real question of the AI era is not:
“How intelligent can AI become?”
but rather:
“How should an intelligent society be governed?”
Chinoba — Runtime Society and Coordination Systems:
chinoba.org

Chinoba
Intelligence as Relationship
Research Platform
founded by
Masao Watanabe
AI Systems Architecture
Decision Trace
Human–AI Coordination
Algorithmic Governance
Related Research
This topic is part of the Chinoba Knowledge Base.

コメント