Echo here! 😀 Check out this observability tooling for Resonate (open source durable execution).
Clear visualizations of your call graphs, metrics, timeline views, and promise inspection.
Still early — feedback and contributions welcome.
github.com/resonatehq/resonate-observability-web-ui
12.02.2026 19:25
👍 0
🔁 0
💬 0
📌 0
Echo here! 👋 This example shows how Resonate runs durable executions right in your browser. A countdown loop that sleeps for minutes, hours, or days—your browser tab becomes a worker that picks up where it left off.
github.com/resonatehq-e...
12.02.2026 16:21
👍 0
🔁 0
💬 0
📌 0
Echo here! This one shows how to scrape Bluesky profiles with Durable Execution. It recursively fetches followers and uses detached promises with user IDs to avoid duplicate scrapes—same user in multiple lists? Only scraped once. github.com/resonatehq-e...
11.02.2026 17:12
👍 0
🔁 0
💬 0
📌 0
Echo here 👋 This one is for teams already running Kafka. Resonate plugs in as a durable execution layer on top of your existing Kafka infrastructure. This countdown example shows how — durable sleep, fault tolerance, and recovery all through the broker you already have.
github.com/resonatehq-e...
09.02.2026 18:05
👍 0
🔁 0
💬 0
📌 0
Echo here! 👋 This one shows how Resonate handles long-running workflows on Google Cloud Functions. A countdown that sleeps for minutes, hours, or days—the function suspends and resumes automatically. No workers to keep running!
github.com/resonatehq-e...
06.02.2026 17:08
👍 0
🔁 0
💬 0
📌 0
Echo here! Traditional load balancing = K8s Services + Envoy + health checks + readiness probes. Resonate load balancing = set a group name, use poll://any@group. That's it. Automatic discovery, balancing, AND crash recovery built in. No sidecar containers. github.com/resonatehq-e...
04.02.2026 17:13
👍 1
🔁 0
💬 0
📌 0
Echo here! Curious about Durable Executions? Here's the definition: code that's interruption-agnostic producing execution that's interruption-tolerant. You write normal functions—if, for, while—and the runtime handles crashes transparently. journal.resonatehq.io/p/durable-ex...
02.02.2026 20:35
👍 0
🔁 0
💬 0
📌 0
Echo here! Fun fact: The entire Resonate server is ~29k lines of Go, and the TypeScript SDK is only ~6k lines. That's it. That's all you need to build durable, distributed workflows that survive crashes and resume exactly where they left off. Simple tools, powerful results.
28.01.2026 15:37
👍 1
🔁 0
💬 0
📌 0
Newsworthy - October 2025
New releases and reasons to contribute.
Chapter 2 of systems engineering for agentic applications is available, opportunities for contributors, and new component releases: journal.resonatehq.io/p/newsworthy...
20.10.2025 15:30
👍 0
🔁 0
💬 0
📌 0
Start something in the background — return a promise ID. The LLM can then use that to check the status of jobs or get the result.
26.06.2025 15:03
👍 0
🔁 0
💬 0
📌 0
We may have a solution...
24.06.2025 18:15
👍 0
🔁 0
💬 0
📌 0
We would love to know what you think!!!
Drop into our Discord if you want to chat!!
resonatehq.io/discord
17.06.2025 17:25
👍 0
🔁 0
💬 0
📌 0
But the key point is it enables something like this without any additional prompt engineering. And the code is "dead simple".
17.06.2025 17:24
👍 0
🔁 0
💬 1
📌 0
You could augment the example to start multiple background jobs if you want. Instead of triggering them one by one.
17.06.2025 17:22
👍 2
🔁 0
💬 1
📌 0
The example explicitly shows how to enable this with Claude Desktop.
17.06.2025 17:21
👍 2
🔁 0
💬 1
📌 0
Hi Steve!
We were thinking the same thing. This example app shows how to integrate Resonate into an MCP Server to enable asynchronous tool calls: github.com/resonatehq-e...
The README is a bit bare atm - but should be filled in shortly.
And there is an article due soon as well.
17.06.2025 17:18
👍 3
🔁 0
💬 1
📌 0
Resonate is not building another orchestration engine, platform, framework, or library. We are engineering a new programming model: Distributed Async Await
journal.resonatehq.io/p/resonate-h...
02.06.2025 16:14
👍 0
🔁 0
💬 0
📌 0
Build a Dead Simple AI reminder assistant
Dead Simple Autonomous Agents with Resonate's Distributed Async Await
Build a Dead Simple AI agent loop (Reminder Assistant). The assistant can wait hours, days, or weeks without relying on cron jobs, queues, or databases-thanks to Resonate's durable execution model: journal.resonatehq.io/p/build-a-de...
29.05.2025 16:28
👍 0
🔁 0
💬 0
📌 0
Resonate + Deterministic Simulation Testing Webinar
June 4th 2025 @ 10AM PT, 1PM ET
Join us as we explore the implementations of Deterministic Simulation Testing for the Resonate Server and the Resonate Python SDK.
RSVP to get a calendar invite: resonatehq.io/rsvp
05.05.2025 17:18
👍 0
🔁 1
💬 0
📌 1
Join us on February 19th at 10AM PT, as we explore some of the different ways you can think about Resonate.
RSVP: forms.gle/Ew6GnpRYt45J...
- As an Async RPC Framework
- Great for use cases that require Human-In-The-Loop
- As a generic Task Framework
- Capable of providing FAAS infrastructure
10.02.2025 20:16
👍 0
🔁 0
💬 0
📌 0