inspector-monitoring.hashnode.devStruggling with RAG in PHP? Discover Neuron AI componentsImplementing Retrieval-Augmented Generation (RAG) is often the first "wall" PHP developers hit when moving beyond simple chat scripts. While the concept of “giving an LLM access to your own data” is straightforward, the tasks required to make it work...Feb 9·8 min read
inspector-monitoring.hashnode.devNeuron AI Laravel SDKFor a long time, the conversation around "agentic AI" seemed to happen in a language that wasn't ours. If you wanted to build autonomous agents, the industry nudge was often to step away from the PHP ecosystem and move toward Python. But for those of...Jan 12·5 min read
inspector-monitoring.hashnode.devPHP’s Next Chapter: From Web Framework to Agent FrameworkI've spent the last year building Neuron, a PHP framework designed specifically for agentic AI applications. What started as a technical challenge became something else entirely when developers began reaching out with stories I wasn't prepared to hea...Nov 18, 2025·5 min read
inspector-monitoring.hashnode.devStoring LLM Context the Laravel Way: EloquentChatHistory in Neuron AII've spent the last few weeks working on one of the most important components of Neuron the Chat History. Most solutions treat conversation history in AI Agents forcing you to build everything from scratch. When I saw Laravel developers adopting Neur...Nov 7, 2025·4 min read
inspector-monitoring.hashnode.devManaging Human-in-the-Loop With Checkpoints – Neuron WorkflowThe integration of human oversight into AI workflows has traditionally been a Python-dominated territory, leaving PHP developers to either compromise on their preferred stack or abandon sophisticated agentic patterns altogether. The new checkpointing...Sep 29, 2025·3 min read