We just dropped Restate Java SDK 2.8.0 with new tracing support
Building Restate apps using #SpringBoot? Got ObservationRegistry already setup? Just bump the SDK and you get durable handlers tracing for free.
https://t.co/dxTI2TQE9l
Honored that @restatedev is included in @Redpoint's Infrared 100. We are in strong company.
It is the most intense and exciting time to build infrastructure for Agents and backends.
Happy to see that our take and durable execution resonates both with fast-growing startups and enterprises alike.
They picked Restate for its:
- Ease of self-hosting: critical for sensitive data and controlling costs
- Programming model: durable HTTP handlers with flexible control flow
- Serverless support with pause/resume while agents wait
Read the customer story:
https://t.co/0VexTgu7iJ
@Coralogix built an autonomous AI observability agent that answers questions across logs, traces, and alerts. Restate powers its:
→ Resilient semantic-layer pipelines: resume where they failed - no re-analyzing GBs of logs
→ Long-running background agents
As agents become more autonomous + long-running, reliability stops being a “nice to have” and becomes core product infrastructure. Aient is a great example.
Super cool work by @henrikfeldt 👏
Read more: https://t.co/LkIrOtkDYo
Aient is building a production-aware AI DevOps agent.
The agent harness is built on Restate for:
• Durable execution
• Resumable tools in remote sandboxes
• Per-agent inboxes + serialized turn-taking
• Human feedback via Slack/Linear
• Suspend/resume while idle
🧵Read more
New Pydantic AI integration with @restatedev.
Add durable execution to your agents in a few lines:
• Retries + journaled recovery
• Stateful sessions keyed by user
• Human-in-the-loop that survives crashes
• Multi-agent orchestration
Guest post with details: https://t.co/plSq0rcjTf
🚀 @restatedev is at an inflection point. We're hiring exceptional people to build the next foundational infra for AI apps & workflows. Remote, EU + US.
⚙️ Sr/Staff Cloud Infra
🛠️ Solutions / Field Eng
📣 DevRel Lead
🎨 Founding Brand Designer
👉 https://t.co/RRND62lTgS
Long-running agents need human approvals, feedback, sign-offs,... But long waits mean you need to be able to survive failures, often leading to complex event plumbing. Restate adds pause/resume to human approval steps for most popular agent SDKs and home-grown agent loops.
New integration: Restate + @langfuse for resilient, observable agents
Restate for retries, recovery, idempotency, and durable workflows. Langfuse for tracing, evals, and prompt versioning.
Together, you get a full stack for running agents reliably in production.
⬇️ Blog post
Pydantic AI gives you a type-safe, Pythonic way to define agents. Restate makes them work well in production.
Check out the announcement and more examples here:
https://t.co/mHaIOPpINt
Jamie just built an @ApacheFlink DataStream API adapter for @restatedev. Still a prototype, but works with exactly one guarantees, shows how powerful the Restate model is.
DataStream programs on Restate also run on serverless, and support a chunk of properties that are hard in Flink:
* zero-downtime upgrades
* save versioning for breaking upgrades
* SQL queries to streaming state
* UDFs in many languages (Java, JS/TS, Py, Go, Rust)
All OOTB.
https://t.co/8GoExl4CnV
Restate now lets you restart failed agents from any step.
Imagine an insurance claim agent parses documents, asks 3 human approvals, and then fails at reimbursement due to a currency conversion bug. Deploy the fix and restart from the failed step, right in the UI.