Hamdi Bouzidi
AI Systems Architect
Montreal, Canada
Research MapMonowire by SamielSoftware Architecture

Monowire by Samiel: Research Map

Every architectural mechanism in Monowire, Samiel's continuity-layer product, checked against the existing literature before any of them gets a full working paper.

Published Aug 8, 2026 Updated Aug 8, 2026 11 min read hamdibouzidi.com/research-monowire-map.html
Research status
Independent research note / working document. Not peer reviewed. This is a living index, not a completed study , its classifications will be revised as individual topics get deeper review.
Provenance
This map originated from architectural discussions and design documents produced while building Monowire and related AI-native software systems.
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.

Monowire is not one architectural claim. It's a collection of them , a conversational front-end, a hidden reasoning layer, a deterministic governance layer, a communication substrate, department specialization, an event-to-narrative system, a skill-execution graph, and a proposed learning loop. Bundling all of that into one paper would make every individual claim weaker and harder to check. This page does the opposite: it takes each mechanism separately, asks what the field already knows about it, and only recommends a full paper where there's an actual open question left.

The question this map asks, for every row, is deliberately not "is Monowire unique." It's: which individual mechanism represents a genuinely interesting engineering hypothesis, and what evidence exists for or against it? Most rows below turn out to be well-established patterns with a working name already in the 2026 literature. That's a good outcome, not a disappointing one , it means those pieces of Monowire don't need defending, they need citing.

01A Note on Scope: Topology vs. Transport

One distinction governs several rows below and is worth stating up front. Communication protocols , MCP, ACP, A2A, Streamable HTTP, JSON-RPC notifications , are infrastructure choices, not architecture. They are also, as of mid-2026, thoroughly solved: the Agent Client Protocol already supports bidirectional JSON-RPC requests, real-time streaming notifications, and multiple concurrent sessions per connection, and MCP and A2A cover the adjacent tool-access and agent-to-agent legs of the same problem. None of that is Monowire's to claim.

What's left as an actual research question, once the transport layer is set aside, is Monowire's organizational topology: the separation between a human-facing conversational layer, a hidden reasoning layer, a deterministic governance layer, specialized departments, and a skill-governed execution graph , and whether that specific arrangement produces a measurable difference in outcome, independent of which protocol happens to carry the messages between them. Every row below that concerns "how components talk to each other" is marked Reject or Merge for exactly this reason; every row that concerns "who is responsible for what, and in what order" is treated as a live question.

02The Research Map

Investigate Investigate , priority Merge into another topic Reject as standalone Complete , already published
TopicPrior ArtPotential DifferenceResearch-Worthy?Status
Main Chat → Hidden Architect → Departments Supervisor-worker / orchestrator-worker hierarchical multi-agent pattern , the dominant production topology in 2026 (~70% of deployments in one industry survey). Standard supervisor-worker usually has the user talk directly to the supervisor. Monowire adds a distinct conversational layer in front of it, whose entire job is human rapport, not task decomposition , an orchestrator deliberately not exposed to the user. Narrow Investigate
Deterministic governance / Mechanical Layer "Deterministic AI architecture" , state machines and hard-coded checkpoints wrapping probabilistic agents to prevent hallucinated or contradictory state , is a mainstream, well-documented 2026 industry pattern, including dedicated governance toolkits built around exactly this problem. None identified. Monowire's delegation ledger / ADR-conflict check is a specific instance of an already-named pattern, not a new mechanism. Applied case study only Established , document, don't claim
Agent communication substrate (MCP / ACP / A2A / Streamable HTTP) Fully established and standardized. ACP already provides bidirectional requests, streaming notifications, and concurrent sessions per connection. None. This is an infrastructure choice, not architecture. No Reject as standalone
Structured internal messages (delegation schema) ACP / A2A / MCP already define typed message envelopes; A2A Agent Cards already carry capability and session metadata. Monowire's proposed fields (mission_id, department, skill_requirements, decision_id) are domain-specific instances of an already-standard pattern. No Merge , implementation detail only
Notifications vs. responses / task lifecycle events First-class in ACP already (streaming session/update notifications); general event-sourcing and observability practice covers the rest. None identified. No Reject as standalone
Human ↔ machine semantic divergence detection Adjacent fields exist , requirements traceability, agent audit-trail intent reconstruction , but a dedicated line of research on detecting real-time mismatches between a human's stated understanding and a multi-agent system's actual internal state wasn't found in this review. Potentially the most distinct idea on this page, precisely because it wasn't clearly located elsewhere. Needs a deeper, dedicated search before that claim is trusted. Yes Review complete , gap identified
Follow the Thread (event stream → human narrative) Process-mining-to-narrative work exists (event logs transformed into LLM-generated "stories" of process state); LLM audit-trail and observability tooling is a dense, mature, compliance-oriented field. Purpose, not mechanism. Audit trails answer "what happened and who's accountable." Follow the Thread is framed around reconstructing how understanding evolved, for the human's own benefit on return , a real but narrow distinction; the underlying mechanism (events → LLM narrative) is not new. Narrow Investigate , narrow framing only
Follow the Thread vs. conventional agent memory Same literature as the row above. Overlaps heavily with Follow the Thread's core claim; doesn't stand on its own. No Merge with Follow the Thread
Organizational learning through persistent skills Extremely dense and active in 2026 , automatic skill generation and refinement from agent experience and interaction traces is a named "generate-store-reuse" pattern with multiple published systems and at least one dedicated benchmark. None clearly identified. The human-governance-gate detail (candidate → review → registry) already appears in the skill-permissions literature reviewed for Working Paper 003. Not as a standalone paper Reject , note briefly inside Working Paper 003 instead
Agent-agnostic organizational infrastructure Exactly what ACP, MCP, and A2A already pursue at the protocol level , any editor to any agent, any agent to any tool, any agent to any agent. The live question isn't "should the protocol be agent-agnostic" , that's already answered. It's "what organizational value remains once the protocol layer is fully commoditized," which is really the topology question from row one. Not separately Merge with Main Chat → Architect → Departments
Documentation as an intermediate representation MetaGPT, BMAD, spec-driven development, Anthropic Agent Skills , reviewed in full. A narrow synthesis: documentation as long-lived organizational memory, compiled into a reusable skill format. Published with that verdict stated directly. Narrow, published Complete , Working Paper 002
Skill-governed execution graphs AIP, SIGIL/AG-IR, SkVM, Superpowers, OrgAgent , reviewed in full. Scope: graphing skill assignment across a project's documentation, upstream of any single skill's compilation, rather than inside one skill's own steps. Published with that verdict stated directly. Narrow, published Complete , Working Paper 003

03What Gets Promoted Next

Two topics are queued for a dedicated literature pass before a full paper gets written on either:

Monowire: Conversational Human-to-Agent Organizational Architecture
Queued , main-chat/architect/department topology, folded together with the agent-agnostic-infrastructure question

The candidate hypothesis: separating a human-facing conversational layer from a hidden orchestrating layer, on top of an otherwise standard supervisor-worker topology, produces a measurable difference in either human cognitive overhead or downstream reasoning quality , independent of which transport protocol carries the messages.

Monowire: Human-Machine Semantic Divergence Detection
High-priority research hypothesis , prior-art review complete, read the review. Gap identified; hypothesis and falsification test defined; experiment not yet run. Not a claimed Monowire capability.

The candidate hypothesis: a system observing both a human's stated understanding and a multi-agent system's actual internal state could detect semantic mismatches between the two earlier than either side would independently notice. Unverified.

One topic is queued with a narrower scope than originally proposed:

Monowire: Follow the Thread and Project Continuity
Queued , narrow framing only (continuity vs. compliance), not the underlying event-to-narrative mechanism

The mechanism (events → LLM-generated narrative) is not new. What may be worth a short paper is narrower: whether narrative reconstructed for the purpose of restoring a human's own mental model differs, in what it needs to include, from narrative reconstructed for audit or compliance purposes.

Three topics are not being promoted to their own papers, based on this review:

Why reject topics instead of writing a paper anyway

A paper can always be written about something well established , that's just a survey. The reason to not write one here is narrower: the stated goal of this research track is to find out which parts of Monowire are worth another engineer's attention, not to produce a fixed quota of papers. Writing a paper that concludes "this is a standard pattern, already well documented elsewhere" for every topic would dilute the two or three findings on this page that are actually worth someone's time to read.

Rejected topics aren't discarded , they're documented here, with their prior art, so the classification itself is checkable and revisable later if new evidence changes the picture.

04The Learning Loop This Map Is Part Of

The longer-term intent behind this map is that Monowire's own architecture should be revisable by what these papers find, not just described by them:

Monowire Architecture → Research Hypothesis → Prior Art Review → Formal Model → Experiment → Results → Adopt / Reject / Refine → Monowire Architecture

If a future experiment disproves one of the assumptions behind a row on this map, the corresponding piece of Monowire's design should change, not the other way around. That loop hasn't been closed yet for any row here , every "Investigate" status above is a hypothesis with a proposed next step, not a result.

The objective was never "prove Monowire invented this." It's "here is a specific problem, here is what the field already knows, here is what Monowire proposes differently, and here is whether that difference seems worth testing."

References

  1. "Multi-Agent Systems Explained: 2026 Patterns." decodethefuture, 2026.Supervisor/hierarchical and orchestrator-worker topologies as the dominant production patterns in 2026.
  2. "Deterministic AI Architecture: 5 Layers for Reliability." Kong Inc., 2026.State-machine and deterministic-checkpoint wrapping of probabilistic agents, as an established enterprise pattern.
  3. "Architecture." Agent Client Protocol documentation.Confirms bidirectional JSON-RPC requests, streaming notifications, and concurrent sessions per connection.
  4. "A Multi-Agent Retrieval-Augmented Framework for Work-in-Progress Prediction." arXiv, 2026.Transforms structured event logs into human-readable narrative "stories" , the closest mechanism found to Follow the Thread.
  5. "SkillLearnBench: Benchmarking Continual Learning Methods for Agent Skill Generation." arXiv:2604.20087, 2026.Dedicated benchmark for automatic skill generation from agent experience, confirming this is a dense, active area.
  6. "OrgAgent: Organize Your Multi-Agent System like a Company." arXiv:2604.01020, 2026.Hierarchical, company-modeled agent layers where a top layer determines downstream execution configuration.