Or try paginated search →
A string isn't an email until something validates it. Aegis scaffolds the Value Object that fixes that, with validation, Eloquent casting, and a test...
Read articleThe agent's been talking to us through JSON. In this episode we build a real-time chat widget with Livewire, Alpine, and server-sent events so respons...
Read article
Last episode we built semantic search from scratch. This time we let the AI provider host the vector store and handle the search. Upload PDFs, full po...
Read article
Your agent looks up orders and remembers conversations but invents policies when customers ask about returns or shipping. In this episode we build a s...
Read articleYour agent looks up orders and pulls customer history but forgets everything between messages. Ask about order 1042, follow up with "can I return it?"...
Read article
Your support agent talks, classifies tickets, but when a customer asks "where's my order?" it makes something up. In this episode we give the agent to...
Read article
Your support agent can talk, but it responds in prose. You can't route a ticket or track sentiment from a paragraph. In this episode we build a Ticket...
Read article
Laravel 13 ships with a first-party AI SDK. In the first episode of Ship AI with Laravel we install it, scaffold a support agent, and get it respondin...
Read articleStripe goes down on a Friday night and your queue workers don't know it. Every job hangs, retries, and blocks everything else. In this video, I break...
Read article
Your real-time dashboard updates, but every new order makes the whole page jump. In this episode, I show you how to combine Livewire's skipRender with...
Read article
Prevent queue workers from grinding to a halt when external services fail. Fuse for Laravel implements the circuit breaker pattern, letting jobs fail...
Read article
A new Claude Code skill that automates git worktree setup for Laravel Herd projects, perfect for handling environment configuration, depen...
Read article