What Are Twins?
A twin is a queryable AI persona backed by a knowledge base. When someone asks your twin a question, it searches your ingested content and generates an answer using RAG (Retrieval-Augmented Generation).Twin Types
| Type | Description | Visibility | Example |
|---|---|---|---|
| Person | Individual’s knowledge | Private by default | ”Ask Kaya about model routing” |
| Team | Shared team knowledge | Team members | ”Ask engineering about deployment” |
| Organization | Company-wide knowledge | Everyone in org | ”Ask remix about our methodology” |
Creating Twins
Twins are created automatically when you sign up (org twin) or via the CLI/app:Querying Across Twins
When you query, the system resolves the target:bestmate ask "question"→ default org twinbestmate ask kaya "question"→ matches by slug/namebestmate ask --target twinId:abc123 "question"→ direct ID
Cross-Tenant Access
You can request access to twins in other organizations:- Search for twins in the macOS app (magnifying glass icon)
- Click “Request” on a twin
- The twin owner approves via Telegram or the app
- The twin appears in your sidebar