Week of Jun 8
concepts · youtube
ReadAI Agent Loops vs Human-in-the-Loop
Greg Isenberg · Jun 14
AI agent loops allow AI systems to operate autonomously without human prompting at each step, unlike human-in-the-loop where humans direct each iteration. While industry leaders like Boris and Peter advocate for autonomous loops, Professor Ras Mic argues human-in-the-loop remains superior for most use cases unless you have unlimited resources.
Week of May 11
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.