1.10 β Foundations quiz π
Answer before looking at the solutions.
1. In what year and where was the term βartificial intelligenceβ coined?
2. True or false: MYCIN failed because it diagnosed worse than doctors.
3. Which two ingredients, appearing around 2010, made Deep Learning possible?
4. In one sentence: how does an LLM βwriteβ a text?
5. Which lab builds each of these assistants: ChatGPT, Claude, Gemini?
6. A program automatically sends a βHappy Birthdayβ email to your customers on the right date every year. RPA, IPA, or APA?
7. An AI assistant is given the instruction βreduce our delivery delays this quarter,β analyzes the data, contacts carriers, and adjusts the plan on its own. RPA, IPA, or APA?
π Show answers
- 1956, at the Dartmouth conference (term proposed by John McCarthy).
- False. It performed as well as the specialists; it was never deployed due to integration, legal-liability, and ethical reasons.
- Massive data (via the Internet) and GPUs (powerful graphics cards).
- It predicts the most probable word after the previous ones, then repeats, based on billions of texts it has read.
- ChatGPT β OpenAI Β· Claude β Anthropic Β· Gemini β Google. (These engine versions change fast, but the vendors stay stable.)
- RPA. Strict rule βif the date matches, send the template.β No reasoning, no adaptation.
- APA / agentic. You give a goal, the agent reasons, uses tools, and self-corrects.
π My note
A training byBaxIA