top of page

AI Design Practice

Designing how humans and AI work together — being intentional about what the system handles and what the person retains — is the design problem I am most passionate about solving.
AI PROJECTS
Building with AI, not just designing for it.

HireMe BlueJay Coach — Agentic AI Interview Coaching System

Johns Hopkins Carey Business School, Generative AI (BU.330.760), Spring 2025
 

Python · LangChain · GPT-4 Turbo · FAISS · MLP · Responsible AI

A RAG-based agentic AI coaching system that ingests candidate documents, job descriptions, and coaching guides across three FAISS vector stores, then orchestrates a multi-tool planning agent to generate STAR interview questions, response coaching with verbal and non-verbal guidance, and professional growth recommendations.

 

Key capabilities built:

  • Hierarchical Planning — separates high-level coaching goals from execution steps using LangChain's PlanAndExecute agent

  • Chain-of-Thought Reasoning — step-by-step reasoning instructions across all prompts for transparent, logical outputs

  • MLP Fine-Tuning — trainable Multi-Layer Perceptron classifier for response quality assessment, trained for 10 epochs; enables automatic regeneration of low-quality outputs

  • Uncertainty Estimation — confidence scoring (0–1 scale) with flagging for human review, supporting responsible deployment

  • Theory of Mind Modeling — simulates technical, executive, and skeptical interviewer perspectives for cross-functional coaching

  • Responsible AI guardrails — bias sanitization, fairness trigger logging, ethical framing; system never simulates hiring decisions
     

Built as a capstone applying course concepts in agentic reasoning, RAG, fairness, and responsible AI governance to a real-world human-centered coaching domain.

View Colab Notebook      |     Read Overview Summary

Anchor 1

Grand Slam Tennis — Interactive Browser Game

Johns Hopkins Carey Business School, Human AI Fusion (BU.330.765), Spring 2026

Vanilla JavaScript · HTML Canvas · Claude (vibe coding)

A fully playable browser-based Grand Slam tennis game built entirely through vibe coding — prototyping directly in HTML and JavaScript in collaboration with Claude. Four Grand Slam courts (Australian Open, French Open, Wimbledon, US Open) with distinct surface physics, three shot types (flat, slice, topspin), serve speed gun in MPH, weather conditions affecting ball speed and visibility, full tennis scoring with deuce and advantage, stats tracking, leaderboard, and multiple music tracks.

Built to demonstrate that vibe coding produces complete, polished interactive experiences — not just wireframes or static mockups. This is the AI-assisted design workflow made tangible and playable.

 

Play the Game

Market Research — Comparative Prompt Engineering Study

Johns Hopkins Carey Business School, Generative AI (BU.330.760), Spring 2025

GPT-4.   Claude 3.   Persona Development     Chain-of-thought.   Hallucination detection

 

Comparative prompt engineering research evaluating GPT-4 vs. Claude 3 across expert personas (economist, AI researcher, venture capitalist, McKinsey consultant, AI futurist). Identified and documented two fabricated statistics; cross-referenced and removed. Key insight: LLM outputs require human judgment at the synthesis layer — a design principle that directly informs my thinking about trust and oversight.

Read Overview Summary

image.png
Space Junk & Orbital Debris — Predictive Collision Risk Model

Johns Hopkins Carey Business School, Big Data and Machine Learning (BU.520.710), Spring 2024

 

Python · Scikit-Learn · XGBoost · RandomForest · SMOTE · GridSearchCV · K-Fold Cross-Validation

A collaborative machine learning project predicting orbital debris collision risk using the European Space Agency's Kelvins dataset (24,484 rows, 103 columns of satellite position, velocity, and covariance data). Built two distinct models for two distinct questions: will a collision happen (binary classification) and what is the likelihood of collision on a continuous risk scale (regression).

My contributions: scaling problematic covariance columns, eliminating inappropriate features, instantiating both models, hyperparameter tuning, and performance evaluation (Modules 7 & 8). Partner contribution: dataset cleaning, EDA, and feature analysis.

Technical approach:

  • Built two models matching two problem types: RandomForestClassifier (binary: collision yes/no) and RandomForestRegressor + XGBoost VotingRegressor (continuous: high vs. low risk likelihood)

  • Applied SMOTE for class imbalance, GridSearchCV with Pipeline and StandardScaler for hyperparameter optimization, K-fold cross-validation (5 splits) for overfitting prevention

  • Deliberately excluded columns derived from undisclosed algorithmic calculations (max_risk_estimate, max_risk_scaling, recommended span columns) — choosing not to rely on black-box inputs in a safety-critical model

  • Final model performance: RandomForestClassifier ROC AUC 0.97, Accuracy 0.97, F1 0.97; VotingRegressor R-squared 0.8756
     

Why it matters for design:

Designing interfaces that surface model confidence, explain collision risk predictions, and support human decision-making on whether to execute avoidance maneuvers requires understanding how the underlying ML model works — what it outputs, where it is uncertain, and what the failure modes look like. The decision to exclude black-box derived inputs is the same responsible AI principle that guides how I design human oversight into AI-powered experiences.

Watch presentation walkthrough →

image.png
image.png
image.png
SELECTED DESIGN WORK

Blue Origin — Test & Flight Operations Mission Management

(NDA-protected; generalized artifacts available on portfolio) User research on AI agent interactions and vibe-coded prototypes for operational workflow experiences in high-stakes environments. Structured user research evaluating LLM conversational approaches, interaction pattern recommendations for human oversight and trust design.  

View project  →

Expedia — Virtual Agent Chatbot Platform & Payments Widget

Interaction model design for a tier 1 automated airline customer support experience, with Payments Widget embedded in the conversational flow. Defined the escalation model routing complex cases from AI automation to human agents.

View project →

​Expedia — Travel Connect

Zero-to-one enterprise platform design with no established precedent — resulted in two new organizations including a developer tools platform and a payments platform. Led design from discovery through delivery across a global cross-functional team.

View Project →
 

Space Mission Outcomes — Data Visualization

Multi-chapter Tableau data story exploring orbital mission outcomes across agencies, vehicle types, and time. Johns Hopkins MBA coursework demonstrating data exploration and narrative design as a design practice.

View Project →     |     Watch presentation walkthrough →

The Work

For the past year at Blue Origin, I have been conducting user research on AI agent interactions and prototyping AI-first experience concepts for operational workflows — work that sits at the intersection of human-centered design research and emerging AI product development.

My research and design focus has centered on three interconnected questions:

How do users build trust in AI Systems?

Through structured user research evaluating LLM conversational approaches, I study how technically sophisticated users interpret AI outputs, where they apply judgment versus defer to the system, and what interaction patterns build — or erode — confidence.

Where should humans stay in the loop?

I identify the intervention points, escalation moments, and review workflows where human judgment must remain central — and translate those findings into interaction pattern recommendations.

 

How do you prototype non-deterministic experiences?

I use vibe coding — prototyping in HTML using Claude — to build functional, testable interaction concepts that simulate AI-driven interfaces before engineering commits to a direction.

AI-NATIVE DESIGN WORKFLOW

I prototype directly in HTML using Claude, building functional interactive experiences that reach approximately 80% of production quality before applying focused design judgment to achieve the final 20%. This practice — sometimes called vibe coding — accelerates validation, reduces the gap between design intent and implementation, and keeps me genuinely close to the technical systems I'm designing for.

 

I use Figma Make to extend prototypes into higher-fidelity explorations, and Figma Dev Mode to tighten the handoff with engineering. The result is a design process that moves at the speed of an AI-enabled team.

RESPONSIBLE AI

Safety and ethics are not constraints I design around — they are the lens I design through.

My approach to responsible AI is grounded in MBA coursework at Johns Hopkins Carey Business School, including a case study on Philips Healthcare AI platform governance examining ethics, bias mitigation, and regulatory compliance in clinical AI systems. My global immersions across London, India, Chile, Frankfurt, and Milan shaped how I think about the diverse ways different people relate to AI systems, consent, and trust — and how those differences need to inform design decisions, not just policy documents.

I bring a business and governance literacy to AI design that most designers don't have: understanding how regulatory frameworks (EMA, GDPR, MDR vs. FDA, HIPAA) create real product constraints, and how responsible AI principles translate from coursework into interaction decisions.

INTERESTS
  • How engineers and AI agents will collaborate on software — instrumentation, experimentation, and evaluation

  • How AI systems communicate uncertainty in ways that earn rather than assume trust

  • How responsible AI governance gets designed into products from the first interaction, not retrofitted after launch

  • How vibe coding changes the relationship between design and engineering — and what that means for how teams build together

image.png
image.png
image.png
bottom of page