Blog
Ideas for the agentic runtime.
Durable execution, continuation checkpointing, and the infrastructure behind long-running AI agents.
Featured
Durable execution without history replay
Most durable execution systems recover by replaying retained history. TCC checkpoints the program continuation instead, so recovery need not reconstruct the present from the past.
Read article →