I'm Hajeong, a product designer who enjoys

Multidisciplinary product designer building intuitive experience across AI-powered products. Incoming Product Design Intern @ProRata.AI.

Status

status.ts

// status
const status = {
  location: "Seattle",
  role: "Product Design Intern @ ProRata AI"
};

// currently thinking about
const currentlyThinkingAbout = [
  "How should AI explain its reasoning?",
  "Can attribution make AI fairer for creators?",
  "What makes an interface feel intelligent?"
];

// recent updates
const recentUpdates = [
  { date: "06.2026", event: "Joined ProRata AI" },
  { date: "05.2026", event: "Microsoft Research Project" },
  { date: "09.2025", event: "Started HCDE MS" }
];