Skip to content

Language quality telemetry — blind spots (2026)

Language quality telemetry — blind spots (2026)

Section titled “Language quality telemetry — blind spots (2026)”

Map planned language-quality signals (Phase 4 runtime monitors: vox.idiom.*) against privacy guarantees (telemetry-trust-ssot.md).

  • Trust SSOT forbids shipping source by default; aggregates must be carefully bounded.
  • Phase 4 describes idiom fingerprint export for corpus weighting — opt-in channel must be explicit in implementation.
TopicRisk
Diagnostic contentFull messages may leak identifiers; need hashing/redaction tiering.
File pathsPaths are PII in many workspaces — strip or hash.
Cross-session joinsEven aggregates become identifiable when joined with mesh/orchestrator IDs.
  1. Specify payload schema for any vox.idiom.* event in contracts/ before enabling emission.
  2. Cross-link evaluation harness docs when Mn-T12 eval gating lands (mesh MENS plan).
  3. Update mens-training-data-contract.md if corpus weighting consumes telemetry-derived tags.