132 related articles

The Reddit meme "did you or Claude build it" struck a chord with developers. This article explores how AI coding assistants reshape workflows, where the boundary of human-AI contribution lies, and how programmers can find irreplaceable value in the AI era.

Does The Mythical Man-Month still hold 50 years on? A deep analysis of Brooks's Law, the second-system effect, and conceptual integrity in the AI coding era.

An in-depth look at the difference between Vibe Coding and AI engineering-grade programming. Can AI replace programmers? From Claude Code and Codex to Cursor, revealing the real limits, enterprise pain points, and engineering solutions of AI coding tools.

How developer Theo used Anthropic's Fable model to rebuild his AI coding workflow — controlling reasoning levels, multi-model routing with Codex, and sub-agent orchestration to cut costs from thousands to $150.

Hands-on guide: Use Anthropic's Fable model to optimize AI coding workflows — control reasoning levels, leverage Claude-Codex multi-model collaboration, and cut costs from thousands to $150.

As one of the world's largest car marketplaces, AutoScout24 is going AI-native with OpenAI Codex and agents. It built a CapEx agent in 48 hours, saving ~$1M/year, and explores hands-off coding.

Over-reliance on LLMs is an overlooked pitfall in AI development. Explore the hidden costs of Token economics, the boundaries between LLMs and deterministic code, and how hybrid architectures balance flexibility and reliability.

An in-depth analysis of the practical use of Codex and Claude Code, comparing Vibe Coding and AI engineering, covering Super Power plugins, Spec-Driven Development, and Chinese LLM integration strategies.

Developer Simon Willison used Claude to ship sqlite-utils 4.0: 37 prompts, 34 commits, $149 API cost — revealing coding agents' real capabilities, cross-model review, and agentic engineering best practices.

Software speed isn't just a performance metric — it's a core feature shaping user experience and trust. Learn how responsiveness drives creativity, flow, and lasting competitive advantage.

OfficeCLI is a command-line office suite for AI agents, supporting reading and writing of Word, Excel, and PowerPoint files—enabling efficient Office document automation without complex glue code.

Why do C programmers keep creating readability disasters? An in-depth look at macro abuse, fancy pointer tricks, and over-nesting—and how coding standards, static analysis, and code review protect maintainability.

Matt Pocock's 4-step framework for AI Agent Skill design: Trigger, Structure, Steering, Pruning. Escape skill hell, tell good skills from bad, and master leading words to make Agents follow your intent.

Matt Pocock's 4-step framework for AI Agent Skill design: Trigger, Structure, Steering, Pruning. Escape skill hell and learn to write high-quality skills.

Can AI really replace programmers? This article explains Harness Engineering principles and its three evolutionary stages, revealing real pain points of enterprise AI programming.

A deep dive into clean-code-javascript (94k+ GitHub Stars), covering variable naming, function design, SOLID principles, DRY, and more for writing maintainable JS.

OpenCQRS 2.0 introduces a testing DSL that aligns with business domain language. Explore how Given-When-Then maps to CQRS/Event Sourcing and enables living documentation.
sqlite-utils 4.0rc2 Released: Major Ve…
Simon Willison releases sqlite-utils 4.0rc2, with most code written by Claude at just $149.25 in API costs. A deep dive into AI-assisted development costs and human-AI collaboration.

Spec-Driven Development solves inconsistent AI coding quality: generate requirements and design docs before writing code, giving AI a clear blueprint. Covers core workflow, three key practices, and AWS's Kiro tool.

Master OpenAI Codex CLI from setup to enterprise use: slash commands, AGENTS.md, MCP protocol, multi-agent coordination, plugin development, and RAG project implementation.