# Allen Newell
![[50 Resources/51 Attachments/51.03 Public/2026-02-04 Allen Newell.jpg|400]]
Allen Newell (1927–1992) was an American cognitive scientist and computer scientist, one of the founding fathers of [[Artificial Intelligence (AI)]]. With [[Herbert Simon]], he created the Logic Theorist (1956)—often considered the first AI program—and the General Problem Solver (GPS). Their work at RAND Corporation and Carnegie Mellon University laid the theoretical foundations for both AI and [[Cognitive Psychology]].
Newell's career spanned AI, cognitive science, and [[Human-Computer Interaction (HCI)]]. He co-authored *The Psychology of Human-Computer Interaction* (1983) with [[Stuart Card]] and [[Thomas P. Moran]], developed the GOMS model for predicting user performance, and created the Soar cognitive architecture. His 1990 book *Unified Theories of Cognition* argued for comprehensive theories of the mind. He received the ACM Turing Award in 1975 (with Simon) for contributions to AI and cognitive psychology.
## Key Contributions
| Contribution | Year | Description |
|--------------|------|-------------|
| **Logic Theorist** | 1956 | First AI program (with Simon) |
| **General Problem Solver** | 1959 | General-purpose problem-solving program |
| **Physical Symbol System Hypothesis** | 1976 | Foundational theory of AI (with Simon) |
| **GOMS Model** | 1983 | User task analysis framework |
| **Psychology of HCI** | 1983 | Foundational HCI textbook |
| **Soar** | 1983 | Cognitive architecture for general intelligence |
| **Unified Theories of Cognition** | 1990 | Call for comprehensive cognitive theories |
## The Physical Symbol System Hypothesis
Newell and Simon's foundational claim for AI:
> "A physical symbol system has the necessary and sufficient means for general intelligent action."
This hypothesis argues that:
- Intelligence arises from manipulating symbols according to rules
- Both minds and computers can be understood as symbol systems
- Influenced decades of AI research (later challenged by connectionism)
## Soar Cognitive Architecture
Soar (State, Operator, And Result) is a cognitive architecture for general intelligence:
- Unified theory of cognition implemented as software
- Problem solving through search in problem spaces
- Learning through chunking (compiling experience into rules)
- Still actively developed and used in AI research
```
┌─────────────────────────────────────────┐
│ Working Memory │
│ (current state, goals, operators) │
└──────────────────┬──────────────────────┘
│
┌──────────────┼──────────────┐
▼ ▼ ▼
┌────────┐ ┌────────┐ ┌────────┐
│Procedur│ │Semantic│ │Episodic│
│Memory │ │Memory │ │Memory │
└────────┘ └────────┘ └────────┘
```
## Career Timeline
- **1927**: Born in San Francisco
- **1950**: B.S. in Physics, Stanford University
- **1957**: Ph.D. in Industrial Administration, Carnegie Tech
- **1956**: Created Logic Theorist with Herbert Simon
- **1959**: Created General Problem Solver
- **1961**: Joined Carnegie Mellon faculty
- **1975**: ACM Turing Award (with Simon)
- **1983**: Published *Psychology of HCI*; began Soar project
- **1990**: Published *Unified Theories of Cognition*
- **1992**: Died of cancer in Pittsburgh
## Awards and Recognition
- ACM Turing Award (1975, with Herbert Simon)
- National Medal of Science (1992, posthumous)
- APA Distinguished Scientific Contribution Award
- Founding Fellow of the Cognitive Science Society
- Member of the National Academy of Sciences
## Influential Ideas
- **AI as empirical inquiry**: AI programs as theories of cognition
- **Knowledge level**: Abstraction above symbol level for describing agents
- **Chunking**: How practice leads to skill through knowledge compilation
- **Problem spaces**: Representation for search-based problem solving
## Quotes
<!-- QueryToSerialize: LIST FROM #type/quote AND [[Allen Newell]] WHERE public_note = true SORT file.name ASC -->
## Books
<!-- QueryToSerialize: LIST FROM #type/book AND [[Allen Newell]] WHERE public_note = true SORT file.name ASC -->
## References
- https://en.wikipedia.org/wiki/Allen_Newell
- https://www.britannica.com/biography/Allen-Newell
- https://soar.eecs.umich.edu
## Related
- [[Herbert Simon]]
- [[Stuart Card]]
- [[Thomas P. Moran]]
- [[Artificial Intelligence (AI)]]
- [[Cognitive Psychology]]
- [[Human-Computer Interaction (HCI)]]
- [[GOMS Model]]