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@resonatehqio.bsky.social
Dead Simple software for Distributed System developers. From service orchestration to transactional applications to autonomous agent systems.
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 π 0Quick status update, includes new releases, new example apps, and key contributions: journal.resonatehq.io/p/newsworthy...
24.09.2025 19:15 β π 1 π 0 π¬ 0 π 0Newsworthy: The latest Resonate Server release includes an SQS plugin that enables Async RPC, while using SQS as the message transport. ( latest release:
github.com/resonatehq/r... )
An example can inspire.
Here are 5 example applications that use Resonateβs programming model to elegantly address the needs of a specific use case.
journal.resonatehq.io/p/5-use-case...
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 π 0We may have a solution...
24.06.2025 18:15 β π 0 π 0 π¬ 0 π 0We would love to know what you think!!!
Drop into our Discord if you want to chat!!
resonatehq.io/discord
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 π 0You 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 π 0The example explicitly shows how to enable this with Claude Desktop.
17.06.2025 17:21 β π 2 π 0 π¬ 1 π 0Hi 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.
latest article β Durable Executions: from where do deterministic constraints come?
journal.resonatehq.io/p/from-where...
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...
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 π 0Resonate + 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
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