Logo

Projects

AI platforms, fleet software at GM, and a few things built for fun.

AI PlatformLive

Strata

AI support for websites: a two-line embed backed by workspace-isolated knowledge. Shared company docs and private user uploads never mix, answers cite the documents they used, and hard questions hand off to a human queue that feeds back into the knowledge base.

  • On-page agent that navigates and fills forms, and always pauses before anything irreversible
  • Multi-tenant RAG with row-level security and pgvector retrieval
  • In use by a UT Austin McCombs program and small businesses
Next.jsTypeScriptPostgreSQLpgvectorWeb Components
View Project →
Fleet ManagementGeneral Motors

OnStar Fleet Intelligence

Next-gen fleet management for General Motors: vehicle onboarding with role-based entitlements, trip history on live OnStar telematics, geofencing, and multi-plan billing.

  • Interactive trip mapping with Mapbox: routes, harsh braking, and driver distraction events
  • Geofencing with layered rules and real-time enter/exit, speed, and idle alerts
  • Cut table load times 50%+ and API calls 75%+ with continuation tokens and virtualization
ReactRTK QueryMapboxSpring Boot
View Project →
AI ToolingGeneral Motors

fig: Design-to-Code Agent Workflow

A custom CLI and agent workflow that turns Jira tickets into implemented frontend features. fig pulls structured design context (components, layout, variants, states) straight from Figma’s API, so the coding agent reads the actual design instead of guessing from a screenshot.

  • Full pipeline: Jira ticket → design context → codebase inspection → implementation → review
  • Tool-agnostic by design: skills consume capabilities (CLI, MCP, or static context), not one provider
  • 90%+ first-pass implementations by combining requirements, design, and codebase context
CLIFigma REST APIAgent SkillsJira

More

PaymentsGeneral Motors

GM QuickPay

React payment gateway integrated with Zuora, built and shipped in a week. Used by millions of GM customers to pay invoices.

FrontendGeneral Motors

Cadillac Celestiq Preview

Invite-only VIP preview widget for the $300K Celestiq, GM’s ultra-luxury flagship.

Full-StackLive

DonutHope.com

Design and build for a local donut shop: a modern storefront with payments and content management.

View Project →
Computer VisionResearch

Computer Vision Automation

Real-time vision on live screen captures: detects traversable paths, plans routes with A*, and drives inputs through an Arduino Leonardo acting as a USB keyboard.

TeachingSpring 2025 – Present

MIS 372T at UT Austin

Co-developed the full-stack curriculum with McCombs faculty and lecture it, covering React, Node, Postgres, auth, and LLM/RAG integrations.