type
Post
status
Published
date
Dec 9, 2024
slug
what-is-ai
summary
A grounded overview of AI as systems that perceive, understand, decide, and learn, with a short history from Turing and Dartmouth to deep learning and generative AI, plus a practical view of how it affects daily life.
tags
AI
Recommend
Money
category
Current Affairs
icon
password
paired_with
1571d487-a2a1-8007-b4d2-f18c0ae9a93e
lang
translation_locked
source_hash
6732ad88ade18e0fdb5a22d7fd75f409b2257107fcfe78cc8ed318aa589eea7f
The word "AI" has been used so much lately that it appears everywhere, from subway ads to appliance manuals. This post takes one step back: what is AI, how did it get here, and how much has it already changed ordinary life?
What AI Is
If we strip away the buzzword, AI is a system that can perceive, understand, decide, and learn. Humans do these things naturally. Machines need code, data, and compute to approximate them.
For example, when you see a cat, you immediately know it is a cat. That is perception. You know it may meow or rub against your leg. That is understanding. You decide whether to pet it. That is decision-making. The next time you see a different-looking animal that is still a cat, you can recognize it. That is learning. Turning these steps into machine behavior is the core problem AI tries to solve.
How It Got Here
AI is much older than ChatGPT. I like to tell the story through four names.
- In 1950, Alan Turing asked whether machines could think and proposed the Turing Test. This is one of the starting points of AI.
- In 1956, John McCarthy used the term "Artificial Intelligence" at the Dartmouth workshop.
- In 1969, Marvin Minsky helped build MIT's AI Lab. His book Perceptrons also helped push neural networks into a long period of doubt.
- In 1986, Geoffrey Hinton helped make backpropagation practical again. Decades later, he received the Turing Award.
There were also two "AI winters" in the middle, when funding dropped and companies cut projects. Each winter happened partly because researchers promised too much and delivered too little. AI really took off again when deep learning crushed older methods on ImageNet in 2012. After that came AlphaGo, GPT, Stable Diffusion, and the acceleration everyone is now watching.
What It Has Changed
Some changes are visible. Your phone camera uses AI for face detection, autofocus, and night-mode image fusion. Food delivery and shopping apps use recommendation systems. Siri, Alexa, and similar assistants combine speech recognition with language understanding.
Other changes are hidden. The order of short videos in your feed is chosen by AI. A suspicious credit-card transaction may be blocked by a fraud model. A spam filter decides which emails never reach your inbox.
The biggest recent change is generative AI. Older AI systems mostly recognized, ranked, or recommended things. Now AI can produce content directly: code, articles, images, video, and voice. This is the first time many of us have seen machines generate media at scale. The cost is that the boundary between real and synthetic content becomes harder to see.
My Current View
In the short term, AI is overestimated. In the long term, it is underestimated. That pattern is common with new technology, and AI fits it well.
In the short term, many products wrapped in "AI-powered" language are not that useful, and there is real valuation hype. But over ten or twenty years, AI will probably become more like electricity or the internet: less of a magic object, more of a background infrastructure we stop noticing. When that happens, today's arguments may feel strange in hindsight.
For ordinary people, the best response is not panic and not worship. It is use. Use AI enough to develop a feel for what it can and cannot do. That practical sense is more useful than any headline.
References
- Author:LeoQin
- URL:https://leoqin.com/en/article/what-is-ai
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!