Skip to content
View AneeshVRao's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report AneeshVRao

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

Aneesh Venkatesha Rao profile banner

GitHub profile LinkedIn profile Email contact

GitHub Followers GitHub Stars Public Repos Location

Animated summary of engineering focus

About β€’ Featured Builds β€’ Tech Stack β€’ GitHub Telemetry β€’ Achievements β€’ Open To Collaborate


About

$ whoami
Aneesh Venkatesha Rao β€” B.Tech @ NIT Warangal

$ focus --areas
- AI/ML product engineering
- Full-stack application architecture
- Distributed data + automation pipelines
- Human-in-the-loop developer tooling

$ currently
Building systems that turn ambitious ideas into reliable, user-ready products.

I enjoy bridging research-minded experimentation with production-ready software.
My approach combines AI/ML capability, backend rigor, and clean frontend execution to ship products that are both technically strong and genuinely usable.


Featured Builds

ContextCraft Β· AST-aware codebase search engine
  • Built a hybrid search engine that parses codebases with tree-sitter β€” functions and classes as atomic chunks, never mid-function splits
  • Implemented Reciprocal Rank Fusion merging pgvector cosine similarity + PostgreSQL BM25, with per-repo RRF normalization for multi-repo queries
  • Added Cohere cross-encoder reranking (20 β†’ 10 candidates) and 1-hop dependency graph expansion with cycle detection across file boundaries
  • Enriched every chunk with git blame author metadata; benchmarked at 80% source hit rate at 3.88s P50 latency across 30 queries
  • Published to PyPI (pip install contextcraft-py); CI enforces mypy strict, ruff, and pytest before every merge
  • Tech: Python, FastAPI, PostgreSQL, pgvector, tree-sitter, Cohere, Next.js, Docker

πŸ”— Repository: github.com/AneeshVRao/ContextCraft

Humanify Β·

πŸ”— Repository: github.com/AneeshVRao/Humanify

Dev-Saarathi Β· Voice-first AI coding assistant
  • Built a voice-to-code pipeline in 11 Indian languages through transcription + intent detection
  • Designed an AI orchestration flow (Intent Detection β†’ Guardrails β†’ Execution Router) for safe automation of code actions
  • Implemented context-aware reasoning over 50+ files / 100k+ characters via RAG to reduce hallucinated outputs
  • Added human approval controls while keeping 3–6s voice-to-response latency
  • Tech: TypeScript, Python, AWS (Bedrock, Transcribe, S3), RAG

πŸ”— Repository: github.com/ashb155/dev-saarathi

ShabdSetu Β· AI-powered multilingual learning platform
  • Built an end-to-end learning system for 10+ Indian languages using IndicTrans2 + Whisper
  • Developed fuzzy pronunciation scoring for real-time speaking feedback
  • Engineered layered caching (in-memory + Firestore) for sub-50ms response paths
  • Added gamification with XP, streaks, and achievements synced across authenticated sessions
  • Tech: Next.js, React, FastAPI, IndicTrans2, Whisper, Firestore

πŸ”— Repository: github.com/AneeshVRao/ShabdSetu


Tech Stack

Languages & Core

Languages and core technologies

Frontend & Backend

Frontend and backend stack

UI & Data Libraries

Radix UI TanStack Query Zod Stripe

AI/ML, Data & Cloud

AI ML, data, and cloud stack

AI & Database Services

Anthropic Supabase

Developer Workflow

Developer workflow tooling


Engineering Priorities

  • Build for clarity, then optimize for scale
  • Treat performance as a core product feature
  • Keep architecture modular and maintainable
  • Use AI where it delivers measurable utility
  • Design developer experiences that reduce friction

GitHub Telemetry

GitHub stats card GitHub streak stats card

Most used languages

GitHub contribution activity graph


Achievements

  • πŸ₯‡ Smart India Hackathon 2025 β€” National Finalist (Top 5 in problem statement, selected from 75,000+ submissions)
  • πŸ“œ 13 professional certifications across cloud, software engineering, and data science (Google, Meta, IBM)
  • πŸ… 65+ Olympiad medals in national-level Mathematics and Science competitions

Current Focus

  • Building AI-assisted developer tools with strong guardrails
  • Optimizing backend systems for latency and throughput
  • Applying systems thinking to end-to-end product design
  • Shipping practical AI integrations that solve real user problems

Open To Collaborate

  • Backend / Full-Stack internships
  • AI product engineering roles
  • Summer 2026 opportunities
  • Open-source collaborations in AI tooling and productivity systems

If you're building something meaningful in AI, full-stack systems, or developer tooling, I'd love to connect.

Email me Connect on LinkedIn

Pinned Loading

  1. BayesianIMC-Core BayesianIMC-Core Public

    Verilog 1

  2. Nexus Nexus Public

    Production-grade load balancer in Go with health checking and round-robin distribution

    Go 1

  3. Humanify Humanify Public

    AI Content Humanizer - Transform AI text into natural, human-sounding writing

    TypeScript 2

  4. akulasahasra75/FPGA--Brain-Tumor-Segmentation akulasahasra75/FPGA--Brain-Tumor-Segmentation Public

    Digital System Design Lab project

    VHDL

  5. ashb155/dev-saarathi ashb155/dev-saarathi Public

    Indic-voice compatible AI Copilot extension

    Python

  6. ContextCraft ContextCraft Public

    Python 2