Projects

Things I've built.

AI web app for due-diligence financial document analysis. Integrates a Langchain RAG pipeline and Pinecone vector database for robust document understanding.

  • Python
  • LangChain
  • Pinecone
  • TypeScript
  • Next.js
  • Firebase

An AI-powered next-action engine that helps you break through decision paralysis and stay in flow. Surfaces your most important task based on context, energy, and deadline signals.

  • Next.js
  • TypeScript
  • Anthropic API

A Chrome extension that coaches you through DSA problems in real time. Detects which LeetCode problem you're on, tracks your thinking, and gives Socratic hints — never just the answer.

  • Chrome Extension
  • Manifest V3
  • Anthropic API
  • Notion

A full operating-system kernel built in C for Stanford's OS course (CS 140). Implements a priority-based thread scheduler, virtual memory, 14 system calls, and an indexed-inode file system.

  • C
  • Systems