$ ls blog/
Field notes
End-to-end build walkthroughs, Laravel + AI integration notes, and real client case studies.
2026-07-17
Building AI Agents in PHP: Tool Calling with LaravelTurn a chat endpoint into a working agent: define tools as plain Laravel classes, run the tool-call loop safely, and ship it with guardrails.
2026-07-16
RAG in Laravel: Embeddings and pgvector for a Knowledge-Base BotThe full retrieval-augmented generation pipeline in Laravel 11 with PostgreSQL and pgvector — embeddings, chunking, cosine retrieval, and an honest look at when you don't need RAG at all.
2026-07-16
Streaming AI Responses in Laravel with Server-Sent EventsUpgrade your Laravel chatbot from spinner-and-wait to token-by-token streaming with plain Server-Sent Events — no WebSockets, no Pusher.