AI Wiki Quiz

Form

Eg starting with "https://en.wikipedia.org/wiki/"
Owing to the cost of executing AI requests, a password has been added. Feel free to contact me if you are interested. If the password is incorrect, an example quiz will be generated.

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.

Sequence Diagram

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: