Honest unknowns
Unknown is a status of its own, not a guess: the question mark says the vendor never published the number, and N/A says the question does not apply.
View the spec
{
"type": "matrix",
"theme": "ink",
"title": "AI study tools: the free tier",
"source": "Product pages, September 2026",
"options": {
"legend": {
"yes": "Included free",
"no": "Paid only",
"partial": "Partly",
"unknown": "Not published",
"na": "Not applicable"
}
},
"data": {
"labels": [
"Quizlet",
"Knowt",
"Anki",
"Gizmo"
],
"columns": [
"Free AI plan",
"Limit published",
"Works offline"
],
"series": [],
"cells": [
[
"yes",
"yes",
"no"
],
[
"yes",
{
"status": "partial",
"note": "The cap differs by feature"
},
"no"
],
[
"na",
"na",
"yes"
],
[
"yes",
{
"status": "unknown",
"note": "Not published"
},
"unknown"
]
]
}
}