Think you’re smarter than the machines? Test your AI jargon knowledge in our quiz.

Young woman using mobile app on smartphone
Test your knowledge on how much you know about AI.

  • AI is changing everything, including the lexicon.
  • Keeping up with the latest AI jargon can be challenging.
  • Put your knowledge to the test in our short quiz.

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.

<iframe src="https://v0-ai-lingo-quiz.vercel.app/" data-quiz-id="ai-lingo-quiz-v1" title="AI Lingo Quiz" style="width:100%; border:0; height:580px;"
loading=”lazy”
referrerpolicy=”no-referrer-when-downgrade”
>

(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

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *