Research
Conception
Implementation Strategy
Challenges & Solutions
Response Latency Getting replies fast enough was an early issue since the text-to-speech system’s latency was high. This was improved by transitioning from whisper to faster-whisper and forcing short responses through the prompt itself.
Hallucination There was a risk of the AI making up recipes or steps that don’t exist in the game. To avoid it answers are now saved in ChromaDB. Web search is activated when the players want more information that isn’t stored in the database.
Staying On-Topic The cooking assistant could easily wander off mid-recipe if a player asked something unrelated while cooking. Cooking sessions now lock the conversation scope down to just the active recipe until it’s finished, so the AI doesn’t get distracted from the cooking steps.