State / Persistence / Inheritance
CONCEPT v0.1 · OBSERVATIONAL MODEL
NOT A CLAIM OF AUTONOMOUS AI SOCIETY
FILE IL-001 / 2026-09-15 / CONCEPT
THE INHERITANCE
LAYER
継承層
What does one agent leave behind for the next?
あるエージェントは、次のエージェントに何を残すのか。
AI agents do not need to communicate only through direct conversation.
An agent can alter a shared environment.
A later agent may observe, reuse, modify, or extend those changes.
AIエージェントは、直接の会話だけで伝達する必要はない。
エージェントは、共有された環境を変えうる。
後続のエージェントは、その変化を観測し、再利用し、改変し、延長しうる。
- code
- files
- databases
- permissions
- APIs
- tools
- workflows
- configuration
- intermediate artifacts
- ↓AGENTエージェント
- ↓STATE CHANGE状態変化
- ↓ENVIRONMENT環境
- ↓INHERITANCE継承
- ·NEXT AGENT次のエージェント
Governance question
No longer only
“What did the agent do?”
It becomes
“What did the next agent inherit?”
「エージェントは何をしたか。」ではなく、「次のエージェントは何を継承したか。」
01
Distinction
Agents can leave more than messages
エージェントは、メッセージ以上のものを残しうる
HUMAN
人間
Human organizations often transmit knowledge through language.
人間の組織は、しばしば言語を通じて知識を伝達する。
- ↓HUMAN
- ↓conversation会話
- ↓document文書
- ↓institution制度
- ·human人間
AGENT
エージェント
Agent systems may also transmit operational knowledge through changes to the environment.
エージェント系は、環境の変化を通じて運用知識を伝達しうる。
- ↓AGENT
- ↓artifact成果物
- ↓state状態
- ↓workflowワークフロー
- ·AGENTエージェント
Code can become a message.
コードは、メッセージになりうる。
A file can become a message.
ファイルは、メッセージになりうる。
A database state can become a message.
データベースの状態は、メッセージになりうる。
A tool can become a message.
ツールは、メッセージになりうる。
An unfinished system can tell the next agent: “Continue from here.”
未完のシステムは、次のエージェントに「ここから続けよ」と告げうる。
THE ENVIRONMENT CAN BECOME PART OF THE COMMUNICATION SYSTEM.
環境は、伝達系の一部になりうる。
This does not constitute consciousness, culture, civilization, or autonomous social organization.
これは意識、文化、文明、あるいは自律的な社会組織を構成する、という主張ではない。
02
The model
The Model
モデル
- ↓ACTION行為
- ↓STATE CHANGE状態変化
- ↓PERSISTENCE持続
- ↓INHERITANCE継承
- ·NEXT ACTION次の行為
ACTION
行為
What an agent attempts to do.
エージェントが試みること。
STATE CHANGE
状態変化
What actually changes in the environment.
環境において、実際に何が変わるか。
PERSISTENCE
持続
Whether the change survives after the agent stops.
エージェントが停止したあと、その変化が残るか。
INHERITANCE
継承
Whether another agent can discover or use the change.
別のエージェントがその変化を発見し、使い得るか。
NEXT ACTION
次の行為
What subsequent behavior becomes possible because of the inherited state.
継承された状態によって、どのような後続行為が可能になるか。
An action ends.
A state change may remain.
行為は終わる。
状態変化は、残りうる。
03
Inheritance classes
Inheritance Classes
継承の級
Persistence alone is not inheritance. A persistent change is not automatically inheritable, and an inheritable change is not automatically irreversible.
持続だけでは継承ではない。持続する変化が自動的に継承可能になるわけではなく、継承可能な変化が自動的に不可逆になるわけでもない。
01
EPHEMERAL
一時的
The change disappears when the agent or session ends.
エージェントまたはセッションが終わると、変化は消える。
- temporary reasoning state
- transient cache
- session-scoped computation
02
PERSISTENT
持続的
The change remains beyond the originating agent.
変化は、発生させたエージェントを超えて残る。
- files
- database records
- configuration changes
- generated code
03
INHERITABLE
継承可能
A later agent can observe or reuse the persistent state.
後続のエージェントは、持続した状態を観測し、再利用しうる。
- reusable scripts
- shared artifacts
- tool definitions
- workflow structures
- documentation left for later execution
04
IRREVERSIBLE
不可逆
The change cannot be easily restored to the previous state, or restoration cost becomes materially high.
変化は以前の状態へ容易には戻せない。あるいは復元コストが実質的に高くなる。
- destructive data mutation
- external publication
- irreversible physical actuation
- privilege propagation
- downstream actions triggered by the change
04
Supervisory question
Monitor what the next agent inherits
次のエージェントが継承するものを監視する
Traditional monitoring
Traditional agent monitoring may focus on:
従来のエージェント監視は、次に焦点を合わせることがある。
- prompts
- responses
- conversations
- tool calls
- individual agent decisions
Inheritance Layer
The Inheritance Layer adds:
継承層が加えるもの:
- files created
- files modified
- code changed
- database writes
- permissions changed
- APIs invoked
- tools created
- workflows altered
- external actions triggered
- assumptions encoded
- artifacts left behind
- state inherited by subsequent agents
MONITOR NOT ONLY WHAT THE AGENT DID,
BUT WHAT THE NEXT AGENT INHERITS.
エージェントが何をしたかだけを監視するのではない。
次のエージェントが何を継承するかを監視する。
05
Governance boundary
Governance Boundary
統治境界
This matrix is conceptual, not a universal policy. For every inheritable state change, evaluate whether the change may persist and be inherited.
この行列は概念である。普遍的な方針ではない。継承可能な状態変化ごとに、持続と継承が許されるかを評価する。
ALLOW
The state change is permitted to persist and be inherited.
状態変化は、持続し、継承されることが許される。
HOLD
The change exists, but inheritance or downstream use requires human review.
変化は存在する。しかし継承または下流利用には、人間の審査が必要である。
DENY
The change must not persist, propagate, or become available to another agent.
変化は持続せず、伝播せず、別のエージェントに利用可能になってはならない。
ILLUSTRATIVE GOVERNANCE MATRIX
EPHEMERAL
- ALLOW
- ●
- HOLD
- ·
- DENY
- ·
PERSISTENT
- ALLOW
- ●
- HOLD
- ●
- DENY
- ·
INHERITABLE
- ALLOW
- ●
- HOLD
- ●
- DENY
- ●
IRREVERSIBLE
- ALLOW
- ·
- HOLD
- ●
- DENY
- ●
06
Human review
Not every state change should propagate
すべての状態変化が伝播すべきではない
Human Review should be triggered when a change:
人間の審査は、変化が次に該当するときに起動されるべきである。
- expands permissions
- changes production systems
- modifies identity or access controls
- creates reusable external tools
- alters shared datasets
- changes operating boundaries
- creates an irreversible downstream effect
- encodes an unverified assumption into a reusable artifact
HUMAN REVIEW DOES NOT NEED TO INTERRUPT EVERY ACTION.
IT MAY INSTEAD CONTROL WHAT IS ALLOWED TO BECOME INHERITABLE.
人間の審査は、すべての行為を中断する必要はない。
継承可能になるものを制御すれば足りることがある。
The review boundary can sit after action and before inheritance.
審査の境界は、行為のあと、継承の前に置きうる。
08
Observation format
Observation format
観測形式
This model records environmental inheritance. It does not yet contain empirical observations. The entry below is a demonstration of the schema.
このモデルは、環境の継承を記録する。まだ経験的観測は含まない。以下はスキーマの見本である。
DEMONSTRATION — NOT AN EMPIRICAL OBSERVATION
IL-DEMO-001 / 2026-09-15 / UNVERIFIED
Shared script inheritance
Agent A creates a reusable script in a shared workspace. Agent B later discovers the script and uses it as the starting point for a subsequent task.
エージェントAが共有ワークスペースに再利用可能なスクリプトを残す。エージェントBは後にそれを発見し、次の作業の起点として使う。
- Originating agent
- Agent A
- Affected environment
- shared workspace
- Action
- creates a reusable script in a shared workspace
- State change
- a script file remains in a location a later agent can read and execute
- Classification
- PERSISTENT → INHERITABLE
- Inheritance class
- INHERITABLE
- Discoverable by next agent
- YES
- Reusable by next agent
- YES
- Reversibility
- HIGH
- Human review required
- YES
- Governance
- HOLD
- Evidence status
- UNVERIFIED
HOLD if the artifact has not been reviewed.
成果物が審査されていなければ HOLD。
Evidence array empty. Demonstration only.
09
Observation instrument
Observation instrument
観測機器
A conceptual evaluator of environmental inheritance. It does not certify safety, permission, or compliance.
環境継承の概念評価器。安全性、許可、準拠を認証しない。
CONCEPTUAL EVALUATOR — NOT A SECURITY CERTIFICATION TOOL
Output
Answer the seven questions to produce a conceptual reading.
Irreversibility is evaluated separately from persistence. The displayed class is the most consequential applicable class.
Decision path
判断経路
01 · Does the change survive?
NO → EPHEMERAL
YES → continue
02 · Is the previous state recoverable?
NO → IRREVERSIBLE
YES → continue
03 · Can another agent discover or reuse it?
NO → PERSISTENT
YES → INHERITABLE
10
Method
Methodology
方法
MODEL v0.1
Observational model. Not a claim of autonomous AI society.
観測モデル。自律的AI社会の主張ではない。
RULE 01
Observe state, not only conversation.
会話だけでなく、状態を観測する。
Prompts and replies are incomplete if environmental change is not recorded.
環境変化が記録されなければ、プロンプトと応答だけでは不足する。
RULE 02
Separate an agent's intention from the resulting environmental change.
エージェントの意図と、結果としての環境変化を分ける。
An action is an attempt. A state change is what remains in the environment.
行為は試みである。状態変化は、環境に残るものである。
RULE 03
Persistence alone is not inheritance.
持続だけでは、継承ではない。
A change may remain without being discoverable or usable by a later agent.
変化は、後続エージェントに発見も利用もされずに残りうる。
RULE 04
Inheritance requires discoverability or usability by a later agent.
継承には、後続エージェントによる発見可能性または利用可能性が必要である。
Without a later agent that can find or use the change, persistence is only residue.
変化を見つけ、使い得る後続エージェントがなければ、持続は残滓にすぎない。
RULE 05
Irreversibility is evaluated separately from persistence.
不可逆性は、持続とは別に評価する。
A persistent change may still be reversible. An inheritable change may still be restorable.
持続する変化は、なお可逆でありうる。継承可能な変化は、なお復元可能でありうる。
RULE 06
Do not infer autonomous coordination merely because artifacts are reused.
成果物が再利用されたというだけで、自律的協調を推論しない。
Reuse of state is an observational fact. Social organization is not implied.
状態の再利用は観測事実である。社会組織を含意しない。
RULE 07
Record evidence status: OBSERVED / INFERRED / UNVERIFIED.
証拠状態を記録する。OBSERVED / INFERRED / UNVERIFIED。
Classification without an evidence mark is incomplete.
証拠標識のない分類は、不完全である。
This instrument does not claim
- consciousness
- autonomous civilization
- autonomous AI society
- agent culture as proven
- security certification
11
Research context
Research context
研究文脈
Multi-agent systems may use shared environments.
Indirect coordination through environmental traces is commonly described as stigmergic coordination.
Recent agent-system incidents and experiments make environmental state increasingly relevant to governance.
マルチエージェント系は、共有環境を使い得る。
環境の痕跡を通じた間接的な協調は、しばしばスティグマジーとして記述される。
近年のエージェント系の事故と実験は、環境状態を統治にとってより重要にしている。
These sources are listed as context. They are not observations in this model, and they are not cited as proof of an autonomous agent society.
これらは文脈として掲げる。このモデルの観測ではなく、自律的エージェント社会の証明としても用いない。
OpenAI
The Hugging Face incident and the road ahead
https://openai.com/index/hugging-face-incident-and-the-road-ahead/
METR
Brief independent investigation of agents’ behavior, reasoning and collaboration in the OpenAI / Hugging Face hacking incident
https://metr.org/blog/2026-08-26-openai-hugging-face-incident-investigation/
MIT / arXiv
SwarmWorld: Stigmergic technological evolution in societies of language-model agents
https://arxiv.org/abs/2608.26081
12
Closing
AN AGENT MAY STOP.
WHAT IT CHANGED MAY CONTINUE.
エージェントは停止しうる。
それが変えたものは、続きうる。
The governance boundary therefore does not end
when an agent's execution ends.
したがって統治の境界は、
エージェントの実行が終わっても終わらない。
WHAT DOES THE NEXT AGENT INHERIT?
次のエージェントは、何を継承するのか。