CTO & founder at Inspector.dev
April 7, 2025 YouTube sees over 500 hours of video uploaded every minute, creating a vast ocean of knowledge and entertainment. But who has time to watch it all? This reality inspired me to develop an AI agent in P...
April 1, 2025 At the heart of every AI agent lies a critical component that users rarely see but that fundamentally shapes every interaction: the system prompt. At the end of the day is it another prompt? Almost bu...
March 28, 2025 In the rapidly evolving landscape of artificial intelligence, PHP developers find themselves at an interesting crossroads. While Python and JavaScript often dominate AI discussions, PHP—the backbone o...
March 24, 2025 In the last few months I heavily worked to push the AI agents integration into my SaaS product to a higher level. It was a very long journey, started more than a year ago with the first experiments. I...
January 20, 2025 As a Symfony developer, you've probably faced the challenge of adopting the Symfony Messenger component to improve application scalability and general performance. That's why I'm excited to announce a...
January 10, 2025 I've finally built the CodeIgniter monitoring package. I spent so much time building this monitoring library because I felt a significant gap in the monitoring space for CodeIgniter framework. I think...
December 9, 2024 Symfony applications often face slow load times and high server strain due to issues like inefficient database queries, poor caching, and unoptimized settings. Here’s a quick breakdown of how to fix t...
December 6, 2024 In the last few months I worked heavily to renovate the monitoring experience for Symfony developers. The Symfony monitoring library is the second most popular library among Inspector's customers. The...
November 8, 2024 The PHP opcode generated by the PHP engine is strongly influenced by the way you write your code. Not only in terms of the number of statements to accomplish a task. Clearly it matters a lot, and I th...
November 4, 2024 In this article I'll show you my implementation of a Laravel AI component that powers the integration between Inspector and LLMs providers. As many product owners today I'm experimenting a lot with AI...