AI within Glide to review/check user composed summary

My Glide app has a number of training elements for users to access and review.

As an example, a series of articles that reference a particular topic. Users open the article within the app, review it… and then select √ completed. This adds the topic to their training register and marks it as completed.

What I would like to be able to implement is a short summary component that users must add content into (write) as a way of confirming they have read the article & understand it, and can therefor summarise it.

The summary would then be reviewed (via AI) to confirm it meets the learning/understanding requirements.

Given that… does anyone know of a way that this could be implemented within Glide via:

(a) current AI components already within Glide

or

(b) AI integration into Glide that would handle the summary review and √ completed process

Thanks in advance

I would use a Glide AI column to pass the article and the review of the user in, then instruct it to evaluate the summary be using a prompt like: “Does this summary accurately reflect the key points of the article?”

Give a Pass/Fail result and maybe feedback as well.

1 Like

OK, so is the idea to create/use a Glide AI column within relevant Data Table as opposed to inserting an advanced reasoning action (which requires Enterprise Subscription) ?

I don’t think you really need Advanced Reasoning here. You can use the Generate Text column in the relevant table, and make sure you get all the right inputs in that table.

I.e if you’re doing it in the table where people submit their own Summaries, do a relation & lookup to retrieve the original article’s content.

1 Like