March 2026 Summaries
9 posts from Temporal
Filter
Month:
Year:
Post Summaries
Back to Blog
Temporal is increasingly recognized as a robust solution for platform teams building internal control planes, offering a durable execution layer that enhances infrastructure management. Traditionally known for orchestrating microservices and managing complex transactions, Temporal addresses the challenges of modern platform engineering by transforming infrastructure lifecycle management into reliable, multi-step Workflows, reducing the risks associated with inconsistent or orphaned states. By integrating with tools like Terraform, Temporal provides a powerful combination that supports scheduled automation, self-service operations, and human-in-the-loop processes, ensuring that infrastructure management becomes resilient, observable, and scalable. This positions Temporal as a preferable alternative to fragile automation scripts and manual interventions, with prominent engineering organizations already leveraging its capabilities for infrastructure orchestration.
Mar 31, 2026
826 words in the original blog post.
The March edition of the newsletter details significant updates and events related to Temporal, including new product features like Task Queue Priority and Fairness in Public Preview, and Standalone Activities in Pre-Release, which enhance task management and code usability. Worker Versioning is now generally available, offering tools to prevent disruptions in existing Workflows, while Namespace Endpoints are recommended for optimal developer experience. Upcoming live events include the annual Replay conference and various webinars across global locations. The newsletter also spotlights innovative projects such as a Temporal MCP Server that facilitates interaction with Workflows through natural language. Additionally, it shares insights from community discussions on optimizing Workflow memory usage and resolving technical issues with server configurations.
Mar 31, 2026
718 words in the original blog post.
Temporal has announced the General Availability of Worker Versioning and introduced a Public Preview of a new feature called Upgrade on Continue-as-New, which aims to simplify the deployment of new code in long-running Workflows. Traditional methods such as Workflow Patching have added complexity due to the need for conditional logic when updating Workflow logic, especially for Workflows that can run for extensive periods. Worker Versioning offers a solution by allowing Workflows to either remain on their initial Worker version or automatically upgrade to new versions, depending on the designated Versioning Behavior. For very long-running Workflows, Upgrade on Continue-as-New presents a method to seamlessly transition to newer Worker versions at natural checkpoints without requiring patches. This new capability is particularly beneficial for Workflows that use Continue-as-New for managing history, like entity Workflows or AI agents. Worker Versioning is now available across all Temporal SDKs, while Upgrade on Continue-as-New is in Public Preview, inviting users to explore these features for more efficient Workflow management.
Mar 30, 2026
817 words in the original blog post.
Temporal's new Temporal Worker Controller is an open-source Kubernetes operator that simplifies the deployment and scaling of Temporal Workers. Unlike traditional rolling updates for stateless microservices, Durable Execution systems like Temporal require managing multiple Worker versions simultaneously. The controller automates this process by creating a versioned Kubernetes Deployment for each Worker version, gradually shifting traffic, and retiring outdated versions. A significant enhancement includes the support for autoscaling, allowing the attachment of Kubernetes resources such as Horizontal Pod Autoscalers (HPAs) to each versioned deployment. The WorkerResourceTemplate, a new feature, acts as a template for Kubernetes resources, enabling automatic scaling and resource management without hardcoding Deployment names. This design leverages existing Kubernetes capabilities, allowing users to maintain their current autoscaling expertise and tools. The controller ensures security by default with a validating webhook and explicit Role-Based Access Control (RBAC). Overall, the Temporal Worker Controller provides an efficient solution for managing Temporal Workers on Kubernetes, offering both ease of deployment and advanced scaling capabilities.
Mar 30, 2026
1,274 words in the original blog post.
In this narrative, the author recounts their journey from feeling overwhelmed by the complexity of Temporal, a workflow orchestration tool, to mastering it with the help of AI coding tools. Initially, Temporal seemed excessive for their needs, but a career transition and a chance encounter with a startup founder led them to dive into its use. Despite having minimal prior experience with Temporal, they quickly adapted by pairing it with AI tools like ChatGPT and Claude, which assisted in both coding and design processes. Through hands-on experience and iterative learning, the author developed a property management system using Temporal, overcoming challenges with AI-assisted development and understanding the intricacies of creating workflows. The narrative underscores the psychological barrier of perceived complexity and emphasizes the value of AI in bridging knowledge gaps, ultimately leading to a rewarding position at Temporal.
Mar 26, 2026
2,422 words in the original blog post.
AI coding agents are revolutionizing software development, yet they often struggle with writing SDK-specific code, such as Temporal’s, due to their lack of fully internalized best practices and the rapid pace of new feature releases. To address this, the Temporal Developer Skill has been launched in Public Preview, providing AI coding agents with expert-level knowledge of Temporal’s programming model, including Workflow determinism, Activity patterns, error handling, and more. This skill, which is mostly language-agnostic and supports Python, TypeScript, and Go, with additional languages forthcoming, integrates with any agent supporting Skills and enhances their ability to handle Temporal code. To install the skill, users can utilize the Claude Code Plugin, npx skills, or manually clone the repository, after which a restart of the agent is typically required. Future developments include expanding language support, improving quality through an evaluation pipeline, and creating additional skills to assist with Temporal operations and CLI usage.
Mar 20, 2026
383 words in the original blog post.
EvenUp is revolutionizing the personal injury legal industry by employing AI-powered technology to help law firms achieve better outcomes, and has recently enhanced its infrastructure by migrating to Temporal for workflow orchestration. This shift was driven by the need to refocus engineering efforts from maintaining inefficient workflow systems to advancing the core business logic and AI models. Temporal's robust metrics and scaling capabilities have significantly reduced inefficiencies and bottlenecks, allowing engineers to better monitor and scale workloads without guesswork. The migration to Temporal has not only streamlined operations by eliminating periodic slowdowns but also freed up valuable engineering time to focus on innovative AI solutions, thus enhancing platform reliability and observability. Through this advanced orchestration, EvenUp has maintained its commitment to leveling the playing field for legal professionals while ensuring scalable and effective operations.
Mar 17, 2026
798 words in the original blog post.
Agent capability in AI systems is largely determined by the time they can think through steps and the variety of tools they can interact with, which enhances their utility for businesses. As agents become more sophisticated, capable of executing complex, multi-step workflows, they face two main challenges: the inevitability of failures and the slowing of iteration speed. These challenges lead to a point termed the "complexity cliff," where traditional frameworks often falter, necessitating Durable Execution to maintain functionality and efficiency. This involves automatic state persistence, replay capability, and efficient history branching, allowing agents to resume tasks from any point of failure without re-executing entire workflows. Companies like OpenAI and Replit are already leveraging Durable Execution to develop advanced agents that operate beyond the complexity cliff, highlighting its crucial role in sustaining high-level agent performance and iteration velocity.
Mar 10, 2026
1,765 words in the original blog post.
Temporal has experienced significant growth and transformation over the past year, driven by the increasing urgency and scale of problems related to building reliable systems, particularly in the context of AI. The company has seen a 380% increase in revenue, a 350% rise in weekly active usage, and a 500% jump in monthly installs, reflecting its widespread adoption and effectiveness in maintaining system reliability during cloud outages. Temporal's approach, rooted in developer trust and cloud-agnostic solutions, has resonated with enterprises, leading to a strong commitment from organizations that value reliable and cost-effective infrastructure. In response to the growing demand for long-running workflows and stateful architectures, Temporal has raised a Series D round to enhance AI workflows, observability, and enterprise capabilities while maintaining a strong developer experience. The company is expanding its team to continue improving its offerings and support for both open-source and Temporal Cloud, emphasizing the importance of community feedback and collaboration for future developments.
Mar 05, 2026
613 words in the original blog post.