Skip to content
View vishakha-codes's full-sized avatar
💖
💖

Block or report vishakha-codes

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

Hi, I'm Vishakha 👋

📍 Tokyo, Japan | 🤖 GenAI Engineer | ☸️ CKA | 🏗️ Ex-OpenStack Contributor

GenAI engineer with 10+ years in cloud-native infrastructure, Python, and distributed systems — now focused on building production-grade LLM pipelines, RAG systems, and AI agents that are reliable, observable, and safe to deploy.

Currently SDE at Mercari (GKE platform, Terraform, DORA metrics). Previously Rakuten Mobile (bare-metal K8s for 5G).

Python Go LangChain LangGraph Kubernetes Terraform GCP Streamlit Gradio

Open Source

Upstream contributor to OpenStack (2017–2020) — identity, authentication, and compute features shipped to production clouds worldwide.

🎤 Open Infrastructure Summit presenter · Denver · Shanghai

Start Here

What I'm Building

AI Agents

RAG Systems

Multimodal, OCR & Offline

What I'm Focused On

  • Production-grade AI — Building LLM systems with the same rigor as platform engineering: reliability, observability, and guardrails
  • RAG at scale — Hybrid retrieval, graph-augmented search, and multimodal indexing over real-world document corpora
  • Multi-agent orchestration — LangGraph and CrewAI pipelines for complex, tool-using workflows
  • Infrastructure meets AI — Applying a decade of K8s, Terraform, and distributed systems experience to AI deployment

Background

Role Company Focus
SDE Mercari (2024–present) GKE platform services, Terraform modules, DORA metrics pipeline
Cloud Infrastructure Engineer Rakuten Mobile (2020–2024) Bare-metal Kubernetes for 4G/5G, sub-ms latency tuning
OpenStack Developer NEC (2017–2020) Upstream contributor to Keystone, Nova, and OpenStack integration
Python Developer Genpact (2015–2017) Enterprise NLP, knowledge-graph pipelines

Certifications: Certified Kubernetes Administrator (CKA)

Connect

📫 agarwalvishakha18@gmail.com · LinkedIn


Philosophy

Infrastructure engineers know how to make things run at scale. I'm applying that mindset to GenAI — because the hardest part of AI isn't the demo, it's making it reliable in production.

Popular repositories Loading

  1. vishakha-codes vishakha-codes Public

    My personal website.

  2. langchain_data_agent langchain_data_agent Public

    Natural language SQL agent over SQLite with read-only query enforcement and a Streamlit chat UI

    Python

  3. documentation_qna_agent documentation_qna_agent Public

    Chat with any documentation URL - scrape, embed, and answer questions with source citations

    Python

  4. youtube_transcript_rag youtube_transcript_rag Public

    RAG chatbot over YouTube video transcripts - ingest, embed, and ask questions about any video

    Python

  5. reasoning_rag reasoning_rag Public

    RAG pipeline with visible step-by-step reasoning traces in a Gradio UI

    Python

  6. hyde_rag hyde_rag Public

    Hypothetical Document Embeddings (HyDE) RAG pipeline for improved retrieval precision

    Python