Tagged articles

Durable Execution

4 articles · Page 1 of 1
TonyBai
TonyBai
Sep 15, 2026 · Artificial Intelligence

SuperPlane: Open-Source AI Factory Brings Deterministic Control to Agent Chaos

SuperPlane is an open-source Go/React control plane for AI-driven engineering that packages workflows as versioned, self-contained Apps with visual canvases, persistent memory, built-in dual-mode AI agents, and pre-equipped runners to bring deterministic execution and human-in-the-loop guardrails to chaotic AI agent output.

AI agentsAI-Driven EngineeringDurable Execution
0 likes · 17 min read
SuperPlane: Open-Source AI Factory Brings Deterministic Control to Agent Chaos
DataFunSummit
DataFunSummit
Aug 24, 2026 · Artificial Intelligence

Why Powerful AI Agents Are Becoming More Like Traditional Software

Palantir's new Agent Stack shifts AI agents from short‑lived model‑prompt loops to a production‑grade architecture that adds state, events, effects, durable execution, observability and ontology, turning agents into reliable, governable software components for real‑world business tasks.

AI agentsDurable ExecutionObservability
0 likes · 11 min read
Why Powerful AI Agents Are Becoming More Like Traditional Software
Radish, Keep Going!
Radish, Keep Going!
Aug 24, 2026 · Artificial Intelligence

PI's Agent Runtime v2: Crash Recovery as the First Constraint

PI's 3,446-line harness-v2.md redesigns the agent runtime around crash recovery as the primary constraint, using intent records with provisioned IDs, a four-layer session state, persisted retry counts, deferred writes to preserve provider KV cache, and exhaustive crash-point testing via manual drive mode.

Durable ExecutionKV cache preservationPi Agent
0 likes · 27 min read
PI's Agent Runtime v2: Crash Recovery as the First Constraint
AI Step-by-Step
AI Step-by-Step
Apr 12, 2026 · Backend Development

Make Agents Survive Crashes and Restarts: Building a Persistent Task Engine with Durable Execution

The article explains how durable execution, exemplified by Temporal’s Workflow and Activity model, transforms long‑running Agent tasks—such as refund approvals that involve human sign‑off, external APIs, and overnight processing—into recoverable, auditable pipelines that survive crashes, restarts, and timeouts.

ActivityAgentDurable Execution
0 likes · 16 min read
Make Agents Survive Crashes and Restarts: Building a Persistent Task Engine with Durable Execution