Ai Coding

56 articles about ai coding.

1.6M Git Events Show AI Code Needs More QA

·12 min read

When AI agents generate most of your code, your review process must scale to match. Analysis of 1.6 million git events reveals where QA breaks down - and how to fix it.

code-reviewqaai-codinggitdeveloper-workflow

18M Tokens to Fix Vibecoding Debt - And How to Avoid It

·2 min read

Letting AI write code without specs creates a specific kind of technical debt that costs millions of tokens to unwind. Here is the system that prevents it.

vibecodingtechnical-debtai-codingspecsproductivity

Advising Junior Developers in the AI Age - Why Fundamentals Still Matter

·3 min read

When 80% of code is AI-generated, junior developers still need strong fundamentals. Here is how to mentor new engineers when the easy work is automated away.

mentoringjunior-developersfundamentalsai-codingcareer-developmentengineering-culture

When AI-Built Apps Need a Rewrite vs When They Are Good Enough

·2 min read

Not every AI-built app needs a professional rewrite. Here is how to evaluate whether your AI-generated code is production-ready or heading for trouble.

ai-codingcode-qualityrewritenon-coderproduction

Maintaining Code Quality with AI Coding Agents

·2 min read

AI agents write plausible code that passes review at a glance. Enforce quality with CLAUDE.md conventions, mandatory linter runs, and automated test gates.

code-qualitylintingtestingconventionsai-codingwebdev

When AI Code Review Flags Intentional Behavior as a Bug

·2 min read

The real gap in automated code review is not missed bugs - it is when AI catches something that looks wrong but is actually intentional. Pattern matching

ai-codingcode-reviewlogic-errorsfalse-positivesdeveloper-tools

AI Made My Team Write 21% More Code - The Review Queue Doubled

·2 min read

AI does not remove bottlenecks, it moves them downstream. When code generation gets faster, code review becomes the new constraint.

code-reviewbottleneckai-codingproductivitydeveloper-workflow

Why AI Coding Agents Fail Without Enough Project Context

·3 min read

Agent mode errors in Cursor, ChatGPT, and other tools often come from insufficient context - not model limitations. Here is how to give your AI agent the

contextai-codingcursordebuggingdeveloper-tools

We Don't Need Experts Anymore Thanks to Claude - 5 Agents, 3 Hours Debugging

·3 min read

The irony of AI coding - spending hours debugging AI-generated error handling code with multiple agents. AI makes you faster until it makes you slower.

ai-codingdebuggingerror-handlingclaudedeveloper-experienceclaudeai

AI Coding Productivity Data Is Not What You Expected

·2 min read

METR's research shows developers overestimate their AI coding productivity gains. The perceived time savings do not match the measured results - here is

productivityai-codingresearchmetrdeveloper-toolsdata

5000 Lines of Code Per Day - Why the Metric Is Meaningless Even for AI

·2 min read

AI agents can write thousands of lines of code daily. But lines of code was always a bad metric - and AI makes it even more obvious. What actually matters

ai-codingproductivitymetricsdeveloper-experiencecode-qualityexperienceddevs

Asked Claude to Fix Recipes, Built a macOS App Instead

·2 min read

How AI-assisted scope creep turns a simple fix into a full macOS app - the natural progression from one-liner to production software.

scope-creepai-codingmacos-appclaude-codeside-projects

The Better Claude Code Becomes, the Less I Want to Use It

·2 min read

As Claude Code gets more opinionated and capable, it removes the flexibility that made it useful. When tools think for you, you stop thinking.

claude-codedeveloper-toolsai-codingopinionautonomy

The Biggest AI Coding Productivity Gain Is Codebase Navigation

·2 min read

AI saves the most developer time on codebase navigation and understanding - finding the right code before fixing it. The same skill applies to accessibility

codebase-navigationproductivityai-codingaccessibility-treedeveloper-tools

Breaking Down Complex Projects for AI Coding Agents

·3 min read

Handing an AI coding agent a full PRD never works. Learn how to decompose complex projects into agent-sized tasks that actually get completed correctly.

ai-codingproject-managementclaude-codedecompositionproductivity

Cancelled My Cursor Subscription, All In on Codex - But Local Access Is Hard to Give Up

·2 min read

Switching from Cursor to Codex sounds great until you realize local file access and shell commands are features you cannot live without.

cursorcodexai-codinglocal-accessdeveloper-tools

Claude Code Writes Your Code, but Do You Know What's in It?

·2 min read

AI coding agents restructure modules in unexpected ways. The code works but the architecture drifts from your mental model unless you actively review

code-reviewclaude-codearchitectureai-codingai-agents

How CLAUDE.md Prevents AI Agents from Writing Goop Code

·2 min read

The single biggest improvement for AI-generated code quality is describing your architecture in a CLAUDE.md file before the agent touches anything. Here is

claude-mdcode-qualityarchitectureai-codingbest-practiceschatgptcoding

Tell Your Coding Agent to Ship Small Chunks

·3 min read

Large AI-generated PRs are unreviewable. Ship features in small chunks with per-feature CLAUDE.md specs and separate agent sessions for each piece.

ai-codingclaude-codeworkflowcode-reviewshippingclaudeai

Cursor vs Codex vs Claude Code - Different Tools for Different Workflows

·3 min read

Cursor, GitHub Codex, and Claude Code are not interchangeable. Each fits a different development style. Here is when to use which AI coding tool.

cursorcodexclaude-codeai-codingdeveloper-tools

Git Was Built for Humans but AI Is Writing My Code Now

·2 min read

Why git's human-centric workflow breaks down with AI-generated commits and how intent-based rollback could fix the problem.

gitai-codingversion-controldeveloper-toolsautomation

Keeping CLAUDE.md in Sync When 5 Agents Modify Your Codebase

·2 min read

How to prevent CLAUDE.md files from going stale when multiple AI agents rename modules and restructure code simultaneously.

claude-mdmulti-agentconfigurationcodebase-managementai-coding

Drowning in AI? Start with a CLAUDE.md File

·2 min read

The biggest thing that helped me learn AI coding tools was treating the AI like a junior dev I am managing. Start with a CLAUDE.md file and build from there.

ai-codinglearningclaude-mddeveloper-workflowgetting-started

Anyone Else Feeling Like They're Losing Their Craft to AI?

·2 min read

The grief of watching AI take over coding tasks you spent years mastering, and why low-level skills still matter as craft.

ai-codingdeveloper-experiencecraftcareerreflection

Multi-Agent Code Review Loops - The Simple Pattern That Works

·2 min read

Running parallel AI coding agents works best with a simple pattern: one agent writes code, another reviews it. Here is how to set it up.

multi-agentcode-reviewparallel-agentsai-codingdeveloper-workflow

Managing Context Bloat in AI Coding Agent Workflows

·2 min read

Context bloat kills AI coding agent performance. Learn why narrow, specialized skills beat broad context windows for persistent memory in Cursor and similar

context-windowcursorai-codingmemorycontext-managementproductivity

How Developers Actually Use AI in Their Coding Workflow

·2 min read

What real AI-assisted development looks like vs the demo version. Five agents doing heavy lifting while you architect - the workflow nobody shows on Twitter.

ai-codingworkflowdeveloper-toolsproductivityclaude-codeclaudeai

The Most Important AI Coding Rule - Remove Verbosity and Blathering

·2 min read

When writing Swift and macOS code with AI, the 'remove verbosity and blathering' instruction does the most important work. Concise prompts produce better code.

ai-codingswiftmacospromptingdeveloper-toolsverbosity

Sandbox vs YOLO Mode for AI Coding Agents

·3 min read

Should you run AI coding agents in a sandbox or let them execute freely? YOLO mode with frequent git commits offers the best balance of speed and safety.

ai-codingsandboxyolo-modedeveloper-workflowgit

When Sonnet Outperforms Opus - Choosing the Right AI Model Tier

·5 min read

Sonnet vs Opus for coding tasks - when the cheaper, faster model produces better results. Benchmarks, cost comparison, and a practical routing guide for daily AI coding work.

sonnetopusmodel-selectionai-codingcost-optimizationclaudeai

When Cheaper AI Models Are Good Enough for Daily Development

·2 min read

Sonnet handles Python wrappers and routine coding just fine. Opus shines for architecture decisions. How to route AI model usage by task complexity and save

model-routingcost-optimizationsonnetopusai-coding

Spotify Devs Haven't Written Code Since December - Specification-Driven Development

·2 min read

Specification-driven development is replacing hands-on coding. Write specs, let AI agents generate the implementation. Here's why it works.

specification-drivenai-codingno-codedeveloper-workflowai-agentsclaudeai

Vibe Coding Is Not an Excuse to Skip Code Review

·2 min read

Your CTO saying 'just vibe code it' is not a strategy. Using AI to ship faster works - but only if you still review what it produces.

vibe-codingcode-qualityai-codingcode-reviewproductivity

Cursor Caught a Race Condition - Voice-Controlled Coding and Verbal Debugging

·2 min read

Voice-controlled AI coding agents don't just save keystrokes. Speaking your code logic out loud helps you think more clearly and catch bugs you'd miss typing.

voice-codingverbal-debuggingrace-conditionai-codingdeveloper-workflowcursor

Why Vibe Coded Projects Fail at Scale

·2 min read

Vibe coding with AI is great for prototypes but breaks down at scale. Here is why, and how to transition to structured AI-assisted development before it is

vibe-codingai-codingcode-qualityscalingsoftware-architecture

Making AI Coding Enjoyable - Fix the Process, Not the AI

·2 min read

The 200-file changeset problem is a process failure, not an AI failure. Scope your agents tightly to make AI-assisted coding productive and enjoyable.

ai-codingprocessagentsscopingdeveloper-experienceproductivity

AI Coding Tools Made Me Mass-Produce Bad Code Faster

·2 min read

AI-generated code looks plausible even when it is wrong. Handwritten bugs are easier to spot. AI bugs have correct syntax but wrong logic.

ai-codingcode-qualitybugsdeveloper-experienceproductivity

The Real AI Coding Skill Is Problem Decomposition, Not Prompt Engineering

·5 min read

The developers who get the most from AI coding tools are not better at prompting. They are better at decomposing problems. Here is the concrete workflow with examples that separate 2x from 10x AI-assisted developers.

ai-codingproblem-decompositionprompt-engineeringdeveloper-skillsproductivity

The Biggest AI Coding Skill Gap Is Context Management

·3 min read

Too much context is as bad as too little when working with AI agents. The same principle applies to GUI automation with accessibility trees. Learn to manage

context-managementai-codingaccessibility-treeskill-gapdeveloper-productivity

AI Coding Technique: Change One File, Migrate the Entire Codebase

·2 min read

A practical AI coding technique - manually change one SwiftUI file, then have Claude Code migrate 1500+ hardcoded calls across the entire codebase to match.

ai-codingclaude-codemigrationswiftuirefactoringdeveloper-workflow

The Real Metric AI Improved in Software - Release Cadence

·2 min read

AI coding tools did not make individual code better. They made release cadence faster. Going from monthly to weekly releases on a desktop app using Claude Code.

release-cadenceai-codingsolo-developershippingdeveloper-productivity

The AI Renaissance for Retirees: Writing Specs Instead of Code

·3 min read

Retirees are building software by writing detailed CLAUDE.md specs that direct AI agents. You do not need to write code anymore - you need to write clear

claude-mdnon-programmerretireesai-codingspecs

Building a Desktop App 100% with Claude AI

·2 min read

What you learn the hard way building a native desktop email client entirely with Claude. Swift, Rust, and the real challenges no tutorial covers.

claudedesktop-appswiftrustai-codinglessons-learned

The Scope Shift in Code Copying - From Stack Overflow Snippets to Full AI Interaction Flows

·2 min read

AI changed how developers copy code. Instead of grabbing individual accessibility API snippets from Stack Overflow, we now generate entire interaction flows

ai-codingaccessibility-apidesktop-automationdeveloper-workflowstack-overflow

Context Management Is 90% of the Skill in AI-Assisted Coding

·5 min read

The real skill in AI-assisted coding is not prompting - it is context management. Persistent memory, CLAUDE.md files, and layered context separate productive developers from frustrated ones.

ai-codingcontext-managementclaude-codepersistent-memorydeveloper-workflow

Why Cursor Skips Planning Mode and How a Strict Plan-Execute Loop Fixes It

·2 min read

Cursor and similar AI coding tools skip planning and jump straight to editing files. A strict plan-then-execute loop prevents runaway changes.

cursorai-codingplanningagent-workflowdesktop-agent

Developers Are Becoming Their Own Business Analysts in the AI Era

·2 min read

The most productive developers now spend their day writing detailed requirements and acceptance criteria, then handing them to Claude. Writing specs is the

developer-workflowai-codingrequirementsspecificationsclaude-code

The 1M Context Trap: Why More Context Makes Claude Lazier

·6 min read

Research on 18 frontier models confirms every one degrades with more context. The 'lost-in-the-middle' effect causes 30%+ accuracy drops. The counterintuitive fix: use less context, not more.

opuscontext-windowclaude-codeai-codingtokensproductivity

Opus Token Burn Rate - Watching It Write, Delete, and Rewrite 200-Line Functions

·3 min read

Opus does not just burn tokens - it vaporizes them. The write-delete-rewrite cycle where Opus creates 200 lines, decides it does not like them, and starts over.

opustokensclaude-codeai-codingcostllm

Pair Programming with AI - Write the Spec First, Approve the Plan

·3 min read

The best workflow for AI pair programming: write a short spec, let the agent propose its plan before writing any code, then approve step by step. Control

pair-programmingai-codingspecworkflowplanningcode-review

Why Mandating AI Coding Tools Fails - Organic Adoption Wins

·2 min read

Forcing developers to use AI coding tools backfires. The developers who get the most from AI got there organically because it genuinely made them faster

ai-codingadoptionproductivitydeveloper-toolsvibe-codingworkflow

Codex vs Claude Code - A Practical Comparison for Real Development

·3 min read

OpenAI Codex and Claude Code take different approaches to AI-assisted development. Here is how they compare for agent-mode workflows, MCP integration, and

codexclaude-codecomparisonai-codingdeveloper-tools

Building a macOS Desktop Agent with Claude - How AI Wrote Most of Its Own Code

·4 min read

How we used Claude to build Fazm, a native macOS AI agent. ScreenCaptureKit, accessibility APIs, and Whisper - with Claude writing most of the Swift code

claudeai-codingswiftmacosdeveloper-tools

The AI Verification Paradox - We Code Faster But Ship Slower

·2 min read

AI makes individuals write code faster, but teams are moving slower. The bottleneck shifted from writing code to understanding what code just got written.

ai-codingcode-reviewengineering-cultureopinionproductivity

What SaaS Ideas AI Cannot Replace - Always-On, Hardware Access, and Persistent State

·2 min read

Claude Code can write you a script but it cannot run a 24/7 service, access your screen, or manage devices. Here is where SaaS still wins.

saasstartup-ideasai-codingopportunityopinion

AI Lets Everyone Ship Code - But Who Holds the Pager?

·3 min read

AI coding tools mean non-engineers can ship code faster than ever. The problem is not the code quality - it is the ownership gap when things break at 3am.

ai-codingdevopsengineering-cultureopinion

Browse by Topic