Skip to content

Commit 6fa2bab

Browse files
authored
Merge pull request #547 from raifdmueller/feat/mhc-anchor-companion
feat: Meaningful Human Control anchor + companion updates (supersedes #543)
2 parents 09c84f8 + 273e6fd commit 6fa2bab

7 files changed

Lines changed: 70 additions & 5 deletions

File tree

docs/changelog.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
A chronological record of all semantic anchors added to the catalog. Community contributors are credited with thanks.
44

5+
== 2026-06-01
6+
7+
*New anchors:*
8+
9+
* *Meaningful Human Control (MHC)* — the requirement that humans keep genuine, substantive control over autonomous systems making high-stakes decisions, rather than formulaic "human-in-the-loop" oversight; demands situational awareness, an identifiable accountability chain that cannot pass to machines, positive human authorization of critical actions, and timely intervention; Sharkey's five levels (L1 human deliberates → L5 fully autonomous) grade the autonomy; rooted in the autonomous-weapons / international humanitarian law debate (Article 36, 2013) and now underpinning the EU AI Act's human-oversight rules (proposed by https://github.com/JensGrote[@JensGrote] in https://github.com/LLM-Coding/Semantic-Anchors/pull/543[#543], issue https://github.com/LLM-Coding/Semantic-Anchors/issues/540[#540])
10+
511
== 2026-05-22
612

713
*New anchors:*

plugins/semantic-anchors/skills/semantic-anchor-translator/references/catalog.md

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skill/semantic-anchor-translator/references/catalog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,11 @@ Source: https://github.com/LLM-Coding/Semantic-Anchors
625625
- **Proponents:** Irving Janis & Leon Mann ("Decision Making: A Psychological Analysis of Conflict, Choice, and Commitment", 1977); Benjamin Franklin (1772 "moral algebra" letter to Joseph Priestley); adapted by Miller & Rollnick ("Motivational Interviewing", 1991)
626626
- **Core:** Four-cell decision matrix capturing utilitarian gains/losses for self and for significant others, plus self-approval and approval from others; weighted entries surface trade-offs and resolve ambivalence rather than mechanise the choice; simplified two-column pros/cons form is a degenerate case; used in decision coaching and Motivational Interviewing to elicit change-talk; deliberative — weak under time pressure or high uncertainty
627627

628+
### Meaningful Human Control (MHC)
629+
- **Also known as:** MHC, Meaningful Human Control over Individual Attacks
630+
- **Proponents:** Article 36 (coined the term, 2013), Noel Sharkey (five-level framework, 2014), ICRC, UN CCW GGE, IEEE Global Initiative
631+
- **Core:** Requirement that humans retain genuine, substantive control over autonomous systems making high-stakes decisions — not merely formulaic "human-in-the-loop" oversight; demands situational awareness, an identifiable accountability chain (never transferable to machines), positive human authorization of critical actions, and timely intervention/override; Sharkey's five levels (L1 human deliberates → L5 fully autonomous) classify the degree of autonomy; originates in the autonomous-weapons / international humanitarian law debate but applies to medical AI, autonomous driving, and critical infrastructure; underlies the EU AI Act's human-oversight requirements
632+
628633
## Creative Writing & Storytelling
629634

630635
### Three-Act Structure

website/public/data/anchors.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,6 +2349,47 @@
23492349
"filePath": "docs/anchors/madr.adoc",
23502350
"tier": 3
23512351
},
2352+
{
2353+
"id": "meaningful-human-control",
2354+
"title": "Meaningful Human Control (MHC)",
2355+
"categories": [
2356+
"strategic-planning"
2357+
],
2358+
"roles": [
2359+
"software-architect",
2360+
"product-owner",
2361+
"consultant",
2362+
"educator",
2363+
"team-lead",
2364+
"data-scientist",
2365+
"systems-thinker"
2366+
],
2367+
"related": [
2368+
"regulated-environment",
2369+
"cynefin-framework",
2370+
"luhmann-system-theory",
2371+
"simon-constructivism",
2372+
"systemic-consulting"
2373+
],
2374+
"proponents": [
2375+
"Article 36",
2376+
"Noel Sharkey",
2377+
"ICRC",
2378+
"UN CCW GGE",
2379+
"IEEE Global Initiative"
2380+
],
2381+
"tags": [
2382+
"ethics",
2383+
"human-control",
2384+
"autonomy",
2385+
"weapons",
2386+
"ai-governance",
2387+
"accountability",
2388+
"human-rights"
2389+
],
2390+
"filePath": "docs/anchors/meaningful-human-control.adoc",
2391+
"tier": 2
2392+
},
23522393
{
23532394
"id": "mece",
23542395
"title": "MECE Principle",

website/public/data/categories.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
"jobs-to-be-done",
206206
"kano-model",
207207
"kotter-8-step-change-model",
208+
"meaningful-human-control",
208209
"mvp",
209210
"pert",
210211
"pugh-matrix",

website/public/data/metadata.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"generatedAt": "2026-05-21T21:01:50.649Z",
2+
"generatedAt": "2026-06-01T08:19:56.326Z",
33
"version": "1.0.0",
44
"counts": {
5-
"anchors": 151,
5+
"anchors": 152,
66
"categories": 15,
77
"roles": 14
88
},
99
"statistics": {
10-
"averageRolesPerAnchor": "3.21",
10+
"averageRolesPerAnchor": "3.23",
1111
"averageCategoriesPerAnchor": "1.06",
12-
"anchorsWithTags": 106,
13-
"anchorsWithRelated": 77
12+
"anchorsWithTags": 107,
13+
"anchorsWithRelated": 78
1414
}
1515
}

website/public/data/roles.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"lasr",
6868
"linddun",
6969
"luhmann-system-theory",
70+
"meaningful-human-control",
7071
"mece",
7172
"mental-model-according-to-naur",
7273
"morphological-box",
@@ -106,6 +107,7 @@
106107
"chain-of-thought",
107108
"control-chart-shewhart",
108109
"llm-evaluations",
110+
"meaningful-human-control",
109111
"mece",
110112
"nelson-rules",
111113
"sota",
@@ -156,6 +158,7 @@
156158
"kiss-principle",
157159
"lehmans-classification",
158160
"luhmann-system-theory",
161+
"meaningful-human-control",
159162
"mental-model-according-to-naur",
160163
"myers-briggs-type-indicator",
161164
"occams-razor",
@@ -196,6 +199,7 @@
196199
"jobs-to-be-done",
197200
"kano-model",
198201
"kotter-8-step-change-model",
202+
"meaningful-human-control",
199203
"morphological-box",
200204
"moscow",
201205
"mvp",
@@ -312,6 +316,7 @@
312316
"llm-evaluations",
313317
"luhmann-system-theory",
314318
"madr",
319+
"meaningful-human-control",
315320
"mece",
316321
"mikado-method",
317322
"morphological-box",
@@ -455,6 +460,7 @@
455460
"name": "Systems Thinker",
456461
"anchors": [
457462
"luhmann-system-theory",
463+
"meaningful-human-control",
458464
"simon-constructivism",
459465
"systemic-consulting"
460466
]
@@ -493,6 +499,7 @@
493499
"lehmans-classification",
494500
"luhmann-system-theory",
495501
"madr",
502+
"meaningful-human-control",
496503
"mental-model-according-to-naur",
497504
"mikado-method",
498505
"moscow",

0 commit comments

Comments
 (0)