Glossary · AI / GEO

Transformer

trans-FOR-murnoun

A transformer is the neural network architecture behind most modern AI language models.

Part of speech
noun
Pronunciation
trans-FOR-mur
Origin
From 'transform,' Latin 'transformare' meaning to change shape, plus '-er.' The AI architecture was introduced by Google researchers in 2017.

What is Transformer?

A transformer is the neural network architecture behind most modern AI language models, and increasingly behind image, audio, and code models as well. When people talk about the technology that powers today's AI assistants, the transformer is the underlying design doing the heavy lifting. It is a particular way of arranging a neural network so that it can process sequences, like a sentence, and understand how each part relates to every other part, which turns out to be enormously powerful for working with language.

The core innovation is a mechanism called attention, specifically self-attention. When a transformer reads a sentence, it does not process words strictly one at a time in isolation. Instead, for each word it weighs how much every other word in the passage should influence its interpretation. In the sentence the bank raised its rates, attention lets the model use the surrounding words to decide that bank means a financial institution rather than a riverside. Because the model can look across the whole input and judge these relationships in parallel, it captures context and long-range connections that earlier designs handled poorly. This parallel processing also makes transformers efficient to train on the massive datasets and hardware used today, which is a large part of why they scaled so successfully.

The name comes from transform, from the Latin transformare meaning to change shape, plus the suffix -er, reflecting that the architecture transforms input representations into richer ones layer by layer. It was introduced by researchers at Google in 2017 in a paper titled Attention Is All You Need, which proposed relying on attention rather than the recurrent and convolutional designs that had dominated sequence modeling before. The architecture spread quickly and became the foundation for the large language models that followed, making 2017 a genuine turning point in the field.

For a business, the transformer matters less as a thing to implement directly and more as the reason the current generation of AI tools works as well as it does. The fluency of AI writing assistants, the quality of modern translation, the capability of chatbots, and the rise of AI-driven search all trace back to this architecture. Understanding that a single design underpins so much explains why progress has felt so fast and so broad: improvements to transformers and to the scale at which they are trained ripple out across every product built on them.

The nuances are worth keeping in mind. Transformers are powerful but resource-hungry, requiring significant computing power and data to train, and their attention mechanism traditionally grows costly as the input gets longer, which is one reason context windows have practical limits. They also inherit the biases and gaps of their training data. A common misunderstanding is treating the transformer as synonymous with AI itself, when it is really one architecture, admittedly a dominant one, within the broader fields of neural networks and deep learning. It connects directly to foundation models and generative AI, which are largely built on transformers, and to the neural network concepts it refines and extends.

Why it matters

Transformers are the core design that made today's AI assistants possible, so they underlie the tools reshaping how people search.