Chapter 1 · Interview
Interview: The Dream of Thinking Machines
Interview Questions — The Dream of Thinking Machines
Use these questions to practice explaining why AI emerged gradually from philosophy, logic, mathematics, and computing.
Beginner
1. What is the central question behind Artificial Intelligence?
Strong answer should mention:
- Whether intelligence can be understood and engineered.
- The question existed before computers.
- Modern AI is one result of centuries of work on reasoning and computation.
Model answer:
The central question is whether intelligence itself can be created or reproduced in machines. This question began as philosophy long before it became computer science.
2. Who was Ada Lovelace, and why is she important?
Model answer:
Ada Lovelace is widely recognized as the first computer programmer because she described how Babbage's Analytical Engine could follow instructions. Her deeper insight was that machines might manipulate symbols, not only numbers.
Common weak answer:
She invented AI.
Correction:
She did not invent AI; she helped establish the idea of programmable symbolic computation.
3. Why is Alan Turing important to AI history?
Model answer:
Turing gave computer science a precise way to think about computation. His Universal Turing Machine showed that a general-purpose machine could execute many different algorithms. His later work also raised the question of whether machines could exhibit intelligent behavior.
4. What was the Dartmouth Conference?
Model answer:
The 1956 Dartmouth workshop is a landmark because its proposal named Artificial Intelligence and organized an ambitious research agenda. It was not the single origin of the field: logic, cybernetics, neural modeling, learning, control, and computation had overlapping histories before and beyond the workshop.
Intermediate
5. Why did philosophical discussions about intelligence matter before computers existed?
Model answer:
Philosophy helped people ask what reasoning, knowledge, and intelligence are. Those questions made it possible to later formalize reasoning through logic, mathematics, and computation.
6. Explain the relationship between logic, algorithms, and AI.
Model answer:
Logic provides rules for valid reasoning. Algorithms turn rules into step-by-step procedures. AI systems build on this idea by representing, learning, or executing patterns of reasoning at scale.
7. Why was the Analytical Engine historically important?
Model answer:
Babbage's Analytical Engine introduced the concept of a general-purpose programmable machine. It separated ideas such as input, memory, processing, output, and instructions, which are still fundamental to computing.
8. Why did Boolean logic matter for computing?
Model answer:
Boolean logic showed that complex reasoning can be built from true-or-false statements and logical operations. Digital computers rely on this kind of symbolic decision-making.
Advanced
9. Is the Turing Test still relevant?
Strong answer should mention:
- It remains historically important.
- It tests conversational indistinguishability, not all forms of intelligence.
- Modern AI evaluation needs broader measures: factuality, reasoning, robustness, safety, usefulness, and task success.
Model answer:
The Turing Test is still important historically because it reframed machine intelligence in terms of behavior. But it is not enough for modern AI evaluation. A system can sound human and still be unreliable, unsafe, or wrong.
10. Can a Large Language Model be considered intelligent?
Model answer:
It depends on the operational definition. LLMs demonstrate useful competence on many language tasks and can condition outputs on context. Those observations do not establish consciousness, intention, lived experience, or human-like common sense. State the tested capability and evidence instead of inferring an inner state.
11. What is the biggest lesson from AI history for modern engineers?
Model answer:
AI did not begin with tools. It began with attempts to understand reasoning, representation, computation, and decision-making. Modern engineers should therefore learn principles before frameworks.
Enterprise Discussion
12. Should businesses focus on "AI capabilities" or "AI outcomes"?
Model answer:
Businesses should focus on outcomes. AI capabilities matter only when they improve a workflow, decision, product, or service. Starting from outcomes helps teams avoid adopting AI for novelty instead of value.
Follow-up:
Give one example where a simpler non-AI system would be better than an AI system.
Architect / Principal Engineer
13. What does AI history teach architects about production AI systems?
Strong answer should mention:
- AI progress depends on representation, computation, evaluation, and feedback.
- A model is only one part of a system.
- Production systems need constraints, governance, observability, and human accountability.
Model answer:
AI history shows that intelligence becomes engineering only when vague abilities are represented, executed, evaluated, and improved. For architects, this means a production AI system cannot be only a model call. It needs workflow design, data boundaries, evaluation, governance, monitoring, fallback behavior, and ownership.
14. How would you use this chapter to evaluate a new AI trend?
Model answer:
I would ask which limitation the trend claims to solve, what new representation or capability it introduces, what evidence supports it, and what risks it creates. That keeps the discussion grounded in engineering progress rather than hype.
15. Why is the Turing Test not enough for enterprise AI evaluation?
Model answer:
The Turing Test evaluates whether a machine can appear human in conversation. Enterprise AI needs more precise evaluation: factual correctness, source grounding, safety, compliance, robustness, task completion, cost, latency, auditability, and business impact.