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 Bergabung Ocak 2013
487 Mengikuti1.6K Pengikut
Till Rohrmann me-retweet
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 me-retweet
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 me-retweet
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 me-retweet
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 me-retweet
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 me-retweet
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 me-retweet
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 me-retweet
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 me-retweet
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 me-retweet
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 me-retweet
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 me-retweet
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 me-retweet
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 me-retweet
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 me-retweet
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