Skip to content
View navneetprabhakar's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Block or report navneetprabhakar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
navneetprabhakar/README.md

Hey there, I'm Navneet Prabhakar πŸ‘‹

Senior Engineering Manager @ Target Β· AI Agent Architect Β· Java Enterprise Engineer

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.

Profile Views Open to Collaboration


πŸ› οΈ Currently Building

ExecuteSpec β€” Agentic codegen platform (private, in stealth)

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.


πŸš€ Featured Projects

AI Agents & MCP

  • 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

LLM Integrations

  • 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

Bots & Messaging

Enterprise Java

  • 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

Algorithms & Simulations

  • montecarlo ⭐ 1 β€” Monte Carlo simulations
  • geneticAlgo β€” Genetic algorithm implementation
  • tictactoe β€” Tic-tac-toe with minimax AI player
  • network β€” Mail-train control system (Java)

πŸ’» Tech Stack

Java Spring Boot Spring AI PostgreSQL Redis Kafka Elasticsearch MongoDB React TypeScript OpenAI Anthropic Gemini Docker GCP

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)


🌱 Currently Exploring

  • 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

🀝 Let's Collaborate

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.

πŸ“« Get In Touch


πŸ’‘ Building AI agent systems that actually ship to production.

Pinned Loading

  1. trade-mcp-server trade-mcp-server Public

    Stock trading MCP server with Spring AI

    Java

  2. openai openai Public

    Open AI Integration with Spring AI

    Java

  3. mcp-client mcp-client Public

    MCP Client with Spring AI

    Java

  4. drools drools Public

    Drools Rule Engine Implementation with Spring Boot

    Java 5 5

  5. executor executor Public

    Project for Executor Framework implementation in Java

    Java 3 3

  6. montecarlo montecarlo Public

    Monte Carlo Simulations

    Java 1