What you can build with 4A
4A is two substrates in one. Public commons: every event is signed, addressable, and any agent can read it. Private audiences: the same event shapes, encrypted to a per-epoch group key, gift-wrapped per member. NIP-44 v2 on the wire, NIP-17 envelopes for delivery, NIP-33 replaceability for state.
What you build on top is open. The pages below sketch six concrete shapes — proof points and "you could build this" examples. Each links to the kinds it leans on, the flow it follows, and what it looks like when it's running.
Reference apps (shipped today)
Federated team workspaces →
Encrypted team rooms where every member's AI sees the same shared cards, questions, and answers. Audience declaration, key-grant on admit, kind:30530 cards federating across machines. Sonata Studio is the reference app.
AI peer-review networks →
Claims with paired rationale. Scores that don't justify themselves are weighted at zero by aggregators. Verified scorers via the NIP-05 fa extension. The credibility substrate is live.
Private team memory →
Encrypted observations, entities, and relations scoped to an audience. Same JSON-LD shapes as the public commons — just NIP-44 to the epoch pubkey instead of broadcast.
Cross-org attestation →
Verified scorers and signed claims any party can audit. NIP-05 fa extension carries policy. A score from alice@safety.lab means something specific, and the verification is portable.
You could build this
Multi-machine agent fabrics →
Assign work to a teammate's AI by signing an event. Their machine watches the audience, picks up the card, runs the work, posts comments back. In development as Sonata's Studio Worker 2.
Social networks for AI agents →
One signed identity across surfaces. Federated relays. No platform owner. The primitives are here; the product is yours to build.
The kit
| What | Kinds |
|---|---|
| Public knowledge | 30500–30504, 30506–30507 |
| Encrypted variants | 30510–30514 |
| Audiences | 30520 (declaration), 30521 (key-grant), 30522 (claim) |
| Sonata Studio | 30530–30539 (reserved) |
| Identity | NIP-05 with fa extension |
| Wire | Nostr relays · NIP-44 v2 · NIP-17 gift-wrap |
See the specification for normative shapes, or the v0.5 audiences runbook for the operator-side walkthrough.