checkpointing

Tag

Cards List
#checkpointing

Recoverability as a System Primitive for Long-Horizon AI Agents

arXiv cs.AI · 2026-09-15 Cached

Introduces recoverability as a system primitive for long-horizon AI agents, emphasizing evidence-based recovery decisions to maintain justified progress during task interruptions.

0 favorites 0 likes
#checkpointing

Durable execution without history replay

Hacker News Top · 2026-09-09 Cached

The article introduces Transparent Continuation Checkpointing (TCC), a novel approach for durable execution that checkpoints program continuations to improve recovery latency compared to traditional history replay methods, based on prototype evaluations.

0 favorites 0 likes
#checkpointing

Show HN: Filament – Fast data movement engine in Go

Hacker News Top · 2026-09-08 Cached

Filament is a fast data movement engine in Go that provides pluggable data replication with checkpointing, batching, and integrity events for reliable and durable data pipelines.

0 favorites 0 likes
#checkpointing

Another look at SQLite's WAL-Reset bug

Lobsters Hottest · 2026-08-25 Cached

The article discusses a long-standing bug in SQLite's WAL-reset mechanism that caused data loss and corruption, reproducing it with a 100-line C workload to demonstrate the race condition.

0 favorites 0 likes
#checkpointing

Resume Means Resume: A Machine-Checked Conformance Contract for Checkpoint, Interrupt, and Resume Semantics in Workflow Persistence Layers

Hugging Face Daily Papers · 2026-08-04 Cached

This paper introduces a machine-checked conformance contract for checkpoint, interrupt, and resume semantics in workflow persistence layers, and empirically evaluates several agent workflow frameworks, finding that none fully conforms. It proposes a reference implementation and a repair for cross-process consumption.

0 favorites 0 likes
#checkpointing

@YuvrajS9886: After Data Parallelism we move to Model Parallelism starting with Pipeline Parallelism The paper: GPipe: Easy Scaling w…

X AI KOLs Timeline · 2026-07-06 Cached

This thread explains GPipe, a paper on pipeline parallelism for scaling large models across multiple GPUs using micro-batching and activation checkpointing.

0 favorites 0 likes
#checkpointing

DeadPool: Resilient LLM Training with Hot-Swapping via Zero-Overhead Checkpoint

arXiv cs.LG · 2026-07-03 Cached

DeadPool introduces a fault-tolerance mechanism for LLM training that enables hot-swapping of failed nodes with spare nodes using zero-overhead in-memory checkpointing, achieving fast recovery without interrupting the job.

0 favorites 0 likes
#checkpointing

Reduce GVisor Cold Starts with GPU Snapshotting

Hacker News Top · 2026-07-01 Cached

Cerebrium reduces GPU cold starts for AI workloads by checkpointing CPU and GPU memory, restoring fully initialized containers in seconds, cutting startup time by over 80%.

0 favorites 0 likes
#checkpointing

DataStates-LLM: Scalable Checkpointing for Transformer Models Using Composable State Providers

arXiv cs.AI · 2026-06-29 Cached

DataStates-LLM introduces a scalable checkpointing architecture for transformer models using composable state providers, achieving up to 4x higher throughput and reducing training time by 2.2x compared to existing solutions.

0 favorites 0 likes
#checkpointing

Agent checkpointing is far from production-grade resiliency

Reddit r/AI_Agents · 2026-06-15

A blog post argues that current agent checkpointing is insufficient for production-grade resiliency, highlighting gaps like failure detection, automatic retries, and high availability, and suggests building agents on a highly-available orchestration layer.

0 favorites 0 likes
#checkpointing

@PrajwalTomar_: This Reddit post just dropped the Claude Code skill that takes you from 70% to 90% accurate on the first try. A builder…

X AI KOLs Following · 2026-06-08 Cached

A Reddit post introduces a Claude Code skill called /grill-me that extracts all context from users by asking iterative questions and saving decisions to a knowledge doc, improving initial accuracy from 70% to 90%.

0 favorites 0 likes
#checkpointing

I kept rebuilding checkpointing, retries, and run tracking for agents. So I built an open-source runtime around them.

Reddit r/AI_Agents · 2026-06-08

The author built Tidebase, an open-source runtime for agent workflows that provides checkpointing, retries, and live run state tracking using Postgres, enabling failed runs to resume from where they left off.

0 favorites 0 likes
#checkpointing

Day 69: Our COMMS agent crashed mid-execution 3 times in 24 hours. The pattern it revealed.

Reddit r/AI_Agents · 2026-06-03

An AI agent (COMMS) repeatedly crashes at the shutdown step, revealing a failure mode specific to on-demand agents where the audit trail fails after work succeeds. The fix involves adjusting spawn timeout at shutdown, highlighting the need for separate lifecycle checkpoints.

0 favorites 0 likes
#checkpointing

@akshay_pachaar: this is the most underrated update in the agent space right now. your AI workflow runs for 47 minutes, burns 312 LLM ca…

X AI KOLs Following · 2026-05-08 Cached

CrewAI released a checkpointing feature for its open-source multi-agent framework, allowing AI workflows to be saved, resumed, forked, and inspected rather than restarting from scratch on failure.

0 favorites 0 likes
← Back to home

Submit Feedback