Hey, I'm Vandna ๐Ÿ‘‹

Senior Backend & Applied AI Engineer

Vandna Sharma

I spend my days building multi-agent AI systems, RAG pipelines, and applied AI features โ€” and the distributed backend platforms that hold them all together. These days that means shipping production AI at Broadcom (formerly VMware) out of Bengaluru, India, and writing about what I learn along the way.

Years of Engineering Experience
12+

Years of Engineering Experience

Production AI Systems Shipped
5

Production AI Systems Shipped

Articles Published
12

Articles Published

Conference Talks
2

Conference Talks

Ask me anything, or just have a look around

About Me

I'm a senior backend and applied AI engineer with 12+ years of experience building production AI systems, multi-agent workflows, RAG pipelines, and distributed backend platforms.

[email protected]

My career has moved through Mojo Networks, Arista Networks, and now Broadcom (formerly VMware), and along the way I've grown from building backend REST APIs to designing agentic AI platforms that reason over real production data. I care most about the point where solid backend engineering meets genuinely useful applied AI โ€” systems that are fast, reliable, and actually save people time.

At Broadcom, I work on an agentic root-cause-analysis platform built with Google ADK, Gemini 2.0 Flash, and Qdrant that analyzes customer support bundles and generates root cause reports, cutting investigation time from hours to under 2 minutes. I also built a code intelligence layer using tree-sitter AST parsing that indexes 30,000+ symbols, and an open-source MCP server (built with FastMCP) that lets engineers interact with network infrastructure in natural language โ€” featured at VMware Explore US 2025. Earlier work includes a RAG-based AI assistant for product documentation, presented at VMware Explore Singapore 2023, and an ML-powered CI/CD log analyzer that reduced manual triage by 80%.

Before that, at Arista Networks I built analytics dashboards and led PostgreSQL/MongoDB cluster migrations, and at Mojo Networks I built backend REST APIs for enterprise wireless network management using Python, Django, and PostgreSQL.

I hold an M.Tech in Computer Science (Data Engineering) from IIIT Delhi (2011โ€“2013), and I'm based in Bengaluru, India.

Recognition

  • VMware Explore Speaker โ€” Singapore 2023, and featured at US 2025.
  • Achieve Our Best Award โ€” VMware 2023 (Gen AI Hackathon / Borathon).
  • Elevate Our Best Award โ€” VMware 2022, for an 80% time saving delivered to the DevOps team.

Experience

Dec 2019 โ€“ Present

R&D Software Engineer 4 ยท Broadcom (formerly VMware)

  • Built an agentic root-cause-analysis platform with Google ADK, Gemini 2.0 Flash, and Qdrant that cut investigation time from hours to under 2 minutes.
  • Designed a code intelligence layer using tree-sitter AST parsing that indexes 30,000+ symbols.
  • Open-sourced an MCP server (FastMCP) for network infrastructure automation, featured at VMware Explore US 2025.
  • Shipped a RAG-based AI assistant for product documentation, presented at VMware Explore Singapore 2023.
  • Built an ML-powered CI/CD log analyzer that reduced manual triage by 80%.

Aug 2018 โ€“ Dec 2019

Software Engineer ยท Arista Networks

  • Built analytics dashboards for network telemetry.
  • Led PostgreSQL and MongoDB cluster migrations.

May 2013 โ€“ Jul 2018

Software Engineer ยท Mojo Networks

  • Built backend REST APIs for enterprise wireless network management using Python, Django, and PostgreSQL.

Education

M.Tech, Computer Science (Data Engineering) โ€” IIIT Delhi, 2011โ€“2013.

Skills & Tools

The languages, frameworks, and infrastructure I reach for most often when building production AI systems and backend platforms.

Programming

  • Python
  • Go
  • SQL

Applied AI

  • LLMs
  • Multi-Agent Systems
  • Agentic Workflows
  • RAG
  • Hybrid Search
  • Prompt Engineering
  • Function/Tool Calling
  • Structured Output
  • Embeddings
  • Google ADK
  • LangChain
  • LangFuse
  • Vertex AI
  • Gemini
  • OpenAI APIs

Vector Databases

  • Qdrant
  • ChromaDB

Machine Learning

  • scikit-learn
  • XGBoost
  • tree-sitter

Backend

  • FastAPI
  • Flask
  • Django
  • REST APIs
  • Celery

Infrastructure

  • Docker
  • Kubernetes
  • Redis
  • MongoDB
  • PostgreSQL
  • Nginx
  • AWS
  • GCP Pub/Sub
  • Jenkins

Developer Tools

  • Git
  • Swagger/OpenAPI
  • Kafka
  • Fluentd
  • Grafana
  • Prometheus
  • MCP

Projects

A selection of the AI systems and backend platforms I've built over the years.

Multi-Agent AI Platform for Automated Root Cause Analysis

An agentic platform that analyzes customer support bundles and generates root cause reports automatically. It cut investigation time from hours down to under 2 minutes, secured behind OKTA SSO and observed end-to-end with LangFuse.

  • Google ADK
  • Gemini 2.0 Flash
  • Qdrant
  • LangFuse
  • OKTA SSO

Code Intelligence Layer via AST Parsing

A code intelligence layer that indexes 30,000+ symbols using tree-sitter AST parsing. Search runs through a 4-stage hybrid pipeline โ€” exact match, LLM query expansion, semantic search, and call graph traversal โ€” to find the right code fast.

  • Go
  • Python
  • tree-sitter

MCP Server for Network Infrastructure Automation

An open-source MCP server that lets engineers interact with Avi load balancer's REST API in natural language, featured at VMware Explore US 2025. It uses RAG-based self-correcting error recovery to keep automated workflows resilient.

  • FastMCP
  • Swagger/OpenAPI
  • RAG

RAG-Based AI Assistant for Product Documentation

A multi-source RAG system for product documentation, presented at VMware Explore Singapore 2023. It combines docs Q&A with live API function calling for controller introspection and training video recommendations.

  • ChromaDB
  • LangChain
  • OpenAI

ML-Powered CI/CD Log Analyser

A machine learning model that predicts Jenkins test-failure categories directly from log patterns, cutting manual triage time by 80%. Confident matches are auto-assigned to Jira tickets, closing the loop end to end.

  • scikit-learn
  • XGBoost

Writing

Notes on AI security, agentic systems, and applied AI engineering. I publish on Substack.

See all posts on Substack

vandnasharma1.substack.com

Visit Substack โ†’

We Spent Months Building an AI Harness. Then the Model Started Ignoring It.

How model upgrades force a rethink of what an effective AI control mechanism even is.

Read on Substack โ†’

What Claude Remembers About You Between Sessions

The structured memory layer that persists across conversations.

Read on Substack โ†’

AI Security Series (Part 3): AI Gateways, DLP and What Comes After WAF

Security approaches focused on behavioral intent rather than syntax-based rules.

Read on Substack โ†’

AI Security Series (Part 2): How AI Applications Are Being Attacked Today

Prompt injection, jailbreaks, and internal threats to AI systems.

Read on Substack โ†’

AI Security Series (Part 1): How WAFs, CRS Rules and Virtual Patching Protected the Web

Why traditional deterministic security models need to evolve for AI contexts.

Read on Substack โ†’

What it actually takes to know if your AI agent is working.

Evaluation metrics and their limitations for assessing AI agent performance.

Read on Substack โ†’

What your coding assistant really does when you ask about your codebase

How different questions follow distinct processing paths within coding assistants.

Read on Substack โ†’

What actually happens inside the model when it 'reasons' through your document

Tracing token processing and attention mechanisms from question to answer.

Read on Substack โ†’

The AI read every page. It still answered from the wrong one.

Comparing vector-based and vectorless RAG retrieval approaches.

Read on Substack โ†’

Building AI Became Easy. The Hard Parts Didn't.

Production challenges beyond prototype development for enterprise AI systems.

Read on Substack โ†’

AI wrote the code. AI reviewed the code. Nobody caught the bug.

Five critical patterns to watch for with AI-assisted coding tools.

Read on Substack โ†’

How AI Agents Actually Work

The underlying workflows powering tools like Cursor, Claude Code, and Devin.

Read on Substack โ†’

Read more on Substack

vandnasharma1.substack.com

Visit Substack โ†’

Get in Touch

Happy to talk about applied AI, backend systems, or anything in between. The easiest ways to reach me are below.