Coding

11 articles about coding.

AI Autocomplete Is Sufficient 90% of the Time - When You Need More

·2 min read

AI autocomplete handles most coding tasks. But when do you actually need a full agent-assisted development workflow? It depends on what you're building.

ai-autocompletecopilotagent-assistedcodingproductivitywebdev

Letting AI Coding Agents Use Real Debuggers Instead of Guessing

·2 min read

AI coding agents guess at bugs by reading code. Giving them access to real debuggers - breakpoints, stack traces, variable inspection - makes them

ai-agentsdebuggingdeveloper-toolsidecoding

AI Really Killed Programming for Me

·2 min read

AI did not kill programming - it shifted the competitive advantage from writing code to understanding systems. The skill that matters now is knowing what to

ai-programmingcompetitive-advantagesystems-thinkingcodingcareer

I Forgot How to Code After Using AI Agents

·6 min read

Anthropic research confirms it: AI coding assistance reduces skill formation by 17%. Here's what atrophies, what grows, and how to stay sharp while using AI tools heavily.

ai-dependencycognitive-shiftcodinginterviewsdeveloper-experienceproductivity

GPT 5.4 vs Opus 4.6: Simplicity vs Over-Architecture

·2 min read

Opus 4.6 picks the simplest approach that works. GPT 5.4 tends to over-architect solutions. For desktop agent development, simplicity wins.

gptopusclaudemodel-comparisoncoding

How Are In-Office Dev Jobs Now? Coding Time Dropped to 30%

·2 min read

In-office developer roles have shifted dramatically. Actual coding is now about 30% of the job - the rest is reviewing AI output, writing specs, and

developer-jobscodingai-impactcareerproductivity

Is Cursor Falling Behind Claude Code?

·2 min read

Claude Code reads, edits, runs, and tests in one loop. Cursor still separates these steps. The integrated loop is winning for developers who want to ship

cursorclaude-codecomparisondeveloper-toolscoding

M4 Pro with 48GB Memory for Local Coding Models?

·2 min read

48GB of unified memory on an M4 Pro fits 70B parameter models at Q4 quantization. Local inference for privacy-sensitive work and overnight batch processing.

m4-prolocal-models48gbapple-siliconprivacycoding

Agent Orchestrators vs Parallel Sessions with Worktrees

·2 min read

Comparing agent orchestration patterns vs parallel sessions with git worktrees. Real isolation wins for coding tasks because each agent gets its own workspace.

agentsorchestrationworktreesparallelgitcoding

GPT's Lazy File Patching Problem - Partial Copies and Broken Imports That Waste Your Time

·3 min read

GPT's auto mode picks the stronger model for complex tasks, but its file patching is infuriating. Partial copies leave broken imports and missing code.

gptfile-patchingbroken-importscodingdeveloper-experience

Running 5 AI Coding Agents in Parallel - Setup, Coordination, and Real Tradeoffs

·5 min read

How to run multiple Claude Code agents simultaneously in a terminal IDE, how to manage context sharing between them, and what the practical ceiling actually is.

terminal-idemultiple-agentsparallelvoice-commandscoding

Browse by Topic