PHP
Two Soups, Two Cookies
A lovely analogy about software craft. Same ingredients, same features, but the invisible process behind the decisions is what separates “this works” from “this feels right.” Read more
A lovely analogy about software craft. Same ingredients, same features, but the invisible process behind the decisions is what separates “this works” from “this feels right.” Read more
Ryan Chandler shares his honest journey from unease to acceptance with AI coding tools. A thoughtful reflection on how your value as a software engineer is not in writing every line, but knowing which lines Read more…
A good reminder that trust matters more than ever when every week brings another AI-made product. The post argues that real faces, founder stories, and a visible reputation help both people and LLMs trust what Read more…
A thorough explainer on how quantization makes LLMs 4x smaller and 2x faster while losing only 5-10% accuracy. Covers floating point precision, compression techniques, and how to measure quality loss, with interactive examples throughout. Read Read more…
Steve Schoger shows how he uses Claude Code to design and build UIs, turning natural language prompts into polished interfaces.
My thoughts on why Agentic Engineering is a better path than Vibe Coding, and the workflow I use to turn AI agents into a structured engineering process. Read more
SlideWire is a Laravel package for building browser-based presentation decks using Livewire components and Blade templates. It comes with built-in navigation, transitions, syntax highlighting, and Mermaid diagrams. Read more
A deep dive into how Blaze works internally. Matt Stauffer builds two toy versions from scratch to show how Blaze shifts Blade component rendering from runtime to compile time. Read more
Martin Fowler explores why AI coding sessions degrade over time and how externalizing decisions into structured documents keeps context reliable across sessions. Read more
The Laravel blog walks through how to implement the five multi-agent patterns from Anthropic’s “Building Effective Agents” research using the Laravel AI SDK. Prompt chaining, parallelization, routing, orchestrator-workers, and evaluator-optimizer loops, all built with just Read more…