Skip to content
View Anand0008's full-sized avatar
😁
I engineer intelligent systems that scale, adapt, and deliver value.
😁
I engineer intelligent systems that scale, adapt, and deliver value.

Block or report Anand0008

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

Typing SVG


👨‍💻 About Me

"An Independent Researcher & Production-Grade Builder."

I am an AI/ML Engineer who builds intelligent systems with measurable impact. My work sits at the intersection of complex data, advanced algorithms, and unforgiving real-world constraints—transforming theoretical problems into highly scalable, production-ready solutions.

I specialize in designing end-to-end machine learning pipelines from the ground up: encompassing rigorous data ingestion, feature engineering, model deployment, continuous monitoring, and automated improvement. I bring a deep foundation in statistical learning, deep learning, and mathematical optimization.

Crucially, I pair this theoretical rigor with battle-tested experience in delivering infrastructure that survives under extreme operational pressure—a discipline I honed extensively during my tenure in Production Management at J.P. Morgan Chase (a non-AI role that taught me how to operate flawless mission-critical systems). I care deeply about the engineering craft: reproducibility, model interpretability, and robust evaluation are never afterthoughts; they are my core principles. I understand fundamentally that the greatest algorithms only matter if they integrate flawlessly with existing systems, empower teams, and drive concrete business objectives.

In short: I don't just train models; I engineer intelligence. Bridging the gap between academic rigor and production reliability is my specialty.

When I'm not optimizing data pipelines or researching novel architectures, you'll find me singing 🎤, travelling to new corners of the globe 🌍, or dissecting anime lore. I'm also an avid reader 📚 and a passionate chess player ♟️—always exploring new worlds, whether in code or in reality.

📍 India  •  🎓 B.E. Information Technology (9.59/10)  •  🏢 Ex-J.P. Morgan Chase (Production Management)

🏗️ What I Build

🧠 FLSS — Cost-Aware Multi-Model Consensus Architecture

A production-grade, 14-stage automated pipeline I authored for high-fidelity structured synthesis. FLSS fundamentally solves single-model hallucinations by forcing an adversarial consensus mechanism. It goes far beyond simply chaining API calls, instead orchestrating a highly complex reasoning engine:

  • Hybrid RAG & Reciprocal Rank Fusion: Integrates Dense Retrieval (BAAI/bge-m3 embeddings via Qdrant) with Sparse Retrieval (BM25 lexical search) to inject high-precision context directly into the context window.
  • Schema-Aware Conditional Routing: Dynamically grades query complexity (1-10) at runtime to route requests to appropriate compute tiers—drastically reducing overhead by reserving SOTA models solely for tier-3 algorithmic reasoning.
  • Adaptive Weighted Voting: An algorithmic consensus mathematically weights outputs from DeepSeek R1 (Math), Claude Sonnet 4.5 (Pedagogy), and Gemini 2.5 Pro (Vision) strictly based on their proven domain strengths.
  • Multi-Round Adversarial Debate: If mathematical consensus falls below a strict 80% threshold, the system autonomously triggers an adversarial debate phase—eventually invoking GPT-5.1 as an impartial judge to force systematic resolution.

This complete rewrite has systematically dropped hallucination rates down to 0.31% over 1,270 complex data objects.

⚡ Key Metrics

Metric Value
Factual Precision 72% → 93.9%
Cost per Query $0.30 → $0.14 (50% ↓)
Win Rate vs Single-Model 91.8%
p95 Latency < 1 second
Schema Compliance 200+ fields/query
Knowledge Graph 37.6K nodes, 55K edges

🔧 Tech Stack

Languages Python C++ TypeScript JavaScript SQL Bash

AI & Machine Learning PyTorch TensorFlow Hugging Face OpenCV LangChain Qdrant Pinecone

Web & Backend FastAPI React Node.js Next.js Tailwind CSS Three.js

Cloud, DevOps & Tools AWS GCP Docker Git GitHub Actions Linux


📌 Featured Projects

Production-grade 14-stage pipeline for structured content generation with adaptive conditional compute. Processes 1,270 aerospace engineering queries with 93.5% precision via Hybrid RAG and multi-model consensus.

Python LLM RAG FastAPI AWS Lambda

Downstream application of the FLSS consensus pipeline. Automatically induced a curriculum-aligned ontology with 37,970 nodes and 55,153 edges directly from synthesized question metadata. Achieved 94.95% connectivity without manual curation, enabling bidirectional navigation (Questions ↔ Concepts) and exposing hidden semantic relationships (prerequisites, common mistakes).

Data Mining Ontology Learning Three.js Data Viz

DeepFake detection system using Inception-ResNet-v2 with Swish/Mish activation optimization. Metadata extraction for forensic video origin verification. 5% accuracy improvement over ReLU baselines.

Python Deep Learning Computer Vision Forensics

Conversational AI assistant for hotel booking built with the Rasa framework. Natural language understanding with intent classification and entity extraction for hospitality domain.

Python Rasa NLP Conversational AI


github contribution grid snake animation

Popular repositories Loading

  1. revive-coding revive-coding Public

    C++

  2. cost-aware-structured-generation cost-aware-structured-generation Public

    High-Fidelity Synthesis via Hybrid RAG and Adaptive Conditional Compute - A 14-stage pipeline for structured content generation with 93.5% precision

    Python

  3. portfolio portfolio Public

    TypeScript

  4. Rasa_Hotel_Bot Rasa_Hotel_Bot Public

    Python

  5. Video_Source_Authenticator Video_Source_Authenticator Public

    Python

  6. Knowledge_Graph_Induction Knowledge_Graph_Induction Public

    HTML