I am a Software Engineer based in New Zealand. I specialize in building autonomous AI systems and high-performance web applications, bridging the gap between technical architecture and business value.
- Agentic AI: Developing multi-agent orchestration systems from scratch using Laravel and the Model Context Protocol (MCP).
- Engineering Leadership: Writing about collaborative engineering culture and the traits of exceptional technical leaders.
- Business Analytics: Applying the Phillips ROI framework and data-driven insights to solve real-world operational problems.
- Languages: PHP (Expert), JavaScript, Python
- Frameworks: Laravel (Expert), NextJs, Vue, React, Tailwind CSS, Livewire, InertiaJs, Flux UI
- AI/ML: RAG Pipelines, Agentic Frameworks, Multi-agent Orchestration
- Management: Business Analytics, Training & Development Strategies
- Stop Rewriting Everything: The Hard Truth About Collaborative Engineering
- Building Agentic AI from Scratch with Laravel
- The Traits of Exceptional Engineering Leaders
<?php
namespace Rupesh\AI;
class Profile extends EngineeringLeader
{
public function getFocus(): array
{
return [
'core' => 'Laravel & Agentic AI Systems',
'location' => 'New Zealand',
'motto' => 'Build systems that scale and teams that thrive.'
];
}
}

