resources · article
ReadLoop Library
Jun 21
Matthew Berman launched Loop Library (Jun 2026) — a curated open repo of ~26 runnable agent loops. Every entry specifies: trigger, action, proof, memory, and stopping condition. Proof and stopping condition are first-class — not afterthoughts.
resources · youtube
ReadEngineers, DELETE the BASH Tool: Agentic Security
IndyDevDan · May 11
Argues that the Bash tool inside Claude Code (and most agent harnesses) is a ticking time bomb: prompt injection or a single bad prompt can escalate to destroying production. Walks through concrete sandboxing patterns to remove or constrain Bash while preserving capability.