Do you know the difference between a multimodal model and a world model? Do you know your GPUs from your TPUs?
If you do, that means you’re probably ahead of most people in keeping up with the ever-growing list of AI jargon used by tech executives and computer scientists.
Since ChatGPT burst onto the scene in late 2022, AI has changed the nature of work, driven record stock market highs, and become a digital companion for many.
Some of the lingo has also permeated into everyday life: The practice of vibe coding, which is asking AI to write code, was crowned the Collins Dictionary’s word of the year.
Ready to see if you can hold your own in a conversation about the future of AI? Try Business Insider’s 10-question quiz to see how fluent you really are.
Let’s begin — and no asking ChatGPT for the answers.
(function () {
// Map quizId to its iframe element if there might be multiple embeds
// Otherwise, you can directly select by ID.
const iframes = Array.from(document.querySelectorAll(‘iframe[data-quiz-id=”ai-lingo-quiz-v1″]’));
function onMessage(e) {
// Security: only accept from allowed origins
const allowed = [“https://your-vercel-app.vercel.app”, “https://your-custom-domain.com”];
if (!allowed.includes(e.origin)) return;
const data = e.data || {};
if (data.type !== “quiz:resize”) return;
// Find matching iframe(s)
const targets = iframes.length ? iframes :
Array.from(document.querySelectorAll(“iframe”)).filter(f => {
try { return f.contentWindow === e.source; } catch { return false; }
});
targets.forEach(f => {
f.style.width = “100%”;
f.style.border = “0”;
f.style.height = Math.max(320, Number(data.height) || 0) + “px”;
});
}
window.addEventListener(“message”, onMessage);
})();
Read the original article on Business Insider
The post Think you’re smarter than the machines? Test your AI jargon knowledge in our quiz. appeared first on Business Insider.




