AI & ML
Portfolio & AI Twin
On this page
Overview
A personal portfolio and career command center with an AI Twin powered by Claude + RAG, Resume Forge, and a Voice Interview Simulator.
Built as more than a static site — the admin side is a private career command center. The AI Twin answers questions about my work by retrieving semantically relevant code digests from a Convex vector index and passing them to Claude 3.5 Sonnet. Visitors interact through a rate-limited chat interface with automatic lead capture.
- Next.js 16
- Convex
- Clerk
- TypeScript
- Tailwind CSS v4
- Claude (Anthropic)
- Tiptap
- Shadcn UI
Case Study
Situation
Recruiters and collaborators wanted a way to understand my experience depth without reading a wall of text on a resume.
Task
Build a portfolio that could answer questions about my work conversationally, with full admin control over content.
Action
Implemented a RAG pipeline that indexes GitHub code digests into a Convex vector index, combined with a Claude-powered chat interface, a media manager, and an admin CRUD system for projects, timeline, and skills.
Result
A fully working portfolio with a live AI Twin that returns grounded, accurate answers and a complete admin back-office for maintaining content.