Twenty tricky ones to open the evening. More than one answer often looks right, that is the point. Show of hands, then we reveal.
Tap → or Space to start · the group answers by picking a side
Question 1 of 20
Which of these AI milestones happened FIRST?
AAlphaGo defeats world champion Lee Sedol at Go✓
BAlexNet wins ImageNet and kicks off the deep learning era✓
CThe "Attention Is All You Need" transformer paper✓
DChatGPT reaches 100 million users✓
AlexNet, 2012. Then AlphaGo in 2016, the transformer paper in 2017, and ChatGPT crossing 100 million in early 2023. The whole modern boom is barely a decade old.
Question 2 of 20
When a large language model answers your question, what is it fundamentally doing?
ALooking the answer up in a stored database✓
BRunning a live web search behind the scenes✓
CPredicting the most likely next chunk of text, one piece at a time✓
DFollowing hand-written rules an engineer wrote✓
It predicts the next token. Some models can also search the web now, which is why that option feels right, but the core engine is next-token prediction, not lookup.
Question 3 of 20
Anthropic, maker of Claude, was founded mainly by people who previously worked at which company?
AGoogle DeepMind✓
BOpenAI✓
CMeta✓
DCohere✓
OpenAI. Anthropic was started by former OpenAI leaders. Mistral traces to Meta and DeepMind, Cohere to Google Brain, so all three feel plausible, but the ex-OpenAI answer is Anthropic.
Question 4 of 20
The huge, expensive, one-time computation that builds a model is called ___. Answering your question afterwards is called ___.
AInference, then training✓
BTraining, then inference✓
CFine-tuning, then prompting✓
DLearning, then testing✓
Training builds it once at enormous cost. Inference is every answer after that. Startups live and die on inference cost, because every reply a user gets costs real compute.
Question 5 of 20
A model described as "open weights" means that...
AThe training data is fully public✓
BIt is free to use through its API✓
CAnyone can download the model itself and run it on their own machines✓
DIts app source code is on GitHub✓
You can download and run the actual model. That is different from open training data (almost never public) or a free API. Open weights is not the same as fully open source.
Question 6 of 20
The US Copyright Office has taken the position that a work generated purely by AI, with no meaningful human authorship,...
AIs owned by the AI company that made the tool✓
BCannot be registered for copyright at all✓
CBecomes public domain automatically after five years✓
DIs owned by whoever wrote the prompt✓
No human author, no registration. It is not that the prompt writer or the AI company owns it, and there is no five year clock. Human creative contribution is what unlocks protection.
Question 7 of 20
In 2023 two New York lawyers were sanctioned by a judge. What had they done?
ALeaked client data into ChatGPT✓
BUsed AI to forge a client signature✓
CSubmitted a brief citing court cases that ChatGPT had entirely made up✓
DFiled deepfaked video as evidence✓
The Mata v. Avianca case. ChatGPT invented citations that looked real, the lawyers filed them without checking, and the court was not amused. The cautionary tale for every profession.
Question 8 of 20
The Air Canada tribunal decision in 2024 established that...
AA company is responsible for what its own AI chatbot tells a customer✓
BChatbots may not be used for customer service✓
CAI-generated advice is never legally binding✓
DAirlines are exempt from chatbot liability✓
The airline argued its chatbot was a separate entity. The tribunal said no, you own what your bot says. If it promises a customer something, you honour it.
Question 9 of 20
The EU AI Act sorts AI systems primarily by...
AThe company's annual revenue✓
BThe number of users✓
CThe level of risk the system poses✓
DThe country where it was built✓
It is risk-based. Some uses are banned, some are high-risk with strict duties, most are low-risk. The obligations scale with the danger, not the size of the company.
Question 10 of 20
Which of these is a real, ongoing lawsuit over AI training data?
AThe New York Times suing OpenAI and Microsoft✓
BGetty Images suing Stability AI✓
CAuthors including comedians suing Meta and OpenAI✓
DAll of the above are real✓
All three are real and live. The core question in each is the same: was it fair use to train on copyrighted work without a licence? Courts around the world are still deciding.
Question 11 of 20
Nvidia's real moat is not just its chips. It is a software platform, launched back in 2006, that most AI code is written for. What is it?
ATensorFlow✓
BCUDA✓
CKubernetes✓
DONNX✓
CUDA. Nvidia spent nearly two decades getting the world's AI researchers to build on it. TensorFlow is Google's framework, and the others are unrelated. The lock-in is the software, not only the silicon.
Question 12 of 20
"Fine-tuning" a model means...
AWriting sharper prompts to get better answers✓
BMaking the model run faster✓
CTraining an existing model further on a narrower, specific dataset✓
DShrinking the model so it fits on a phone✓
You take a general model and train it more on your own data, say your firm's contracts, so it specialises. Prompting is not training, and shrinking a model is a different technique.
Question 13 of 20
A model's "context window" is...
AThe box on screen where you type✓
BThe most text the model can take into account in one go✓
CThe time limit for a reply✓
DThe model's permanent long-term memory✓
It is how much it can hold in mind at once, prompt plus reply. It is not permanent memory: close the chat and, by default, it is gone. That distinction trips up a lot of people.
Question 14 of 20
Which of these has actually caused documented business harm?
AEmployees pasting confidential data into public AI tools✓
BA chatbot giving a customer wrong information the company was then held to✓
CA deepfaked voice or video used to authorise a fraudulent transfer✓
DAll of the above have really happened✓
All real. Staff have leaked source code into chatbots, a company was bound by its bot's bad advice, and a finance worker was tricked by a deepfake video call into wiring millions. The risk is operational, not hypothetical.
Question 15 of 20
A "system prompt" is...
AThe user's very first message✓
BAn error message from the server✓
CHidden instructions that set the AI's rules and persona before the user types anything✓
DThe computer's operating system✓
It is the standing brief given to the model behind the scenes: be helpful, refuse this, stay in this role. The user never sees it, but it shapes every answer.
Question 16 of 20
"Multimodal" AI refers to a model that can...
AWork across many human languages✓
BHandle several kinds of input such as text, images, and audio together✓
CRun on many different devices✓
DBe trained by several companies at once✓
Many modalities of input and output, not many languages. A multimodal model can read a photo, listen to a clip, and reply in text. Multilingual is a different property.
Question 17 of 20
"AGI", the term everyone argues about, stands for Artificial General Intelligence. It usually means...
AAny AI you can hold a conversation with✓
BAI that matches or beats humans across most cognitive tasks✓
CAI that controls physical robots✓
DAI built and owned by governments✓
General means broad: not good at one narrow thing, but capable across most of what a human mind can do. There is no agreed test for when we get there, which is half the debate.
Question 18 of 20
For a startup, why does "inference cost" keep founders awake at night?
AEvery answer a user receives costs real money to compute✓
BBecause training is completely free✓
CBecause it is a single one-time setup fee✓
DBecause it only applies to image generation✓
Unlike normal software, where serving one more user is nearly free, every AI reply burns compute you pay for. Scale your users and your bill scales with them. It reshapes the whole unit economics.
Question 19 of 20
"Retrieval-Augmented Generation", or RAG, is popular in business AI because it...
AMakes the model train faster✓
BLets the model look things up in your own documents first, then answer from them✓
CRemoves the need for any human review✓
DEncrypts the conversation end to end✓
RAG grounds the answer in your actual files, your policies, your contracts, so it is less likely to invent things. It is the standard way firms point a general model at private knowledge.
Question 20 of 20
When people say a chatbot has "guardrails", they mean...
APhysical safety hardware around the servers✓
BRules and filters that stop it from producing harmful or off-limits output✓
CA backup copy of the model✓
DThe legal terms of service✓
Guardrails are the built-in limits: refuse this, do not advise on that, stay professional. They are not perfect, which is exactly why human judgement still sits on top of every serious use.