Recent posts
Why we’re moving from Cursor to Claude Code (and why you should too)
Discover why I switched from Cursor to Claude Code. A Lead Frontend Developer’s honest feedback on the limitations of AI IDEs and the power of CLI coding agents in 2026.
Efficiently cleaning a TypeScript project: Knip + AI agent workflow
Learn how to safely clean dead code in TypeScript projects using Knip and an AI Agent. A step-by-step workflow to automate cleanup without breaking production
How Gemini 3 Pro cut our pipeline time in half
We cut our test pipeline time from 22s to 4s per file using Gemini 3 Pro. Learn how AI identified "God Modules" killing our Vitest performance and automated the architectural refactoring that saved us 15 minutes per CI run.
Connect Cursor to Your Browser with Browser-Tools MCP
Learn how to integrate Browser-Tools MCP with Cursor IDE to debug web applications directly from your code editor using AI assistance
AI Radar
51 entries
Other people's writing on AI agents and LLMs, picked after reading.
- · f2r.github.io
I Stopped Running Several Agents
Why running multiple AI coding agents creates bottlenecks and decision fatigue. Optimize workflow by limiting work in progress and elevating human capacity instead of forcing parallelism.
- · f2r.github.io
Those Who Removed Code Review Are Right
Explore why manual code review breaks at AI scale and discover the four automated pillars needed to verify intent without slowing down continuous deployment pipelines.
- · master.dev
Introducing AI Skills for Real Engineers
Discover how to implement Matt Pocock’s AI skill suite for Claude Code to refine requirements, manage tickets, and enhance developer workflows with LLMs.
- · newsletter.posthog.com
What nobody tells you about writing agent skills
Learn how to design effective AI agent skills using progressive disclosure, prevent context rot, and optimize maintenance workflows for better developer productivity.