Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
December 15, 2025
·
Waterloo
Chisme: AI Quiz Generator
This talk details building an AI language quiz generator, showing API instantiation, UI flow, and practical lessons learned from prompt engineering pitfalls.
Overview
- intro: Chisme born out of curiosity to explore AI integrations + desire to hide answers when asking chatGPT to create a quiz
- quick UI flow of Chisme, an AI-powered language quiz generator:
https://learn.findingluisa.com/
- brief overview on how to instantiate an OpenAI Client in python:
https://github.com/LuisaTu2/ai-quiz-generator/blob/main/api/openai_client.py
- share some learning/reflections and pitfall examples:
https://learn.findingluisa.com/learn-reflections/
Links
Tech stack