AI & LLM
Agent Loops in Claude Code: Knowing When to Stop
Jason Yang · 22 Jul, 2026
The hard part of a Claude Code agent loop isn't repeating work. It's a stop condition you can trust: convergent vs exploratory, and who enforces the verdict.
Showing Posts From
AI & LLM
Jason Yang · 22 Jul, 2026
The hard part of a Claude Code agent loop isn't repeating work. It's a stop condition you can trust: convergent vs exploratory, and who enforces the verdict.
AI & LLM
Jason Yang · 22 Jul, 2026
Karpathy's autoresearch pattern rebuilt for Claude Code: a Bash loop that scores each AI-tried hypothesis, keeps improvements, and rolls back failures with git.
AI & LLM
Jason Yang · 09 Jul, 2026
What an AI harness is and how to build one — validation, gates, and Generator ≠ Evaluator separation at each stage of the SDLC.
AI & LLM
Jason Yang · 08 Jul, 2026
AI engineering is more than prompts. A practical frame — prompt, context, harness, loop — walked through one example: an AI that reviews every PR.