Model
The model is the AI. Specifically: a giant file of numbers (the weights — billions of them) plus the architecture that uses them to compute probabilities. When you call ChatGPT, you are calling a model. When you call Claude, you are calling a different model. They produce different distributions for the same prompt because their weights are different. Choosing a model = choosing a probability machine.
A model is the combination of a neural network architecture and its associated learned parameters, typically stored as a large binary file. It functions as a probabilistic engine that processes input tokens to generate a distribution over the next possible tokens. Different models, such as GPT-4o or Llama 3.3, are distinct sets of weights and architectures that produce unique output distributions.
A model is defined as the static artifact consisting of a specific computational graph (architecture) and its corresponding set of learned parameters (weights and biases). It serves as a deterministic function that maps an input sequence to a probability distribution over the vocabulary space. The model is the version-controlled, deployable unit—such as a transformer-based checkpoint—that executes inference via an API to produce distinct, model-specific output distributions.
other senses: AI security
evolution
- 1958 · historyPerceptron
Frank Rosenblatt introduced the first artificial neural network model capable of learning weights through iterative adjustment.
- 1986 · historyBackpropagation
Rumelhart, Hinton, and Williams popularized the algorithm that allowed multi-layer models to learn complex representations by propagating error gradients.
- 2012 · historyAlexNet
The success of this deep convolutional model on ImageNet demonstrated the power of scaling model parameters and GPU-accelerated training.
- 2017 · historyTransformer Architecture
Google researchers introduced the Transformer, a model architecture that enabled massive parallelization and the foundation for modern Large Language Models.
- 2020 · historyGPT-3
OpenAI released a model with 175 billion parameters, establishing the paradigm of 'foundation models' that perform diverse tasks via in-context learning.
- 2026-04-07 · trackedClaude Mythos Preview announced
Anthropic previews Mythos, a frontier cyber-vuln-finding model; not generally available.
- 2026-06-09 · trackedNIST publishes Gödel guardrail proof
NIST proof: no finite static guardrails can protect AI; continuous monitor-and-update required.
- 2026-06-09 · trackedClaude Fable 5 released
Mythos-class Fable 5 released broadly; Anthropic says new safeguards block high-risk areas.
- 2026-06-10 · trackedFable 5 jailbroken by Pliny
Pliny publishes a Fable 5 jailbreak within 24h; safety guardrails bypassed.
- 2026-06-12 · trackedUS govt orders Fable 5 & Mythos 5 disabled
US export-control directive bars foreign-national access; Anthropic disables both models for all. Opus 4.8 unaffected.
seen in events
- US govt orders Fable 5 & Mythos 5 disabled · 2026-06-12
- Fable 5 jailbroken by Pliny · 2026-06-10
- Claude Fable 5 released · 2026-06-09
- Claude Mythos Preview announced · 2026-04-07
- US Government Restricts Foreign Access to Anthropic Fable 5 and Mythos 5
- LiteLLM Vulnerability Chain Enables Unauthorized AI Gateway Server Takeover