Open source durable execution system. Write code that’s fault tolerant, durable, and simple. Used by @stripe @netflix @datadoghq @snapchat and many others.
Today’s a big one for us: we’re becoming the front-of-shirt sponsor for @CPFC, starting with the 2026/27 Premier League season 🦅
All the details: https://t.co/PAExRrYj4j
👋 Stockholm!
If you're working on AI agents that need to run reliably in production, join us with @Lovable next week at the Durable AI Agent Meetup.
See the speaker lineup and request an invite: https://t.co/3naFu0xdnd
Our newest Temporalite spent his first week at Replay '26 surrounded by 2,000 engineers. He wrote about his favorite moments and his biggest takeaways: https://t.co/UBi6bIhIHd
Account openings that took weeks. Dozens of NIGO failure modes. Approvals spread across days.
@inventwithus built an AI-native wealth management platform on Temporal, and cut template authoring from weeks to hours. 500+ workflow templates now live.
Read the case study: https://t.co/Em6KsIKdGn
every team that's been building agent infrastructure from scratch lately:
"we're building a system to checkpoint progress so agents can resume after failures"
us: we have that
"and handle retries with backoff"
us: we have that too
"and manage long-running workflows with human-in-the-loop pauses"
us: ...do you want to see the docs
A developer consultant at @bitovi built a customer support AI agent on Temporal and AWS Bedrock and wrote exactly what it took to make it work: https://t.co/qE3tdM2SoH
@coinbase engineers built a read-only Temporal MCP server so they can debug Workflows from their AI editor in plain English.
14,000+ calls in a couple of months. No new UI to learn, no CLI to memorize.
Here’s how they did it: https://t.co/dorUFCVESQ
🎉 Temporal is on the @Redpoint InfraRed 100!
Honored to be recognized alongside companies like OpenAI, Anthropic, and Stripe as a company setting new benchmarks for reliability, scalability, and security in the cloud era.
Thank you to everyone who builds with us 🙌
https://t.co/E81NiOSLQS
@holdenkarau and @lisancao watch Claude Code take the naive path on exact percentiles across hundreds of columns. The improvement over older models is annotation, the agent showing its work instead of silently coercing column types to make the pipeline run. That matters because pipelines that just run still ship wrong values.
Full episode with Holden and Lisa on writing Spark code with AI agents in 2026, skill files for declarative pipelines, property-based testing as a guardrail, and where agents still struggle with Spark internals: https://t.co/IbywCNK2As
We open sourced the code powering the hackable badges we gave away at our conference, Replay. See it all: the firmware, hardware files, Doom, MicroPython apps, and more. Flash it, fork it, make it even weirder.
Read more about it: https://t.co/uGAiPcHuPZ
One year out of college. Only Temporal experience: beginner courses.
3 weeks later: 50k lines of Temporal code in production - email integrations, AI voice, OpenAI request categorization, JWT magic links, all orchestrated by Workflows.
The full story (including an anti-pattern caught in hindsight): https://t.co/eQ95zFObaJ
the AI engineer pipeline:
1. vibe code an agent
2. ship it
3. it falls over
4. add a retry
5. add another retry
6. the retries are fighting
7. google "distributed workflow orchestration"
8. find Temporal
9. "why didn't anyone tell me about this"
10. we were right here. we have been right here.
It was great to get @francesc in the studio at @temporalio#replay. A clip from our conversation where he shared cognitive offloading vs surrender which is a framing that inspired me to do a lightning talk at @pycon on Sun. Really good to be back there.
https://t.co/SBpVwHAaCf
From bursty workloads and unpredictable volume to faster time-to-first Workflow, Serverless Workers can help.
Run Temporal Workers on serverless compute, starting with AWS Lambda. Here’s the breakdown: https://t.co/OZ3d9MHHzk
ICYMI: @OpenAI shipped sandbox support in the Agents SDK recently and we built a Temporal extension for it - fully runnable, lives in their official repo.
Durable agents, session management, fork a live agent onto a completely different sandbox provider mid-run.
How it works: https://t.co/gfQS9egaQh