AI Wiki Quiz
Form
Contact me for a password for live access to the system.
Otherwise, to see an example without access:
Explanations
Integrating AI into products is a new important skill.
Here I demonstrate incorporating ChatGPT AI (or other Language Model) in to a web system.
One way to integrate AI is to have it return structured data, where your system knows how to handle the output.
Here, I am using AI to generate a quiz question, based on the
information found in a wikipedia page (specified by the user).
A 'sequence diagram' is included to show the technical idea.
In practice, the real wins come from:
- (1) incorporating the data from your users, and
- (2) integrating AI at the time users want it, so it's relevant and helpful to their tasks.
... View an example output: