Projects

Add project screenshot

HireAgent — Autonomous Browser Agent

Self-correcting agentic system that automates multi-step job application workflows using a local LLM, achieving 98% task completion with zero cloud inference cost.

  • Architected a self-correcting 6-stage agentic state machine with a resilient error-recovery layer and exponential backoff, achieving 98% task completion rate.
  • Implemented DOM distillation to strip 90% of non-essential HTML, enabling local-first 7B LLM inference to navigate complex UIs with 95% accuracy at zero operational cost.
  • Designed PostgreSQL-backed session persistence so the agent resumes interrupted workflows without data loss.
TypeScriptPlaywrightPostgreSQLOllamaLangGraph
Vin Sight — AI Vehicle Valuation Platform

Vin Sight — AI Vehicle Valuation Platform

Zero-cloud vehicle auditing and valuation platform powered by locally hosted LLMs and real NHTSA data — instant market pricing, recall checks, and 12-month projections with 100% data privacy. No API keys or account needed.

  • Designed a 'Zero-Cloud' auditing pipeline using locally hosted LLMs (DeepSeek-R1/Gemma 3) to ensure 100% data privacy for sensitive industrial records.
  • Applied Q4/Q5 GGUF quantization on Apple Silicon (M1 Pro), enabling complex reasoning within a 16GB VRAM budget.
  • Engineered a custom KV-cache management system reducing time-to-first-token (TTFT) by 30%, enabling near-instantaneous reasoning for real-time sensor data audits.
  • Built VIN-based asset evaluation engine pulling real NHTSA safety and recall data with brand-specific depreciation models for accurate regional pricing.
  • Delivered 12-month price projection insights and hold/sell recommendations alongside instant valuation results.
ReactTypeScriptExpressNHTSA APIDeepSeek-R1OllamaGGUF QuantizationDocker
Foster Arizona Website (EPICS Platform)

Foster Arizona Website (EPICS Platform)

Full-stack community platform work completed during EPICS internship, focused on web features, backend API integration, and deployment in AWS environments.

  • Built web application features integrating frontend components with backend REST APIs.
  • Developed backend services using Python and SQL for community workflows.
  • Worked through requirements and prototyping with stakeholders.
  • Deployed containerized application components in AWS using Docker.
PythonREST APIsSQLDockerAWS
Hospital Database Management System

Hospital Database Management System

Relational DB + CRUD + reporting system for healthcare workflow management.

  • Designed normalized relational schema.
  • Implemented CRUD operations.
  • Built reporting queries with indexing optimization.
SQLPostgreSQL/MySQLBackend