Skip to main content

7 posts tagged with "development"

View All Tags

AI Coding Tool Comparison 2026: Claude Code vs Cursor vs GitHub Copilot vs Windsurf

· 11 min read
Scott Havird
Engineer

AI Coding Tool Comparison 2026: Claude Code vs Cursor vs GitHub Copilot vs Windsurf

I use multiple AI coding tools every day. Not because I'm indecisive — because different tools genuinely excel at different tasks. After a year of tracking my usage through PromptConduit and monitoring releases through Havoptic, I have a data-informed perspective on where each tool shines and where it falls short.

This isn't a surface-level feature checklist. It's an honest assessment from someone who ships production code with these tools daily, tracks their release velocity, and measures their impact on productivity.

Claude Code Hooks: A Complete Guide to Automating Your AI Coding Workflow

· 10 min read
Scott Havird
Engineer

Claude Code Hooks: A Complete Guide to Automating Your AI Coding Workflow

If you've been using Claude Code for more than a week, you've probably noticed a pattern: you keep telling it the same things. "Run prettier after editing." "Don't touch the .env file." "Run the tests before you stop." These aren't complex instructions — they're rules. And rules shouldn't depend on an LLM remembering to follow them.

That's exactly what Claude Code hooks solve. They're deterministic automation that runs at specific points in Claude Code's lifecycle, executed by the harness itself — not by Claude. If you configure a hook to format code after every edit, it will format code after every edit. No exceptions. No "I forgot."

How to Measure AI Coding Assistant Productivity: A Framework for Engineering Teams

· 11 min read
Scott Havird
Engineer

How to Measure AI Coding Assistant Productivity: A Framework for Engineering Teams

Here's a question I get asked constantly: "How do you know if AI coding tools are actually making your team more productive?"

It's a fair question. Engineering leaders are investing real budget in Claude Code, Cursor, and GitHub Copilot seats. Developers are restructuring their workflows around these tools. But when someone asks for data — actual numbers on impact — most teams have nothing to show.

I've been working on this problem for over a year, first as an engineering leader trying to justify AI tooling investments at Georgia-Pacific, and then by building PromptConduit to close the analytics gap. Here's the framework I've developed for measuring what actually matters.

Havoptic: I Built a Visual Release Tracker Because I Couldn't Keep Up

· 8 min read
Scott Havird
Engineer

Havoptic: I Built a Visual Release Tracker Because I Couldn't Keep Up

Here's a confession: I can't keep up with release notes. Claude Code, Cursor, Windsurf, Gemini CLI, Copilot CLI, Codex CLI, Kiro – they're all shipping at breakneck speed, and every week there's a new version with features that could change how I work. But reading through changelogs? My eyes glaze over by paragraph two. I'm a visual person. I need to see what changed, not read a wall of text about it.

That frustration is why I built Havoptic.

PromptConduit: Building Analytics for AI Coding Assistants

· 6 min read
Scott Havird
Engineer

PromptConduit: Building Analytics for AI Coding Assistants

Every day, I spend hours having conversations with AI coding assistants. Claude Code helps me debug issues, Cursor generates components, and Gemini CLI answers quick questions. But here's the thing: I had no idea what I was actually asking them. What patterns emerged from my prompts? Which tools got invoked most frequently? Was I getting better at prompting over time?

These questions led me to build PromptConduit.

Claude Code Template: Accelerating AI-Assisted Development

· 6 min read
Scott Havird
Engineer

Claude Code Template: Accelerating AI-Assisted Development

The future of software development is here, and it's conversational. With AI coding assistants becoming increasingly sophisticated, the way we structure and approach development projects is evolving rapidly. Today, I'm excited to share the Claude Code Template – a comprehensive starter template designed to maximize productivity in AI-assisted development workflows.