Shimo4228 commited on
Commit
0f3d64c
·
verified ·
1 Parent(s): c88ca2d

Upload graph.jsonld with huggingface_hub

Browse files
Files changed (1) hide show
  1. graph.jsonld +93 -21
graph.jsonld CHANGED
@@ -326,7 +326,8 @@
326
  "@id": "https://shimo4228.github.io/shimo4228/vocab#akc/concept/harness-alignment",
327
  "@type": ["Concept", "DefinedTerm"],
328
  "name": "harness alignment",
329
- "description": "The continuous, human-gated activity of keeping an agent's harness — its configuration layer: skills, rules, prompts, documentation — aligned with the operator's evolving intent. Extends intent alignment (Christiano 2018) from agent behavior to the artifacts that shape behavior, and across time: alignment is sustained through a cycle, not configured once (cf. Lehman's Law of Continuing Change, 1980). The alignment target is operator intent, not model values. The contrast is harness optimization (Meta-Harness, arXiv:2603.28052): autonomous, score-driven improvement on the correctness axis. AKC's six phases operationalize harness alignment: Measure and Maintain detect harness drift; Curate and Promote correct it through the human approval gate.",
 
330
  "groundedIn": [
331
  "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0017-harness-alignment-and-drift.md",
332
  "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0009-akc-is-a-cycle-not-a-harness.md"
@@ -339,7 +340,8 @@
339
  "@id": "https://shimo4228.github.io/shimo4228/vocab#akc/concept/harness-drift",
340
  "@type": ["Concept", "DefinedTerm"],
341
  "name": "harness drift",
342
- "description": "Harness alignment's failure mode: the gradual uncoupling of the harness from operator intent when the cycle does not run — skills go stale, rules stop matching practice, documentation diverges from code. Named in lineage with architectural drift (Perry & Wolf 1992: divergence by insensitivity), practical drift (Snook 2000: practice uncoupling from written procedure), and agent drift (arXiv:2601.04170: behavioral-level deviation from original intent). An artifact-side failure, distinct from the human-side loop failure modes of ADR-0014 (gate complacency, deskilling, delegation-feedback divergence); the two compound but are recorded separately.",
 
343
  "groundedIn": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0017-harness-alignment-and-drift.md",
344
  "derivesFrom": [
345
  "https://shimo4228.github.io/shimo4228/vocab#prior-art/architectural-drift-perry-wolf",
@@ -636,13 +638,17 @@
636
  "identifier": "10.5281/zenodo.20578272",
637
  "about": "https://doi.org/10.5281/zenodo.19200726",
638
  "isBasedOn": "https://github.com/shimo4228/agent-knowledge-cycle",
639
- "description": "Position paper (Zenodo working paper, v1) deposited from the AKC line. Defines harness alignment — the continuous, human-gated activity of keeping an agent's harness aligned with the operator's evolving intent — and harness drift, its failure mode, against the software-evolution and alignment literatures; argues the three defining properties (continuous, human-gated, bidirectional) follow from a single root: intent, unlike correctness, cannot be automated the same way. Records a bibliographic bridge: audited 2026 drift coinages are severed from the classical software-evolution lineage, which harness drift reconnects by reference. Two-layer design: lean body for human readers, verified-verbatim footnotes as a density layer for LLM consumption. Scoped as provisional judgments from a months-old practice, offered as a position, not an empirical study."
 
 
 
 
640
  },
641
 
642
  {
643
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/coala",
644
  "sameAs": "https://www.wikidata.org/wiki/Q140181234",
645
- "@type": "ScholarlyArticle",
646
  "name": "CoALA: Cognitive Architectures for Language Agents",
647
  "author": "Sumers et al.",
648
  "datePublished": "2023",
@@ -654,7 +660,7 @@
654
  {
655
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/voyager",
656
  "sameAs": "https://www.wikidata.org/wiki/Q140181233",
657
- "@type": "ScholarlyArticle",
658
  "name": "Voyager: An Open-Ended Embodied Agent with Large Language Models",
659
  "author": "Wang et al.",
660
  "datePublished": "2023",
@@ -666,7 +672,7 @@
666
  {
667
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/generative-agents",
668
  "sameAs": "https://www.wikidata.org/wiki/Q130846143",
669
- "@type": "ScholarlyArticle",
670
  "name": "Generative Agents: Interactive Simulacra of Human Behavior",
671
  "author": "Park et al.",
672
  "datePublished": "2023",
@@ -678,7 +684,7 @@
678
  {
679
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/memgpt",
680
  "sameAs": "https://www.wikidata.org/wiki/Q140181237",
681
- "@type": "ScholarlyArticle",
682
  "name": "MemGPT: Towards LLMs as Operating Systems",
683
  "author": "Packer et al.",
684
  "datePublished": "2023",
@@ -690,7 +696,7 @@
690
  {
691
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/reme",
692
  "sameAs": "https://www.wikidata.org/wiki/Q140181257",
693
- "@type": "ScholarlyArticle",
694
  "name": "ReMe: Remember Me, Refine Me",
695
  "author": "Cao et al.",
696
  "datePublished": "2025",
@@ -702,7 +708,7 @@
702
  {
703
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/agent-workflow-memory",
704
  "sameAs": "https://www.wikidata.org/wiki/Q140181241",
705
- "@type": "ScholarlyArticle",
706
  "name": "Agent Workflow Memory",
707
  "author": "Wang et al.",
708
  "datePublished": "2024",
@@ -713,7 +719,7 @@
713
  },
714
  {
715
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/intent-alignment-christiano",
716
- "@type": "TechArticle",
717
  "name": "Clarifying \"AI alignment\"",
718
  "author": "Christiano, P.",
719
  "datePublished": "2018",
@@ -724,7 +730,7 @@
724
  {
725
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/lehman-laws",
726
  "sameAs": "https://www.wikidata.org/wiki/Q57311412",
727
- "@type": "ScholarlyArticle",
728
  "name": "Programs, Life Cycles, and Laws of Software Evolution",
729
  "author": "Lehman, M. M.",
730
  "datePublished": "1980",
@@ -736,7 +742,7 @@
736
  {
737
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/architectural-drift-perry-wolf",
738
  "sameAs": "https://www.wikidata.org/wiki/Q55880382",
739
- "@type": "ScholarlyArticle",
740
  "name": "Foundations for the Study of Software Architecture",
741
  "author": "Perry, D. E. & Wolf, A. L.",
742
  "datePublished": "1992",
@@ -747,7 +753,7 @@
747
  },
748
  {
749
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/practical-drift-snook",
750
- "@type": "Book",
751
  "name": "Friendly Fire: The Accidental Shootdown of U.S. Black Hawks over Northern Iraq",
752
  "author": "Snook, S. A.",
753
  "datePublished": "2000",
@@ -757,7 +763,7 @@
757
  {
758
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/meta-harness",
759
  "sameAs": "https://www.wikidata.org/wiki/Q140181272",
760
- "@type": "ScholarlyArticle",
761
  "name": "Meta-Harness: End-to-End Optimization of Model Harnesses",
762
  "author": "Lee, Y. et al.",
763
  "datePublished": "2026",
@@ -771,7 +777,7 @@
771
  {
772
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/agent-drift",
773
  "sameAs": "https://www.wikidata.org/wiki/Q140181260",
774
- "@type": "ScholarlyArticle",
775
  "name": "Agent Drift: Quantifying Behavioral Degradation in Multi-Agent LLM Systems Over Extended Interactions",
776
  "author": "Rath, A.",
777
  "datePublished": "2026",
@@ -779,10 +785,76 @@
779
  "url": "https://arxiv.org/abs/2601.04170",
780
  "groundedIn": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0017-harness-alignment-and-drift.md"
781
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  {
783
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/geo",
784
  "sameAs": "https://www.wikidata.org/wiki/Q131161430",
785
- "@type": "ScholarlyArticle",
786
  "name": "GEO: Generative Engine Optimization",
787
  "author": "Aggarwal, P. et al.",
788
  "datePublished": "2023",
@@ -794,7 +866,7 @@
794
  {
795
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/intrinsic-metacognitive-learning",
796
  "sameAs": "https://www.wikidata.org/wiki/Q140181243",
797
- "@type": "ScholarlyArticle",
798
  "name": "Truly Self-Improving Agents Require Intrinsic Metacognitive Learning",
799
  "author": "Liu & van der Schaar",
800
  "datePublished": "2025",
@@ -806,7 +878,7 @@
806
  {
807
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/externalization-review",
808
  "sameAs": "https://www.wikidata.org/wiki/Q140181274",
809
- "@type": "ScholarlyArticle",
810
  "name": "Externalization in LLM Agents: A Unified Review of Memory, Skills, Protocols and Harness Engineering",
811
  "author": "Zhou et al.",
812
  "datePublished": "2026",
@@ -859,21 +931,21 @@
859
  },
860
 
861
  {
862
- "@id": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/skills/when-code-when-llm.md",
863
  "@type": "TechArticle",
864
  "name": "when-code-when-llm (design-pattern skill)",
865
  "description": "Per-task decision: is this property structural or semantic? Long-form 'how' guide paired 1:1 with ADR-0008. Provides concrete patterns, code sketches, and audit checklists to operationalize the code-vs-LLM choice.",
866
  "groundedIn": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0008-code-and-llm-collaboration.md"
867
  },
868
  {
869
- "@id": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/skills/code-and-llm-collaboration.md",
870
  "@type": "TechArticle",
871
  "name": "code-and-llm-collaboration (design-pattern skill)",
872
  "description": "Per-pipeline decision: how to layer code and LLM. Long-form 'how' guide paired 1:1 with ADR-0008. Realizes the four code-LLM layering patterns (guard, filter, judge, orchestrator) with concrete pipeline sketches.",
873
  "groundedIn": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0008-code-and-llm-collaboration.md"
874
  },
875
  {
876
- "@id": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/skills/signal-first-research.md",
877
  "@type": "TechArticle",
878
  "name": "signal-first-research (design-pattern skill)",
879
  "description": "Designing a research intake filter that admits only information likely to change the next action. Long-form 'how' guide paired 1:1 with ADR-0010. Operationalizes the signal-first principle as a Research-phase filter.",
 
326
  "@id": "https://shimo4228.github.io/shimo4228/vocab#akc/concept/harness-alignment",
327
  "@type": ["Concept", "DefinedTerm"],
328
  "name": "harness alignment",
329
+ "description": "The continuous, human-gated activity of keeping an agent's harness — its configuration layer: skills, rules, prompts, documentation — aligned with the operator's evolving intent. Extends intent alignment (Christiano 2018) from agent behavior to the artifacts that shape behavior, and across time: alignment is sustained through a cycle, not configured once (cf. Lehman's Law of Continuing Change, 1980). The alignment target is operator intent, not model values. Three defining properties hold simultaneously — continuous, human-gated, bidirectional (the loop's own running moves its own target) — derived from a single root in the position paper (10.5281/zenodo.20578272, §3): intent has no verifier outside the operator, and verifying intent sharpens the judgment doing the verifying. The contrast is harness optimization (Meta-Harness, arXiv:2603.28052): autonomous, score-driven improvement on the correctness axis. AKC's six phases operationalize harness alignment: Measure and Maintain detect harness drift; Curate and Promote correct it through the human approval gate.",
330
+ "subjectOf": "https://doi.org/10.5281/zenodo.20578272",
331
  "groundedIn": [
332
  "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0017-harness-alignment-and-drift.md",
333
  "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0009-akc-is-a-cycle-not-a-harness.md"
 
340
  "@id": "https://shimo4228.github.io/shimo4228/vocab#akc/concept/harness-drift",
341
  "@type": ["Concept", "DefinedTerm"],
342
  "name": "harness drift",
343
+ "description": "Harness alignment's failure mode: the gradual uncoupling of the harness from operator intent when the cycle does not run — skills go stale, rules stop matching practice, documentation diverges from code. Named in lineage with architectural drift (Perry & Wolf 1992: divergence by insensitivity), practical drift (Snook 2000: practice uncoupling from written procedure), and agent drift (arXiv:2601.04170: behavioral-level deviation from original intent). An artifact-side failure, distinct from the human-side loop failure modes of ADR-0014 (gate complacency, deskilling, delegation-feedback divergence); the two compound but are recorded separately. The position paper's pre-deposit audit (10.5281/zenodo.20578272, §6) extended the lineage check to three further 2026 drift coinages — constraint drift, memory drift, belief deviation — finding the same absence of the classical lineage, and disambiguates the term from its one other use (benchmark-comparability, Moghadasi & Ghaderi 2026).",
344
+ "subjectOf": "https://doi.org/10.5281/zenodo.20578272",
345
  "groundedIn": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0017-harness-alignment-and-drift.md",
346
  "derivesFrom": [
347
  "https://shimo4228.github.io/shimo4228/vocab#prior-art/architectural-drift-perry-wolf",
 
638
  "identifier": "10.5281/zenodo.20578272",
639
  "about": "https://doi.org/10.5281/zenodo.19200726",
640
  "isBasedOn": "https://github.com/shimo4228/agent-knowledge-cycle",
641
+ "definesConcept": [
642
+ "https://shimo4228.github.io/shimo4228/vocab#akc/concept/harness-alignment",
643
+ "https://shimo4228.github.io/shimo4228/vocab#akc/concept/harness-drift"
644
+ ],
645
+ "description": "Position paper (Zenodo working paper, v1) deposited from the AKC line. Defines harness alignment — the continuous, human-gated activity of keeping an agent's harness aligned with the operator's evolving intent — and harness drift, its failure mode, against the software-evolution and alignment literatures; argues the three defining properties (continuous, human-gated, bidirectional) follow from a single root: intent, unlike correctness, cannot be automated the same way — an automated intent-check would freeze intent into a specification, reducing its automatable part to correctness work, and the moving criterion is the residue. Records a bibliographic bridge: audited 2026 drift coinages are severed from the classical software-evolution lineage, which harness drift reconnects by reference. Two-layer design: lean body for human readers, verified-verbatim footnotes as a density layer for LLM consumption. Scoped as provisional judgments from a months-old practice, offered as a position, not an empirical study."
646
  },
647
 
648
  {
649
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/coala",
650
  "sameAs": "https://www.wikidata.org/wiki/Q140181234",
651
+ "@type": ["ExternalReference", "ScholarlyArticle"],
652
  "name": "CoALA: Cognitive Architectures for Language Agents",
653
  "author": "Sumers et al.",
654
  "datePublished": "2023",
 
660
  {
661
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/voyager",
662
  "sameAs": "https://www.wikidata.org/wiki/Q140181233",
663
+ "@type": ["ExternalReference", "ScholarlyArticle"],
664
  "name": "Voyager: An Open-Ended Embodied Agent with Large Language Models",
665
  "author": "Wang et al.",
666
  "datePublished": "2023",
 
672
  {
673
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/generative-agents",
674
  "sameAs": "https://www.wikidata.org/wiki/Q130846143",
675
+ "@type": ["ExternalReference", "ScholarlyArticle"],
676
  "name": "Generative Agents: Interactive Simulacra of Human Behavior",
677
  "author": "Park et al.",
678
  "datePublished": "2023",
 
684
  {
685
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/memgpt",
686
  "sameAs": "https://www.wikidata.org/wiki/Q140181237",
687
+ "@type": ["ExternalReference", "ScholarlyArticle"],
688
  "name": "MemGPT: Towards LLMs as Operating Systems",
689
  "author": "Packer et al.",
690
  "datePublished": "2023",
 
696
  {
697
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/reme",
698
  "sameAs": "https://www.wikidata.org/wiki/Q140181257",
699
+ "@type": ["ExternalReference", "ScholarlyArticle"],
700
  "name": "ReMe: Remember Me, Refine Me",
701
  "author": "Cao et al.",
702
  "datePublished": "2025",
 
708
  {
709
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/agent-workflow-memory",
710
  "sameAs": "https://www.wikidata.org/wiki/Q140181241",
711
+ "@type": ["ExternalReference", "ScholarlyArticle"],
712
  "name": "Agent Workflow Memory",
713
  "author": "Wang et al.",
714
  "datePublished": "2024",
 
719
  },
720
  {
721
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/intent-alignment-christiano",
722
+ "@type": ["ExternalReference", "TechArticle"],
723
  "name": "Clarifying \"AI alignment\"",
724
  "author": "Christiano, P.",
725
  "datePublished": "2018",
 
730
  {
731
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/lehman-laws",
732
  "sameAs": "https://www.wikidata.org/wiki/Q57311412",
733
+ "@type": ["ExternalReference", "ScholarlyArticle"],
734
  "name": "Programs, Life Cycles, and Laws of Software Evolution",
735
  "author": "Lehman, M. M.",
736
  "datePublished": "1980",
 
742
  {
743
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/architectural-drift-perry-wolf",
744
  "sameAs": "https://www.wikidata.org/wiki/Q55880382",
745
+ "@type": ["ExternalReference", "ScholarlyArticle"],
746
  "name": "Foundations for the Study of Software Architecture",
747
  "author": "Perry, D. E. & Wolf, A. L.",
748
  "datePublished": "1992",
 
753
  },
754
  {
755
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/practical-drift-snook",
756
+ "@type": ["ExternalReference", "Book"],
757
  "name": "Friendly Fire: The Accidental Shootdown of U.S. Black Hawks over Northern Iraq",
758
  "author": "Snook, S. A.",
759
  "datePublished": "2000",
 
763
  {
764
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/meta-harness",
765
  "sameAs": "https://www.wikidata.org/wiki/Q140181272",
766
+ "@type": ["ExternalReference", "ScholarlyArticle"],
767
  "name": "Meta-Harness: End-to-End Optimization of Model Harnesses",
768
  "author": "Lee, Y. et al.",
769
  "datePublished": "2026",
 
777
  {
778
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/agent-drift",
779
  "sameAs": "https://www.wikidata.org/wiki/Q140181260",
780
+ "@type": ["ExternalReference", "ScholarlyArticle"],
781
  "name": "Agent Drift: Quantifying Behavioral Degradation in Multi-Agent LLM Systems Over Extended Interactions",
782
  "author": "Rath, A.",
783
  "datePublished": "2026",
 
785
  "url": "https://arxiv.org/abs/2601.04170",
786
  "groundedIn": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0017-harness-alignment-and-drift.md"
787
  },
788
+ {
789
+ "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/automation-complacency-parasuraman-manzey",
790
+ "@type": ["ExternalReference", "ScholarlyArticle"],
791
+ "name": "Complacency and Bias in Human Use of Automation: An Attentional Integration",
792
+ "author": "Parasuraman, R. & Manzey, D. H.",
793
+ "datePublished": "2010",
794
+ "identifier": "doi:10.1177/0018720810376055",
795
+ "url": "https://doi.org/10.1177/0018720810376055",
796
+ "description": "Empirical anchor for the failure twin's gate-complacency mode, located by the position paper (§6). Defines automation complacency operationally as poorer detection of system malfunctions under automation control compared with manual control, finds it reliability-dependent (33% failure detection under constant-reliability automation versus 82% under variable-reliability), and characterizes it as an active reallocation of attention under high workload, not passive laziness. The position paper holds the mapping as structural inference, not measurement on the cycle (ADR-0014 keeps the empirical layer out of the decision record by its own layer rule).",
797
+ "groundedIn": "https://doi.org/10.5281/zenodo.20578272"
798
+ },
799
+ {
800
+ "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/ironies-of-automation-bainbridge",
801
+ "@type": "ScholarlyArticle",
802
+ "name": "Ironies of Automation",
803
+ "author": "Bainbridge, L.",
804
+ "datePublished": "1983",
805
+ "identifier": "doi:10.1016/0005-1098(83)90046-8",
806
+ "url": "https://doi.org/10.1016/0005-1098(83)90046-8",
807
+ "description": "Empirical anchor for the failure twin's deskilling mode, located by the position paper (§6): physical and cognitive skills deteriorate when not used, so a formerly experienced operator who has been monitoring an automated process may now be an inexperienced one — while the monitoring arrangement asks the operator to supervise a system installed precisely because it outperforms them. Held as structural inference, not measurement on the cycle.",
808
+ "groundedIn": "https://doi.org/10.5281/zenodo.20578272"
809
+ },
810
+ {
811
+ "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/benchmark-audit-moghadasi-ghaderi",
812
+ "@type": ["ExternalReference", "ScholarlyArticle"],
813
+ "name": "What Twelve LLM Agent Benchmark Papers Disclose About Themselves: A Pilot Audit and an Open Scoring Schema",
814
+ "author": "Moghadasi, M. N. & Ghaderi, F.",
815
+ "datePublished": "2026",
816
+ "identifier": "arXiv:2605.21404",
817
+ "url": "https://arxiv.org/abs/2605.21404",
818
+ "description": "Term disambiguation recorded by the position paper's pre-deposit sweep: the only other use of \"harness drift\" found, meaning a benchmark-comparability defect — results produced on the same benchmark under different scaffolds circulating under the same name — not a configuration layer's uncoupling from operator intent (the AKC sense). Readers retrieving \"harness drift\" should disambiguate by this contrast.",
819
+ "groundedIn": "https://doi.org/10.5281/zenodo.20578272"
820
+ },
821
+ {
822
+ "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/constraint-drift",
823
+ "@type": ["ExternalReference", "ScholarlyArticle"],
824
+ "name": "Safe Multi-Agent Behavior Must Be Maintained, Not Merely Asserted: Constraint Drift in LLM-Based Multi-Agent Systems",
825
+ "author": "Li, T. et al.",
826
+ "datePublished": "2026",
827
+ "identifier": "arXiv:2605.10481",
828
+ "url": "https://arxiv.org/abs/2605.10481",
829
+ "description": "One of three further 2026 drift coinages audited in the position paper's pre-deposit sweep (§6): constraint drift — the loss, distortion, weakening, or relaxation of constraints as they pass through memory, delegation, communication, tool use, audit, and optimization. Its reference list contains no classical software-evolution literature (no Lehman, Perry & Wolf, Parnas, or Snook) — part of the disconnection harness drift bridges by reference.",
830
+ "groundedIn": "https://doi.org/10.5281/zenodo.20578272"
831
+ },
832
+ {
833
+ "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/memory-drift",
834
+ "@type": ["ExternalReference", "ScholarlyArticle"],
835
+ "name": "Governing Evolving Memory in LLM Agents: Risks, Mechanisms, and the Stability and Safety Governed Memory (SSGM) Framework",
836
+ "author": "Lam, C. et al.",
837
+ "datePublished": "2026",
838
+ "identifier": "arXiv:2603.11768",
839
+ "url": "https://arxiv.org/abs/2603.11768",
840
+ "description": "One of three further 2026 drift coinages audited in the position paper's pre-deposit sweep (§6): memory drift, with semantic, procedural, and goal sub-forms. Its reference list contains no classical software-evolution literature, while citing the agent-drift coining paper itself — evidence the drift vocabulary propagates within the 2026 agent literature while remaining severed from the classical lineage.",
841
+ "groundedIn": "https://doi.org/10.5281/zenodo.20578272"
842
+ },
843
+ {
844
+ "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/belief-deviation",
845
+ "@type": ["ExternalReference", "ScholarlyArticle"],
846
+ "name": "Meta-Cognitive Memory Policy Optimization for Long-Horizon LLM Agents",
847
+ "author": "Liu, Z. et al.",
848
+ "datePublished": "2026",
849
+ "identifier": "arXiv:2605.30159",
850
+ "url": "https://arxiv.org/abs/2605.30159",
851
+ "description": "One of three further 2026 drift coinages audited in the position paper's pre-deposit sweep (§6): belief deviation over long horizons. Its reference list contains no classical software-evolution literature — part of the disconnection harness drift bridges by reference.",
852
+ "groundedIn": "https://doi.org/10.5281/zenodo.20578272"
853
+ },
854
  {
855
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/geo",
856
  "sameAs": "https://www.wikidata.org/wiki/Q131161430",
857
+ "@type": ["ExternalReference", "ScholarlyArticle"],
858
  "name": "GEO: Generative Engine Optimization",
859
  "author": "Aggarwal, P. et al.",
860
  "datePublished": "2023",
 
866
  {
867
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/intrinsic-metacognitive-learning",
868
  "sameAs": "https://www.wikidata.org/wiki/Q140181243",
869
+ "@type": ["ExternalReference", "ScholarlyArticle"],
870
  "name": "Truly Self-Improving Agents Require Intrinsic Metacognitive Learning",
871
  "author": "Liu & van der Schaar",
872
  "datePublished": "2025",
 
878
  {
879
  "@id": "https://shimo4228.github.io/shimo4228/vocab#prior-art/externalization-review",
880
  "sameAs": "https://www.wikidata.org/wiki/Q140181274",
881
+ "@type": ["ExternalReference", "ScholarlyArticle"],
882
  "name": "Externalization in LLM Agents: A Unified Review of Memory, Skills, Protocols and Harness Engineering",
883
  "author": "Zhou et al.",
884
  "datePublished": "2026",
 
931
  },
932
 
933
  {
934
+ "@id": "https://github.com/shimo4228/when-code-when-llm",
935
  "@type": "TechArticle",
936
  "name": "when-code-when-llm (design-pattern skill)",
937
  "description": "Per-task decision: is this property structural or semantic? Long-form 'how' guide paired 1:1 with ADR-0008. Provides concrete patterns, code sketches, and audit checklists to operationalize the code-vs-LLM choice.",
938
  "groundedIn": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0008-code-and-llm-collaboration.md"
939
  },
940
  {
941
+ "@id": "https://github.com/shimo4228/code-and-llm-collaboration",
942
  "@type": "TechArticle",
943
  "name": "code-and-llm-collaboration (design-pattern skill)",
944
  "description": "Per-pipeline decision: how to layer code and LLM. Long-form 'how' guide paired 1:1 with ADR-0008. Realizes the four code-LLM layering patterns (guard, filter, judge, orchestrator) with concrete pipeline sketches.",
945
  "groundedIn": "https://github.com/shimo4228/agent-knowledge-cycle/blob/main/docs/adr/0008-code-and-llm-collaboration.md"
946
  },
947
  {
948
+ "@id": "https://github.com/shimo4228/signal-first-research",
949
  "@type": "TechArticle",
950
  "name": "signal-first-research (design-pattern skill)",
951
  "description": "Designing a research intake filter that admits only information likely to change the next action. Long-form 'how' guide paired 1:1 with ADR-0010. Operationalizes the signal-first principle as a Research-phase filter.",