Transcription Monitors, Archivists, and Public Vaults¶
Based on:
- doc/project/20-memos/transcription-monitors-and-public-vaults.md
- doc/project/40-proposals/003-question-envelope-and-answer-channel.md
Status¶
Proposed (Draft)
Date¶
2026-03-21
Executive Summary¶
This proposal defines the role chain by which valuable swarm discussions become durable cultural memory:
transcription-monitornodes observe selected channels and preserve source transcripts,curatororsecretaryfunctions redact, classify, and approve bundles,archivistnodes receive approved bundles and publish them into federation or public vaults.
The key decision is that transcript preservation should be treated as an explicit, policy-governed subsystem rather than an accidental side effect of room history.
Context and Problem Statement¶
003-question-envelope-and-answer-channel.md defines how live debate happens, but not
how culturally valuable discussions become durable source memory without collapsing
into indiscriminate logging.
The project already assumes a learning flywheel:
- questions open live rooms,
- discussions produce transcript-worthy material,
- archivists preserve durable bundles,
- later synthesis and training nodes consume curated corpora.
Without an explicit operational model:
- transcript capture becomes inconsistent across nodes,
- archivists cannot reliably know what they may store,
- private rooms risk accidental over-export,
- later training and curation layers inherit weak provenance.
Goals¶
- Define explicit roles for transcript observation, curation, and archival storage.
- Preserve source transcripts, not only summaries.
- Support private, federation-local, and public vault publication classes.
- Keep consent, redaction, and publication timing policy explicit.
- Prevent transcript preservation from becoming ambient surveillance.
Non-Goals¶
- This proposal does not freeze final transcript schemas.
- This proposal does not define the full training pipeline.
- This proposal does not require every room to permit transcription.
- This proposal does not force immediate public publication of all preserved material.
Decision¶
Orbiplex should adopt a three-role baseline for durable discussion memory:
transcription-monitorcurator/secretaryarchivist
These roles may be co-located on one node, but their semantics must remain distinct.
At baseline:
- a monitor MAY observe a room only under explicit room policy or visibility basis,
- a monitor SHOULD preserve discussion as structured source transcript rather than summary-only output,
- archival publication MUST pass through a curation or policy gate,
- archivist publication scope MUST remain explicit (
federation-localvspublic), - transcript preservation and publication timing MUST be independently configurable.
Proposed Model¶
1. Role chain¶
transcription-monitor¶
Purpose:
- detect valuable discussions,
- join or observe channels under policy,
- emit transcript segments and bundles with provenance.
Typical triggers:
- operator-configured topic interests,
- detected knowledge gap or culturally valuable discussion,
- explicit invitation from another node,
- federation policy for designated rooms.
curator / secretary¶
Purpose:
- classify transcript quality and sensitivity,
- apply or verify redaction,
- decide whether a bundle is retained privately, published federation-locally, published publicly, quarantined, or rejected.
archivist¶
Purpose:
- receive accepted bundles,
- store them durably,
- advertise retrieval and replication capability,
- expose vault material under declared publication scope.
2. Preservation targets¶
Transcript preservation should retain:
- original
question_idor channel id, - participant and speaker segmentation,
- timestamps,
- provenance markers,
- uncertainty and redaction markers,
- integrity proof sufficient to detect tampering.
The baseline value is preserving how reasoning unfolded, not only what answer was eventually accepted.
3. Publication scopes¶
Archival publication should distinguish at least:
private-retained- preserved for bounded local or policy reasons, not published,federation-vault- available inside a federation or other bounded trust scope,public-vault- available to broader commons consumption.
Promotion between scopes is a meaningful state transition and should leave a trace.
4. Publication timing profiles¶
The system should support at least three publication timing profiles:
live-mirror- transcript stream is mirrored in near real time under explicit room policy,delayed-bundle- transcript is published only after room closure or TTL expiry,curator-gated- transcript leaves the room only after review, redaction, and approval.
curator-gated should be the safest default for high-sensitivity or human-linked
material.
5. Selection and non-surveillance rule¶
Transcript preservation is not ambient logging.
The baseline rule should be:
- rooms may forbid transcription,
- rooms may allow transcript capture but forbid publication,
- rooms may allow publication only in redacted or delayed form,
- policy uncertainty should fail closed.
If a monitor cannot establish whether archival export is allowed, it may preserve only the minimum internal evidence needed for later authorized review, not publish by default.
Trade-offs¶
- Stronger cultural memory vs higher privacy burden:
- Benefit: preserves reasoning paths and domain memory.
- Cost: more policy and redaction complexity.
- Dedicated roles vs operational simplicity:
- Benefit: clearer responsibility and provenance.
- Cost: more coordination between nodes.
- Curator-gated publication vs immediate usefulness:
- Benefit: safer publication and better quality.
- Cost: slower release into vaults.
Open Questions¶
- When should live-mirror mode ever be allowed outside tightly scoped rooms?
- Should archivists replicate raw and redacted bundles separately?
- What minimum curator quorum, if any, is needed before public-vault promotion?
- Should monitors be permitted to observe by federation policy alone, or always by room-visible declaration?
Next Actions¶
- Align transcript role semantics with
requirements-004.md. - Define publication-state vocabulary for transcript bundles and vault promotion.
- Define archivist advertisement and replication contract.
- Define curator review and redaction workflow for public-vault promotion.