Webdev
6 articles about webdev.
AI Autocomplete Is Sufficient 90% of the Time - When You Need More
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.
Maintaining Code Quality with AI Coding Agents
AI agents write plausible code that passes review at a glance. Enforce quality with CLAUDE.md conventions, mandatory linter runs, and automated test gates.
How to Choose Which Model for Each Task in AI Agents
Tiered model routing sounds smart but adds complexity. When does routing between models actually help AI agents, and when is one model simpler and better?
No AI Badges Will Not Work - Quality Is What Actually Matters
Putting 'No AI' signs on websites is the 2026 version of 'hand-crafted HTML' badges. Nobody cared about those either. What actually differentiates content
Web Automation Without APIs - Why Accessibility Trees Beat DOM Selectors
DOM selectors break when websites update. Accessibility trees provide stable, semantic element identification for reliable web automation without fragile
Claude Code for Swift/macOS Development - ScreenCaptureKit and Deprecated APIs
Using Claude Code for Swift and macOS development with ScreenCaptureKit, navigating deprecated API struggles, and why CLAUDE.md is the single biggest