A product discussed on AI Engineer.

Using RL Agent to Detect and Remediate ETL Pipeline Failures - Anna Marie Benzon
Jun 29, 2026 · 14:41
Anna Marie Benzon presents an RL-guided ETL pipeline health agent that automates failure diagnosis and remediation using deterministic anomaly detection, tabular Q-learning, and an external safety layer, achieving a 99.85% reduction in mean time to recovery (to 5.24 minutes) across 30 synthetic runs. The system detects schema drift, null-rate spikes, type changes, and runtime errors, then selects from six bounded actions (retry, coerce, rollback, quarantine, escalate, log). A key design principle separates deterministic rules for observable facts from learning for contextual action selection, with safety overrides outside the learned policy to prevent unsafe autonomy. Ablation results show the Q-learning policy matches a hand-defined deterministic policy (0% difference), while the safety override reduces non-escalation by 15.03 percentage points intentionally. The talk emphasizes that reliability comes from structured state, sensible logic, and guardrails, not from RL alone, and that escalation is a capability, not a failure. Future work involves shadow-mode deployment on production incident traces.

Keynote: The AI developer experience doesn't have to suck – why and how we built Modal
Feb 22, 2025 · 21:38
Eric Bernhardson, CEO of Modal, explains why and how his company replaced Kubernetes and Docker with a custom container system to deliver sub-second cold starts for AI developers. Modal turns any Python function into a serverless function with a decorator, runs on thousands of H100s, and fans out to 10,000 parallel calls. To achieve fast startup, Modal built content-addressable storage for deduplication, lazy file loading with prefetching, and uses gVisor for CPU memory snapshotting, cutting Stable Diffusion startup to seconds. The company built its own scheduler and file system, and uses mixed integer programming to manage a global GPU pool across cloud vendors. Customers like Suno use Modal for AI-generated music inference. Modal offers $30/month free credits.
Powered by PodHood