diff --git a/website/blog/posts/2026-04-20-doom-on-durable-streams.md b/website/blog/posts/2026-04-20-doom-on-durable-streams.md index d5dc68250a..308fa1fd0a 100644 --- a/website/blog/posts/2026-04-20-doom-on-durable-streams.md +++ b/website/blog/posts/2026-04-20-doom-on-durable-streams.md @@ -14,7 +14,7 @@ published: true Can Doom run on [Durable Streams](/primitives/durable-streams)? Absolutely! The result turned out to be surprisingly interesting and a showcase of the patterns for building multi-agent systems. -Durable Doom is a fun little experiment where we hook into the game's loop to log every state change into a Durable Stream. Live streaming, time traveling, and the ability to resume playing from any point. What enables a globally-distributed, repayable game loop is the same primitive that power multi-agents. +Durable Doom is a fun little experiment where we hook into the game's loop to log every state change into a Durable Stream. Live streaming, time traveling, and the ability to resume playing from any point. What enables a globally-distributed, replayable game loop is the same primitive that power multi-agents. > [!Warning] ✨ Durable Doom > [Play Durable Doom](https://durabledoom.com) and read the