Trigger.dev Launches Durable Chat Agent Surviving Refreshes and Crashes
addyosmani · x · 2026-08-11
Trigger.dev introduced chat agent, a new feature to build durable AI chat experiences that survive timeouts, page refreshes, and crashes.
- Core Mechanism: Assigns a stateful machine to each conversation that sleeps and wakes as needed, holding memory between turns without manual state management.
- Seamless Integration: Developers write a Trigger.dev task to handle messages and streams, pointing the AI SDK's useChat directly at it without an intermediate API route.
- Production Ready: Available since June, it has served millions of sessions and is used in production by apps like Arena.
More from coding & agent
- Developer Shares Workflow of Building an App Without Reading a Single Line of AI-Generated Code — tawnniee · 2026-08-11
- Browser Use CLI 3.0 Integrated into Hermes, Slashing Token Spend by 60% — Teknium · 2026-08-11
- Hermes Agent Launches Browser Automation Toolset with Multi-Backend Support — NousResearch · 2026-08-11
- Open Claw Agent Runs Overnight to Secure Fully Booked Health Club Spot — gregmushen · 2026-08-11
- Weights & Biases launches agent tracing that follows sessions, turns, and tool calls — wandb · 2026-08-11
- Running YOLO Models in Pure Rust via ONNX Runtime — tom_doerr · 2026-08-11