The LLM Landscape

An Interactive Guide to the Architectures of Modern AI

From Text Generators to Action Takers

Large Language Models (LLMs) have evolved dramatically from their initial role as sophisticated text predictors. Today, the landscape is a diverse ecosystem of specialized architectures, each designed for different purposes. This guide provides an interactive overview of the key model types, from the foundational GPTs to models that can reason, see, and act in the digital and physical worlds. Click on a card below to explore a specific architecture.

Generative Pre-trained Transformer (GPT)

GPTs are the foundational models that brought LLMs into the mainstream. They are based on the transformer architecture, which uses a mechanism called "self-attention" to weigh the importance of different words in the input text. They are pre-trained on massive datasets of text and code, allowing them to generate coherent, contextually relevant, and human-like text in response to a prompt.

Key Characteristics:

  • Based on Transformer architecture.
  • Pre-trained on vast, general text corpora.
  • Excels at next-token prediction.
  • Can be fine-tuned for specific tasks.

Primary Use Cases:

  • Content Creation (articles, emails).
  • Text Summarization and Translation.
  • Conversational AI and Chatbots.
  • Code Generation.

Mixture of Experts (MoE)

A Mixture of Experts is not a different type of model, but rather a more efficient architecture. Instead of a single, dense network where all parameters are used for every task, an MoE model consists of multiple smaller "expert" sub-networks. A "gating network" dynamically routes each part of an input to the most relevant expert(s). This means only a fraction of the model's total parameters are activated for any given query, making it possible to train enormous models with significantly less computational cost.

Key Characteristics:

  • Sparse activation of parameters.
  • Composed of multiple "expert" networks.
  • Gating mechanism routes tokens to experts.
  • Massively scalable with lower computational cost.

Primary Use Cases:

  • Building state-of-the-art, trillion-parameter models.
  • Improving training and inference efficiency.
  • High-performance, general-purpose models.

Small Language Model (SLM)

Small Language Models are designed for efficiency and specialization. With far fewer parameters than their "large" counterparts, SLMs require less computational power, less memory, and are cheaper to train and run. Their compact size makes them ideal for deployment on edge devices like smartphones and laptops, enabling on-device AI capabilities without constant cloud connectivity. This improves speed, enhances user privacy, and allows for highly optimized performance on specific, narrow tasks.

Key Characteristics:

  • Fewer parameters (millions to low billions).
  • Optimized for efficiency and speed.
  • Can run on local, resource-constrained devices.
  • Often fine-tuned for high accuracy on specific tasks.

Primary Use Cases:

  • On-device applications (e.g., smart reply).
  • Real-time language processing.
  • Domain-specific chatbots (e.g., internal helpdesks).
  • Task-specific automation.

Large Reasoning Model (LRM)

Large Reasoning Models represent an evolution from LLMs, built specifically to tackle problems that require logical, step-by-step thinking. While standard LLMs are excellent at pattern matching and language prediction, LRMs are trained on data that teaches them to apply structured reasoning techniques (like deduction and induction). They can break down complex problems, analyze evidence, and generate explainable, logically sound conclusions, making them suitable for high-stakes domains.

Key Characteristics:

  • Trained for multi-step logical reasoning.
  • Can generate explainable thought processes.
  • Integrates symbolic logic with neural networks.
  • More accurate for complex, analytical tasks.

Primary Use Cases:

  • Solving complex math and science problems.
  • Medical diagnosis and clinical data interpretation.
  • Financial fraud detection and analysis.
  • Legal and compliance analysis.

Vision-Language-Action (VLA) Model

VLA models bridge the gap between digital understanding and physical action. They are inherently multimodal, processing information from vision (what the robot 'sees' via cameras) and language (a user's text or voice command). The model then fuses this understanding to generate a sequence of low-level actions that a robot's motors and grippers can execute. In essence, they teach robots to see, understand instructions, and act upon them in the real world.

Key Characteristics:

  • Multimodal: processes vision and language.
  • Outputs are physical action sequences.
  • Learns from demonstrations (imitation learning).
  • Enables robots to perform tasks from natural language.

Primary Use Cases:

  • Robotics and physical automation.
  • Warehouse logistics (pick and place).
  • Home assistance robots.
  • Manufacturing and assembly lines.

Large Action Model (LAM)

Large Action Models are the next frontier, designed to be AI agents that can operate digital tools and applications on a user's behalf. Unlike an LLM which can only talk about what to do, a LAM can actually do it. It learns to use graphical user interfaces (GUIs) just like a human—by observing actions and outcomes. Given a goal like "book a flight to New York for next Tuesday," a LAM can interact with websites, click buttons, fill forms, and complete the entire workflow autonomously.

Key Characteristics:

  • Translates human intent into actions on software.
  • Interacts with GUIs (clicks, typing, scrolling).
  • Learns from demonstrations of human workflows.
  • Acts as an autonomous digital agent.

Primary Use Cases:

  • Workflow automation across multiple apps.
  • Autonomous task completion (e.g., booking travel).
  • AI assistants that can "do" instead of just "tell".
  • Robotic Process Automation (RPA) on steroids.

Comparative Model Landscape

This chart provides a holistic view of the different LLM archetypes. It positions each model based on its typical computational scale (from small and efficient to massive and resource-intensive) and the complexity of the tasks it's designed to handle (from generating text to executing real-world actions). The size of the bubble indicates the model's degree of specialization.