🌀
hey!

i'm amelia

open to winter and summer 2027 internships
🌀rising junior @ university of michigan college of engineering: bse mechanical engineering.
🎧data operations + chassis engineer on mracing formula sae. mold design engineering intern @ denso corporation.
🫐i live in the gap between cad and code: build it, break it, fix it, repeat. currently building my first product!
🎐design side: figma, adobe express + creative suite. adobe student ambassador. content strategy for 10K+ engineering students, marketing for a women's+ hackathon.
💿solidworks · siemens nx · python · c++ · c · javascript · matlab
let's chat
selected work

things i'm building.

made with care
last updated august 2026 ✦ built 2026-07-28
engineering · denso corporation

mold insert redesign

redesigned exchangeable mold inserts to remove a tool & die dependency baked into every changeover.

role
mold design engineering intern
context
DENSO Corporation, battle creek mi
timeline
may – aug 2026
tools
siemens nx, cmm data
the problem

every part-number changeover on the line required tool & die involvement, a side effect of how the mold's water-system was routed, adding 1.5+ hours of downtime per change across 1,500+ annual changeovers.

what i did

redesigned the exchangeable mold inserts to remove the water-system interference entirely, then built the cost-justification case myself, pulling component measurements and weight data programmatically from siemens nx and trial records to support the pricing validation. scoped the fix around what the floor could actually adopt without new equipment, since a redesign nobody could implement on the existing line wasn't worth proposing.

why

floor technicians shouldn't need to pull in a specialized team for a routine changeover. removing that dependency meant faster changeovers on the floor and freed up tool & die for work that actually needed them.

impact

~$67,500 saved annually, with the case built on real trial data rather than estimates.

Siemens NXtoolingcost justificationcross-team rollout
made with care
last updated august 2026 ✦ built 2026-07-28
data ops · mracing formula sae

telemetry data pipeline

built a data pipeline from scratch to turn raw vehicle logs into clean, usable signal.

role
data operations & chassis engineer
context
mracing formula sae, ann arbor
timeline
july 2026
tools
python, pandas, numpy, scipy
the problem

raw telemetry came in as messy CSV and MATLAB logs, noisy enough that it was hard to trust damper readings during chassis and suspension validation.

what i did

engineered a python pipeline that processes raw logs automatically, computing damper velocity via numerical differentiation and applying signal smoothing to cut sensor noise, then piped the cleaned data into a shared team viewer for real-time analysis during testing. scoped it around what the chassis sub-team actually needed first, damper velocity and noise reduction, rather than trying to build out every possible telemetry channel at once.

why

chassis decisions are only as good as the data behind them. the team needed to trust what the dampers were saying before validating suspension changes on the actual car.

impact

real-time damper analysis during testing sessions, feeding directly into the torsional stiffness validation work (~1,200 nm/deg).

Pythonpandas / NumPysignal processing
made with care
last updated august 2026 ✦ built 2026-07-28
process engineering · denso corporation

moldflow simulation fix

traced a shrinkage simulation running nearly double the validated number back to a pressure mismatch, then built and validated the fix.

role
mold design engineering intern
context
DJ MCA program, DENSO Corporation
timeline
summer 2026
tools
moldex3d, siemens nx, cmm data
the problem

a moldex3d simulation was predicting 2.77% shrinkage on a part, against a validated real-world baseline of 1.4%. that gap would have sent tooling decisions down the wrong path.

Moldex3D baseline warpage simulation, total displacement heatmap
baseline warpage sim
Moldex3D warpage simulation after increased pack pressure
after pressure adjustment
Moldex3D shrinkage output with four tracked CMM dimensions called out
calibrated, vs. 4 CMM dimensions
what i did

ran the full mold-flow workflow myself, pulling part geometry, hot runner, and cooling-line CAD from siemens nx into moldex3d, then traced the discrepancy back to pressure: the simulation was running pack pressure at 39.7 MPa against an input of 56.2 MPa. iteratively tuned the pack pressure across simulation revisions and validated each pass against CMM measurements from a real physical mold trial, checking four tracked dimensions until the simulated shrinkage lined up with the actual parts.

why

more pressure means less shrinkage, since it holds the plastic from coiling back as it cools. if the simulated pressure is wrong, the shrinkage number is wrong, and every downstream mold decision inherits that error.

impact

confirmed pack pressure, not part or mold geometry, is the primary driver of shrinkage prediction accuracy, and got simulated shrinkage to line up with real CMM-measured parts. presented the validated calibration loop at DENSO's North America College Program, with the recommended next step being to keep calibrating across more parts and move it from proof-of-concept into a consistent simulation tool.

Moldex3Droot cause analysisprocess engineeringtechnical presentation
made with care
last updated august 2026 ✦ built 2026-07-28
product · the quad

the quad

an sms-first system for matching students into study groups, no app download required.

role
co-founder
context
ann arbor, pre-launch
timeline
june 2026 – present
tools
python, ai tooling, figma
the problem

finding a compatible study group at umich is mostly informal, group chats, flyers, word of mouth, with no structured way to match on both hard logistics (course, section, availability) and softer fit (study style, goals).

what i did

modeled the matching problem as constraint satisfaction: hard constraints (course, section, verified availability) handled with rule-based logic, softer signals (study style, group fit) inferred conversationally over text. own concept, legal setup, naming, campus validation, and marketing, plus hands-on coding and AI tooling work; my collaborator leads the backend and matching logic.

why

most students won't download a new app for something this occasional. texting a number is a lower-friction front door, which meant the matching logic had to do more of the work than a swipe-based interface would.

impact

ran informal interviews to validate demand, now targeting a winter pilot with EECS 183 and CHEM 130.

productai toolinggo-to-market
made with care
last updated august 2026 ✦ built 2026-07-28
product + ux · mracing formula sae · in progress

ply & hole tracker

redesigning MRacing's composite manufacturing trackers from a massive spreadsheet into a live, card-based tool the team can actually use standing at the layup table.

role
product + ux, solo
context
mracing formula sae, ann arbor
timeline
aug 2026 – present
tools
figma, claude, vibe-coded
the problem

the ply tracker (which composite ply goes where, in what order, on the car) and the hole tracker (which holes get drilled, with which inserts) both lived in one dense spreadsheet, technically organized, but overwhelming to actually use in the moment. the ply tracker had no way to show which part of the car a piece belonged to, and the hole tracker buried its safety notes in a wide row easy to scroll right past.

what i did

talked through goals directly with the team's lead on manufacturing tracking, then reviewed last year's spreadsheet and came back with a full redesign: one ply per card instead of a full grid, each card showing a zone render, orientation sketch, layer sequence, core buildup spec, and any notes specific to that piece. a "mark done" action that auto-advances to the next ply, and a short "up next" queue standing in for the old 20+ column table.

iterated from there: split the status flow into two modes, material prep and layup, instead of one long list of six status states. for the hole tracker, proposed a hard gate so an insert can't be marked done until its hole is confirmed first. also proposed building the 3D car renders once and reusing them across both trackers instead of duplicating the work.

why

someone standing at the layup table doesn't want to scan a 20+ column table to find their next step, they want to know what's next and confirm it's done. designing around "what do i do right now" instead of "here's everything at once" meant the tool actually matches how the work happens on the floor, not just how it's recorded after the fact.

impact

currently building a demo of the ply tracker, targeting mid-september so the team has real time to iterate before manufacturing starts.

FigmaUX designvibe-codedstakeholder alignment
made with care
last updated august 2026 ✦ built 2026-07-28
case study · concept project, solo

In-Kind

the original currency was a favor. a marketplace for trading skills instead of paying for them.

role
product designer, solo
context
concept project
timeline
summer 2026, 3 days
tools
figma, claude
login
browse feed
listing detail
trade status
the product

a tattoo artist offers ink in exchange for sourdough lessons, a haircut, or a new portfolio website, and someone with that skill claims the trade instead of paying cash. that behavior already happens informally, scattered across DMs and comment sections with no discovery and no way to find a want that matches a have. In-Kind gives it a real home: a browse feed, a full listing page, a propose-a-trade flow, and trade status tracking.

what i did

researched existing barter platforms and found the same gap in every one, no structure for comparing services that aren't equal in value. found a live r/AskUK thread describing almost this exact scenario, and a barter app in Spain (SACO) that launched the same week i started this project, which told me the problem was real, not invented.

mapped the site in two passes: discovery (search, browse, filter, all converging into one shared feed) and the trade lifecycle (propose, accept, decline, or counter, looping back instead of dead-ending). caught a real trust gap mid-build, my first version let one person mark a trade "complete" without the other confirming they'd received their end. rebuilt it so both sides confirm independently, with a waiting state and a dispute path if someone never does.

why

research kept surfacing the same blocker across every platform: no good way to compare unlike services at a glance, most force a rigid 1:1 credit system or leave it fully to negotiation. so each listing states specific offers and specific wants up front, tagged, readable in under 30 seconds with zero back-and-forth needed to understand the terms.

trust concerns centered on no-shows and quality, not fraud, since no money is ever at stake. so profiles lead with rating, trade count, response time, and distance instead of just a name and photo, and that same logic extends into the trade itself with two-sided confirmation before anything closes.

reflection

the matching problem here is basically constraint satisfaction with soft signals layered on top, hard constraints like category and location, soft ones like fit and trust. that's the same lens i bring to a physical build. different material, same throughline.

ux researchinformation architecturefigmaproduct strategy
made with care
last updated august 2026 ✦ built 2026-07-28
07.26
04.25
05.26
03.24
03.25
03.26
03.26
03.26
02.26
the rest of it

everything else i'm doing.

mracing formula sae

data ops + chassis on the team. built a python pipeline to process telemetry data and validated torsional stiffness at ~1,200 nm/deg. found my people during late night shop layups!

sept 2024 - present

director of communications, ESG

grew ESG's reach to 25K+ views and 6,770+ accounts in 90 days across 10K+ engineering students. planned 5+ events a semester because i like being busy!

dec 2025 - present

social + content design

ran ESG's social media and built content strategy from scratch. also made posts and visual content for other orgs and companies on the side, plus built my own brand along the way. want a demo or examples? reach out!

dec 2025 - present

adobe student ambassador

found an official excuse to mess around in adobe express and creative suite. badge and rewards were just a bonus.

july 2026 - present

college of engineering student tour leader

gave 52+ tours to 1,000+ prospective students and families. trained the next round of guides too.

feb 2025 - present

co-organizing a women's+ hackathon @ umich

36 hours, sponsors, judges, chaos, started planning for early 2027 with a great team behind it. if you're a woman+ @ umich and want to help make this happen, reach out!

june 2026 - present
also true about me
talks to strangers runs on iced coffee always double booked
and when i'm not doing any of that
yoga calisthenics running scrapbooking / crafting learning mandarin journalling color-coded planners hiking travel picking up new coding languages solo dates thrifting + antiquing
made with care
last updated august 2026 ✦ built 2026-07-28
about me

for the curious.

i'm a rising junior studying mechanical engineering @ umich, graduating may 2028. most of what i do lives at the intersection of hardware, software, and design: chassis validation on one side, figma and python on the other.

i'm extroverted to a fault, which is probably why half my "engineering" work is actually community building: running comms for ESG, giving campus tours, co-organizing a hackathon.

good networking is just making friends who happen to be doing cool things!

i'd rather build something that could fail spectacularly than climb something safe. the quad is my proof of concept. hiring for marketing, content, or growth roles? reach out!

exploring

the robotics + autonomy side of mech-tech, trying to be fluent in both the mechanical decision and the software one.

on repeat

true crime podcasts, phoebe bridgers on loop, and watching naruto for the first time.

after hours

good coffee, hiking with no set destination, and thrifting for stuff i don't need.

˖

why the gap between CAD and code

i've never been able to stay in one box! i want to be the one running the tests and iterating on a design, not trusting someone else's numbers. i want to write the code that turns raw data into an answer, and design the slides and user flows that explain it, instead of handing any piece of that off. mechanical engineering taught me to build things that have to survive the real world. software lets me move at the speed my curiosity actually wants to. somewhere in there i started caring just as much about the "should we build this at all" question, what's actually worth scoping, what ships first, who needs to be in the room. design means what i make doesn't just work, it's legible. so i keep building across all three and let the throughline show itself.

Amelia at a coffee shop + ·
a few extra things
01

chick-fil-a era, started at 15:

youngest manager in the store3 promotions in 6 months98%+ order accuracy, 6 months straighttrained 50+ new employees
02

past "when i grow up" list:

nutritionistzoo keeperanesthesiologistenglish teacherauthorgraphic designerf1 race engineer
03

for the personality test people:

slytherincancer sun/moongemini risingenfpenneagram 4w3