Ontology
Ontologyは、PCE 2.0 の model 上で「何が存在するか」を切り出す層である。 ここでは説明のしやすさより、 何を distinct object として扱うべきか を優先する。重要なのは、ontology が glossary ではないことだ。 glossary は短い説明を与えるが、 ontology は later な process、responsibility、governance、evaluation が依拠する存在物の単位を与える。
Ontology セクションの役割
Section titled “Ontology セクションの役割”このセクションの役割は、大きく三つある。
1. model 上の unit を固定する
Section titled “1. model 上の unit を固定する”たとえば「actor」「frame」「delta」「state」は日常語にも見える。 だが PCE 2.0 では、それぞれを distinct な unit として切り出す必要がある。
2. 層をまたぐ基盤語彙を与える
Section titled “2. 層をまたぐ基盤語彙を与える”responsibility、process、context、memory、governance は別セクションだが、 それらは ontology の unit を前提にしている。
3. 混同されやすいものを分ける
Section titled “3. 混同されやすいものを分ける”特に次は混同されやすい。
- actor と responsibility
- frame と lifecycle
- compiled context と durable state
- process delta と current truth
ontology は、その分離を first-class に行う。
現在の中心概念
Section titled “現在の中心概念”人間、AI、tool、document、policy など、 frame の意味的な進行に影響を与える存在を扱う。
goal、scope、actors、approval、eval、recovery を持つ work unit を扱う。 PCE 2.0 の中心 object である。
一つの frame の中で、 goal ownership、execution、approval、memory writing、incident ownership などの責任配置を束ねる。
ある actor / stage / branch に見せる bounded context を扱う。
process から emitted される change / evidence / recommendation / candidate を扱う。
後続 process が current truth として参照してよい project state を扱う。
capability、approval、audit、oversight が効く境界面を扱う。
later rollback や resume の anchor になる stateful point を扱う。
この8概念はどう関係するか
Section titled “この8概念はどう関係するか”work unit
Section titled “work unit”participants and responsibility topology
Section titled “participants and responsibility topology”local visibility
Section titled “local visibility”outputs and truth
Section titled “outputs and truth”control and recovery
Section titled “control and recovery”この grouping が見えると、 PCE 2.0 の ontology は単なる用語集ではなく、 process architecture の object model として読める。
どれを先に読むべきか
Section titled “どれを先に読むべきか”迷ったら、まず次の順がよい。
この三つで、
- work unit
- responsibility topology
- emitted result
の骨格が見える。
actor / AI 協働から入りたい
Section titled “actor / AI 協働から入りたい”memory / durability から入りたい
Section titled “memory / durability から入りたい”他セクションとの接続
Section titled “他セクションとの接続”Responsibility への接続
Section titled “Responsibility への接続”Responsibility は、
Actor と Responsibility Bundle を前提にしている。
Process への接続
Section titled “Process への接続”Process は、
Process Frame と Recovery Point を前提にしている。
Context への接続
Section titled “Context への接続”Context は、
Actor-local Compiled Context を前提にしている。
Governance への接続
Section titled “Governance への接続”Governance は、
Governance Surface を前提にしている。
Memory / Evaluation への接続
Section titled “Memory / Evaluation への接続”Memory と Evaluation は、
Process Delta と Durable Project State の distinction を前提にしている。
ケースでどう見えるか
Section titled “ケースでどう見えるか”frame、bundle、delta、durable state が end-to-end に見える最も重要な case。
delta と approval / current truth の distinction が見えやすい。
provisional recommendation と durable decision memory の分離が見えやすい。
actor、bundle、compiled context、governance surface が同時に見えやすい。
ontology を読むときのコツ
Section titled “ontology を読むときのコツ”1. 日常語のまま読まない
Section titled “1. 日常語のまま読まない”同じ単語でも、PCE 2.0 では distinct object として定義し直していることが多い。
2. 責任と存在を混同しない
Section titled “2. 責任と存在を混同しない”Actor は存在であり、Approval や Execution は responsibility である。
3. output と truth を混同しない
Section titled “3. output と truth を混同しない”Process Delta は emitted result であり、
Durable Project State は adopt された truth である。
4. process を ontology の外に置かない
Section titled “4. process を ontology の外に置かない”Process Frame や Recovery Point は、存在物として first-class に扱わなければ、
later な recovery や audit が弱くなる。
関連する reference
Section titled “関連する reference”暫定的なまとめ
Section titled “暫定的なまとめ”このセクションが言いたいことは、最終的には次の一文に集約できる。
PCE 2.0 の ontology は、言い換え辞典ではない。
仕事を process architecture として扱うために、何を actor とし、何を frame とし、何を local context とし、何を delta とし、何を durable state とし、どこを governance surface と recovery point とみなすべきかを固定する object model である。