Skip to content
View irfanalidv's full-sized avatar

Organizations

@brainsfeed @re-sources-io

Block or report irfanalidv

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

Hi, I'm Irfan 👋

Senior AI Engineer · 7+ years building production LLM systems — RAG pipelines, agent orchestration, multi-provider LLM infrastructure, and voice AI on telephony. Based in India, working remote.

Open to work

Available immediately for full-time remote senior AI engineer roles — based in India, working with global teams, comfortable with US/EU overlap.

Previously founding AI engineer at Kuration AI (Hong Kong) and sole AI hire reporting to the CTO at Schneider Electric / Luminous Power Technologies (India).

📫 irfan.ali@datacortex.in · LinkedIn · Résumé (PDF)


What I build

LLMs · RAG · Agents · Voice AI · Multi-provider orchestration

  • RAG & retrieval — hybrid BM25 + dense, query rewriting, RRF fusion, evaluation
  • Agents — multi-agent pipelines, structured extraction, tool use
  • Voice AI — phone-based LLM agents on telephony, async webhooks, post-call analysis
  • LLM infrastructure — multi-provider orchestration (GPT-4o, Claude, Gemini) with automatic fallback and cost controls

Python · FastAPI · LangChain · LangGraph · DSPy · LlamaIndex · pgvector · PostgreSQL · Bolna · Twilio · OpenAI · Anthropic · Groq


Shipped products

  • Godam — a B2B inventory & billing SaaS for FMCG distribution in Nepal, live in production with a paying customer. Runs the client's daily billing, payments, credit ledgers, and field-sales logging. Next.js 15 · TypeScript · Supabase. Built and sold solo.
  • Stacksift — a B2B domain product analyzer running a 5-stage LLM classification pipeline (DSPy + GPT-4.1) over crawled web data at ~$0.03 per analysis (~84% gross margin), with live Razorpay payments.
  • Reflecta — a voice-first AI wellness app you can call on the phone. Phone check-ins → post-call analysis extracting 35+ wellness signals per call (burnout risk scoring, crisis-keyword detection) → personalised recommendations. FastAPI · Bolna telephony · Groq · Neon Postgres/pgvector · multi-provider fallback. Solo build, end-to-end.

Open-source Python libraries — 12 on PyPI

Library Downloads What it does
RAGNav Downloads RAG routing & retrieval — hybrid BM25 + dense with RRF fusion. R@3 = 0.956 on SQuAD, 131 tests
ragfallback Downloads Resilient retrieval — query rewriting, confidence scoring, fallback & retry
AgentEnsemble Downloads Multi-agent orchestration — ReAct, Swarm, Pipeline, Debate, WorkflowGraph
AgentCare Downloads Voice AI for healthcare — call intake, structured extraction, appointment orchestration
nepal-gov-agent Downloads Multilingual RAG over Nepal government documents, with a synthetic QA evaluation harness
AskPandas Downloads Natural-language queries on CSV via local LLMs — no API keys, no cloud
PyroChain Downloads Agentic feature engineering — PyTorch + LangChain agents for multimodal extraction
scrapeflow-py Downloads Playwright scraping with LLM extraction, hybrid selectors, anti-detection
lingo-nlp-toolkit Downloads Lightweight NLP utilities bridging classic pipelines and transformer workflows
toxic-comment-classifier Downloads Deep-learning toxicity detection with per-category scoring
socialmediaextractor Downloads Structured data extraction from social media profiles and posts
trustpilot-scraper Downloads Review collection and structuring from Trustpilot pages

→ All libraries on my PyPI profile.


Publications

  • Mental Health AI on MentalChat16K — BERT + neural networks on a cross-validation framework · IJAINN, Dec 2025 · DOI
  • Neural-Symbolic Topic Evolution on Yelp Reviews — multi-aspect temporal topic modelling · IJAINN, Oct 2025 · DOI

Reliability over hype · Systems over scripts · Maintainability over short-term hacks.

Pinned Loading

  1. ragfallback ragfallback Public

    ragfallback is a Python library that prevents silent RAG failures — chunk quality, retrieval fallback, adaptive querying, and answer evaluation in one package.

    Python 2

  2. AgentEnsemble AgentEnsemble Public

    AgentEnsemble is a Production-ready multi-agent orchestration for Python. ReAct, Swarm, Pipeline, Debate, Router, Planner, WorkflowGraph. Observability, cost tracking, human-in-loop. Structured out…

    Python 1

  3. AskPandas AskPandas Public

    AI-powered data engineering and analytics assistant for querying CSV data using natural language—locally and intelligently

    Python 1

  4. scrapeflow-py scrapeflow-py Public

    Production-ready web scraping engine on Playwright. LLM extraction, hybrid selectors, session persistence, rate limiting, anti-detection.

    Python 1

  5. AgentCare AgentCare Public

    Python framework for voice-AI workflows: healthcare front-desk booking, care coordination, follow-up, and workplace burnout check-ins.

    Python 1

  6. RAGNav RAGNav Public

    RAGNav is a Hybrid RAG retrieval — BM25 + embeddings + document graph. Runs fully offline. SQuAD R@3: 0.956, zero API calls.

    Python 1