Skip to content
View KunjShah95's full-sized avatar

Highlights

  • Pro

Block or report KunjShah95

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

Kunj Shah

AI Engineer · Agent Systems · LLM Infrastructure

I build AI systems that ship — not demos. EquityLens (healthcare bias detection) is in production with 92.9% R² and 80%+ accuracy. Currently building ContextIQ, a drop-in LLM context/cost optimizer, and Neuron OS, a local-first OS for autonomous agents. Author of sentinel-cli — local-first AI code reviewer on npm.

Ahmedabad, India · AI Automation Intern @ Phaze AI · 4th Year CS @ Indus University (CGPA 9.00)

Portfolio LinkedIn X Email Perplexity BLACKBOX


About Me

I build tools at the intersection of LLMs and production systems — agent infrastructure, evaluation frameworks, and retrieval, not chatbot wrappers.

At Phaze AI, I work on multi-agent automation workflows in production. EquityLens, a healthcare bias detection system, is live with measured results (92.9% R², 80%+ accuracy) — not a notebook demo.

Right now I'm deep in:

  • LLM context/cost optimization (ContextIQ) — reducing token spend at the proxy layer
  • Multi-agent orchestration and agent-to-agent IPC
  • MCP (Model Context Protocol) and agent tooling
  • LLM evaluation — because "it feels right" isn't a metric
  • Vector search internals (built 9 ANN algorithms from scratch to understand why)

My development philosophy: ship first, refine second, measure everything.


Tech Stack

Languages Python TypeScript JavaScript SQL Bun

Frontend React Next.js Tailwind

Backend FastAPI Node.js PostgreSQL Redis

AI/ML LangChain LangGraph CrewAI OpenAI Anthropic HuggingFace

Vector Databases Pinecone ChromaDB FAISS Weaviate

Cloud & DevOps Docker Kubernetes GitHub Actions Vercel GCP


GitHub Stats


Currently Building

🧮 ContextIQ · LLM Context & Cost Optimizer

Drop-in proxy that cuts LLM context/token spend without touching your app logic. Full spec, TDD test suite, and dashboard built out — GTM model priced on % of token savings delivered.

Why it matters: Token cost is the biggest hidden line item in production LLM apps. ContextIQ optimizes the context window before it hits the model.

Stack: TypeScript · Node.js · Proxy architecture · Multi-LLM APIs

Status: Product spec + TDD suite complete. Building toward pilot.


🧭 EquityLens · Healthcare Bias Detection ✅ In Production

A system that detects bias in healthcare ML models, live and running — not a portfolio demo.

Results: 92.9% R² · 80%+ accuracy

Stack: Python · ML pipeline · FastAPI


🧠 Neuron OS

A local-first, TypeScript-native operating system for autonomous AI agents — spawn typed agents, run them across terminal, web, chat, and API surfaces, with built-in audit logging, per-agent tool policies, cost attribution, and an encrypted credential vault.

Why it matters: Most agent frameworks are GUI-first or notebook-first. Neuron OS is built for composability — piping agents like Unix commands, with production controls (RBAC, sandboxing, distributed workers) baked in, not bolted on.

Stack: TypeScript · Bun · 13 AI providers · 11 platform adapters · MCP

Status: Active development. → Repository


Featured Projects

sentinel-cli · AI-Powered Code Guardian

Your codebase, reviewed locally. No SaaS. No data leaks. Your keys, your rules.

Problem: Existing code review tools are either cloud-dependent, expensive, or shallow.

Solution: A local-first CLI with 13+ specialized analyzers covering security, accessibility, TypeScript strictness, React patterns, and dependency vulnerabilities. Plugs into any LLM (OpenAI, Claude, Groq, Gemini).

Stack: Node.js · TypeScript · Multi-LLM APIs · Docker

Key Features:

  • SQL injection, XSS, secrets detection
  • WCAG 2.1 accessibility checks
  • GitHub PR integration via CLI
  • SARIF output for GitHub Security tab
  • Auto-fix for common issues
  • Works 100% offline for static analysis

→ Repository · → npm Package


BUILDING-MY-OWN-VECTOR-DB · Vector Database from Scratch

Nine ANN algorithms. Hand-rolled. No shortcuts.

Problem: Most developers use vector DBs as black boxes. I wanted to understand what's actually happening inside.

Solution: A production-grade vector database built from scratch in Python featuring nine hand-rolled ANN algorithms (HNSW, IVF, PQ, LSH, and more), a full RAG pipeline, multimodal ingestion, FastAPI server, and Kubernetes deployment configs.

Stack: Python · FastAPI · NumPy · Docker · Kubernetes

Key Features:

  • 9 ANN algorithms implemented from scratch
  • RAG pipeline with multimodal support
  • REST API via FastAPI
  • K8s deployment configs for production
  • Benchmarking suite across algorithms

→ Repository


Sanskrit Tokenizer · Language Preservation via AI

Ancient script. Modern tokenization. BPE from scratch.

Problem: Sanskrit is morphologically complex. No production-grade tokenizer existed for GPT fine-tuning workflows.

Solution: Custom BPE tokenizer built from scratch. Fine-tuning pipeline for GPT-3.5/4 on Devanagari text. Multilingual support across Sanskrit, Hindi, English.

Stack: Python · PyTorch · Transformers · OpenAI API

→ Repository


job-sniper · AI Resume-Job Matching Agent

Stop applying blindly. Know your fit score before you apply.

Problem: Job seekers waste hours applying to roles they're underqualified or overqualified for.

Solution: An intelligent agent that parses resumes with NER, semantically matches them to job descriptions, surfaces skills gaps, and gives ATS optimization suggestions.

Stack: Python · spaCy · Transformers · FastAPI · React · PostgreSQL

→ Repository


gapminer · Skills Gap Analysis Engine

What's standing between you and your target role?

Problem: Developers don't know which skills to prioritize for career growth.

Solution: TypeScript-based skills gap analyzer that maps your current skills against target job requirements and surfaces the highest-ROI things to learn next.

Stack: TypeScript · Node.js · LLM APIs

→ Repository


promptvault.dev · Prompt Management for Teams 🚧 In Development

Because good prompts deserve version control.

Stack: TypeScript · React · Node.js

→ Repository


Learning Journey

Topic Status
LLM context/cost optimization Active
MCP (Model Context Protocol) Active
Agent memory architectures Active
LLM evaluation frameworks Active
Multi-agent coordination patterns Active
RAG pipeline optimization Ongoing
Vector DB internals Shipped ✅
Distributed systems fundamentals Ongoing

GitHub Philosophy

I push when things work, not when they're perfect. Readmes matter. Tests matter more. If a project has no README, it might as well not exist.

I prefer small, focused repos over monorepo sprawl. I'd rather have five sharp tools than one giant project that tries to do everything.

Commits tell a story — I try to make them readable.


Let's Connect

🌐 Portfolio kunjshah.vercel.app
💼 LinkedIn linkedin.com/in/kunjshah05
📧 Email kunjkshahdeveloper@gmail.com
🐦 X / Twitter @kunjshah_dev

Building in public. If you're working on agent infrastructure, evals, or retrieval — reach out.

Pinned Loading

  1. neuron-os neuron-os Public

    TypeScript 4 5

  2. Forge-Autonomy-OS Forge-Autonomy-OS Public

    TypeScript 1

  3. reverseinterview reverseinterview Public

    TypeScript 1

  4. archmind-ai archmind-ai Public

    The AI Staff Architect for modern engineering teams. Design, review, optimize, and simulate production architectures with specialized AI agents, live cloud scanning, and DevOps configuration auditing.

    TypeScript 1

  5. GAPFINDER GAPFINDER Public

    TypeScript 1

  6. agent-forge-care agent-forge-care Public

    Python 1