Skip to content
Goatfied

Goatfied blog

Benchmarks, deployment notes, and hard-won patterns

Developer-to-developer writing. No fluff. Just what worked, what failed, and what shipped.

Filter by category

Filter by tag

Teaching an agent when to stop and ask a human

agent-loop

Teaching an agent when to stop and ask a human

Agents need clear escalation rules to avoid wasting time on stuck tasks - this post covers detection signals and handoff patterns that prevent expensive retry loops.

2026-07-298 min read
Agentic planning for cross-package refactors

deployment

Agentic planning for cross-package refactors

Learn how to design AI agents that handle cross-package refactors by sequencing edits correctly while staying within token budgets and maintaining compilability.

2026-07-1012 min read
Goatfied — The AI code editor