从工具 到智能
数千年来,人类制造机器来放大肌肉的力量。
数百年来,我们制造机器来放大生产的能力。
几十年来,计算机放大了计算的能力。
现在,机器开始放大智能本身。
AI
第一次 智能革命
人工智能:第一次智能革命
滚动穿越 80 年人工智能历史
Machines first amplified what humans could do.
AI may amplify what humans can think.

智能之前

在人类历史的大部分时间里,每一项认知任务——每一次计算、每一次翻译、每一次模式识别、每一个决策——都由人类大脑独立完成。 事实

革命 0 — 农业

大约一万年前,人类从狩猎采集社会转向定居农业。这从根本上改变了能量获取方式、人口密度和社会组织方式。它促成了城市、文字和专业化劳动的形成 [1]. 但它没有改变一个基本事实:所有智能仍然是生物性的。

第一次工业革命

机械动力

第一次工业革命, beginning in the late 18th century, marked humanity's first large-scale substitution of mechanical power for human and animal muscle. James Watt's improved steam engine [2] became the symbol of an era that transformed production, transportation, and society.

它替代了什么

人和动物的肌肉力量。农业、制造业和运输业中的体力劳动。

它创造了什么

工厂、铁路、机械化生产、前所未有的经济增长和城市化。

Human Muscle ↓ Steam Power ↓ Mechanical Work

第二次工业革命

Electricity & Mass Production

第二次工业革命 brought electricity, the internal combustion engine, chemicals, and steel. It enabled energy to be distributed anywhere, and production to be scaled through the assembly line [3]. Henry Ford's moving assembly line dropped the time to build a Model T from 12 hours to 93 minutes.

Electricity

分布式能源使工厂可以在任何地方运营,并照亮了家庭和城市。

Communication

电报和电话将通信时间从数周缩短到数秒。

Mass Production

流水线和标准化彻底改变了制造业的生产力。

Mechanical power ↓ Distributed energy ↓ Mass production

数字革命

Computation & Information

The Third Industrial Revolution — the Digital Revolution — began with the transistor (1947), integrated circuit (1958), and microprocessor (1971). It made computation cheap, information instant, and communication global. 事实

For most of computing history, software followed a fundamental pattern:

Human specifies rules ↓ Computer executes rules Example: IF temperature > 100 THEN sound alarm

This pattern — explicit rules written by humans — was extraordinarily powerful. But it meant that computers could only do what humans could precisely describe. 解读

1943 — 人工神经元

McCulloch & Pitts

In 1943, Warren McCulloch, a neurophysiologist, and Walter Pitts, a logician, published "A Logical Calculus of the Ideas Immanent in Nervous Activity" [4]. They proposed a mathematical model of a neuron: a binary threshold unit that could perform logical operations.

这是第一个正式描述:一个由简单计算单元组成的网络如何在原则上执行任何逻辑或算术运算。它是现代神经网络理论的种子。

加载交互演示...

事实 McCulloch-Pitts 神经元模型发表在《数学生物物理学通报》上。它直接影响了对连接主义和神经网络理论的发展。

1950 — 机器能思考吗?

Alan Turing

Alan Turing's 1950 paper, "Computing Machinery and Intelligence" [5], opened with a direct question:

"I propose to consider the question, 'Can machines think?'"
Alan Turing, 1950, Mind

Rather than defining "thinking," Turing proposed the Imitation Game — later called the Turing Test — in which a machine would be judged intelligent if it could converse with a human interrogator indistinguishably from another human. 事实

值得注意的是,图灵预测到 2000 年,机器有 70% 的概率通过测试。这个预测没有实现——而且测试本身也被批评为衡量欺骗而非智能。 解读

1956 — 人工智能正式命名

达特茅斯会议

In the summer of 1956, John McCarthy, Marvin Minsky, Claude Shannon, and Nathaniel Rochester organized the Dartmouth Summer Research Project on Artificial Intelligence [6]. 这是第一个致力于机器智能研究的会议——它赋予了该领域名称。

最初的提案包含了一个极其大胆的假设:

"The study is to proceed on the basis of the conjecture that every aspect of learning or any other feature of intelligence can in principle be so precisely described that a machine can be made to simulate it."
McCarthy, Minsky, Rochester, Shannon, 1955, Dartmouth Proposal

事实 达特茅斯提案写于 1955 年,会议于 1956 年夏天在新罕布什尔州汉诺威的达特茅斯学院举行。它被广泛认为是 AI 作为正式研究领域的奠基事件。

1957 — 感知机

Frank Rosenblatt

Frank Rosenblatt introduced the Perceptron at the Cornell Aeronautical Laboratory in 1957 [7]. 这是一个可以通过调整连接权重来学习分类模式的系统——是 McCulloch-Pitts 神经元模型具备学习能力的直接实现。

感知机 created enormous excitement. The New York Times reported that the machine was "the first device to think as a human." Rosenblatt himself predicted that Perceptrons would eventually "be able to walk, talk, see, write, reproduce itself and be conscious of its existence." 解读

Input x₁ ──┐ ├── Weighted Sum ──→ Activation ──→ Output Input x₂ ──┘

Early AI — Optimism & the First Winter

20 世纪 60 年代和 70 年代初见证了非凡的早期成就: Logic Theorist (often called the first AI program), ELIZA (a surprisingly convincing conversation simulator), SHRDLU (a blocks-world reasoning system), and the foundations of expert systems.

但乐观超出了现实。AI 系统在玩具领域有效,但在真实世界的复杂性中失败了。 The Lighthill Report (1973) in the UK was damning, leading to steep funding cuts. The first AI Winter had begun. 事实

"In no part of the field have the discoveries made so far produced the major impact that was then promised."
James Lighthill, 1973, "Artificial Intelligence: A General Survey"

专家系统 — 知识即规则

The 1980s saw a resurgence of AI through expert systems — programs that encoded human expertise as explicit rules. 像 MYCIN(医学诊断)和 DENDRAL(化学分析)这样的系统展示了商业价值。 事实

Human Expert ↓ Knowledge Engineer ↓ Rules ↓ Expert System

But expert systems had a fundamental limitation: knowledge still had to be extracted from humans and encoded by hand. They worked well in narrow domains, but couldn't learn from data, couldn't generalize, and broke down at the boundaries of their encoded rules. 解读

1986 — Backpropagation

从错误中学习

In 1986, David Rumelhart, Geoffrey Hinton, and Ronald Williams published "Learning representations by back-propagating errors" [8]. They demonstrated a method by which neural networks could learn internal representations by propagating error signals backward through the network.

Prediction ↓ Error ↓ Backward through layers ↓ Update weights ↓ Better prediction

Backpropagation — combined with gradient descent — became the foundation of virtually all modern deep learning. While earlier work had explored the idea (Paul Werbos, 1974), the 1986 paper made it practical and influential. 事实

1997 — Deep Blue

卡斯帕罗夫对 IBM

In May 1997, IBM's Deep Blue defeated world chess champion Garry Kasparov in a six-game match [9]. It was a powerful demonstration of machine capability in a domain considered a pinnacle of human intellect.

However, Deep Blue was not machine learning in the modern sense. It used brute-force search — evaluating up to 200 million positions per second — with specialized hardware and hand-tuned evaluation functions. It was a triumph of engineering, but the paradigm was fundamentally different from what would later define modern AI. 解读

统计转向

从规则到数据

The 1990s and 2000s saw a fundamental shift in AI. Instead of hand-coding rules, researchers began building systems that learned patterns from data. This was the rise of statistical machine learning. 事实

传统软件
Human ↓ Rules ↓ Computer ↓ Answer
机器学习
Data + Objective ↓ Learning Algorithm ↓ Model ↓ Prediction

关键发展包括支持向量机(SVM)、贝叶斯网络、决策树和集成方法(随机森林、梯度提升),以及自然语言处理和语音识别的统计方法。 事实

2006 — 深度学习重生

In 2006, Geoffrey Hinton and Ruslan Salakhutdinov published "Reducing the Dimensionality of Data with Neural Networks" [10], 证明了深度神经网络可以通过逐层预训练学习有用的表示。这重新点燃了对神经网络的兴趣。

三股汇聚的力量推动了深度学习革命:

More Data

互联网、数码相机和移动设备产生了海量数据集(ImageNet、Common Crawl)。

More Compute

GPU,最初为图形设计,被证明对神经网络训练极为高效。

Better Algorithms

ReLU 激活函数、dropout、批归一化和更好的初始化使深度网络变得可训练。

2012 — AlexNet

深度学习突破

The 2012 ImageNet Large Scale Visual Recognition Challenge (ILSVRC) was a watershed moment. Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton submitted AlexNet [11] — a deep convolutional neural network trained on GPUs.

AlexNet achieved a top-5 error rate of 15.3%, compared to the second-best entry at 26.2%. The gap was so large that it signaled a paradigm shift in computer vision — and in AI more broadly. 事实

AlexNet used two NVIDIA GTX 580 GPUs, had 62 million parameters, and was trained for 5-6 days. The use of GPUs for general-purpose computing (CUDA, 2006) was critical to this breakthrough. 事实

2014 — 生成式 AI 的开端

GAN、VAE 与生成转向

In 2014, Ian Goodfellow and colleagues introduced Generative Adversarial Networks (GANs) [12]. The idea was elegantly simple: two neural networks — a generator and a discriminator — compete in a game, with the generator learning to produce increasingly realistic outputs.

That same year, Kingma and Welling introduced Variational Autoencoders (VAEs) [13], providing a different approach to generative modeling. Together, these works began the shift toward generative AI — systems that don't just classify or predict, but create. 解读

2016 — AlphaGo & 第 37 手

DeepMind

In March 2016, DeepMind's AlphaGo defeated Lee Sedol, one of the greatest Go players in history, 4-1 in a five-game match [14]. Go had long been considered a grand challenge for AI due to its enormous branching factor (~250 possible moves per turn, vs. ~35 for chess).

"第 37 手 was not a human move. It was a creative, beautiful move. It was a move that I thought was a mistake."
Lee Sedol, reflecting on Game 2

第 37 手 — played in Game 2 — was a move that no human professional would likely have chosen. It appeared to be a mistake, but it turned out to be a brilliant strategic play. This moment became a cultural symbol of machines doing something that looks like creativity. 解读

Whether this constitutes "creativity" is a philosophical question. What is factually clear: AlphaGo made a move that expert human players found surprising and later recognized as strategically valuable. 该系统结合了策略网络、价值网络和蒙特卡洛树搜索。 事实

2017 — Transformer

Attention Is All You Need

In June 2017, Vaswani et al. from Google Research published "Attention Is All You Need" [15]. It proposed the Transformer architecture — a neural network design based entirely on attention mechanisms, without recurrence or convolution.

This paper is one of the most influential in AI history. As of 2024, it has been cited over 100,000 times. Transformer is the foundation of virtually every major modern AI system: GPT, BERT, Claude, Gemini, Llama, Stable Diffusion, 等。 事实

加载注意力可视化...

自注意力如何工作

Each word in a sentence is transformed into three vectors: Query, Key, and Value. The model computes attention scores by comparing each word's Query with every word's Key. These scores determine how much each word should "attend to" every other word. The weighted sum of Values produces the output.

Q = Query ("What am I looking for?") K = Key ("What do I contain?") V = Value ("What information do I carry?") Attention(Q,K,V) = softmax(QK^T / √d_k) V
事实 Source: Vaswani et al., 2017. The formula is reproduced from the original paper. Transformer was initially developed for machine translation and achieved state-of-the-art BLEU scores of 41.8 on the WMT 2014 English-to-German translation task.

How Language Models See Text

Tokenization

Before a language model can process text, it must first convert words into numbers. This is done through tokenization — splitting text into tokens (words, subwords, or characters) and mapping each to an ID. 事实

加载分词器演示...

Common tokenization methods include Byte-Pair Encoding (BPE), WordPiece, and SentencePiece. The exact method varies by model. GPT models use BPE, while BERT used WordPiece. 事实

规模改变一切

In 2020, Kaplan et al. published "Scaling Laws for Neural Language Models" [16], 表明语言模型的性能与模型大小、数据集大小和计算量之间存在平滑的幂律关系。 更大的模型,在更多数据上训练,使用更多计算,始终表现更好。

这一发现具有深远影响:它表明规模扩展没有根本性的天花板——至少在所衡量的指标上是如此。 结果是竞相建造越来越大的模型。 解读

事实 Kaplan 等人发现,性能(以交叉熵损失衡量)与模型大小、数据大小和计算量呈幂律关系。 论文建议,要最优地改进模型,模型大小和数据大小应该一起扩展——而不是单独扩展其中一个。

⚠️ 关于 "涌现能力"

The concept of "emergent abilities" — capabilities that appear suddenly at a certain scale — is academically contested. Schaeffer 等人(2023 年)认为,许多声称的涌现能力可能只是指标选择的人为产物,而非真正的相变。 本网站呈现了两种观点。 解读

GPT 谱系

OpenAI's GPT (Generative Pre-trained Transformer) series has been one of the most influential lines of AI models:

GPT-1 (2018)

1.17 亿参数。展示了生成式预训练后接微调可以在多种 NLP 任务上有效。 [17]

GPT-2 (2019)

15 亿参数。最初因担心滥用而被暂缓发布。展示了令人惊讶的连贯文本生成能力。 [18]

GPT-3 (2020)

1750 亿参数。少样本学习能力。只需几个示例就能执行任务,无需微调。 [19]

GPT-4 (2023)

多模态。在模拟律师资格考试中得分前 10%。在许多专业基准测试中达到人类水平。 [20]

但 AI 历史不仅仅是 OpenAI 的历史。其他重要的模型家族包括: BERT (Google, 2018), PaLM (Google, 2022), Claude (Anthropic, 2023), Llama (Meta, 2023), Gemini (Google DeepMind, 2023), DeepSeek (2024), 等。 事实

30 November 2022

ChatGPT — AI 进入公众意识

On November 30, 2022, OpenAI released ChatGPT [21] — a dialogue-optimized language model trained with reinforcement learning from human feedback (RLHF). 它是历史上增长最快的消费应用,据报道在发布两个月内达到了 1 亿用户。

ChatGPT 标志着 AI 从专业研究领域走向主流文化现象的时刻。 It was not the most capable model (GPT-4 was released four months later), but it was the first to make AI capabilities directly accessible to the general public. 解读

事实 1 亿用户的数字被广泛引用,但确切验证依赖于来源。 OpenAI's blog and subsequent reports from analysts support this number. The closest comparable growth rate was TikTok, which took about 9 months to reach 100 million users.

大语言模型如何工作?

A large language model (LLM) processes text through a sequence of transformations:

Text ↓ Tokens ↓ Embeddings ↓ Transformer Layers (×N) ↓ Probability Distribution ↓ Next Token

At each step, the model predicts the next token — the most probable continuation of the text it has seen so far. 这本质上是一个基于数万亿 token 文本训练的下一个 token 预测机器。 事实

The model does not "understand" in the human sense. It computes statistical patterns in a high-dimensional space. Whether these patterns constitute "understanding" is a matter of active philosophical and scientific debate. 解读

Pretraining & Post-Training

Pretraining

模型在大量文本语料(互联网、书籍、代码)上训练,以预测下一个 token。 这是模型学习语法、事实、推理模式和世界知识的地方。 The resulting compressed knowledge is stored in the model's weights.

Post-Training

预训练后,模型进行额外训练以与人类偏好对齐:

Supervised Fine-Tuning

Training on human-written examples of desired behavior [22].

RLHF

基于人类反馈的强化学习。人类评分者对模型输出进行排序,模型学习产生评分更高的回答。

DPO

直接偏好优化。一种更简单的 RLHF 替代方案,直接基于偏好数据优化。

事实 大多数商业模型的确切训练数据组成并未完全公开。 技术报告对数据来源、过滤和处理提供了不同详细程度的信息。

AI 不只是聊天机器人

现代 AI 能力地图

现代 AI 远不止于对话式智能体。相同的基础架构——Transformer——已被迁移到一系列令人瞩目的领域:

Language

Translation, summarization, question answering, writing, analysis

Vision

Classification, detection, segmentation, generation, multimodal understanding

Audio

Speech recognition, synthesis, music generation, sound understanding

Video

Generation, understanding, editing, temporal reasoning

Coding

Code generation, debugging, review, refactoring, documentation

Science

Protein folding, drug discovery, materials science, mathematics

Robotics

Manipulation, navigation, planning, vision-language-action models

Search

Neural retrieval, embeddings, semantic search, hybrid systems

Agents

Tool use, planning, memory, multi-step tasks, autonomous operation

AI 作为科学工具

AlphaFold 及其超越

In 2021, DeepMind's AlphaFold2 [23] achieved near-experimental accuracy in protein structure prediction — a problem that had challenged scientists for 50 years. The system achieved a median GDT score of 92.4 on the CASP14 targets, approaching the accuracy of experimental methods like X-ray crystallography.

AlphaFold has been used by over 2 million researchers worldwide and has been recognized as a transformative contribution to biology. The 2024 Nobel Prize in Chemistry was awarded to Demis Hassabis and John Jumper of DeepMind for their work on AlphaFold. 事实

AI is increasingly used as a scientific instrument across domains:

Drug Discovery

AI accelerates molecule screening, drug design, and clinical trial analysis.

Materials Science

AI predicts material properties and discovers new compounds.

Weather Forecasting

GraphCast and other models achieve state-of-the-art forecast accuracy.

Mathematics

AI assists in theorem proving, conjecture generation, and pattern discovery.

增长曲线

AI 训练计算量增长

AI training compute has grown at an extraordinary rate. According to Sevilla et al. (2022) [24], the compute used to train notable AI systems doubled approximately every 3.4 months from 2010 to 2022 — far outpacing Moore's Law's doubling time of ~2 years.

This growth has been enabled by a combination of: more powerful GPUs, distributed training across thousands of accelerators, improved networking, algorithmic efficiencies, and massive investment. 解读

计算革命

CPU → GPU → TPU → AI 加速器

神经网络的复兴是由硬件革命推动的。 Graphics Processing Units (GPUs), originally designed for rendering 3D graphics, proved remarkably efficient for the matrix operations at the core of deep learning.

NVIDIA's CUDA platform (2006) allowed GPUs to be programmed for general-purpose computing. The company's V100 (2017), A100 (2020), H100 (2022), and B200 (2024) GPUs have become the backbone of AI training and inference. Google developed its own Tensor Processing Units (TPUs) in 2016. 事实

智能的成本

The cost of AI inference has fallen dramatically. The price per token for state-of-the-art language models has decreased by orders of magnitude since GPT-3 was introduced in 2020.

Training costs have also evolved. GPT-3's training cost was estimated at approximately $4.6 million. More recent large models are estimated to cost tens to hundreds of millions of dollars to train. However, algorithmic improvements and architectural innovations (like Mixture-of-Experts) have improved efficiency. 解读

事实 Training cost estimates vary significantly based on hardware configuration, hardware utilization, electricity costs, and whether research, development, and experimentation costs are included.

基准测试 — 衡量什么,遗漏什么

Benchmarks are essential tools for tracking AI progress — but they are not measures of general intelligence. Each benchmark measures performance on a specific set of tasks, under specific conditions, with specific metrics. 事实

Known limitations of benchmarks include:

Saturation

Once a benchmark is "solved," it no longer distinguishes between models.

Contamination

Benchmark data may appear in training data, inflating scores.

Gaming

Models can be optimized for benchmark metrics without genuine capability improvement.

解读 A model scoring 90% on MMLU does not mean it is "90% of human intelligence." It means it answered 90% of the questions in that specific benchmark correctly. The gap between benchmark performance and real-world reliability remains significant.

AI 智能体

从提示→响应到目标→行动

The most recent paradigm shift in AI is the move from simple question-answering to agentic behavior — systems that can take multi-step actions toward a goal, using tools and adapting to feedback.

Goal ↓ Reason ↓ Use Tool ↓ Observe ↓ Modify Plan ↓ Act ↓ Repeat

Agent capabilities include: tool use (calculators, search, APIs), code execution, browser manipulation, file system operations, memory management, and multi-step planning. However, current agents remain unreliable for long-horizon tasks, and suffer from error accumulation, hallucination, and security vulnerabilities. 解读

从数字智能到物理智能

The convergence of AI with robotics brings intelligence into the physical world. Vision-Language-Action models combine perception, reasoning, and motor control. Research in autonomous vehicles, robot manipulation, and humanoid robots is advancing rapidly.

However, physical world capabilities lag significantly behind digital capabilities. Household robots, fully autonomous driving, and general-purpose manipulation remain research challenges rather than solved problems. 事实

AI 的物理基础设施

AI appears to be software, but it rests on a massive physical infrastructure: data centers, networking, semiconductors, electricity, water for cooling, rare earth minerals, and global supply chains. 事实

APPLICATIONS ──────────── Agents · Coding · Search · Science · Robotics MODELS ──────────── Foundation Models TRAINING ──────────── Frameworks · Distributed Systems COMPUTE ──────────── GPU / TPU / Accelerators INFRASTRUCTURE ──────────── Datacenters · Networking · Electricity PHYSICAL WORLD ──────────── Semiconductors · Copper · Water · Energy · Factories

训练大型 AI 模型消耗大量能源。 GPT-3's training is estimated to have consumed approximately 1,300 MWh [25]. 数据中心能耗正在快速增长,国际能源署的预测显示未来几年将大幅增加。 事实

解读 Current data center energy consumption is a small fraction of global electricity demand (~1-2% depending on the estimate). 然而,增长率显著,预测差异很大。 The IEA's 2024 report notes that AI-related demand could substantially increase data center energy consumption.

智能的经济学

AI's economic impact is the subject of intensive research. Key findings include:

Productivity Effects

Studies show AI can significantly improve productivity in specific knowledge work tasks. A BCG study found AI-assisted consultants completed 12.2% more tasks on average [26].

Job Exposure

估算差异很大。高盛(2023 年)估计全球 3 亿个工作岗位可能暴露于 AI 自动化。 解读

Task Automation

工作由许多任务组成。AI 可能自动化一些任务,同时增强其他任务。 Historical evidence suggests automation changes tasks rather than eliminating entire occupations [27].

Market Growth

全球 AI 市场预计将大幅增长。 NVIDIA's data center revenue reached $47.5 billion in fiscal year 2024, reflecting the scale of AI infrastructure buildout.

⚠️ 重要区分

就业暴露 ≠ 岗位消失。 暴露衡量的是 AI 执行或辅助任务的潜力。 历史证据表明,自动化实际上可以通过降低成本、扩大需求和创造新任务来增加就业。 净效应取决于经济、政策和社会因素。 事实

风险

AI 系统带来了一系列需要仔细考虑的风险。 这些风险从直接的技术问题到长期的社会挑战。

Hallucination

Models generate plausible but incorrect information. This is a fundamental limitation of next-token prediction.

Bias

模型可能放大并固化训练数据中存在的偏见。

Privacy

模型可能记忆并泄露训练数据,包括个人信息。

Misinformation

AI 生成的内容可用于制造令人信服的虚假叙事。

Security

模型容易受到提示注入、越狱和对抗性攻击。

Concentration

AI 开发集中在少数大公司手中,引发了对权力和控制的担忧。

Labor Disruption

AI 可能扰乱劳动力市场,潜在地取代某些职业的工人。

Alignment

确保 AI 系统可靠地按照人类价值观和意图行动。

Catastrophic Risk

一些研究者认为,高级 AI 可能带来生存风险。这是一个有争议的立场,而非共识。

解读 AI 风险的严重程度和概率正在积极讨论中。 本网站呈现了各种观点,不认可任何单一立场。 灾难性风险立场在 AI 研究者中是少数观点,但被一些领先的研究者和组织认真对待。

全球 AI

AI 发展是一个全球现象,不限于美国。 世界各地都存在主要的研发中心:

United States

OpenAI、Google、Meta、Anthropic、NVIDIA、Microsoft。最大的 AI 投资生态系统。

China

DeepSeek、百度、阿里巴巴、字节跳动、腾讯。大规模政府投资和研究产出。

Europe

DeepMind (UK), Mistral (France), Aleph Alpha (Germany). Strong research tradition, EU AI Act.

Canada

Vector Institute、Mila。对深度学习研究的重大贡献(Hinton、Bengio、LeCun)。

United Kingdom

DeepMind、Google AI、强大的大学研究。早期 AI 安全政策的领导力。

Israel

网络安全、自主系统和医疗 AI 领域的研究。

事实 根据斯坦福 AI 指数(2024 年),美国在 AI 模型、投资和出版物方面领先,但中国在 AI 论文和专利数量上领先。 全球 AI 格局正日益多极化。

三次工业革命

一次智能革命?

要理解 AI 是否代表了某种全新的事物,我们需要将其与之前伟大的技术革命进行比较。 论点

Revolution Core Resource Machine Amplifies Scarce Factor Changed
First Industrial
~1760
Coal / Steam Muscle Mechanical power
Second Industrial
~1870
Electricity / Oil Production Energy + Scale
Third Industrial
~1950
Electronics / Computing Calculation / Information Computation
AI ?
~2020
Data / Compute / Models Cognitive tasks Intelligence / Expertise?

解读 比较表使用了为本网站开发的分析框架。 The final row — "AI" — is presented as a question, not a settled classification. The label "Scarce Factor Changed" is particularly interpretive: it asks what resource becomes more abundant as a result of each revolution.

The key question: Do the first three revolutions share a common pattern that AI breaks?

Previous revolutions primarily answered: How can machines do more physical work?

AI increasingly answers: How can machines perform cognitive work?

This difference — between amplifying physical capability and cognitive capability — is the core distinction this site explores. 论点

人类能力外部化

人类历史可以被视为人类能力逐步外部化到机器和系统中的过程。 论点

HUMAN HISTORY — Externalisation of Capability Muscle ████████████████ → Machines Energy ████████████████ → Industrial systems Calculation ████████████████ → Computers Memory ████████████████ → Databases / Internet Communication ████████████████ → Networks Perception ████████████████ → AI ? Language ████████████████ → AI ? Pattern recognition ████████████████ → AI ? Coding ████████████████ → AI ? Reasoning ████████████████ → AI ?

最后五行——感知、语言、模式识别、编程、推理——代表了 AI 开始外部化的能力。 问号表示这个过程是不完整的、不均衡的,且尚未完全可靠。 解读

软件 1.0 → 软件 2.0 → 智能体

Andrej Karpathy popularized the concept of Software 2.0 — software that learns its behavior from data rather than being explicitly programmed. 这种演进可以被视为人类与机器关系的一种进步。 解读

Software 1.0
Human writes rules ↓ Computer executes

显式编程。每个行为都由程序员指定。

Machine Learning
Human provides data + objective ↓ Machine learns rules

行为从示例中学习。程序员指定学习目标。

Agents
Human provides goal ↓ AI chooses intermediate actions ↓ Tools · Environment · Feedback

AI 决定实现目标的行动序列。仍然有限且不可靠。

Machines used to execute our instructions.

Now they increasingly infer what the instructions require.

And sometimes generate the intermediate steps themselves.

从工具到参与者

Throughout history, technology has been a tool — a passive instrument that amplifies human capability. AI represents a shift toward technology becoming a cognitive collaborator — an active participant in knowledge work. 论点

Tool → Cognitive Collaborator → Autonomous System? (passive) (active participant) (independent agent) ───────────────────────────────────────────────────────────────── Past: hammer, Present: code assistant, Future: scientific calculator, language model, discovery system, spreadsheet search engine autonomous company?

论点 The "Future" column is labeled as a scenario/hypothesis. 真正自主的认知系统——能够独立追求长期目标的系统——尚未以可靠、通用的形式存在。 当前的 AI 系统仍然依赖于人类基础设施、人类提供的目标和人类监督。

三种稀缺性

一个有用的框架:每次技术革命都使以前稀缺的资源变得更加丰富。 论点

Physical work → cheaper Information access → cheaper Prediction / Generation → cheaper Analysis → ? Reasoning → ? Expertise → ?

前三行——体力工作、信息获取、预测——已经在被 AI 改变。 后三行——分析、推理、专业知识——部分受到影响,但仍然是人类认知保持显著优势的领域。 The "?" indicates that the trajectory is not yet clear. 解读

Scarcity Through History: 10,000 years ago: Food Industrial era: Energy 20th century: Information 21st century: Compute AI era: Intelligence ?
解读 这个框架是一个分析视角,而非一组历史事实。 从食物到能源到信息到算力到智能的演进是一种简化的叙事手段。 The "?" for intelligence acknowledges that it is uncertain whether intelligence will become as abundant as previous resources.

我们所说的智能是什么?

没有单一、普遍接受的智能定义。不同领域对其定义不同:

Psychology

"获取和应用知识和技能的能力" — but even psychologists disagree on whether intelligence is a single factor (g) or multiple distinct abilities.

Cognitive Science

智能涉及感知、学习、记忆、推理、问题解决和决策 — 通常作为独立但相互作用的系统来研究。

AI Research

通常操作性定义:系统执行通常需要类似人类认知功能的任务的能力。 随着 AI 能力的扩展,这是一个移动的目标。

For the purposes of this site, we use an operational framework:

Intelligence refers to the ability to perform tasks that typically require perception, learning, inference, planning, language understanding, or problem-solving — 在 AI 之前,这些能力是专属于人类或生物的。

解读 这个定义是一个工作框架,而非哲学主张。 选择它是为了使分析可行,而非解决关于智能本质的深层哲学问题。

第一次

智能革命

本网站收集的证据表明:

1 Machines are beginning to participate in perception — 看、听、识别模式。
2 Machines are beginning to participate in language — 理解、生成、翻译。
3 Machines are beginning to participate in creation — 生成图像、音乐、视频、文本。
4 Machines are beginning to participate in programming — 编写、测试和调试代码。
5 Machines are beginning to participate in scientific discovery — 预测蛋白质结构、发现材料。
6 Machines are beginning to use tools — 搜索、计算、执行代码、与 API 交互。
7 Machines are beginning to perform multi-step cognitive tasks — 规划、推理、适应。
工业革命机械化物质生产。
数字革命机械化信息处理。

人工智能可能是一种全新事物的开端:
认知本身的机械化。
论点 — Central argument of this site

智能革命 ≠ AGI Already Exists

It is essential to distinguish between the claim that AI is beginning to mechanize cognition and the claim that AI has achieved general intelligence. 当前的 AI 系统有严重的局限性:

Hallucination

模型自信地产生错误信息。这是一个根本性的、而非偶然的特征。

Brittleness

输入的微小变化可能导致完全不同的输出。模型缺乏鲁棒性。

Context Limitations

模型的上下文窗口有限,难以处理超长文档或对话。

Planning Failures

模型难以进行需要保持连贯性的长期规划和多步骤推理任务。

No Persistent Goals

大多数 AI 系统没有持久的目标或身份。它们响应提示,但没有内在动机。

Energy & Data

AI 系统能耗高,且依赖于大型且通常是专有的训练数据集。

论点 The "智能革命" thesis does not require that AI has achieved human-level general intelligence. It only requires that machines are beginning to perform cognitive tasks that were previously exclusively human — and that this represents a categorical shift in what machines can do.

不是人类智能的终结

大规模机器智能的开端
蒸汽机使机械动力变得丰富。

电力使能源无处不在。

计算机使计算变得廉价。

互联网使信息全球可访问。

人工智能可能使某些形式的认知变得越来越丰富。

This is why AI may be more than
the Fourth Industrial Revolution.

It may be
第一次 智能革命.

未来并非注定

AI 是否真正成为 "第一次 智能革命" 不仅仅取决于模型参数或基准测试分数。它取决于:

社会如何选择使用 AI
科学如何将 AI 应用于发现
AI 如何被有效治理
AI 系统是否变得足够可靠
能源和基础设施是否可持续
AI 的收益如何分配
人类能否保持控制
会出现哪些新能力
"The story of artificial intelligence is no longer only the story of machines.

It is becoming part of the story of what humans choose to become."

关于本网站

方法论

本网站遵循研究优先的工作流程: Question → Search → Primary Source → Cross-check → Extract Evidence → Record Citation → Write → Fact-check. 每个事实性声明都有可验证的来源支持。 证据账本追踪所有主要声明的置信度水平。

内容类型

三种类型的内容被明确标注:

事实 — 有可靠证据支持的声明。

解读 — 基于多个事实的合理解释。

论点 — 本网站的核心论点。

来源优先级

第一层:原始论文、官方报告、第一手来源。 第二层:权威数据库。 第三层:高质量二手来源。 来源通篇引用,悬停显示引用提示。

透明度

证据有限之处,已明确标注。 存在学术争议之处,双方观点均被呈现。 核心论点被标注为论点,而非共识事实。