Skip to content
← All work

Cornell University · AI Product / UX · Team of 4 · 2025

Making Cornell Knowledge Easier to Navigate With AI

Designing a retrieval-grounded campus assistant that turns scattered Cornell resources into one conversational starting point.

RAGConversational UXAI Product DesignUser ResearchPrototypingUsability Testing
Cornell AI Advisor chat interface answering a question about engineering and tech student clubs
The Cornell AI Advisor prototype. A single conversational thread, source categories beneath each answer, and a footer noting that information comes from official Cornell resources and community insights.
01 / Problem

The Problem

Cornell students have access to almost everything they need. Finding it is the hard part.

Academic, social, advising, wellness, club, and career resources all exist, but they are spread across university websites, long PDFs, email announcements, Instagram, Reddit, and informal student spaces. The information is not missing. It is scattered.

That fragmentation shows up as four recurring questions students cannot easily answer on their own.

  • Where do I even begin searching?
  • Which source is actually trustworthy?
  • What terminology should I be using?
  • Is what I just found still current?

The gap is sharpest for new, international, and transfer students who are still learning how the university is structured, and it reappears for upperclassmen looking outside their own college.

02 / Strategy

Product Strategy

A chatbot MVP, not a feature-heavy student portal.

A portal would have added another destination to an ecosystem that already has too many. The team chose the smallest product that could test the real hypothesis: that a conversational, retrieval-grounded entry point reduces the friction of finding campus information. Everything that did not serve asking and answering a question was cut.

  1. 01

    Simple by default

    Keep the interface focused entirely on asking and answering questions, with no secondary navigation to learn.

  2. 02

    Conversational, not institutional

    Design the assistant to feel like a knowledgeable upperclassman or peer advisor rather than an official portal.

  3. 03

    Grounded over generative

    Answer from retrieved Cornell sources instead of relying on an unconstrained chatbot.

  4. 04

    Transparent uncertainty

    When the system cannot find enough relevant information, say so and suggest where to look next.

03 / Architecture

How the RAG System Works

A question never reaches the model alone. It arrives with the sources that should answer it.

  1. 01

    Student question

    A student asks in natural language, without needing the right campus terminology.

  2. 02

    Semantic retrieval

    The retriever searches the curated text database for passages related to the question.

  3. 03

    Relevant sources

    Roughly 15 curated Cornell advising and student community sources form the knowledge base.

  4. 04

    LLM response

    The model composes an answer grounded in the retrieved text rather than free generation.

  5. 05

    Cited answer

    The student receives a friendly, conversational reply with the source categories behind it.

The MVP knowledge base held roughly 15 curated text sources drawn from Cornell advising resources and student community sources. The retrieval layer is entirely backend. Students never see or manage it, which is exactly the point: the complexity of the information landscape stays on our side of the interface.

04 / Experience

Designing the Experience

The product's value comes from removing search friction, so the interface adds as little as possible.

Full view of the Cornell AI Advisor interface with greeting, student question, grounded answer, source category chips, and input field
Greeting, question, grounded answer, source categories, input. Nothing else competes for attention.
Chat-first interface

One input, one thread. The only functionality is the conversation itself.

Cornell-red identity

Restrained red accents tie the assistant to a familiar campus context.

Natural-language input

Students ask the way they would ask a friend, not the way a website expects.

Peer-advisor tone

Prompted to respond like an experienced upperclassman: friendly, direct, encouraging.

Source-grounded responses

Answers are drawn from retrieved documents, not from open-ended generation.

Visible source categories

Category chips under each answer show what kind of source informed the reply.

Explicit uncertainty

When the knowledge base falls short, the assistant says so and points elsewhere.

Simplicity here was a decision, not a shortcut. Adding navigation, dashboards, or filters would have rebuilt the very problem the product was meant to dissolve.

05 / Testing

Testing With Cornell Students

Think-aloud usability sessions with three Cornell students from different majors.

  • Finding student organizations
  • Asking academic and major questions
  • Exploring general Cornell resources
  • Asking personally relevant campus questions
100%Of testers said they would use the chatbot again
100%Task completion in the reported usability sessions
3 / 3Participants found the chatbot helpful and relevant

Participants specifically appreciated:

  • The simple, familiar chat interface
  • Discovering clubs and opportunities they had not heard of
  • Answers being grounded in identifiable sources
  • Greater trust in the retrieval-based approach
06 / Limitations

What Testing Revealed

The same sessions that produced positive sentiment also exposed where the MVP would break at scale.

  1. 01

    Coverage gaps

    The roughly 15-source knowledge base was too small to answer niche or highly specific questions well.

  2. 02

    Information freshness

    A manually curated dataset has no real-time updates, so time-sensitive details can go stale.

  3. 03

    Potential bias

    A small, hand-selected corpus can overrepresent particular colleges or student experiences.

  4. 04

    Trust requires boundaries

    The assistant should stay a starting point for exploration, not a replacement for advisors or official guidance.

Read together, these limits define what the prototype actually proved: that the interaction model works, and that the harder work is data breadth, currency, and accountability.

07 / Trust

Designing for Trust

Trust was a product-design problem before it was a technical one.

Ground responses in sources

Retrieval constrains the answer space, which reduces hallucination in a context where wrong advice has real consequences.

Acknowledge uncertainty

The assistant was instructed to say when it does not know, and to suggest a way to keep looking.

Point toward people

For decisions requiring human judgment, the right answer is an advisor or an official office, not a chatbot.

These decisions showed up directly in testing. Participants said they trusted the answers more because responses were tied to identifiable sources, which suggests that visible grounding does as much for perceived reliability as it does for actual accuracy.

08 / Reflection

Reflection and Next Steps

A small retrieval system can meaningfully reduce the friction of a complex information ecosystem.

The project showed that grounding a conversational assistant in even a modest curated corpus changes how approachable campus information feels. It also made clear how much work sits between a promising prototype and an assistant that is genuinely trustworthy at scale, most of it in data stewardship and boundary setting rather than in the interface.

Next

Expand and diversify the knowledge base.

Next

Create automated and real-time information updates.

Next

Improve discovery for niche questions.

Next

Evaluate retrieval and response accuracy quantitatively.

Next

Test with a larger and more diverse student population.

Next

Continue defining boundaries between AI assistance and human advising.