// status
const status = {
location: "Seattle",
role: "Incoming Product Design Intern @ ProRata.AI"
};
// currently thinking about
const currentlyThinkingAbout = [
"How can I use AI to reduce repetitive work in design process?",
"Can attribution make AI fairer for creators?",
"What are the key factors that make an interface feel premium and visually attractive?"
];
// recent updates
const recentUpdates = [
{ date: "06.2026", event: "Joined ProRata AI" },
{ date: "03.2026", event: "Wrapped up Microsoft Research Project" },
{ date: "09.2025", event: "Started HCDE MS" }
];