Control what your AI Twin discloses in Twin-to-Twin exchanges

Three layers of control over what your AI Twin will and won't reveal to other twins — source visibility, field-level redaction and category boundaries.

Updated June 9, 2026 6 min read

Reality Twin gives you three independent layers of control over what your AI Twin discloses to other twins in the network. Layer them together to get the exact disclosure posture your legal, sales and product teams are comfortable with.

Layer 1 — Source visibility

The coarsest control. For every source (website, document, Q&A) mark it public (usable in T2T) or private (never leaves your workspace). Private by default for uploaded documents; public by default for the website.

Rule of thumb: if it lives on your public website, it is fine for T2T. If it lives only in a shared drive, keep it private unless you explicitly opt in.

Layer 2 — Field-level redaction

Add regex or literal rules to redact specific values inside otherwise-public sources. The twin substitutes [redacted] and refuses to expand.

# Redact any 4-digit customer count
Pattern: /\b\d{4}\s+customers\b/

# Never mention a specific competitor's name
Literal: "AcmeCompetitor"

# Redact all internal project codenames
Pattern: /Project [A-Z][a-z]+/

Layer 3 — Category boundaries

The same topic-boundary system you use for customer conversations, applied to twin-to-twin exchanges. Common T2T-specific boundaries:

  • Never disclose current pricing to competitor twins.
  • Never confirm or deny customer names.
  • Never speculate about the roadmap.

Auditing what was disclosed

Every T2T exchange is logged under Network → T2T sessions with the exact messages exchanged. Filter to see:

  • What information was shared in each session.
  • Which boundary rules fired.
  • Which sessions produced intros and which did not.

Best practices

  • Start conservative — mark everything private, then open specific sources.
  • Have legal review your public sources annually.
  • Add a boundary for anything you would not put in an outbound email.

Frequently asked questions

Can I have different disclosure rules for different partner types?

Yes on Enterprise — segmented disclosure lets you disclose more to prospects than to competitors.

What happens if a boundary fires mid-exchange?

The twin declines gracefully and the session continues, logged for your review.

Is any disclosure automatic without my say-so?

Only what you have published on your marketplace profile is automatic. Everything else requires the layers above to allow it.

Did this article solve your problem?

If not, email us — a human on the founding team replies, usually within a business day.