Development Log
Entry 01 — March 2026
Prototype: AI Cooking Assistant
The Idea
RUE was inspired by a philosophy at the heart of the Disney Pixar film Ratatouille: “anyone can cook.”
In the film, Remy - a talented rat with a gift for cooking - quietly guides the aspiring chef Linguini step-by-step, acting as his hands, reacting to what’s happening in the kitchen.
Watching that dynamic made me wonder: what if recipes worked the same way? Instead of static instructions on a page, what if cooking guidance could respond to what’s actually happening in the kitchen?
RUE is an experiment exploring whether conversational AI can play the role of Remy — offering real-time cooking guidance like a true sous chef.
First Prototype
The first version of RUE is a locally hosted web interface connected to OpenAI, to test the core interaction loop.
Early prompt frameworks focus on AI analyzing dishes and their ingredients and guiding users through sequential steps while allowing interruptions like “What should I prep next?” or “How long should this cook?”
I deployed the prototype using Vercel to create a lightweight beta environment for testing basic interactions with RUE and the product user.
Beta Version
RUE is now in its first round of beta testing as a MVP web application. The focus at this stage is understanding how users experience and interact with RUE in real cooking scenarios.
I’m closely observing user behavior around timing, voice interruptions, and camera interaction to shape a UX that feels intuitive, supportive, and engaging.
What I'm Testing
Some early questions I'm exploring:
How much structure should RUE maintain during a recipe?
When should RUE provide proactive instructions vs waiting for prompts?
How conversational should cooking guidance feel compared to following a static recipe?
These questions will shape how the interaction model evolves in future versions.
Development Stack (Current)
OpenAI — conversational cooking guidance
Web interface — beta testing environment
Vercel — deployment
GitHub — version control
VS Code — backend configurations