Ai Coding

38 articles about ai coding.

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

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

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

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

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 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 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

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

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

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

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

How did this page land for you?

React to reveal totals

Comments ()

Leave a comment to see what others are saying.

Public and anonymous. No signup.