An AI as versatile as a competent human.
Artificial General Intelligence refers to a hypothetical system able to match or surpass humans on most cognitive tasks, not just a few. The term is debated — its definition is not universally agreed upon, and the industry increasingly uses it as a marketing goal.
Capital spending on AI equipment (GPUs, datacenters).
Microsoft, Google, Amazon and Meta collectively spent over $300 billion per year on AI infrastructure by late 2025. The current debate: is this capex justified by today's revenues or does it rest on a promise?
The technical interface that lets software call a model.
An API exposes a model's capabilities to developers. It's the main channel through which AI labs monetize their models for enterprise customers — token billing, contracts, quotas.
¶
ARR
Annual Recurring Revenue
策
Economy & strategy
Standardized SaaS revenue metric, projected over 12 months.
Central indicator for comparing AI labs' commercial traction. OpenAI's and Anthropic's ARR is regularly reported in the financial press as a barometer of the race.
¶
ASI
Superintelligence
守
Safety & ethics
An AI that would significantly surpass humans in every domain.
A hypothetical level beyond AGI, where a system surpasses the best human experts in every field. A central concept in debates on existential risk and AI governance.
¶
Agent
AI agent
能
Capabilities
A model that can act — not just answer.
An agent is an AI model that doesn't just chat: it runs code, reads files, browses the web, calls other tools, and chains actions to reach a goal. Claude Code, Cursor and Aider are examples of coding agents.
¶
Alignment
Alignment
守
Safety & ethics
Ensuring a model acts according to human intentions.
The discipline grouping techniques aimed at ensuring a model remains helpful, honest and harmless. Includes reinforcement learning, value charters (Constitutional AI), adversarial evaluations, and usage policies.
¶
Attention
Self-attention
型
Architectures
A mechanism that lets a model weigh the importance of different elements in an input.
When a model reads a sentence, attention lets it connect each word to all the others and decide which ones matter for what comes next. It's the key innovation of *Attention Is All You Need* (2017), the root of the current revolution.