Case Studies
Real-world usage of AI coding tools on production projects, with measured outcomes.
Real-world usage of AI coding tools on production projects, with measured outcomes.
A four-week rebuild of a B2B analytics dashboard in Next.js using Windsurf. Cascade was strong on page assembly and state wiring, weaker on product decisions and chart semantics.
I used Cline as the primary coding interface for a 2-week sprint on a Python FastAPI service. Here are the actual numbers — tasks completed, hours spent, API spend, and what I'd do differently.
A measured case study from upgrading a Java Spring Boot service. Copilot helped most with tests, repetitive API changes, and small refactors, not with the migration strategy.
A Rust workspace refactor tested Zed as the primary editor. The AI features helped in narrow spots, but the bigger gain came from editor speed, project search, and lower friction.
A small team tested Cursor, Copilot, and Aider as separate review passes before human review. The useful result was not more comments, but better self-review before opening PRs.
I built the same feature — a multi-step form with validation — twice, once in Copilot and once in Cursor. Same model under the hood. Different UX, different output, surprisingly different time-to-done.
Two weeks of Windsurf as the primary editor on a Django + DRF service. Tracking what Cascade produced cleanly, what it didn't, and how the workflow compares to running the same project in Cursor.
I migrated an internal admin tool from jQuery to React using Aider as the primary tool for the mechanical parts. Here's the breakdown of what worked, what didn't, and the cost.
I wired Cline to our staging Postgres and Snowflake via MCP servers, then asked it to help debug a data quality issue. The investigation that followed showed where MCP shines and where it doesn't.
Cross-platform mobile MVP with Windsurf as primary tool. Honest assessment of where Cascade fit and where it slowed us down.
Building admin tooling for a small company. Copilot fits well; the work shape (lots of similar small features) plays to AI strengths.
Rebuilt a marketing site over a weekend with Cline. Content-heavy work plus design system fits AI tools well.
Built a data quality validation system for a small ETL pipeline. Cursor shines for the structured nature of validation logic.