Skip to content
View anushacodes's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report anushacodes

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

Anusha Nandy

AI Engineer · Agentic Systems · Production LLM Pipelines

I build agents for a living. They still hallucinate. We're working on it.


I work at the intersection of LLM orchestration and production engineering — building systems where agents actually reason, retrieve, and recover from their own mistakes, then shipping them somewhere real. My projects aren't independent experiments; they follow one question: how do you make an AI system you'd actually trust in production?

Project The Question I Was Answering Result
Apollo Can a multi-agent system reason across clinical data without hallucinating on doctors? Parallel agents, hybrid RAG, eval agent that catches bad answers before they surface
Fraud Detection Can you score 600 transactions/sec in real time and still catch subtle fraud patterns? Kafka + LightGBM pipeline, Redis feature store, PR-AUC ~0.94, +15% precision
E-Commerce Warehouse Can one person build a full cloud data warehouse with CI/CD and a live dashboard? AWS S3 + Redshift + Airflow + GitHub Actions + Plotly Dash — solo, 0 to 1

Experience

AI Backend Engineer · PM Accelerator

Built a production agentic AI platform from scratch — LLM-powered retrieval pipeline on OpenAI embeddings and MongoDB Atlas, 90% query resolution accuracy across 10K+ live queries. Designed a classification + fact-verification layer with guardrails hitting 85%+ confidence end-to-end. Led a 4-person team.

Key decisions: embedding model selection, chunking strategy, confidence threshold tuning, guardrail design.

⚡ open to AI engineer & ML roles — full-time or founding team

Pinned Loading

  1. apollo-healthcare-agent apollo-healthcare-agent Public

    A production-grade, multi-agent AI system for clinical decision support — combining knowledge graphs, RAG, fine-tuned models, LLM evals, and a self-improving feedback loop into a single unified pla…

    Python

  2. tennis-analysis-with-cv tennis-analysis-with-cv Public

    Single-camera tennis analysis pipeline using YOLO and TrackNet for court, player, and ball detection with geometric reconstruction.

    Jupyter Notebook 3 1

  3. Ecommerce-data-warehouse Ecommerce-data-warehouse Public

    An e-commerce data warehouse built with airflow and aws redshift and s3 and visualized using Dash

    Python

  4. ml-fraud-detection ml-fraud-detection Public

    Streams credit card transactions through Kafka, scores them in real-time with XGBoost, and watches for data drift.

    Python 1