Convex, Vite, Clerk, shadcn, Cloudflare, Resend. A modern stack where every component has a generous free tier, agents do the heavy lifting, and you don't touch infrastructure until you have paying customers.
Read more →
A CLI wrapper that lets you swap Claude Code's backend between Anthropic and OpenRouter with a single command. Pick any model, configure role-specific models, and switch between them instantly.
Read more →
Two major open source coding models dropped in 48 hours. Both target Claude Code compatibility. Both MIT licensed. The economics of agentic AI just changed.
Read more →
Claude Code can now control your actual Chrome browser. Not a headless session, not a fresh login - your Chrome, with your cookies and sessions. Build, test, and debug without context switching.
Read more →
Top 3 intelligence. Top 5 price. Top speed. Flash beats Pro on SWE-bench and changes the economics of agentic workflows.
Read more →
Stop manually copying .zshrc between machines. Tether syncs dotfiles and global packages with end-to-end encryption.
Read more →
From 20 lines of shell to production apps. Anthropic renamed Claude Code SDK to Agent SDK because deep research is now a first-class use case.
Read more →
Screenshots as source of truth, reference comparison to catch agent lies, and video capture for temporal bugs. How multimodal validation changes coding agent workflows.
Read more →
Steve Yegge's open-source framework gives coding agents session memory and task management. Four weeks old, hundreds of contributors, and already changing workflows.
Read more →
Five plugins that extend Claude Code with specialized external tools: Gemini for visual analysis, Codex for architecture thinking, Headless for browser automation, Mobile for native app testing, and DNS for multi-provider management.
Read more →
Claude Code 2.0.64 adds .claude/rules/ with path matching. It's a welcome addition, but Cursor's had .cursor/rules/ for months. Here's the comparison.
Read more →
51% of web traffic is now bots - the first time machines exceeded humans. $238B wasted on fake impressions in 2024. Out-of-home is the fraud-proof alternative.
Read more →
The human-facing web is dying. Zero-click searches, bot traffic exceeding humans, publishers losing 40%+ traffic. What comes next: an agentic web where sites are API endpoints, not destinations.
Read more →
HumanLayer's 12-factor agents codifies what works in production AI: own your context, keep agents small, stay out of the dumb zone.
Read more →
The official Claude Code plugin that lets agents work autonomously for hours. When to use it, when not to, and the philosophy behind letting AI fail repeatedly until it succeeds.
Read more →
Anthropic's engineering team published patterns for long-running agents. These same patterns - progress tracking, feature lists, session protocols - are what products like SpecPilot must solve at scale.
Read more →
My AI workflow evolved from 'Claude does everything' to specialized tools for each task. React Grab fills the UI extraction gap I didn't know I had.
Read more →
The PM/Eng split dissolved into product engineering. Now the traditional software development lifecycle is following suit as coding agents handle multi-hour tasks across planning, building, testing, and deployment.
Read more →
Claude Code for development, Gemini 3 Pro for visual analysis, research, and deep thinking. A slash command that routes tasks to the right model.
Read more →
Hooks-based skill activation solves context selection (which guidelines? which tools?) but not workflow orchestration. Both patterns have their place.
Read more →
Skills are auto-invoked by Claude's judgment. For engineering workflows that need predictability, slash commands give you explicit control.
Read more →
How to use slash commands to keep specialized MCP tools isolated from your main conversation context.
Read more →
Converting text to images for 20x token compression. Interesting research or production-ready breakthrough? A critical look at the trade-offs.
Read more →
How I built a self-improving document parser that learns from corrections without fine-tuning. The pragmatic alternative to model training.
Read more →
Building a multi-stage AI content pipeline where each generation depends on the last. Lessons from generating thousands of hybrid creatures with resilient error handling.
Read more →
Building automatic hot reload for Flutter without an IDE using file watchers and Unix signals - for terminal-based development and AI coding tools.
Read more →