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

Highlights

  • Pro

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

Navneet Prabhakar

Typing tagline

LinkedIn Email Profile Views

I lead engineering teams at Target while staying deeply hands-on β€” designing production-grade AI agent systems, multi-LLM platforms, and enterprise Java. My work lives at the intersection of cutting-edge AI and code that actually ships to production. Most of my recent energy goes into agentic developer tooling: turning natural language into planned, reviewed, verified software.


πŸ§ͺ What I'm Building

πŸ€– Spec-driven AI codegen platform Β· private

A multi-agent system that turns natural-language change requests into plan-gated, verified pull requests across many repos and projects. A Spring Boot 3 + Spring AI engine drives a multi-LLM router (Anthropic Β· OpenAI Β· Gemini) with per-provider failover and cost tracking, RAG over project docs (pgvector), and SWE-bench-style empirical evaluation. It ships as a full product surface β€” a TypeScript CLI (installable via Homebrew), a VS Code extension, live preview infrastructure (auto-deployed through GitHub Actions), and a docs site. It grew out of my earlier DevPilot prototype: brainstorm β†’ plan β†’ implement β†’ AI review, with plan versioning, digital sign-off, event-sourced audit trails, and OAuth2/JWT.

πŸ΄β€β˜ οΈ Autonomous multi-agent dev crew Β· private

An orchestration layer on top of Claude Code: builder agents work in isolated domains, an adversarial reviewer agent approves or rejects every PR, and the whole crew is driven from Slack. Approved PRs auto-merge, rejections loop back with feedback, repeated failures escalate to me β€” with a morning digest. Wake up to merged PRs.

🧠 Local model fine-tuning · private

A local-first training workspace for Gemma 4 12B with MLX-LM + LoRA on Apple Silicon β€” reproducible gate-based experiments, holdout-loss tracking, and quantized (q4/q8) serving paths. Proof-on-laptop before any GPU/cloud spend.

πŸ’Ό Helm β€” agent-first job-search PWA Β· public

A candidate-first job portal for India + US where an LLM agent is the spine, not a feature. "Today's Brief" pre-warms curated matches each morning; a hybrid keyword + LLM tool-router drives 8 tools (search, tailor resume, research company, draft counter-offer, career advice…). Weighted match scoring, H-1B / LCA sponsorship signals, salary intelligence with regional take-home calculators, and a reskill planner β€” all feature-flag-gated.

πŸŽ“ Education β€” source-aware exam-prep AI Β· public

An AI prep platform for Indian exams: AI tutor with a RAG abstraction, practice/tests, mistake notebook, progress tracking, safeguarding, and parent boundaries. Next.js + Fastify + PostgreSQL/pgvector monorepo.


πŸš€ Featured Open-Source Work

πŸ€– AI Agents & MCP

  • project-chaos β€” Multi-LLM debate orchestrator: concurrent OpenAI / Anthropic / Gemini agents with a supervisor watching consensus in real time. Spring Boot 3.4 + Spring AI + React + STOMP/WebSocket
  • trade-mcp-server β€” Stock-trading MCP server built on Spring AI (Groww)
  • mcp-client Β· mcp-server β€” Reference Model Context Protocol client / server
  • zero-trade-app β€” Agentic trading on Zerodha Kite Connect: technical / news / research agents + risk manager
  • fno-conservative-algo β€” Conservative F&O algo 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 / text-to-SQL generator

πŸ’¬ Bots & Messaging

πŸ—οΈ Enterprise Java & Fintech

  • drools ⭐ 5 β€” Drools Rule Engine + Spring Boot
  • executor ⭐ 3 β€” Java Executor Framework patterns
  • credit-risk-analyser β€” Credit risk from bank statement + bureau + GST/ITR, with Drools
  • bank-statement-analyser β€” Bank-statement categorisation (OCR + PDFBox + Gemini)
  • kafka β€” Kafka producer/consumer + Spring Boot
  • elasticsearch β€” Elasticsearch + Spring Boot
  • dms β€” Document Management System (MongoDB GridFS)
  • 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
  • network β€” Mail-train control system with Dijkstra scheduling (Java)

🎨 Developer Tooling

  • uxdesigns β€” Curated DESIGN.md design-system files agents can read to build matching UI

πŸ› οΈ Tech Stack

Java Spring Boot Spring AI Python Node.js TypeScript React Next.js PostgreSQL pgvector Redis Kafka MongoDB OpenAI Anthropic Gemini Docker GCP

Specialties: AI agent orchestration Β· multi-LLM routing & failover Β· Model Context Protocol (MCP) Β· RAG + pgvector Β· prompt caching Β· LLM fine-tuning (LoRA / MLX) Β· rule engines (Drools, Jeasy) Β· distributed systems Β· real-time messaging (Kafka, STOMP, SSE) Β· observability (Micrometer, OTel, Prometheus, Grafana) Β· algorithms (Monte Carlo, Genetic, Minimax, Dijkstra)


🌱 Currently Exploring

  • Spec-driven, plan-gated codegen workflows that keep the human in the loop
  • Cost-aware LLM routing with prompt-cache hit-rate optimisation across Anthropic / OpenAI / Gemini
  • Empirical, SWE-bench-style evaluation of agentic systems on real-world bug fixes
  • Fine-tuning small coding models locally (Gemma + MLX + LoRA) before scaling to cloud

🀝 Let's build something agentic

Spring AI Β· agent orchestration Β· MCP servers/clients Β· enterprise Java Β· rule engines Β· distributed systems

LinkedIn Email

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

Pinned Loading

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

    Spring AI MCP server for stock trading via Groww API, with PostgreSQL, JPA and Caffeine caching

    Java

  2. openai openai Public

    Spring AI chat service with OpenAI: stateful memory in PostgreSQL and RAG over a pgvector store

    Java

  3. mcp-client mcp-client Public

    Spring AI MCP client β€” chat with tool-calling over the Model Context Protocol on Java 21

    Java

  4. drools drools Public

    Spring Boot demo exposing the Drools (KIE) rule engine over a REST API

    Java 5 5

  5. executor executor Public

    Spring Boot demo of CSV processing with ExecutorService and ThreadPoolTaskExecutor (sync, parallel, async)

    Java 3 3

  6. montecarlo montecarlo Public

    Spring Boot service running Monte Carlo casino-betting simulations to model risk of ruin and final balance

    Java 1