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

Block or report Raditya0902

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 β€” multi-agent pipelines, LLM safety, and real-time voice AI.

LinkedIn Twitter Email Portfolio


πŸ™‹β€β™‚οΈ About Me

  • πŸ”­ I'm currently working on AI Agents, RAGs, and LLMs
  • 🌱 I'm learning System Design, Distributed Systems, Concurrency, Backend Engineering, and AWS
  • πŸ’¬ Ask me about AI Safety & Evals, Multi-Agent Systems, LLMs, RAG pipelines, or Backend Engineering
  • 🎯 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 TypeScript JavaScript Java C C++

AI / ML

LangChain HuggingFace OpenAI PyTorch

Safety & Evals

Prompt Injection Defense Llama Guard PII Redaction RAGAS LangSmith

Systems & Infra

FastAPI Docker Kubernetes Apache Kafka Redis AWS Apache Spark

Databases & Tools

PostgreSQL MongoDB Neo4j ChromaDB Git


πŸ“Œ Featured Projects

Project Description Stack Link
πŸ” 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