I lead engineering teams at Target while staying deeply hands-on β building production-grade AI agent systems, MCP integrations, and enterprise Java platforms. My work sits at the intersection of cutting-edge AI and shipping code that runs in production.
A multi-agent AI coding system: submit a spec, get production code with PRs opened against your repos. Spring Boot 3.3 + Spring AI 1.1 + React + PostgreSQL + Redis, deployed on GCP.
Pipeline: Smart Classifier β Outline/Skeleton Planner β parallel Task Expansion β Sequential Worker with native tool-calling β Reviewer (general + wiring passes) β auto-preview + GitHub PR.
What makes it interesting:
- Tri-provider native tool calling through one
LlmRouterβ Anthropic (Claude Sonnet/Haiku 4.x), OpenAI (GPT-5.4), Google Gemini (3 Pro/Flash). Per-provider circuit breakers, prompt-cache-aware cost tracking, BYOK + managed-key modes. - Empirically validated β resolves SWE-bench Lite instances (medium 67%, hard 60% across 3 providers) and scores 98/100 on ProgramBench cmatrix.
- Multi-repo project workspaces with versioned architecture docs, RAG over project docs (pgvector), cross-repo contract registries, and a
.executespec/folder pattern that lives in customer git. - Customer-facing surfaces β PR Review agent, Code Review scanner (semgrep + LLM triage), automated CI-failure patch mode, project chat with apply-suggestion, multi-tenant orgs + Stripe/Razorpay billing.
- Engineering discipline β ~180 Flyway migrations, 1,000+ test suite, ArchUnit guards, native tool-calling end-to-end (no XML parsing hacks), cleanroom Docker containers for safe code execution.
π¬ Want a demo, architecture deep-dive, or to compare notes on agentic codegen systems? Email me or reach out on LinkedIn β happy to walk through the design.
project-chaos β Multi-LLM debate orchestrator
Concurrent debates between OpenAI, Anthropic, and Gemini agents with a supervisor agent monitoring consensus in real-time. Spring Boot 3.4 + Spring AI + React + STOMP/WebSocket. Open source, runnable locally.
- project-chaos β Multi-agent debate system with OpenAI/Anthropic/Gemini and an automated supervisor for consensus detection
- trade-mcp-server β Stock trading MCP server with Spring AI
- mcp-client / mcp-server β Reference MCP client/server implementations
- zero-trade-app β Agentic AI trading on Zerodha Kite Connect with technical/news/research agents + risk manager
- fno-conservative-algo β Conservative F&O algorithmic trading with AI agents
- openai β OpenAI + Spring AI with RAG, pgvector, chat memory
- anthropic β Claude integration with Spring AI
- gemini β Gemini API with Spring AI
- javagpt β Lightweight local GPT in Java 21 + Deep Java Library (DJL)
- query-builder β Text-to-query generator
- telegram-bot-llm β Telegram bot with LLM code-gen
- telegram-bot β Telegram bot with LLM + MCP capabilities
- websocket β Simple chat over WebSockets
- drools β 5 β Drools Rule Engine + Spring Boot
- executor β 3 β Java Executor Framework patterns
- kafka β Kafka producer/consumer + Spring Boot
- elasticsearch β Elasticsearch + Spring Boot
- dms β Document Management System (MongoDB GridFS)
- bank-statement-analyser β Bank statement categorisation
- credit-risk-analyser β Credit risk from bank statement + bureau + GST/ITR
- jeasy β Jeasy Rule Engine + Spring Boot + Swagger
- stock-exchange-trade β Groww API wrapper for stock & F&O
- fno-dashboard β Investment & strategy tracking UI
- cowin β CoWin Public API integration
- montecarlo β 1 β Monte Carlo simulations
- geneticAlgo β Genetic algorithm implementation
- tictactoe β Tic-tac-toe with minimax AI player
- network β Mail-train control system (Java)
Specialties: AI agent orchestration Β· multi-LLM routing & failover Β· Model Context Protocol (MCP) Β· RAG + pgvector Β· prompt caching Β· rule engines (Drools, Jeasy) Β· distributed systems Β· real-time messaging (Kafka, STOMP, SSE) Β· observability (Micrometer, OTel, Prometheus, Tempo, Grafana) Β· algorithms (Monte Carlo, Genetic, Minimax, Dijkstra)
- Production patterns for multi-agent codegen pipelines (planner β worker β reviewer with native tool calling)
- Cost-aware LLM routing with prompt-cache hit-rate optimisation across Anthropic / OpenAI / Gemini
- SWE-bench-style empirical evaluation of agentic systems on real-world bug-fix benchmarks
- High-performance LLM inference with Java + DJL
Open to chats on AI/LLM in enterprise Java, Spring AI + agent orchestration, MCP servers/clients, rule engines, distributed systems, and algorithmic problem-solving. If you're building something agentic and want to compare notes β or want to learn more about ExecuteSpec β drop me a line.
- πΌ LinkedIn
- π§ navneet.prabhakar007@gmail.com
- π You're already here β explore the repos above
π‘ Building AI agent systems that actually ship to production.




