Mahika Shah
UX/UI · AI Product Design · Jul–Aug 2026

Calibrate

Two students study 10 hours each. One aces the exam. Why? Calibrate is an AI study coach that tests what actually works for a student, not what feels productive.

Figma · React · HTML/CSS/JS · RAG · SQL
Calibrate case study cover

Role

Lead Product Designer — Prototyping & Wireframing

Tools

Figma · HTML/CSS/JS · RAG · API · AI · React · SQL

Team

Shreya Musini — ML Engineer
Shane Kelly Reyes — Frontend Developer
Muni Pandey — Second Designer

Timeline

July – August 2026 · 3 weeks · Hack Your Summer

What I Did

Led UX research (20 participants)
Designed onboarding & testing-loop flow
Ran usability testing & iterated
Prototyped high-fidelity UI in Figma

Studying hard, aimed at the wrong target

Bad test-takers, or the wrong study technique?

Two students study 10 hours each. One aces the exam. Why?

A lot of the time, students — myself included — scroll reels, watch YouTube videos, and binge-learn from numerous study sites, hoping something finally clicks for the topics we're dreading. But how would we know what actually works for us?

Most students rely on studying habits that feel productive but aren't backed by evidence — and most study apps either give generic advice or lean on debunked "learning style" quizzes (visual, auditory, kinesthetic) that research doesn't support.

Retrieval beats rereading, every time

How you study predicts your score better than how long you study

One of the strongest findings in cognitive psychology is that how students study predicts performance better than how long they study. Students who use evidence-based techniques consistently outperform students who rely on passive review — which is exactly why two students can both study 10 hours and earn very different scores. Researchers have repeatedly found that practice testing itself is one of the most effective learning methods, because it strengthens memory retrieval — the exact skill exams require.

Evidence-based — works

Active recall Spaced repetition Practice tests Interleaving topics

Passive habits — doesn't

Re-reading notes Highlighting Cramming Passive review

What 20 students told us 🤔

Over the course of 3 weeks, I surveyed and interviewed 20 participants to check whether this gap, not knowing what actually works; was something students genuinely felt, or just a theory. It held up: most students told us they default to whatever worked in the past rather than actually knowing what's effective, which is precisely the uncertainty Calibrate is built to solve.

45%Rely on what's worked in previous classes to pick a study method
25%Weren't sure how to measure whether a study method was actually effective
3.9/5Average likelihood to regularly use a tool that surfaced which technique works per subject
Study, test, measure, adapt

From "I don't know how to study" to "I know what works for me"

CALIBRATE · PRODUCT JOURNEY From "I don't know how to study" to "I know what works for me." PRODUCT PRINCIPLE Study → Test → Measure → Adapt Build evidence around the student's own learning. 01 DISCOVER USER GOAL Understand whether their study habits actually work. USER ACTION • Lands on Calibrate • Learns the core problem • Explores how it works USER THOUGHT "I study for hours, so why isn't it working?" PRODUCT OPPORTUNITY Show that Calibrate finds what works — not what feels busy. PM SUCCESS SIGNAL Landing → sign-up conversion 02 ONBOARD USER GOAL Set Calibrate up around their actual course. USER ACTION • Creates an account • Selects a subject • Uploads course materials • Completes guided tutorial USER THOUGHT "Is this actually going to work for my class?" PRODUCT OPPORTUNITY Reduce setup + privacy friction with clear guidance. PM SUCCESS SIGNAL Onboarding completion rate 03 PRACTICE USER GOAL Study using a technique recommended by Calibrate. USER ACTION • Reviews assigned material • Uses active recall • Practices retrieval • Completes a study session USER THOUGHT "I've never studied this way before." PRODUCT OPPORTUNITY Make evidence-based techniques simple enough to actually use. PM SUCCESS SIGNAL Study session completion 04 TEST USER GOAL Find out whether the technique improved learning. USER ACTION • Takes a practice test • Retrieves information • Reviews performance USER THOUGHT "Did I actually learn it, or did I just feel productive?" PRODUCT OPPORTUNITY Turn studying into measurable evidence of learning. PM SUCCESS SIGNAL Practice-test performance 05 REFLECT & ADAPT USER GOAL Discover what actually works for them. USER ACTION • Reviews results • Gives technique feedback • Compares performance • Adjusts future study USER THOUGHT "Now I know what works for me." PRODUCT OPPORTUNITY Create a personalized learning strategy from real outcomes. PM SUCCESS SIGNAL Repeat usage + improvement THE CALIBRATE LOOP Study Test Measure Reflect Adapt Every cycle makes the student's study strategy smarter.
Two or three wrong turns before the right one

So… what next?

The first flow I made sent the user straight on to the next day's assignment without any feedback. But what if the user didn't like the technique that was applied?

First flow — straight to the next assignment, no way to flag a technique that didn't work
First flow — straight to the next assignment, no way to flag a technique that didn't work
Revised flow — a feedback loop added after the gap review
Revised flow — a feedback loop added after the gap review

I iterated through 2–3 different flow directions before landing on a final workflow appropriate for our 3-week timeline. Each round closed a gap I'd identified through internal review — for example, that first version had no way to flag that a technique hadn't worked, which I caught and redesigned before it ever reached a user.

Lo-fi wireframe
Lo-fi wireframe
Walking through the lo-fi wireframe flow
Why we pivoted off History, and why not anxiety

Choosing what to build, and what not to 🥳

Pivoting away from History

We initially decided History would be the right first subject, since it leans heavily on remembering causes, dates, and connections - a strong test case for evidence-based recall techniques. But once we ran our user survey, almost every participant told us they actually wanted help with STEM courses instead - Math, Chemistry, even flight school test prep! (maybe flight school is where version 2 of Calibrate goes 👀). This pushed us to pivot off History and rethink our subject roadmap.

Descoping test-anxiety coaching

I originally wanted to build a test-anxiety coach into the product, which is part of why we included the post-exam feedback check-in. But test anxiety is a mental health domain, not a study-technique domain — a much heavier design problem than it sounds. "Supportive coaching" for anxiety means the AI is making judgment calls in an emotionally sensitive space, and we'd need real guardrails — recognizing when something is beyond what a study coach should handle — before shipping that responsibly, even in rough form. We didn't have time to solve that well in 3–4 weeks, so we descoped it. The feedback check-in remains, but purely to inform technique comparisons, not as emotional support.

What fifteen people caught that I didn't

What failed early, and how feedback changed the design

Our team had SO many ideas we wanted to implement, but given the timeline, we had to push back on a few 😞. Here's what usability testing changed.

Privacy friction around uploading notes

In early testing, participants raised red flags about uploading personal course notes and study data into an AI tool. To address this privacy friction without rewriting the backend, I designed explicit privacy callouts into onboarding, clearly indicating that uploaded documents are processed locally and ephemerally via RAG, and never used to train public LLM models.

Users didn't know how to use the app

After feedback from experts, one point stood out: for users to start using the tool, they'd need to know how. Though we'd already adjusted onboarding, we revised the screens further and added a new component that guides the user through the app — highlighting the dashboard and adding text explaining what each section does. Users have the option to skip the tutorial.

Here's where my background is an advantage 🙈

Technical feasibility and systems thinking 🖥️

Technical Constraint → Design Solution

Because LLM API calls and RAG processing have hard token limits and latency overhead, an uncontrolled user prompt could crash the backend or create a 5+ second lag.

I designed strict input boundaries into the UI — character caps and structured document upload inputs — along with optimistic UI states. This kept API payloads light, prevented backend crashes, and masked AI latency with engaging micro-copy during processing.

Asking a different question than everyone else

A different question than the rest of the category asks

The Reframe
Typical AI study app
"How can we generate better study materials?"
Optimizes content — flashcards, notes, quizzes — but assumes one study approach fits every student and subject.
Calibrate
"How can we help students become better learners?"
Tests technique against real performance, per subject, so the student learns what actually works for them.

Let's look at our competitors 🫢

Across the board, existing tools focus on generating or organizing better study content. None of them test whether a student's study method is actually working — which is the core problem Calibrate is built to solve.

Product
What it does well
Missing opportunity
Quizlet
Flashcards, practice tests, AI explanations
Generates study materials, but doesn't test which technique actually works best for a given student — optimizes content, not learning strategy.
NotebookLM
Lets students chat with uploaded notes and generates study materials
Excellent for content generation, but has no mechanism for comparing techniques or tracking which approach actually improves a student's outcomes over time.
Khan Academy (Khanmigo)
Socratic AI tutoring that teaches instead of giving answers
Strong at teaching content, but doesn't help a student figure out how they personally study best — it's tutoring, not technique experimentation.
Mindgrasp AI
Converts PDFs, lectures, and videos into notes, quizzes, flashcards, and study guides
Strong content generation, but treats all students the same — no per-subject, per-technique comparison of what's actually working.
StudyFetch
AI tutor built around students' own materials
Personalizes content to the student, but doesn't personalize or test method — still assumes one study approach fits all subjects.
Knowt
AI flashcards, notes, and study guides
Optimizes the study materials themselves, rather than helping students discover which study behaviors actually work for them.
Anki
Industry-leading spaced repetition
Highly effective at the one technique it does — but offers no comparison against other methods, and no way to know if spaced repetition is even the right fit for that student's subject.

We asked participants how appealing the data-driven approach is compared to traditional study advice — no respondents found the evidence-based approach unappealing; everyone was at least open to trying it, and nearly half actively wanted it.

60%Found the evidence-based approach at least somewhat appealing
40%Described it as very appealing, specifically wanting data-driven results
0%Found the evidence-based approach unappealing
Survey results — appeal of the data-driven approach
Survey results — appeal of the data-driven approach
Onboarding through the technique comparison

Where Calibrate stands today

Here is our final prototype that one of our team members presented.

Final prototype video thumbnail
What a pilot needs to prove

What a realistic conversion target looks like 💭

While our team is still working on fully shipping this tool around early september with users trying it over time, industry benchmarks show ed-tech apps convert free-trial users to paid at around 22–25% on average- notably higher than categories like enterprise software or fintech, largely because of how engaged users become once they see real value. We don't have our own conversion data yet since we haven't shipped, but this gives us a realistic target range to validate against once we run a pilot 🎊 .

Leaving the nest in September

Outcomes, and what I'd do with more time

After presenting our final prototype to mentors and incorporating their feedback, we refined several screens that felt unresolved. The next step is running this with a small group of real students; testing kicks off early September, and Calibrate's finally leaving the nest (they grow up so fast 🥹).

If we had more time, I'd run a deeper analysis, giving time to try out our competition and see if students, including me, actually learn better with Calibrate. I'd also dig into more research on what we could do differently. And with more resources, I'd speak to an expert in ed-tech and reflect their advice back into the tool.


So...what did I learn? 🤔

I wanted to lead something real! Not just contribute design work, but actually own the direction of a product from an idea to something a team could build. Calibrate ended up testing that in ways I didn't fully expect. The technical side was the easier part to plan for. The harder part was the discipline of saying no; to test-anxiety coaching, to flashy features that would've eaten our timeline, to numbers that sounded good but weren't actually backed by anything. I learned that a big part of leading design isn't generating more ideas, it's protecting the team from scope we don't have time to do responsibly. The anxiety-coaching decision is the one I'm most proud of, not because the idea was bad, but because recognizing it needed more care than a 3-week sprint could give it was the more mature call. I also learned how much iteration actually looks like backtracking, not forward progress. My first flow had no way for a user to say "this technique didn't work". I only caught that by walking through it critically and saying "wait but what about this..." 100 times 🙃. That taught me to distrust my own first draft more, and build in deliberate points to stress-test my own logic before handing it to the team. Working with a developer and an ML specialist also reshaped how I think about design decisions. Things like RAG versus in-context generation, or token limits, aren't just backend details, they're constraints that should actively shape the UI, not get bolted on after. The strongest screens I designed were the ones built with those constraints in mind from the start, not retrofitted around them. If I'm being honest though, the thing I'm most nervous and excited about is September. Everything up to now has been informed guessing, backed by research and a 20-person survey, but real. Real students, real coursework, real exams will be the first genuine test of whether any of this actually holds up. I guess we'll find out!

Built for more than the average student

For next time… version 2

Almost every participant in our user survey asked for STEM support over History — Math, Chemistry, even flight school test prep came up. We're treating that as a strong signal for where the subject roadmap goes next, rather than something we guessed at ourselves.

The Centers for Disease Control and Prevention reports that roughly 11.4% of U.S. children and adolescents have received an ADHD diagnosis at some point. In our version 2 prototype, we want to tailor some of our study techniques to those with ADHD and other neurological differences. Education provides accommodations for students with ADHD that may affect their ability to take exams, but it lacks the resources to help them actually learn better with what they're going through. With expert advice, I hope to revise the tool with a new onboarding path and the ability to better support ADHD patients and students who have difficulty taking exams.

Next Project

StandBy — Rebooking Without Waiting

View Case Study →