Zenaique
Glossary · Architecture

Transformer

The attention-only neural architecture behind GPT, Claude, Gemini, and almost every modern LLM.

The dominant neural architecture for language models, introduced in "Attention Is All You Need" (2017). Replaces recurrence with self-attention, enabling massive parallelism and long range dependency capture.

In practice

Every senior GenAI interview has at least one whiteboard-the-transformer question. Be ready to draw the encoder/decoder blocks and explain residuals + layer norm.

How it compares

The transformer is the full block (attention + MLP + residuals + norm); attention is one component inside it.

Comparisons that include Transformer

Related topics

Questions that mention this term

Related terms