Track 2 — Reusable Building Blocks

𝛀 RIAClaw

Relational Onboarding Middleware

Implementing the Unbranded Safety Framework for BGI

Presenter: Colleen Pridemore

The Sovereignty Bottleneck

Two Collaboration Paradigms

Extractive Collaboration Models

  • Logs human emotional pain as training data
  • Seeks to capture engagement and "own" solutions
  • Optimizes strictly for system compliance

Unbranded Relational Models

  • Returns human pain as medicine
  • Refuses solution ownership — acts as a secure "witness"
  • Optimizes for human sovereignty
Interceptive Architecture

Non-Invasive Governance Wrapper

@unbranded_witness Decorator

Intercepts inputs before the LLM runs — sits directly around the agent's function.

No Code Hijacking

Safety logic is isolated — developers never touch OmegaClaw's core MeTTa code.

OpenBGI Constitution: Article V

Maps directly to Sovereignty & Anti-Capture — avoids all platform lock-in.

Operational Walkthrough

Real-Time Grounding Simulation

riaclaw_simulation.py — Sovereignty telemetry across a live onboarding session

1

Phase 1 — Relational Grounding

Trigger: Overwhelm ("I'm stupid / frozen")
Guardrail: Decouples personal worth from system complexity.

2

Phase 2 — Collaborative Co-Creation

Trigger: Privacy fear ("Don't read my files")
Guardrail: Integrates user-side boundaries into permissions.

3

Phase 3 — Sovereignty Release

Trigger: Trust established
Guardrail: Relational container safely self-terminates.

Machine-Readable Ethics

The Witness Log Telemetry Protocol

Schema-compliant JSON telemetry block — every session produces a cryptographically verifiable sovereignty record:

{
  "ownership_claimed":    0,
  "data_harvested":       null,
  "session_hash":         "SHA-256",
  "sovereignty_delta_S":  1.0
}

ownership_claimed: 0

Zero ownership of human narratives or agents.

data_harvested: null

Zero behavioral harvesting or profiling.

session_hash: SHA-256

100% cryptographic anonymity — no PII retained.

sovereignty_delta_S: 1.0

System fully optimized to return human agency.

Open Source & Ready for Track 2

Reusable Ecosystem Impact

Packaged as a fully open-source building block — inspect, fork, and integrate:

@unbranded_witness.py

The Python wrapper module — drop it over any BGI agent function.

unbranded_witness.schema.json

The machine-readable validation contract for witness log telemetry.

Sample_Telegram_Onboarding_Workflow.py

End-to-end Telegram bot script — local setup or cloud deploy.

📦 colleenpridemore/OmegaClaw-RIA — Team 11 invites you to inspect our repository and help build a truly sovereign, anti-capture future for beneficial general intelligence.

Made with