Skip to main content
Reranking RAG in Laravel — a vertical stack of four numbered result cards on charcoal, the top three grey and the fourth highlighted in emerald, with an emerald arrow lifting the emerald answer card from rank four up to the top
June 20, 2026 Reranking RAG in Laravel: The Right Document, the Wrong Paragraph Your Laravel RAG finds the right document and answers from the wrong paragraph. Here's a two-stage reranker built from the model you already pay for, measured against a deliberately messy eval, plus the experiment that finds its ceiling.
laravelairagpgvectorlaravel-ai-sdk
Read article
A glowing emerald agent core with three tool modules plugging in: a search lens, a document, and a database cylinder edged in warning red, illustrating composing tools into one Laravel AI agent
June 13, 2026 Wiring Tools to a Laravel AI Agent Is the Easy Part The Laravel AI SDK toolkit documents each tool in isolation. The real problems show up when you compose several into one agent: token bills, prompt-injection surfaces, and async tools the loop can't wait for.
laravelaiagentstoolslaravel-ai-sdk
Read article
Building RAG in Laravel — a document sliced into stacked chunk strips by glowing emerald cut lines, with one chunk torn clean in half by a jagged red fracture, illustrating an ingestion pipeline that silently breaks retrieval
June 8, 2026 Building RAG in Laravel: Four Ingestion Bugs That Silently Wreck Retrieval Every Laravel RAG tutorial builds the same ingestion pipeline and never checks if it works. Four decisions — chunking, the pgvector index operator, embedding dimensions, the model lock — quietly wreck retrieval with no error. Here's each bug, and how the eval catches it.
laravelairagpgvectorlaravel-ai-sdk
Read article
A code-script icon fanning out into a grid of file cards, most marked with an emerald checkmark and one flagged red, beside the headline Dynamic Workflows
June 2, 2026 Claude Code Dynamic Workflows: Audit a Laravel App Without Losing the Thread You pointed Claude Code at your whole Laravel app and it forgot file 5 by the time it reached file 50. Dynamic workflows fan the job out across isolated agents, then send skeptics to disprove every flag. Here's the audit, the upgrade sweep, and when it's the wrong tool.
laravelaiagentsworkflowsclaude-code
Read article
Evaluating RAG in Laravel — a query arrow pulling the wrong document, a red warranty card, out of a stack while the correct emerald shipping card stays put
May 31, 2026 Evaluating RAG in Laravel: Is Your Agent Retrieving the Right Chunks? Your Laravel RAG demo answers fine. That doesn't prove retrieval is right. Here's how to eval a RAG system built on the AI SDK and pgvector, and catch the regression that ships to production without a single error.
laravelairagpgvectorlaravel-ai-sdk
Read article