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 the agent() helper.
PHP
A tour of my dotfiles
Over the years, I’ve built up a collection of aliases, shell functions, and CLI tools that make my terminal feel like home. All of it lives in a single repository: my dotfiles. It’s a backup Read more…