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

PR triage automation with risk scoring

security

PR triage automation with risk scoring

PR triage automation uses risk scoring to prioritize code reviews based on change impact, contributor history, and affected systems rather than simple rule-based labels.

2026-03-1811 min read
Prompt patterns for reliable test generation

open-source

Prompt patterns for reliable test generation

Learn prompt patterns that treat test generation as a contract-driven workflow instead of one-shot compilation to produce tests that catch real regressions.

2026-03-0813 min read
Repository indexing that keeps context fresh

prompting

Repository indexing that keeps context fresh

Production repository indexing must track code changes in real-time to prevent AI agents from referencing deleted functions, outdated APIs, and stale dependency graphs.

2026-02-1812 min read
Sandboxing untrusted tools in dev workflows

ux

Sandboxing untrusted tools in dev workflows

Learn how to isolate untrusted code execution in development workflows using containers, VMs, and permission boundaries without breaking developer productivity.

2026-02-1012 min read
Tool call retries with deterministic guards

prompting

Tool call retries with deterministic guards

Tool call retries waste tokens on errors that won't resolve through repetition; deterministic guards validate inputs before execution to prevent futile retry cycles.

2026-01-1110 min read
Goatfied — The AI code editor