fault-tolerance

Tag

Cards List
#fault-tolerance

Long-running AI agent loops in Go that survive process crashes

Reddit r/AI_Agents · 2026-08-23

The article explains how to use Temporal or Restate in agent-sdk-go to build durable AI agent loops in Go that survive process crashes by replaying steps and avoiding re-execution of LLM calls, demonstrated with an agent-chat application.

0 favorites 0 likes
#fault-tolerance

Understanding Fault Tolerance of Adversarially Robust Pruned Models

arXiv cs.LG · 2026-08-06 Cached

This paper empirically investigates how pruning, adversarial training, and hardware-induced weight faults jointly affect the reliability of convolutional neural networks, finding that adversarial training increases sensitivity to stuck-at-zero faults while pruning has little effect on fault sensitivity.

0 favorites 0 likes
#fault-tolerance

Self-Organising Digital Circuits

arXiv cs.AI · 2026-08-05 Cached

This paper introduces Self-Organising Digital Circuits, using a topology-masked Transformer to configure lookup tables in Boolean gates, enabling circuits to self-assemble and self-repair around hardware faults. It demonstrates near-perfect recovery from soft errors and generalization to larger circuit scales, bridging biological self-organization with digital hardware resilience.

0 favorites 0 likes
#fault-tolerance

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
#fault-tolerance

CoG-Guided Weight Correction for Fault-Tolerant Deep Neural Networks

arXiv cs.LG · 2026-07-20 Cached

Proposes a Center of Gravity guided weight correction method for fault-tolerant deep neural networks, achieving significant fault tolerance improvements on LSTM and CNN models without retraining.

0 favorites 0 likes
#fault-tolerance

Agora: Collective and Permissionless Internet-Scale Pretraining of Large Language Models

arXiv cs.LG · 2026-07-16 Cached

Agora enables collective, permissionless internet-scale pretraining of large language models using heterogeneous, preemptible consumer GPUs connected via internet, demonstrated by the successful Pluralis-8B training run with 330 nodes.

0 favorites 0 likes
#fault-tolerance

Exactly-once execution doesn't exist, and agent stacks need to accept that

Reddit r/AI_Agents · 2026-07-13

This article argues that achieving exactly-once execution in distributed systems is impossible, and that agent stacks must be designed to deal with this limitation.

0 favorites 0 likes
#fault-tolerance

@PyTorch: New on the PyTorch Foundation blog: @AMD and @Meta contributors share how PyTorch Monarch was brought to AMD Instinct G…

X AI KOLs Following · 2026-07-07 Cached

AMD and Meta contributors ported PyTorch Monarch to AMD Instinct GPUs with ROCm, enabling fault-tolerant distributed training at scale. The blog details the engineering work and validation on large clusters.

0 favorites 0 likes
#fault-tolerance

Bringing PyTorch Monarch to AMD GPUs: Single-Controller Distributed Training on ROCm (13 minute read)

TLDR AI · 2026-07-07 Cached

The article describes the porting of PyTorch Monarch, a distributed training runtime, to AMD GPUs with ROCm, enabling single-controller fault-tolerant training at scale and addressing reliability challenges in large-scale LLM training.

0 favorites 0 likes
#fault-tolerance

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
#fault-tolerance

ProWAFT: A ROMA-LPD Instance for Workload-Aware and Dynamic Fault Tolerance in FPGA-Based CNN Accelerators

arXiv cs.CL · 2026-07-03 Cached

ProWAFT is a proactive workload-aware fault-tolerance framework for FPGA-based CNN accelerators that uses partial reconfiguration to selectively apply triple modular redundancy (TMR), minimizing a composite objective over latency, energy, and reliability risk.

0 favorites 0 likes
#fault-tolerance

pg_durable: Microsoft open sources in-database durable execution

Hacker News Top · 2026-06-05 Cached

Microsoft open sourced pg_durable, a PostgreSQL extension that enables durable execution of long-running SQL functions with automatic checkpointing and fault-tolerant resumption.

0 favorites 0 likes
#fault-tolerance

@sydneyrunkle: https://x.com/sydneyrunkle/status/2062588423295111208

X AI KOLs Following · 2026-06-04 Cached

This article explains how to add fault tolerance to LangGraph agents using RetryPolicy, TimeoutPolicy, and error handlers, covering retries with backoff, timeouts, and compensation logic for production reliability.

0 favorites 0 likes
#fault-tolerance

Decoupled DiLoCo: A new frontier for resilient, distributed AI training

Google DeepMind Blog · 2026-04-22 Cached

DeepMind introduces Decoupled DiLoCo, a new distributed AI training architecture that enables resilient, low-bandwidth training of large models across globally dispersed data centers by isolating hardware failures.

0 favorites 0 likes
← Back to home

Submit Feedback