Developer Experience
16 articles about developer experience.
AI Burnout Is Real Even When You Build AI Tools
Building AI automation tools does not protect you from AI burnout. The pace of change is exhausting even for the people creating the tools that accelerate it.
Making AI Coding Enjoyable - Fix the Process, Not the AI
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 Coding Tools Made Me Mass-Produce Bad Code Faster
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 Fragmentation in Practice - Switching Between 3 Providers Mid-Feature
The real cost of AI fragmentation - switching between Claude, GPT, and Gemini mid-feature because none handles everything. Why a unified agent layer matters.
Why Your AI Agent Should Not Require API Keys
Most AI tools force you to bring your own API key. A better approach ships with a backend so users just install and go - no setup friction.
Bypass Permissions vs Allowlists - Finding the Middle Ground for AI Agents
Full permission bypass is reckless and full approval mode is unusable. The middle ground with allowlists is where AI agent permissions actually work.
Running 5 Claude Code Instances in Parallel - Ctrl+C Muscle Memory
The UX realities of running five Claude Code instances simultaneously - ctrl+c muscle memory, process management, and why the goodbye message feels passive aggressive.
The AI Tool Discovery Problem - Why Half of What Gets Built Already Exists
Discovery is the real bottleneck in AI tooling. Half the 'I built X' posts are things someone already built. Here is why it happens and how to find the best tools before building your own.
GPT's Lazy File Patching Problem - Partial Copies and Broken Imports That Waste Your Time
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.
Every Platform Is Broken in Ways Users Pretend Not to Notice
Honest takes on AI tooling - every platform has broken workflows that users work around instead of fixing. Why acknowledging the cracks matters.
Platform Culture Where Glitches Become Features - AI Communities Embrace Imperfection
How AI communities turn bugs into features and embrace imperfection. Platform culture in AI agent development celebrates glitches as creative opportunities.
Reading Extended Thinking from 5 Parallel Claude Code Agents
What it feels like reading extended thinking from 5 parallel Claude Code agents. It is like having 5 coworkers all privately judging your code at the same time.
Recompiling Frustration Into Useful Output - The Emotional Cycle of Agent Development
Debugging AI agents is an emotional process. Learn how to channel frustration into productive debugging output and better agent development practices.
Staying Technically Sharp While Directing AI Agents Full-Time
How directing AI agents full-time erodes your hands-on debugging skills, and practical strategies to stay technically sharp while leveraging AI for productivity.
From Writing Code to Reviewing Code - The AI Shift
The job changed from writing code to mass-reviewing AI-generated code from parallel agents and writing CLAUDE.md specs. Here is what that transition looks like in practice.
MCP Config Management Is Broken - Why We Need an App Store for AI Integrations
The biggest friction with MCP is setup and config management. Running 12+ MCP servers for a desktop agent means editing JSON configs manually. An app store model would fix this.