# アノマリー応答
## 定義
アノマリー応答(Anomaly Response)とは、認知システム工学(cognitive systems engineering)における中核的フレームワークで、複雑システムの運用者が「異常(anomaly = 観測と期待の乖離)」を認知し、その原因を説明する仮説を生成・探索し、システムの完全性を保つよう介入を計画・実行する一連の認知作業を指す。エネルギーシステム・宇宙システム・麻酔管理など複数の高リスク領域で研究されてきた概念で、Woods & Hollnagel (2006) の *Joint Cognitive Systems* で理論化された。(Source: [[@2019__ACMQueue__Cognitive Work of Hypothesis Exploration During Anomaly Response]])
アノマリー応答は3つの相互依存する活動系列からなる:
1. **異常認知(anomaly recognition)** — 説明を要する所見(findings)の収集・更新。
2. **仮説探索(hypothesis exploration)** — 所見を説明しうる仮説の生成・修正・検証。
3. **応答管理/再計画(response management / replanning)** — システム完全性の維持・目標への影響緩和のための計画修正。
## 横断的知見
- **Maguire の博士論文(2020)第2章は、ACM Queue 論文が個体・チームの認知作業として描くアノマリー応答を、本質的に共同活動(joint activity)である過程として明示的に再定義する**。ACM Queue 論文([[@2019__ACMQueue__Cognitive Work of Hypothesis Exploration During Anomaly Response]])は異常認知・仮説探索・応答管理/再計画という3活動系列を、単一の運用者またはチームが遂行する認知作業として記述するのに対し、博士論文第2章は「現代のIT システムがもたらす接続性はスケールを拡大させたため、有用な分析単位は典型的な共同活動の単位である小規模作業グループではなく、ネットワークそのものになる」と論じ、アノマリー応答が人間・機械にまたがる多役割・多階層(multi-role, multi-echelon)ネットワークに分散した共同認知システムの働きであることを強調する([[@2020__PhD__Controlling the Costs of Coordination in Large-scale Distributed Software Systems - Chapter 2 Joint activity & anomaly response in large-scale distributed work systems]] p.22)。両ソースは同じ Woods & Hollnagel (2006) の異常対応モデルを共通の理論的基盤とするが、分析単位を「個人・チーム」から「ネットワーク」へ引き上げる点が博士論文の独自の貢献であり、大規模分散システムというスケールの違いに由来する拡張と見なせる。(Source: [[@2019__ACMQueue__Cognitive Work of Hypothesis Exploration During Anomaly Response]], [[@2020__PhD__Controlling the Costs of Coordination in Large-scale Distributed Software Systems - Chapter 2 Joint activity & anomaly response in large-scale distributed work systems]])
- **両ソースとも Woods (1994) を引いて「フォールト(異常)が時間的に展開する事象の連鎖を引き起こす」という動的な性質を強調するが、博士論文はこれを [[Joint Activity]] の[[協調コスト|協調コスト]]制御という文脈に接続する点で ACM Queue 論文と異なる焦点を持つ**。ACM Queue 論文は仮説探索空間(hypothesis-exploration space)という認知作業の内部構造(line of commitment 等)に焦点を当てるのに対し、博士論文第2章はアノマリー応答が要求する「協働的な共同作業の便益」——複数エージェント間の同期・資源の再配備——を強調し、認知的複雑性を個々人の負担に留めず分散させる必要性(Smith, Spencer, & Billings, 2011)を論じる。(Source: [[@2019__ACMQueue__Cognitive Work of Hypothesis Exploration During Anomaly Response]], [[@2020__PhD__Controlling the Costs of Coordination in Large-scale Distributed Software Systems - Chapter 2 Joint activity & anomaly response in large-scale distributed work systems]])
- [[仮説駆動RCA]] との関係: 仮説駆動RCA は主に AIOps/agentic SRE 文脈での「仮説生成→検証→停止条件」制御の議論に焦点を当てるのに対し、アノマリー応答はより広い認知システム工学の理論的基盤(1970〜2000年代の人的要因研究)を提供する。仮説探索空間の「line of commitment(行動着手線)」概念は、仮説駆動RCA の「深掘りの停止条件」という未解決の問いに対する歴史的先行研究として位置づけられる。
## 未解決の問い
- 「時間的近接性バイアス」(直近の変更が過度に疑われ、時間的に離れた変更の追跡が遅れる現象)は、[[ヒンドサイトバイアス]]とどう異なり、どう相互作用するか。
- SNAFUcatchers のケースDBに基づく手動の process tracing 分析を、LLM エージェントによる自動コーディング(events / hypothesis generation / model revisions / interventions / stance の5要素)に置き換えられるか。
- 仮説探索空間の可視化(hypothesis-exploration space diagram)は、[[仮説駆動RCA]] が扱う LLM エージェントの探索軌跡可視化(RCInvestigator 等)とどう統合できるか。
- 博士論文第2章が示す「アノマリー応答の分析単位はネットワークである」という主張は、実際にどのような境界(組織内/組織間、人間ノード/機械ノード)でネットワークを切り出せば有用な分析単位になるのか。この問いは博士論文第3章(Critical Digital Infrastructure の定義)以降で検証される見込み。
## 関連
- ソース: [[@2019__ACMQueue__Cognitive Work of Hypothesis Exploration During Anomaly Response]] / [[@2020__PhD__Controlling the Costs of Coordination in Large-scale Distributed Software Systems - Chapter 2 Joint activity & anomaly response in large-scale distributed work systems]]
- 概念: [[仮説駆動RCA]] / [[ヒンドサイトバイアス]] / [[複雑システム障害論]] / [[レジリエンスエンジニアリング]] / [[Joint Activity]] / [[協調コスト]]
- 実体: [[Marisa R. Grayson]] / [[David D. Woods]] / [[SNAFUcatchers Consortium]]
- 関連 MOC: [[SRE - MOC]]
## 出典
- [[@2019__ACMQueue__Cognitive Work of Hypothesis Exploration During Anomaly Response]]
- [[@2020__PhD__Controlling the Costs of Coordination in Large-scale Distributed Software Systems - Chapter 2 Joint activity & anomaly response in large-scale distributed work systems]] — Maguire, L. M. D. (2020). *Controlling the Costs of Coordination in Large-scale Distributed Software Systems*. Doctoral dissertation, The Ohio State University, Chapter 2(p.21-23: 異常対応モデルと共同活動の接続、多役割・多階層ネットワーク)