Hamdi Bouzidi
AI Systems Architect
Montreal, Canada
Research HypothesisMonowire by SamielHuman-AI Interaction

Monowire by Samiel: Human ↔ Machine Semantic Divergence Detection

A prior-art review and an unverified research hypothesis , not a claimed Monowire capability. No experiment has been run.

Published Aug 8, 2026 Updated Aug 8, 2026 10 min read hamdibouzidi.com/research-monowire-semantic-divergence.html
Research status
Independent research review. Not peer reviewed. This document reviews prior art and proposes a falsifiable experiment; no experiment has been run and no claim of novelty is finalized.
Provenance
This review follows directly from the Monowire Research Map, which classified this topic as the highest-priority open question among Monowire's architectural mechanisms.
AI assistance disclosure
Generative AI tools were used during literature exploration, drafting, organization, and technical analysis. The research direction, classifications, and final editorial responsibility remain with the author.
On This Page
  1. Why This Topic
  2. The Hypothesis Under Review
  3. Cluster 1 - Intent Drift Detection
  4. Cluster 2 - Requirements Traceability
  5. Cluster 3 - Common Ground & Grounding Theory
  6. Cluster 4 - Multi-Agent State Consistency
  7. How the Clusters Compare
  8. The Narrowest Defensible Gap
  9. A Falsifiable Experiment
  10. Limitations of This Review
  11. References

01Why This Topic

Monowire's design repeatedly returns to an idea worth testing: could a system track two things at once , what a human believes about a project, and what a hidden multi-agent organization has actually done , and use the gap between them to catch misunderstanding early? That is a hypothesis about what Monowire could do, not a description of a capability it currently has. Nothing described below has been built or tested. The Monowire Research Map classified this as the one mechanism it could not immediately locate clear, direct prior art for, and flagged it as the priority topic for a dedicated pass. This document is that pass.

The instruction going in was explicit: do not assume "watches both sides" is itself novel. Watching two things is not a research contribution by itself , plenty of systems observe multiple signals. The actual question is narrower and needs to survive contact with four adjacent, well-developed literatures before any claim gets made.

How to read this document
Prior art Identified gap Monowire hypothesis Proposed experiment Currently unverified

Every section below sits at one of these five stages. Sections 3–6 are prior art. Section 7 states the gap. Section 8 states the hypothesis and its falsification test. Nothing past that has happened yet , this page will be updated if and when it does.

02The Hypothesis Under Review

Stated precisely, as a hypothesis rather than a description of current behavior: a system that continuously observed (a) a human's naturally expressed, evolving understanding of a project, extracted from ordinary conversation rather than explicit confirmation, and (b) the actual internal state of a multi-agent system executing that project over its full multi-session lifetime, would be able to detect semantic divergence between the two earlier than either side would independently notice , and intervene before the divergence compounds into wasted work. Monowire does not currently do this. Whether it could is the question.

Four literatures were checked against this, each covering part of the claim.

03Cluster 1 - Intent Drift Detection

"Intent drift" is a fully established, actively commercialized 2026 field. Multiple vendors (Zenity, Varonis Agent IBAC, ARMO) ship products that monitor whether an agent's ongoing behavior , its tool calls, data access, and action chains , stays aligned with the intent behind the request that started its session. NIST's AI Risk Management Framework and the OWASP Top 10 for Agentic Applications both treat this as a named risk category. At least one formal framework (MI9) applies goal-conditioned drift detection using distributional-distance metrics with graduated containment responses.

This is close, but structurally one-sided. Every system found compares the agent's current behavior against a fixed baseline , the original request, or a policy derived from it. None of them treat the human side as a second, independently evolving signal. If the human's own understanding of the project changes , which it does, constantly, in any real multi-week engagement , intent-drift tooling has no mechanism for noticing that the baseline itself has moved.

04Cluster 2 , Requirements Traceability

Requirements traceability is a decades-old, formalized software-engineering discipline, mandatory in regulated industries (ISO 26262, DO-178C, IEC 62304) and built around the traceability matrix: forward and backward links connecting stakeholder requirements to design, code, and tests. It exists specifically to catch mismatches between what stakeholders wanted and what got built.

Also close, and also structurally different from the hypothesis. Traceability is artifact-based and typically periodic or audit-triggered , it compares static documents at a point in time, not a continuously updated model of a person's currently-held beliefs extracted from ongoing natural conversation. Nobody in this cluster is trying to infer what a stakeholder currently believes; they're tracking whether a written requirement has a documented path to an implementation.

05Cluster 3 , Common Ground & Grounding Theory

This is the closest cluster, and it needed the most careful reading. Clark and Brennan's grounding theory , mutual knowledge built and repaired turn by turn in conversation , has a real, current line of human-AI research behind it in 2026: a benchmark for common ground in human-AI collaboration, a study titled "Navigating Rifts in Human-LLM Grounding," and work showing LLMs generate conversational text with measurably less grounding behavior (fewer clarifications, fewer acknowledgments) than humans do with each other.

This cluster directly studies misunderstanding between a human and an AI system, in real time, from conversational signals , which is most of what the Monowire hypothesis asks for. The scope, however, is consistently the single conversation: grounding breakdown is measured turn by turn, within one dialogue session, between a human and the conversational agent they're directly talking to. None of it extends to a human's belief about the state of a separate, downstream, multi-agent execution system that continues working autonomously between conversations , which is the specific situation Monowire's proposed Main Chat / Main Architect / Departments split would create, if built.

06Cluster 4 , Multi-Agent State Consistency

A separate, practical body of work covers state mismatches between agents in production multi-agent systems , schema-version mismatches between deployed agents, order-status disagreements across fulfillment/billing/shipping agents, decomposition-trace logging gaps in hierarchical task planning that hide non-determinism from monitoring. This is real, established engineering practice for keeping a multi-agent system internally consistent.

It's the wrong side of the boundary for this hypothesis, though , it's agent-to-agent, not human-to-organization. It's a useful adjacent pattern (the detection techniques generalize), but it doesn't touch the human's belief state at all.

07How the Clusters Compare

ClusterWhat it comparesTime frameHuman side modeled?
Intent drift detectionAgent behavior vs. original request baselineSingle session, continuousNo - baseline is fixed
Requirements traceabilityWritten requirements vs. implementation artifactsPeriodic / audit-triggeredNo - static documents only
Common ground / grounding theoryHuman utterance vs. AI's inferred understandingTurn-by-turn, single conversationYes - but scoped to one dialogue
Multi-agent state consistencyAgent state vs. other agent stateContinuous, production runtimeNo - agent-to-agent only
This hypothesisHuman's evolving belief vs. org's actual stateContinuous, across a project's full multi-session lifetimeYes - modeled independently, across sessions
Key finding

Every individual piece exists. The specific combination does not, as far as this review found.

Intent drift detection tracks agent behavior against a fixed baseline. Requirements traceability tracks documents against documents, periodically. Grounding theory tracks human-AI misunderstanding, but within one conversation. None of the four clusters model a human's currently-held belief about a system as an independently evolving signal, sustained and re-inferred across many separate sessions over a project's full lifetime, and diffed continuously against that system's real internal state.

That is a narrower claim than "Monowire watches both sides," and it should be treated as unproven rather than established. The gap is real enough on paper to justify one experiment. It is not yet evidence that the mechanism works, or that it would outperform the two literatures it sits closest to , grounding theory's single-conversation detectors and intent-drift's continuous behavioral monitors , if those techniques were simply extended across sessions instead.

08A Falsifiable Experiment

The hypothesis is testable without building the full Monowire architecture. A minimal version:

Proposed design , not yet run
01Run a multi-session project (real or simulated) where a human directs a multi-agent system across several separated conversations, with autonomous work happening between sessions.
02At the start of each new session, extract the human's current belief about key project facts from their natural conversational opening , not through explicit confirmation prompts.
03Independently extract the system's actual current state for those same facts from its own documentation, delegation records, or code.
04Diff the two. Log every detected divergence, its magnitude, and how many turns or how much time passed before the human noticed it unaided (or the project completed without either side noticing).
05Compare against two baselines: a single-conversation grounding-detection approach applied naively across sessions, and an intent-drift monitor comparing only against the original request.

The hypothesis is falsified if the dual-observation approach detects divergence no earlier, and no more often, than either baseline extended across sessions , in which case the honest conclusion is that this reduces to the existing literature rather than extending it.

09Limitations of This Review

The honest version of this review is: the mechanism is plausible, the individual pieces are well studied, and the specific combination , sustained across a project's lifetime rather than one conversation , appears to be an open gap. That is a reason to run the experiment, not a reason to claim the result.

References

  1. "AI Intent Detection: Securing Agent Behavior at Runtime." Zenity, 2026.Intent drift framed as a runtime security category, distinct from prompt-level filtering.
  2. "Agentic Alignment Drift." Emergent Mind, 2026.Survey of drift-detection metrics including the MI9 goal-conditioned runtime monitoring framework.
  3. "Requirements Traceability." Taylor & Francis Knowledge Reference.Definition and scope of forward/backward traceability as an artifact-based, audit-oriented discipline.
  4. "A Benchmark to Assess Common Ground in Human-AI Collaboration." arXiv:2602.21337, 2026.Applies Clark and Brennan's grounding theory directly to human-AI interaction, with an evaluation benchmark.
  5. "Navigating Rifts in Human-LLM Grounding: Study and Benchmark." arXiv:2503.13975.Documents that LLMs perform measurably less grounding behavior than humans in conversation, within single-session dialogue.
  6. "Multi-Agent System Reliability: Failure Patterns, Root Causes, and Production Validation Strategies." 2026.Schema-mismatch and state-consistency failures between deployed agents in production multi-agent systems.