Integrate an AI Agent In Laravel – Video Tutorial

Valerio Barbera

In this tutorial I demonstrate how to integrate an AI agent in a Laravel application using NeuronAI. The tutorial will guide you through the process of creating a YouTube video summary agent from scratch, explaining that NeuronAI was initially an internal project at Inspector.dev that was later released as an open-source solution to help the PHP ecosystem catch up with other technologies in AI Agents development.

I show how to install the necessary packages, create an agent class, configure LLM providers like Anthropic, implement system instructions, and add tools for retrieving YouTube video transcriptions. Throughout the demonstration, it highlights how Inspector can monitor the agent’s execution, providing visibility into each step and alerting developers to any errors in real-time. The tutorial concludes with a working example of an AI agent that can summarize YouTube videos, emphasizing the importance of starting small and monitoring behavior while gradually extending capabilities.

Three Key Takeaways:

  1. NeuronAI makes it easy to integrate agentic components into existing PHP codebases, helping PHP developers catch up with AI capabilities available in other ecosystems.
  2. Inspector provides real-time monitoring of AI agents, allowing developers to visualize execution steps, performance metrics, and receive immediate alerts for errors.
  3. Building effective AI agents requires proper system instructions with clear role definition, step-by-step behavior guidance, and explicit output format specifications.

Resources

If you are getting started with AI Agents, or you simply want to elevate your skills to a new level here is a list of resources to help you go in the right direction:

Are you curoius about RAG (Retrieval Augmented Generation)? Jump into the dedicated tutorial:

Related Posts

Conversational Data Collection: Introducing AIForm

One of the more interesting things about building an open-source framework is that the community often knows what to build next before you do. When I started Neuron AI, I had a fairly clear picture in my head of the core primitives: agents, tools, workflows, structured output. What I didn’t fully anticipate was how quickly

Neuron AI Now Supports ZAI — The GLM Series Is Worth Your Attention

There’s a pattern I’ve noticed over the past year while working on Neuron AI: the decisions that matter most are rarely about chasing trends. They’re about quietly recognizing something that works, testing it seriously, and integrating it so that other developers can benefit without having to do that work themselves. That’s the honest story behind

Maestro: A Customizable CLI Agent Built Entirely in PHP

For a long time, the implicit message from the AI tooling industry has been: if you want to build agents, learn Python. The frameworks, the tutorials, the conference talks, all pointed in the same direction. PHP developers who wanted to experiment with autonomous systems had two options: switch stacks or stitch something together from raw