Coordinating adversarial AI agents
Use durable streams to coordinate adversarial AI agents, isolate context, replay reasoning, and scale parallel moderation or forecasting.
Use durable streams to coordinate adversarial AI agents, isolate context, replay reasoning, and scale parallel moderation or forecasting.
How y-s2 uses S2 streams, checkpoints, and leases to make serverless Yjs multiplayer rooms durable and easier to debug.
How S2 validates strong consistency with Porcupine linearizability checking and deterministic simulation testing.
Why AI agent sessions need their own durable streams for memory, auditability, isolation, branching, and reliable resume.
How S2 indexes stream records by timestamp so readers can seek by time, replay event history, and handle real-world event time.
How S2 uses deterministic simulation testing for async Rust to find distributed-systems bugs before they reach production.
A deep dive on using S2 as a shared log to replicate a strongly consistent KV store with append, read, and check-tail operations.
Introducing S2, a serverless stream store that makes durable real-time streams feel as simple and scalable as object storage.