class BhupendraTale:
role = "AI Engineer ยท Agentic AI ยท LLM ยท MCP ยท RAG"
location = "Indore, India ๐ฎ๐ณ"
focus = "Building the infrastructure layer autonomous agents run on"
philosophy = "Find a real problem โ build the smallest sharp tool โ test it โ ship it"
flagship = "AION โ an operating system for AI agents"
shipped = "126+ tools shipped ยท all tested ยท local-first where it matters"- ๐ง Agent infrastructure โ author of AION, a zero-dependency micro-kernel that gives agents OS-grade primitives (capability sandboxing, credit budgets, semantic memory, multi-agent IPC) โ and termind, a local AI agent built on it with a dedicated workbench for chartered accountants.
- ๐ค LLM & agent tooling โ MCP servers, RAG pipelines built from scratch (no LangChain), LangGraph multi-agent patterns, and a dozen more focused agentic-AI tools โ request routing, hallucination checking, incident root-causing, spec verification.
- ๐ผ AI for finance & IB โ deal-sourcing automation (Opulix, in production for a real IB firm), PE/VC waterfall math, DCF, cap-table exits โ runnable by chatting with an LLM, not spreadsheet macros.
- ๐ Strong fundamentals โ rate limiters, probabilistic data structures, and a BM25 search engine, all built from scratch, not wrapped.
- ๐ก๏ธ Security-minded โ phishing detection, secret scanning, PII redaction, DNS-tunneling detection.
- โก I ship. One coherent, tested version at a time โ see the commit history, not just the pitch.
โฒ AIONThe Agent Operating System โ a micro-kernel that schedules the resources agents actually burn: tokens, context & credits.
|
โก termindA local AI agent, terminal + web UI, one shared brain โ with a dedicated workbench for chartered accountants. $0/query, private by design.
|
๐ rag-from-scratchA complete RAG pipeline with no LangChain โ chunking, hybrid FAISS + BM25 retrieval, understood at the mechanism level.
|
๐ธ๏ธ langgraph-examplesSix production agent patterns โ supervisor routing, human-in-the-loop, parallel fan-out, self-reflective RAG.
|
๐๏ธ mcp-serversFour production-ready MCP servers โ GitHub, PostgreSQL, filesystem, and a web scraper โ safe by default.
|
๐ผ OpulixDeal-origination platform for investment bankers โ deployed and in daily use by a real IB firm, not a demo.
|
๐ง Agent Infrastructure
- โฒ aion โ an OS for AI agents: syscalls, semantic memory, capability sandbox, budgets, multi-agent IPC
- โก termind โ local agent, terminal + web UI, audit ledger, 216 tests
- ๐ง localmind โ private local agent, RAG over your docs, sandboxed on AION
- ๐ง claude-commands โ 99 installable Claude Code slash commands
๐ค AI / LLM & RAG
- ๐ฎ oracle โ catch LLM hallucinations before users do
- โ req-check โ verify your codebase actually implements your spec
- ๐ฆ llm-router โ route prompts to the cheapest capable model
- ๐งต context-store โ semantic memory store for LLM applications
๐ฐ Finance & Investment Banking
- ๐ฅ๏ธ dealdesk-mcp โ run PE/VC deal math inside Claude (MCP)
- ๐ investorlens-mcp โ match a raise to the right Indian investors
- ๐ง carryflow โ distribution waterfall & carried-interest engine
- ๐ exitsim โ cap-table & exit waterfall simulator
- ๐ฎ๐ณ india-dcf ยท india-comps ยท drhp-intel
๐ CS Fundamentals (zero-dependency, from scratch)
- โก pyratelimit โ 5 rate-limiting algorithms, thread-safe
- ๐ฒ sketchbox โ Bloom filter ยท Count-Min Sketch ยท HyperLogLog
- ๐ searchlite โ inverted index + BM25 (the Elasticsearch ranker)
๐ก๏ธ Security & Threat Detection
- ๐ฃ phisheye โ offline phishing-URL scanner (homograph / typosquat / DGA)
- ๐ gitsecrets 8000 strong> โ scan full git history for leaked secrets
- ๐ headerguard โ HTTP security-header scanner
- ๐ต๏ธ logphi โ detect & redact PII/PHI in logs
๐ ๏ธ Developer Productivity
- ๐ค releasebot โ auto-generate changelogs from git
- โ๏ธ clauseguard โ red-flag linter for contracts
- ๐ธ subslayer โ find forgotten subscriptions
- ๐ n1detect โ detect N+1 SQL queries ยท โฐ cronguard โ alert on failed cron jobs
๐ญ Browse all 126+ repositories, organized by domain โ bhupendra05.github.io/bhupendra05/#projects
Pulled straight from the GitHub API and refreshed every morning at 02:00 UTC. No third-party server in the loop.
I build AI-native infrastructure and I'm always up for a sharp problem. Open to agentic-AI roles, collaborations, and freelance work.
โญ Find my work useful? A star means a lot โ and helps others discover it.