Till Rohrmann

1.5K posts

Till Rohrmann banner
Till Rohrmann

Till Rohrmann

@stsffap

Co-founder @restatedev: Building resilient applications made easy! Apache Flink Committer and PMC member, Prev: @VervericaData

Berlin, Germany 参加日 Ocak 2013
487 フォロー中1.6K フォロワー
Till Rohrmann がリツイート
restate
restate@restatedev·
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.
English
0
2
7
559
Till Rohrmann がリツイート
restate
restate@restatedev·
Most AI agent tools let you watch your agents fail 🍿 Restate lets you do something about it 🎮 ⏸️ Pause during outages ❌ Kill stuck retry loops 🔄 Restart from a specific step, keep the work done 💬 Update in-flight agent calls Your agents deserve a remote control!
restate tweet media
English
2
4
5
517
Till Rohrmann
Till Rohrmann@stsffap·
@restatedev v1.6.1 + v1.6.2 just dropped 🛠️ We squashed some bugs and reduced the memory footprint! ☠️ fixed leadership thrashing that could destabilize clusters 🧠 slashed per-invocation memory 🔑 fixed lazy state keys stuck in retry loops 📦 weekly Docker security refreshes
English
1
4
6
505
Till Rohrmann がリツイート
restate
restate@restatedev·
📢 Restate Cloud now comes with important security and compliance capabilities: → SOC 2 Type I certification (Type II coming soon) → Enterprise SSO with SAML/OIDC support → RBAC → Client-side journal encryption → HIPAA BAAs for enterprise customers
restate tweet media
English
1
3
3
369
Till Rohrmann がリツイート
restate
restate@restatedev·
Restate 1.6 is here! More control over your invocations, native multi-cloud support, and less tuning and operational overhead. Check out what's new 👇
restate tweet media
English
1
4
13
615
Till Rohrmann がリツイート
restate
restate@restatedev·
New release coming up! Join us on Wednesday for an overview and demo of Restate 1.6. Sign up here: luma.com/y2f1z2m3
restate tweet media
English
0
2
2
286
Till Rohrmann がリツイート
restate
restate@restatedev·
AI recruiting workflows that scan CVs, extract skills, process transcripts. Deliveru built it serverless on AWS Lambda with Restate Cloud: candidates modeled as Virtual Objects, human approvals, safe versioning. Fully resilient, zero infra. restate.dev/use-cases/deli…
restate tweet media
English
0
2
6
564
Till Rohrmann がリツイート
restate
restate@restatedev·
Building custom solutions for workflow orchestration is hard (race conditions, timing issues). Even for the best teams. Unkey switched to Restate in less than a day and now uses it for workflows, event handling, concurrency control, scheduled tasks,... ➡️restate.dev/use-cases/unkey
restate tweet media
English
0
2
8
548
Till Rohrmann がリツイート
restate
restate@restatedev·
We love it when users share how they think about Restate and its problem space, and how that thinking evolves. It's refreshing to see the project through different lenses, and helps everyone in the community to understand it more deeply. Thank you @MrSuperSecret for sharing!
restate tweet media
English
0
1
4
266
Till Rohrmann がリツイート
restate
restate@restatedev·
🌲 Restate’s Google ADK integration was part of Google’s Advent of Agents! It brings durable, resilient agents with automatic retries, long-running workflows, human approvals, and serverless-friendly execution.
English
2
2
7
644
Till Rohrmann がリツイート
restate
restate@restatedev·
Durable orchestration that gets your AI agents to production without spending months on glueing together infra (queues + databases + workflow orchestrators + ...). Read more: restate.dev/blog/durable-o…
English
0
1
3
273
Till Rohrmann がリツイート
restate
restate@restatedev·
OpenAI Agents SDK + Restate gives you: - automatic failure recovery - resilient multi-agent orchestration - durable chat sessions - resilient human approval - cancel/pause/roll back/re-attach - detailed observability - long-running agents - serverless
restate tweet media
English
1
3
4
597
Till Rohrmann がリツイート
Stephan Ewen
Stephan Ewen@StephanEwen·
AI Agents is one of the use cases where it is graspable why 𝗗𝘂𝗿𝗮𝗯𝗹𝗲 𝗙𝘂𝗻𝗰𝘁𝗶𝗼𝗻𝘀 are a better abstraction than 𝘄𝗼𝗿𝗸𝗳𝗹𝗼𝘄𝘀. With Durable Functions, you wrap steps you want to be durable (e.g., inference calls, tool calls) and don't need to refactor the code into workflows and activities. The Agent stays a long running process (except for suspensions and failover), so caches or expensive transient state keeps working naturally. If you still need to move steps to a separate physical process, make the step its own Durable Function that is called from the agent function - voilà. You show this to an app developer, and it will look familiar to them, because it is just service handlers (functions) that call/rpc each other.
GIF
English
1
3
9
490
Till Rohrmann がリツイート
Stephan Ewen
Stephan Ewen@StephanEwen·
This is a longer but great read on the power of building apps on a durable foundation and @restatedev. The problem was 𝘀𝘁𝗮𝘁𝗲𝗳𝘂𝗹 𝗲𝗻𝘁𝗶𝘁𝗶𝗲𝘀 𝘄𝗶𝘁𝗵 𝗵𝗶𝗴𝗵 𝗰𝗼𝗻𝗰𝘂𝗿𝗿𝗲𝗻𝗰𝘆 - a problem many apps have. Combined with some multi-step operations. This maps naturally to Restate's durable functions and objects. They drive this from Kafka events with exactly-once guarantees. Restate.dev is not just another durable execution platform, it is a broader way to simplify how we built apps. #heading-why-i-chose-restate" target="_blank" rel="nofollow noopener">ravilanka.hashnode.dev/durable-execut…
English
0
4
15
1.1K
Till Rohrmann がリツイート
restate
restate@restatedev·
Let your agent send async notifications with Restate. ✓ Durable promises survive failures ✓ Works for tasks taking millis to months ✓ Zero extra infra required Production-ready with 5 lines of code
restate tweet media
English
0
2
3
198
Till Rohrmann がリツイート
restate
restate@restatedev·
Saw the new "Notify" button in Claude? Here's how to add it to your AI agents: Without Restate, you need: - queue to persist incoming requests - database + code to get/store notification requests - retry/recovery logic - periodic cleanup or 5 lines of code with Restate ⬇️
restate tweet media
English
1
2
4
239