Three prevalent themes in the discussion
- Temporal’s strength as a durable execution platform – Users praise its ability to make workflows reliable, simplify error handling, and support long‑running or AI‑centric tasks.
- “Temporal … is an elegant and easy to use solution for a lot of workflow needs.” – slaughtr
- “It preserves most arguments to actions … supports very long waits easily … has decent profiling and UI tools … can ‘restart’ a failed workflow deterministically from the step at which it failed.” – horsawlarway
-
“We're using temporal as the foundation for agents … it's proven extremely effective.” – Syntaf
-
Skepticism about VC money, valuation, and lock‑in – Several commenters question why so much capital is raised, worry about the high valuation, and caution against vendor dependence.
- “but the money being raised - what is it for ? go to market ? sponsorship … this is the type of VC pollution that will cause companies to end up being acquired by an Italian silverware company (bending spoons).” – dzonga
- “Absolutely love temporal, but pretty shocked to see they have a $12.55B valuation.... feels nuts?” – Syntaf
-
“+100 on the technology, but realizing they are also VC funded makes me a little more cautious when it comes to vendor lock in.” – Syntaf
-
Comparison with Restate (and other durable execution systems) – Debate centers on differences in programming model, deployment overhead, maturity, and fit for serverless or inline workflows.
- “Restate has a more flexible programming model … durable steps execute inline … low latency, lower overhead per durable step … single binary … highly‑available cluster.” – gvdongen (Restate employee)
- “Temporal has you setup worker pools that pull from a queue while Restate pushes to service handlers … Restate is quite nice and I honestly prefer it in most cases.” – bilalq
- “Those two don't really compare. Temporal has been around 3 years longer and is a much more heavyweight system. Temporal can support workflows that sleep for months at a time and still reliably finish.” – nosequel