# Marvin Minsky
Marvin Minsky (1927–2016) was an American cognitive scientist and co-founder of the MIT AI Laboratory. Along with [[John McCarthy]], he is considered a founding father of [[Artificial Intelligence (AI)]]. Minsky received the ACM Turing Award in 1969 for his contributions to AI, including pioneering work on neural networks, knowledge representation, and robotics.
Minsky's theoretical contributions shaped AI for decades: his "frames" concept influenced knowledge representation, his critique of perceptrons (with [[Seymour Papert]]) contributed to the first AI winter, and his "Society of Mind" theory proposed that intelligence emerges from interactions of simple agents. He also built early neural network hardware (SNARC, 1951) and invented the confocal scanning microscope. His influence extended to science fiction—he advised on *2001: A Space Odyssey*.
## Key Contributions
| Contribution | Year | Description |
|--------------|------|-------------|
| **SNARC** | 1951 | First neural network learning machine |
| **MIT AI Lab** | 1959 | Co-founded with John McCarthy |
| **Frames** | 1974 | Knowledge representation structure |
| **Perceptrons** | 1969 | Book with Papert on neural network limits |
| **Society of Mind** | 1986 | Theory of intelligence from agents |
| **Confocal microscope** | 1957 | Patented optical invention |
## The Society of Mind
Minsky's theory that intelligence emerges from many simple agents:
> [[You can build a mind from many little parts, each mindless by itself]]
Key ideas:
- Mind consists of many "agents" with simple functions
- No single agent is intelligent alone
- Intelligence emerges from agent interactions
- Explains how complex behavior arises from simple parts
## Frames
Minsky's frames (1974) influenced AI knowledge representation:
- Data structure for representing stereotyped situations
- Contains default values and slots
- Influenced object-oriented programming
- Precursor to modern schema-based reasoning
## Perceptrons Controversy
*Perceptrons* (1969, with Papert) mathematically proved limitations of single-layer neural networks:
- Showed perceptrons can't compute XOR
- Contributed to reduced neural network funding
- Later criticized for overstating limitations
- Multi-layer networks eventually overcame these limits
## Awards and Recognition
- ACM Turing Award (1969)
- Japan Prize (1990)
- Benjamin Franklin Medal (2001)
- IJCAI Award for Research Excellence (1991)
## Career Timeline
- **1927**: Born in New York City
- **1954**: Ph.D. in Mathematics, Princeton
- **1951**: Built SNARC neural network machine
- **1959**: Co-founded MIT AI Lab
- **1969**: Turing Award; published *Perceptrons*
- **1974**: Introduced frames concept
- **1986**: Published *The Society of Mind*
- **2016**: Died in Boston
## References
- https://en.wikipedia.org/wiki/Marvin_Minsky
- https://web.media.mit.edu/~minsky/
- https://amturing.acm.org/award_winners/minsky_7440781.cfm
## Related
- [[Artificial Intelligence (AI)]]
- [[John McCarthy]]
- [[Neural Networks (NNs)]]
- [[Cognitive Psychology]]
- [[Seymour Papert]]