Urgent.News

What's breaking now, across thousands of outlets.

AI

AI Coding Tools in Enterprise: What 90 Days of Data Actually Shows

Everyone has opinions on AI coding tools. Not enough teams publish the data. This post covers a structured 90-day study of AI coding assistants across a 70-engineer enterprise team — frontend, backend, platform, and QA. The metrics tracked: PR velocity, review cycles, defect escape rate, time-to-first-review, and self-reported time savings. Tools used: Claude Code (primary), GitHub Copilot (one…

A 90-day study of AI coding assistants in a 70-engineer enterprise team revealed significant improvements in development efficiency and quality, despite initial concerns about potential pitfalls. The primary AI tool, Claude Code, outperformed GitHub Copilot and Cursor for most teams. The study tracked key metrics like PR velocity, review cycles, defect escape rate, time-to-first-review, and self-reported time savings.

The biggest win was a 13-point jump in test coverage, driven by engineers delegating test writing to AI. This test-writing boost was particularly pronounced for mid-career engineers, while senior engineers saw smaller gains. AI also accelerated boilerplate code generation, especially for junior engineers, and helped new hires onboard faster by explaining unfamiliar code.

However, AI coding tools did not uniformly improve code quality. Defect rates for complex logic showed only a modest 7% improvement, and in some cases, the defect rate even worsened. This is because AI-generated business logic can sometimes produce semantically correct but logically flawed code that passes review unnoticed. The study underscores the need for a heightened review culture when AI is involved, particularly in the logic layer.

Another key finding was the emergence of a prompt skill gap. Engineers who could craft precise, context-rich prompts saw dramatic improvements in code quality, while those with weaker prompting skills experienced minimal gains. This skill gap widened initially but narrowed after two brief prompt engineering training sessions, highlighting the importance of targeted training to maximize AI's benefits.

The study found that the cost of implementing AI coding tools—roughly $38 per engineer per month—was justified by the time saved, which averaged 3.2 hours per engineer per week. Even accounting for the fully-loaded hourly cost of $95, the ROI was an impressive 32-to-1, not considering the added benefits of improved documentation, onboarding speed, and developer satisfaction.

This analysis demonstrates that AI coding tools can significantly boost enterprise productivity, but successful implementation requires careful rollout, prompt engineering training, and a shift in code review practices to account for the nuanced defects AI tools can introduce.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

More from Friday 28 August →