Skip to content
View harshbhanushali26's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report harshbhanushali26

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
harshbhanushali26/README.md

   

📍 Open to AI Engineer roles at AI-first startups — Mumbai, Pune, Bangalore, Hyderabad, or remote.


📌 About Me

I've built enough AI-integrated applications to know one thing for certain: the architecture meeting you skip always becomes the bug you can't find.

I design and build LLM-backed applications, multi-agent workflows, and retrieval systems with a strong emphasis on planning data flows and state boundaries before writing a single line of code. No black boxes, no hope-driven development—just predictable, maintainable backends that handle edge cases properly.


🔨 Currently Building

💸 FinOS | 🔗 Repository

Full-stack AI finance platform featuring an interactive dashboard and an integrated conversational engine sharing the same core backend logic.

  • Hybrid Execution: Resolves roughly 60% of queries via pattern matching at zero LLM cost; fallback queries are routed to a Groq-backed orchestrator streamed over Server-Sent Events (SSE).
  • Core Features: Financial health scoring, spending forecasting, and secure user data management built on top of a shared SQLite store.

🏗️ Featured Projects

🧠 hArI v2 | 🔗 Repository

RAG-based document intelligence system optimized for accurate retrieval and secure processing.

  • Hybrid Retrieval: Combined dense vector similarity matching with keyword-based full-text search via custom SQL/RPC layers.
  • Safe Sandbox execution: Replaced unsafe data frame executions with an isolated, in-memory DuckDB engine for structured data queries.

🤖 AI Agent Engine | 🔗 Repository

A modular 4-layer query routing and execution pipeline engineered to maximize reliability while minimizing external API dependence.

  • Deterministic Evaluation: Implements an evaluation layer and localized semantic search ahead of external API calls, resolving up to 80% of repetitive queries efficiently.
  • Cost Guardrails: Employs a strict Planner → Validator → Executor structure with hard session quota enforcement to prevent runaway execution loops.

🔬 Multi-Agent Research Pipeline | 🔗 Repository

A 6-agent supervisor-driven system designed for deep, stateful web research without context bleed.

  • Stateful Boundaries: Segregates execution into explicit stages (Supervisor → Search → Scrape → Summarize → Critique → Synthesize) to ensure high data fidelity.
  • Fallback & Controls: Features multi-provider fallback layers alongside Human-in-the-Loop (HITL) review gates to keep critical steps verifiable.

🎯 NextSteps | 🔗 Repository

An automated resume-to-JD gap analyzer that provides actionable skill-building roadmaps instead of arbitrary scores.

  • Document Parsing: Extracts data from unstructured resumes and evaluates them against raw job descriptions or target URLs.
  • Targeted Mapping: Directly correlates identified technical skill gaps to individual, step-by-step learning modules.

📦 Other Projects

Project What it does Stack
🔌 DevMind — MCP Server Local Model Context Protocol tool server providing LLMs with secure, human-gated filesystem access. Python, MCP SDK, tiktoken
🗄️ LangGraph Parallel SQL Runner Executes parallel database queries utilizing graph state management, featuring inline review steps before query execution. LangGraph, Groq, SQLite

⚙️ Technical Stack

🤖 AI & Agent Systems

Groq Gemini API LangGraph MCP RAG Architecture

🗄️ Data & Vector Storage

Supabase pgvector DuckDB ChromaDB SentenceTransformer

🐍 Languages & Backend

Python FastAPI SQL

🛠️ Tools & Interfaces

Streamlit Git uv n8n Rich CLI


📊 GitHub Stats

 

Open to AI Engineer roles — reach out

Pinned Loading

  1. research-pipeline research-pipeline Public

    A Python CLI tool that runs a multi-agent research pipeline — search, scrape, summarize, critique, and synthesize into a cited report. Built with Groq, Gemini, DuckDuckGo, and pure manual orchestra…

    Python

  2. hArI hArI Public

    AI-powered PDF & CSV analysis assistant using Groq LLM, Supabase, and RAG pipeline with interactive Streamlit UI.

    Python

  3. ai-agent-engine ai-agent-engine Public

    Production-grade autonomous AI agent with multi-layer optimization: pattern matching, RAG personalization, and intelligent caching. Built from scratch in Python with cost tracking and automatic fai…

    Python 1

  4. mcp-implementations mcp-implementations Public

    Progressive collection of MCP servers built in Python — from core primitives to a developer tool server with HITL guardrails on file writes and code execution.

    Python

  5. NextSteps NextSteps Public

    Full-stack AI career tool · CV parsing · Skill matching · Resume tailoring · Interview simulator · FastAPI + Vanilla JS · Groq · ChromaDB · Tavily

    HTML

  6. finos finos Public

    Full-stack AI personal finance platform — FastAPI + SQLite backend, conversational agent with pattern-matched instant responses + Groq LLM fallback, live dashboard with forecasting and financial he…

    Python