I'm a Computer Science graduate (Magna Cum Laude, University of Mississippi, Class of 2026) specializing in building high-performance, AI-native systems that bridge the gap between low-latency backend architecture and sleek, accessible interfaces.
- π I'm currently working on: Earvane, an autonomous LangGraph agent that scouts emerging music trends from public API signals and publishes grounded, cited trend briefs.
- π± I'm currently learning: multi-agent orchestration, RAG evaluation (RAGAS-style faithfulness scoring), and LLM observability with Langfuse.
- π― I'm looking to collaborate on: Open-source AI tooling, performance-critical backend systems, or anything that solves a real-world problem with clean code.
- π¬ Ask me about: LangGraph agent design, exactly-once processing over an at-least-once event source, Spring WebFlux for reactive streaming, or shipping a CLI to PyPI.
- π« How to reach me: pathakishan333@gmail.com
- π My portfolio / website: theishanpathak.com
- β‘ Fun fact: I train my brain with code and my body on the soccer field and at the gym ποΈββοΈβ½
-
Earvane β Autonomous Music Trend Scouting Agent.
- Tech: Python, LangGraph, Postgres + pgvector, OpenAI embeddings, Langfuse, Next.js. Multi-node agent pipeline (signal collection, relevance scoring, RAG retrieval, synthesis) that ingests real-time signals from Spotify, YouTube, Deezer, and Genius, then publishes cited trend briefs on a 6-hour cron.
-
Copium β Automated Job Rejection Roaster.
- Tech: Python, LangGraph, Gmail API, Google Cloud Pub/Sub, Tavily, Supabase, Next.js, Web Push. Gmail push notifications trigger a four-node pipeline that classifies inbound recruiting mail, extracts the company and role, researches the company, and writes a card that reaches my phone in about thirty seconds. Non-rejections exit after one LLM call; idempotency is enforced at the database rather than in application logic.
-
Sift β AI-Powered Startup Due Diligence Tool.
- Tech: FastAPI, GPT-4o mini, Tavily, React. Live deal room that helps founders and investors cut through diligence noise with grounded, AI-synthesized research.
-
FinAssist AI β Reactive AI Financial Tutor.
- Tech: Spring WebFlux, SSE, OpenAI API, Docker. Achieved asynchronous, non-blocking delivery of real-time AI responses using Server-Sent Events.
-
CommitMate β AI Commit Message Generator, published on PyPI.
- Tech: Python, Ollama, GitHub Actions. Generates Conventional Commits messages from staged diffs using a local LLM, no API keys or cloud calls required.
-
VotoSecure β Secure Voting Platform.
- Tech: Django, PostgreSQL, JWT, WCAG 2.1 AA. Supports 100+ concurrent elections with stateless session management and full accessibility.