Harshvardhan's avatar
text-3xl text-zinc-950 font-medium

Harshvardhan

Retrieving Context

Overview

Social Links

About

I'm a Software Engineer and final-year B.Tech. student at IIIT Una.

I have one rule:

Do Hard Things First.

That mindset has pushed me into places I never expected like performing on stage despite having no dance background, picking up the guitar, trying almost every sport on campus, and moving across domains from full-stack development to Web3 and now GenAI...all while trying to stay relatively healthy and sane..

Lately, I've been spending most of my time exploring AI agents, agent harnesses, context engineering, MCP, LLM evaluation, and distributed AI systems. When I'm not building, you'll probably find me solving DSA problems, exploring a new domain, or lifting metal weights in the gym.

Stack

Projects(4)

InterVu is an AI interview platform that researches companies, understands job descriptions, and generates company-specific mock interviews with detailed evaluations.

• Built a multi-agent workflow using LangGraph with specialized agents for research, retrieval, interview generation, and evaluation.

• Designed a RAG pipeline indexing 5,000+ semantic chunks using ChromaDB for context-aware interview generation.

• Developed an asynchronous FastAPI backend exposing 10+ APIs for interviews, reports, retrieval, and AI evaluations.

• Persisted interview sessions and reports using PostgreSQL and SQLAlchemy.

  • Next.js
  • FastAPI
  • LangGraph
  • LangChain
  • PostgreSQL
  • ChromaDB
  • SQLAlchemy
  • AI Agents