Really excited about the release of the Laravel AI SDK - and about Taylor crafting it himself.
It’s great to see interacting with LLMs and building AI features officially promoted to first-party citizenship in Laravel.
Laravel is truly an incredibly productive stack for building AI-assisted software. Being a batteries-included framework, it gives you everything you need out of the box: queues and jobs, background workers, schedulers, events, caching, retries, auth, policies, pipelines, observability, and solid operational primitives.
Now that Laravel officially offers an AI SDK, it’s going to be much easier for more people in the community to build AI agents, assistants, and in general AI-powered software with Laravel.
This is also great news for LarAgent.
Our vision with LarAgent has always been to build a full-fledged framework for agentic AI systems. But since there was nothing like this when we started, we had to implement and maintain a lot of the low-level pieces ourselves.
With the Laravel AI SDK in place, we can now rely on it for core AI primitives - and focus LarAgent on higher-level concerns that matter a lot for production-grade agentic systems, especially in regulated industries like healthcare and finance: workflow orchestration, dynamic context management, evaluators, guardrails, agent interactivity, trace debugging and monitoring dashboards, and more.
LarAgent 2.0 will be fully based on the Laravel AI SDK, and we’re excited about what this unlocks.
We’ll also be contributing SDK-level features back to the Laravel AI SDK and introducing additional auxiliary tooling to make Laravel an even better ecosystem for building AI systems.
Big kudos to Taylor and the Laravel team. This is an important step forward for the ecosystem.