Skip to content
View Raditya0902's full-sized avatar
  • Tempe, Arizona, USA

Block or report Raditya0902

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

Hi there, I'm Aditya Rallapalli ๐Ÿ‘‹

Building production AI systems and the infrastructure underneath them โ€” multi-agent pipelines, LLM inference serving, and distributed systems.

LinkedIn Twitter Email Portfolio


๐Ÿ™‹โ€โ™‚๏ธ About Me

  • ๐Ÿ”ญ I'm currently working on AI Agents, RAGs, LLM inference serving, and distributed systems infrastructure
  • ๐ŸŒฑ I'm learning System Design, Concurrency, Backend Engineering, and AWS
  • ๐Ÿ’ฌ Ask me about AI Safety & Evals, Multi-Agent Systems, LLMs, RAG pipelines, LLM Inference Serving, or Backend/Distributed Systems
  • ๐ŸŽฏ 2026 Goal: Break into AI/ML engineering and ship a production agent system at scale
  • โšก Fun fact: Big Tennis and Chess enthusiast โ€” I'll happily watch a 6-hour live chess stream

๐Ÿ› ๏ธ Tech Stack

Languages

Python Go TypeScript JavaScript Java C C++

AI / ML

LangChain HuggingFace OpenAI PyTorch vLLM PEFT

Safety & Evals

Prompt Injection Defense Llama Guard PII Redaction RAGAS LangSmith

Systems & Infra

FastAPI Docker Kubernetes Apache Kafka Redis AWS Apache Spark Prometheus Grafana

Databases & Tools

PostgreSQL MongoDB Neo4j ChromaDB SQLite Git


๐Ÿ“Œ Featured Projects

Project Description Stack Link
โšก vLLM Inference Benchmarking Harness Benchmarks LLM serving performance โ€” throughput, latency percentiles, GPU memory, $/1M-token cost โ€” for vLLM (fp16/AWQ/GPTQ) vs. a naive HuggingFace baseline; found and fixed a kernel-config bug causing a 3.5x throughput regression vLLM, Python, Prometheus, Grafana, Docker Repo
๐Ÿ—ƒ๏ธ lsmdb LevelDB-style LSM-tree key-value store built from scratch in Go โ€” WAL, per-SSTable Bloom filters, size-tiered compaction โ€” benchmarked head-to-head against SQLite across 8 workloads Go Repo
๐Ÿงฎ Mini Feature Store Point-in-time correct ML feature store with Parquet offline storage, Redis online serving, and a YAML feature registry โ€” built to prevent training-time data leakage in historical joins Go, Redis, Parquet, PySpark Repo
๐Ÿ“ PEFT Reasoning Comparison Controlled comparison of LoRA, DoRA, and IA3 against zero-shot/few-shot baselines on GSM8K math reasoning under a fixed compute budget, isolating the effect of adapter method from training scale PyTorch, PEFT, Transformers Repo
๐Ÿ” SentinelMesh Policy-enforced multi-agent orchestration with a custom Go Deep Prompt Inspection proxy โ€” blocks prompt injection, PII leakage, and RBAC violations in real time LangGraph, Go, ChromaDB, FastAPI, Docker Repo
๐Ÿšจ Incident Response System Fully autonomous AI pipeline that diagnoses production errors, generates & tests code patches, drafts customer replies, and opens a GitHub PR โ€” with a human approval gate LangGraph, Groq, ChromaDB, Streamlit, GitHub API Repo
๐Ÿฅ Clinic Voice Agent Real-time phone voice agent for clinic appointment booking built on raw Twilio Media Streams โ€” no hosted platform, full STT โ†’ LangGraph โ†’ TTS pipeline Twilio, Deepgram, ElevenLabs, LangGraph, FastAPI Repo
๐Ÿ”’ RAG RBAC Chatbot Enterprise knowledge-base chatbot with namespace-scoped retrieval, JWT auth, hybrid BM25 + vector search, PII redaction, and Llama Guard safety โ€” RAGAS faithfulness 0.91 LangChain, ChromaDB, FastAPI, Redis, Streamlit Repo
๐Ÿงฌ Non-Linear Code Refactoring Formal study proving Discrete Latent Diffusion Models (LLaDA 1.5 + Path-Guided Unmasking) outperform autoregressive models on complex cross-file refactoring tasks LLaDA 1.5, PyTorch, Transformers Repo

๐Ÿ“Š GitHub Stats

GitHub Stats Top Languages

GitHub Streak


๐Ÿค Let's Connect

I'm always open to interesting conversations, collaboration, or just a friendly chat.

๐Ÿ“ซ Reach me at aditya.rallapalli0902@gmail.com or connect on LinkedIn.


Profile views

Pinned Loading

  1. clinic-voice-agent clinic-voice-agent Public

    Real-time phone voice agent for clinic appointment booking โ€” raw Twilio Media Streams with a full STT โ†’ LangGraph โ†’ TTS pipeline, no hosted voice platform.

    Python

  2. diffuse-refactor diffuse-refactor Public

    Formal study proving Discrete Latent Diffusion Models (LLaDA 1.5 + Path-Guided Unmasking) outperform autoregressive models on complex cross-file code refactoring tasks requiring global structural iโ€ฆ

    Python

  3. multi-agent-production-incident-response-system multi-agent-production-incident-response-system Public

    Autonomous 7-agent LangGraph pipeline that diagnoses production incidents, generates and tests code patches, and opens a GitHub PR in ~90 seconds โ€” with a human approval gate and self-healing Critiโ€ฆ

    Python

  4. rag-rbac-chatbot rag-rbac-chatbot Public

    Enterprise RAG chatbot with namespace-scoped RBAC, hybrid BM25 + vector retrieval, JWT auth, PII redaction, and Llama Guard safety โ€” RAGAS faithfulness 0.91 across 77 automated tests.

    Python

  5. Real-Time-Graph-Analytics-Pipeline Real-Time-Graph-Analytics-Pipeline Public

    Python

  6. sentinelmesh sentinelmesh Public

    Policy-enforced multi-agent orchestration with a custom Go prompt inspection proxy โ€” blocks prompt injection, PII leakage, and RBAC violations in real time.

    Go