Recent posts
AI-powered development: Chrome extension and n8n automation with Claude Code
A Chrome extension + n8n automation pipeline built with Claude Code in 30 minutes to automate my AI tech watch sharing.
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.
AI Radar
54 entries
Other people's writing on AI agents and LLMs, picked after reading.
- · gruhn.me
Don't be a meat proxy
Learn why blindly forwarding AI responses in Slack or code reviews reduces value. Discover how to validate and rewrite AI output to maintain human agency and improve team communication efficiency.
- · newsletter.posthog.com
This post will save you tokens
Explore proven techniques for reducing LLM expenses via improved caching strategies, model routing, context engineering, and observability practices implemented at scale.
- · newsletter.posthog.com
Read this before deleting your AGENTS.md
Reduce AI agent context bloat instead of adding rules. Explore three strategies: automated health checks, testing context like code, and feedback loops for improved model performance.
- · 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.