I'm a senior software engineer with 10+ years of experience.
Today I focus on Agentic AI systems — multi-agent pipelines that do real-world research, forensic analysis, and automation, not just chat. I particularly love the engineering challenge of making LLM-powered systems reliable, not just impressive.
When I'm not shipping code, I teach high school mathematics and enjoy breaking down complex technical concepts into things anyone can understand.
🎯 My superpower: I can navigate between a low-level circuit diagram and a high-level LLM orchestration graph without losing context. Rare combo.
|
Multi-agent forensic accounting for Indian stocks Detects accounting irregularities, governance risks & value traps in NSE/BSE companies. Five parallel agents (Forensic, Management, RPT, Market Intelligence, Narrative) orchestrated via LangGraph, synthesized into a "Detective Story" report.
|
Daily autonomous research pipeline for special-situation investing Monitors NSE/BSE filings for insider trades & corporate events, then runs a 4-level deep-research pipeline (DeepSeek V3 + Qwen). Persists insights in PostgreSQL with
|
|
AI that reads your logs so you don't have to — at 3 AM Ingests production logs, clusters them with HDBSCAN, flags anomalies with Isolation Forest, investigates root causes via cross-encoder reranked RAG, and drafts fixes for human approval. Human-in-the-loop learning improves recommendations over time.
|
AI-powered drug information assistant A conversational tool for looking up medicines, active ingredients, and substitutes — built with a clean, fast React frontend and an intelligent backend that surfaces the right information quickly and safely.
|
PRs to projects I depend on. Sorted by repo stars, descending. (merged) = in upstream, (open) = in review.
- denoland/deno
⭐107,292 —
update Chocolatey install link to community.chocolatey.org;fix dead MDN link to Body interface(merged ✅) - fastapi/fastapi
⭐99,646 —
fix dead pydantic v1 extra_types link;fix dead pydantic v1 #modeldict link;fix 3 broken external links in en docs;replace dead Uber Ludwig blog link with project repo in 14 translations(open) - vitejs/vite
⭐81,651 —
remove dead helpx.adobe.com link;fix broken Rolldown Plugin reference link in api-plugin.md;correct VoidZero announcement URL in announcing-vite6(merged ✅) - OpenHands/OpenHands
⭐78,281 —
fix typo in OpenHands docs URL in add_agent.md(merged ✅) - withastro/astro
⭐60,475 —
remove dead llms.txt reference(merged ✅) - microsoft/autogen
⭐59,230 —
fix 2 broken external doc links (FAQ + Aspire dashboard)(open) - remix-run/react-router
⭐56,467 —
replace dead https://rmx.as/discord shortlink with https://discord.gg/reactrouter(merged ✅) - crewAIInc/crewAI
⭐54,331 —
correct broken Weaviate WCS /connect link in weaviate_tool README;correct broken MindsDB data_sources link in ai_mind_tool README;correct broken AWS IAM Roles link in aws/s3 README;correct broken Tavily Python SDK link in tavily_extractor_tool README;remove dead merge.dev/discord link in merge_agent_handler_tool README;correct broken Hyperbrowser SDK reference links;correct broken Parallel Processors link in parallel_tools README;correct broken Browserbase Live Debug link in browserbase_load_tool README;correct broken Stagehand reference link in stagehand_tool README(open) - BerriAI/litellm
⭐51,475 —
fix dead ReadTheDocs links + dead Railway deploy buttons;propagate ssl_verify through aiohttp handler + retry path (#30778);promote role=system in messages[] to top-level system param (#30705);fix 3 broken docs links (sigstore cosign + litellm enterprise);apply default_team_params.models to newly created teams;fix broken guardrails docs link in ibm_guardrails README;fix broken links in README and enterprise docs(open) - astral-sh/ruff
⭐48,215 —
fix dead ruff preview/preview.md link;fix dead alpinelinux testing repo link(merged ✅) - pixijs/pixijs
⭐47,585 —
remove dead https://pixijs.io/customize link in v7 migration guide(open) - react-hook-form/react-hook-form
⭐44,775 —
replace dead /zh subdomain links;replace dead /zh subdomain links;replace dead /pt subdomain links;fix dead leniolabs_ opencollective image;replace dead Spectrum chat badge;replace dead Spectrum chat badge;replace dead Spectrum chat badge;replace retired /jp subdomain links(open) - continuedev/continue
⭐34,440 —
fix dead sanity release-schedules link;fix dead supabase database/security link;fix dead snyk.io/learn/software-composition-analysis-sca link;fix 4 more dead netlify docs subpaths;fix broken vLLM engine arguments docs link in vllm.mdx;fix dead /api-documentation/ subpath;fix dead endpoints.huggingface.co subpath;fix dead morphllm.com/dashboard link;fix dead morphllm.com/dashboard link;fix dead www.voyageai.com link;fix dead www.voyageai.com link;fix dead voyageai dash.api-keys link;fix dead llama-stack RTD link + typo;fix dead /analytics/get-started/ link;fix dead lancedb docs links;fix dead vllm engine_args doc link;fix 3 dead kindo.ai dashboard subpath links;fix 3 dead function.network doc links(open) - pydantic/pydantic
⭐28,113 —
Fix dead link todatamodel-code-generatordocs(merged ✅);Fix dead link to Rust source(merged ✅);add regression test for polymorphic_serialization with union of BaseModel and arbitrary type(open) (open) - langchain-ai/langchainjs
⭐17,849 —
fix 4 broken external doc links(open) - TanStack/router
⭐14,689 —
fix broken with-router-cli install doc links;fix broken createServerFn doc links in reading-writing-file tutorials;prevent lossy string coercion in defaultParseSearch (#7650);accept external URLs in Link to prop (#4901);remove dead 'Composite Components' deep-dive blog link;fix broken zodValidator/valibotValidator API doc links;fix broken tanstack.com/discord link;fix broken swan-io/chicane link in overview.md;fix broken framer.com React Transition Group migration link;fix broken Chakra UI links in integrate-chakra-ui.md(open) - vercel/commerce
⭐14,112 —
remove 4 dead demo-store URLs from README(open) - freshframework/fresh
⭐13,773 —
fix dead IS_BROWSER doc URL;fix dead FreshConfig doc URL;fix dead deno.land/x/fresh doc URLs;fix dead deno.land/x/fresh doc URLs;fix dead fresh_charts and fresh_marionette links;fix dead usefresh dynamic-routes link(open) - denoland/std
⭐3,548 —
fix dead deno.land/std link;remove dead deno.land/std link from README (registry retired)(open) - mattermost/mattermost-mobile
⭐2,683 —
disable syntax highlighting and line numbers for code blocks without language;date separator missing day of month on certain Android devices(open) - lidatong/dataclasses-json
⭐1,485 —
respect default_factory for abstract generic fields in from_dict(open) - The-OpenROAD-Project/ORAssistant
⭐42 —
Fix 5 bugs: PDF crash, unused env var, missing state field, hardcoded model, typo;Fix 4 runtime bugs: crash, streaming None, discarded replace, memory leak(open)
- Building more reliable agentic systems (the harness matters as much as the model)
- Forensic accounting automation for Indian public markets
- Low-level systems — revisiting the ECE roots
- Value investing through the lens of AI-assisted research


