Skip to content
View Manishrdy's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report Manishrdy

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
manishrdy/README.md
manish@botta:~$ whoami — Software / AI Engineer

Portfolio LinkedIn SimCricketX

manish@botta:~$ neofetch

        ███╗   ███╗ ██████╗        user        :: manish@botta
        ████╗ ████║ ██╔══██╗       role        :: Software / AI Engineer · Forward Deployed
        ██╔████╔██║ ██████╔╝       location    :: Los Angeles, CA
        ██║╚██╔╝██║ ██╔══██╗       uptime      :: 3+ years in production
        ██║ ╚═╝ ██║ ██████╔╝       shell       :: Python · TypeScript · Node.js · Java
        ╚═╝     ╚═╝ ╚═════╝        kernel      :: LangGraph · RAG · QLoRA · RLHF/RLAIF
        ░▒▓ ai.engineer ▓▒░        packages    :: FastAPI · Redis · Kafka · PostgreSQL · Docker
                                   hosts       :: AWS · Azure · OCI

❯ cat about.txt

I build and ship production GenAI systems end to end — agentic LangGraph workflows, RAG pipelines, and LLM fine-tuning, plus the FastAPI / Redis / Docker infrastructure underneath them. I care about the parts most demos skip: guardrails, tracing, and failure handling — and I've taken several systems from an empty repo to a live URL solo.

Forward-deployed at heart: shipped GenAI systems to 24+ enterprise clients (IHCL, Dr. Reddy's, Bajaj Finserv, Spotify), owning on-site integration, dual-sided InfoSec approvals, demos, and onboarding.

class Manish:
    uptime    = "3+ years in production"
    shipped   = ["100M+ daily conversations", "24+ enterprise clients", "99.9% uptime SLA"]
    open_to   = ["Software Engineer", "AI Engineer", "GenAI Developer", "Forward Deployed Engineer"]

❯ git log --career --oneline

a4f2026 (HEAD -> main)      TradeLiv   · Founding Software Engineer        Apr 2026 → now
b7e2025 (genai/agents)      Microsoft  · Software Engineer                 Aug 2025 → Mar 2026
c3d2021 (forward-deployed)  Yellow.AI  · Software Engineer (FDE / Studio)  Sep 2021 → Jul 2023
d1c2021 (init)              Cognizant  · Program Trainee Analyst           Mar 2021 → Aug 2021
  • TradeLiv — sole engineer, zero → production: 40+ REST endpoints, PostgreSQL, Stripe, real-time SSE portals, RBAC — live at tradeliv.design. One Claude + Browserless Chrome extractor replaced every brittle per-site scraper.
  • Microsoft — LLM-powered autonomous agents (FastAPI, LangChain, tool-use, memory, planning); real-time RLHF/RLAIF ingestion loops (+60% data freshness); containerized AI microservices with −40% integration defects.
  • Yellow.AI — GenAI chatbots for 24+ enterprise clients; LoRA/QLoRA fine-tuning lifted accuracy 60% and CSAT 35% across 100M+ daily conversations; RLHF reward checkpoints cut harmful responses 28%; Node.js/Kafka backbone at 99.9% uptime.
  • Cognizant — legacy Java monolith → Spring Boot microservices, +30% velocity, −40% query time, 80%+ coverage.

❯ ls -la ~/projects --sort=impact

project what it does stack
role-collector 13-node LangGraph job-sourcing agent — local Ollama (qwen3:8b), Langfuse tracing with PII redaction, hard-coded URL-allowlist guardrails, beat Google's CDP-layer bot detection via nodriver. 55 passing tests. LangGraph Ollama Langfuse Pydantic
SimCricketX Real-time probabilistic cricket simulation — 256+ users, 444+ matches in production; ~21K lines, 126 endpoints, 7-layer momentum engine; 120 deliveries resolved in <5s. repo ↗ Python Flask WebSockets OCI
async-audio-pipeline Queue-based async meeting intelligence — Splitter → Transcriber → Summarizer workers over Redis; 1-hour meetings in 7–11 min (vs 45–75 baseline); workers scale with zero API changes. FastAPI Redis Whisper Gemini
AI-Driven-Resume-Builder RAG + alignment — FAISS hybrid retrieval + cross-encoder re-ranking (+45% match scores); QLoRA at 4-bit (−60% GPU memory); Constitutional AI self-critique loops. FAISS QLoRA RLHF HuggingFace
applyd Multi-service job aggregation — Argon2id auth, three-signal expired-job state machine across 10+ ATS providers, per-ATS circuit breakers that fail closed, tamper-evident audit log. FastAPI SQLite FTS5

❯ tree ~/skills --depth=1

skills/
├── languages          Python · TypeScript · Node.js · Java · SQL
├── ai_ml              LangGraph · LangChain · RAG · FAISS · QLoRA/LoRA · RLHF/RLAIF · Langfuse · BERT
├── models_tools       Claude · OpenAI · Whisper · Gemini · Ollama · HuggingFace
├── backend_data       FastAPI · Flask · Express.js · Spring Boot · PostgreSQL · MongoDB · Redis · Kafka
├── cloud_devops       AWS · Azure · OCI · Docker · GitHub Actions · Nginx · REST · JWT · OAuth 2.0
└── customer_delivery  Client Onboarding · On-Site Integration · InfoSec Reviews · Stakeholder Demos

❯ gh stats --user manishrdy

GitHub stats Top languages

GitHub streak

❯ ping manish

manish@botta:~$ ping manish
64 bytes from mabotta12@gmail.com: response_time < 24h
64 bytes from linkedin.com/in/manish-reddyb: status=open_to_work
64 bytes from manishbotta.me: portfolio=live

--- open to: SWE · AI Engineer · GenAI Developer · Forward Deployed Engineer ---
manish@botta:~$ exit 0
Profile views

Pinned Loading

  1. AI-Driven-Resume-Builder AI-Driven-Resume-Builder Public

    Privacy-first tool that generates ATS-optimized, role-specific resumes from YAML data using LaTeX. Dynamically tailors content to job descriptions, reducing manual effort by 90%. Built for job seek…

    Python

  2. Emotion-Detector--Text-Based-Emotion-Classification-Using-Machine-Learning Emotion-Detector--Text-Based-Emotion-Classification-Using-Machine-Learning Public

    A multi-model machine learning app that classifies short text messages into six emotion categories (joy, sadness, love, anger, fear, surprise) using TF-IDF and models like SVM, Logistic Regression,…

    Python

  3. SimCricketX SimCricketX Public

    Simulate Every Ball. Build custom squads, tune pitch conditions, and let a probabilistic engine resolve every delivery — T20 or List A. Full scorecards, career stats, and tournament brackets, all i…

    Python 1

  4. SEC-Spring2024-Team-1/team_1_project-6550 SEC-Spring2024-Team-1/team_1_project-6550 Public

    C# 6