Your agents should learn from your best engineers
Replay turns agent sessions into a durable record of how your team solves problems, so people and agents can build on what worked.
- Trace decisions. Read the session they came from, and what got rejected
- Turn what worked into skills your engineers and their agents run
- Agents improve with every session: each run learns from the last
Decision traceorg-private
Why is the relay a single server?
01The relay stays one server; scale is per-customer allocation
No shared state between instances; Redis adds latency. A box per customer also isolates their traffic.
↳ view in session · relay-architecture #m-142
02Rejected: horizontal scaling behind a shared store
03End-to-end encrypted so the relay host can't read sessions
