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

Triaging flaky tests with AI assistance

workflows

Triaging flaky tests with AI assistance

AI tools help identify patterns in intermittent test failures by correlating logs, environmental factors, and code changes to surface root causes faster than manual triage.

2026-09-178 min read
Test generation that targets real coverage gaps

workflows

Test generation that targets real coverage gaps

Test generation should analyze existing tests and code structure to create new tests targeting uncovered branches, error paths, and edge cases rather than redundant happy-path scenarios.

2026-09-158 min read
Review checklists for AI-authored changes

workflows

Review checklists for AI-authored changes

Code review checklists for AI-generated pull requests require different validation steps than human-authored changes to catch missing context and assumptions.

2026-09-148 min read
Onboarding new engineers with an AI pair

workflows

Onboarding new engineers with an AI pair

AI pair programming tools help new engineers find code context and answers faster by routing their questions through relevant repositories, issues, and documentation automatically.

2026-09-138 min read
Audit logging for autonomous code changes

security

Audit logging for autonomous code changes

Audit logging captures authorization chains, decision paths, and constraint checks when AI agents modify code autonomously beyond standard Git metadata.

2026-09-088 min read
Supply-chain risk in AI-suggested dependencies

security

Supply-chain risk in AI-suggested dependencies

AI coding assistants suggest dependencies based on training data, not current security status, bypassing supply-chain controls and introducing typosquats or compromised packages.

2026-09-078 min read
Goatfied — The AI code editor