How Goose flipped my work ratio from 80/20 to 20/80 #5647
clouatre
started this conversation in
Show and tell
Replies: 1 comment
-
A note on my evaluation processI tested several AI CLI tools before settling on Goose (Claude Code, OpenAI Codex, OpenCode, Amazon Q CLI, Copilot CLI, Continue.dev CLI, Cursor CLI). What made Goose stand out:
Important: Smaller models (7B-8B) don't work well with Goose due to tool calling format issues. The results I'm sharing require Claude Sonnet 4.5 or similar frontier models. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using Goose for infrastructure work and noticed something unexpected: my time split flipped from 80% implementing/20% deciding to 20% reviewing/80% judgment calls.
My setup
Environment:
Tools Goose leverages:
gh- Reviews PRs, issues, and repos before making decisionswrangler- Cloudflare Pages/Workers interactionaws- Route53, infrastructure discoverymermaid-cli- Architecture diagramsPattern: Goose discovers infrastructure state through CLI tools, proposes changes, I review and approve.
Two recent projects where this really showed up:
DNS Migration (2 hours, zero downtime)
Migrated production DNS (Route53 → Cloudflare) with 20+ records including email.
What Goose did:
Results: 2h total, 88% faster deploys (5-8min → 38sec), zero downtime
Key insight: Pre-validation eliminated risk. I knew email would work before changing nameservers.
Read more: Migrating to Cloudflare Pages: One Prompt, Zero Manual Work
CI Modernization (20 minutes)
Added modern CI to a project with outdated tooling (slow mypy).
What worked: Goose learned my modern stack from another project (Ruff + uv + pytest-cov) and applied it automatically.
Results: 20min (vs 3-4h from scratch), 10-100x faster linting, 83% coverage
Key insight: Cross-project pattern transfer. I provided judgment (simplicity over complexity), Goose handled implementation.
Read more: AI-Assisted Development: Judgment Over Implementation
What I'm learning
Works well:
Doesn't work:
The shift: Less time on "how to implement", more on "is this the right approach?" My value moved from execution to judgment.
Questions for you
Happy to discuss approaches, share configs, or clarify details. All metrics verified via PR timestamps.
Beta Was this translation helpful? Give feedback.
All reactions