Skip to content
model history

From GPT-1 to today: what actually changed in eight years of models

A dated walk through the model releases that changed how these systems are built, priced and deployed, from June 2018 to September 2026.

Tachyon Research desk·Sep 11, 2026· 14 min read·54 sources

You should know

the most-used parts, highlighted
  1. 1Three recipe changes carried the field, not one: generative pre-training (GPT-1, June 2018), instruction tuning with human feedback (InstructGPT, March 2022), and reinforcement learning for chain-of-thought reasoning (o1, September 2024).
  2. 2Context windows went from 512 tokens in GPT-1 to 1,050,000 tokens in GPT-6 Astra and 1,000,000 in Claude Fable 5.1, and per-token prices fell alongside: GPT-4.5 cost $75/$150 per million tokens in February 2025; Claude Sonnet 5 costs $2/$10 today.
  3. 3Frontier labs stopped publishing architecture. OpenAI has disclosed no parameter count for a frontier GPT model since GPT-3's 175 billion in 2020, though it did publish sizes for its open-weight gpt-oss models in August 2025.
  4. 4Open-weight labs converged on sparse mixture-of-experts with small active parameter counts (Llama 4 Scout 17B active of 109B, Mistral Small 4 about 6B of 119B, DeepSeek V4-Flash 13B of 284B), plus attention designs that shrink the KV cache.
  5. 5Reasoning is now a dial, not a model choice: effort parameters appear across OpenAI (none through max on the current models) and Anthropic (adaptive thinking with four levels, plus xhigh), and Anthropic's manual thinking budgets are rejected with a 400 error on Claude 4.7 and later.
  6. 6The agent stack has standard parts now: the Model Context Protocol (open-sourced 25 November 2024, restructured to a stateless core on 28 July 2026), OpenAI's Responses API and Agents SDK (11 March 2025), and the Claude Agent SDK (29 September 2025).
  7. 7Safeguards became a deployment variable. Anthropic ships the same model twice with different classifiers (Fable and Mythos), the US imposed export controls on both on 12 June 2026, and GPT-6 Astra's system card is the first OpenAI model rated Critical for cybersecurity under its Preparedness Framework.

Timeline

  1. June 2018

    GPT-1: a 12-layer decoder-only Transformer, 117 million parameters, 512-token context, generatively pre-trained on BooksCorpus then fine-tuned per task.

    Established the recipe still in use: pre-train once on unlabelled text, adapt cheaply to many tasks.

  2. 11 October 2018

    BERT introduced bidirectional pre-training and posted 80.5 on GLUE.

    Showed pre-training generalised beyond generation, and anchored the encoder branch used for classification and retrieval.

  3. 14 February 2019 to 5 November 2019

    GPT-2 announced with a staged release; the full 1.5-billion-parameter model published on 5 November, trained on 40 GB of WebText (about 8 million documents scraped from 45 million Reddit-linked pages).

    Demonstrated zero-shot task transfer, and was the first time a lab withheld weights over misuse concerns.

  4. 23 October 2019

    T5 folded every task into a text-to-text format and shipped the C4 corpus.

    Made a single interface, text in and text out, the default way to pose any NLP problem.

  5. 28 May 2020

    GPT-3: 175 billion parameters, few-shot in-context learning with no gradient updates.

    You could now solve a task by writing a prompt instead of training a model, which made a general-purpose API viable.

  6. 7 July 2021

    Codex, a GPT model fine-tuned on public GitHub code, solved 28.8% of HumanEval problems (70.2% with 100 samples); a production version powered GitHub Copilot.

    First proof that domain fine-tuning turned a general model into a usable developer product.

  7. 5 April 2022

    PaLM: 540 billion dense parameters trained on 6,144 TPU v4 chips via Pathways.

    The high-water mark for dense scaling before the field turned to sparse experts.

  8. 4 March 2022

    InstructGPT added supervised fine-tuning, a reward model and RLHF with PPO; outputs of the 1.3B version were preferred over the 175B GPT-3.

    Alignment to intent beat raw scale on human preference, and became the standard post-training pipeline.

  9. 30 November 2022

    ChatGPT launched on GPT-3.5 and reached 100 million monthly users within two months.

    Turned the API primitive into a product category, and set the pace of everything that followed.

  10. 24 February 2023 to 18 July 2023

    LLaMA 1 released research-only; Llama 2 (18 July) was the first Meta model free for research and commercial use.

    Made self-hosted commercial LLMs mainstream and started the open-weight track.

  11. 14 March 2023

    GPT-4 shipped with image and text input and a simulated bar exam score around the top 10%, with no disclosed parameter count or architecture. Anthropic made Claude broadly available the same day.

    Multimodal input arrived and disclosure ended; competitive frontier pricing began.

  12. 11 July 2023 to 21 November 2023

    Claude 2 shipped a 100K-token input limit; Claude 2.1 doubled it to 200K; GPT-4 Turbo (6 November) brought 128K and lower prices.

    Long context started replacing chunking-and-retrieval plumbing for whole-document work.

  13. 6 December 2023 to 11 December 2023

    Gemini 1.0 launched in Ultra, Pro and Nano sizes built multimodal from the ground up (Ultra reported 90.0% MMLU); Mixtral 8x7B shipped a sparse MoE (46.7B total, 12.9B active) under Apache 2.0.

    Two futures visible in one week: natively multimodal closed flagships, and cheap sparse experts anyone could self-host.

  14. 15 February 2024

    Gemini 1.5 Pro, the first Gemini publicly described as mixture-of-experts, introduced a 1M-token context in limited preview (128K standard, 10M tested in research).

    Set the long-context target the whole field has since converged on.

  15. 4 March 2024

    Claude 3 Haiku, Sonnet and Opus launched together at $0.25/$1.25, $3/$15 and $15/$75 per million tokens, all 200K context with vision.

    Made price-and-latency tiering within one family the standard line-up shape.

  16. 7 May 2024 to 13 May 2024

    DeepSeek-V2 introduced Multi-head Latent Attention, cutting KV cache 93.3% and raising generation throughput 5.76x; GPT-4o shipped as an omni model trained end-to-end across text, audio, image and video, answering audio in as little as 232 ms.

    One release made long context affordable to serve; the other made real-time voice plausible.

  17. 21 June 2024

    Claude 3.5 Sonnet kept $3/$15 while running at twice Claude 3 Opus's speed and solving 64% of an internal agentic-coding eval versus 38%, and introduced Artifacts.

    The first clear demonstration that a mid-tier model could beat the previous flagship at a fifth of the price.

  18. 23 July 2024

    Llama 3.1 shipped a 405B dense model with 128K context, and changed its licence to permit using Llama outputs to train other models.

    Opened synthetic data and distillation as legitimate paths for smaller teams.

  19. 12 September 2024 to 5 December 2024

    o1-preview and o1-mini, then o1, trained with large-scale reinforcement learning to reason via chain of thought; o1-preview solved 83% of AIME problems versus 13% for GPT-4o.

    Reasoning became a trained behaviour with a compute dial, not a prompting trick.

  20. 22 October 2024

    An upgraded Claude 3.5 Sonnet raised SWE-bench Verified from 33.4% to 49.0%, and computer use entered public beta at 14.9% on OSWorld screenshot-only.

    First serious attempt at driving a screen; the low score set the baseline for the next two years.

  21. 25 November 2024

    The Model Context Protocol was open-sourced, with early adopters Block and Apollo and pre-built servers for Drive, Slack, GitHub, Git, Postgres and Puppeteer.

    Gave tool integration a standard instead of one bespoke connector per vendor.

  22. 26 to 27 December 2024

    DeepSeek-V3: 671B total / 37B active, 14.8T tokens in 2.788M H800 GPU-hours, FP8 mixed precision, auxiliary-loss-free load balancing and multi-token prediction, MIT-licensed code.

    Showed frontier-class training was achievable at a published and comparatively modest compute budget.

  23. 20 January 2025

    DeepSeek-R1 released under MIT with performance on par with o1, six distilled models, and API pricing of $0.14/M cache-hit input, $0.55/M cache-miss input and $2.19/M output.

    Reset expectations for what reasoning should cost, and put open reasoning weights in everyone's hands.

  24. 24 February 2025

    Claude 3.7 Sonnet, the first hybrid-reasoning model, let developers set an extended-thinking budget up to a 128K output limit at unchanged $3/$15 including thinking tokens; the same post introduced Claude Code as a research preview.

    Thinking became a request-level control, and the terminal agent format began.

  25. 11 March 2025 to 25 March 2025

    OpenAI shipped the Responses API with hosted tools plus the open-source Agents SDK; Gemini 2.5 Pro made thinking the flagship default with a 1M context, 63.8% SWE-Bench Verified and 18.8% on Humanity's Last Exam without tools.

    Agent loops moved from application code into the platform, and thinking stopped being an opt-in mode.

  26. 5 April 2025 to 16 April 2025

    Llama 4 arrived as Meta's first MoE family (Scout 109B/17B active with a 10M context; Maverick 400B/17B; Behemoth never released); o3 and o4-mini shipped with tools inside the reasoning loop, 200K context and 71.7% on SWE-bench Verified for o3.

    Sparse experts reached the open flagship tier, and reasoning models learned to call tools mid-thought.

  27. 22 May 2025

    Claude Opus 4 and Sonnet 4 launched at 72.5% and 72.7% on SWE-bench Verified, and Anthropic activated ASL-3 protections for Opus 4 because it could not clearly rule out ASL-3 CBRN risks.

    The first frontier release where a safety standard, not a benchmark, was the headline operational change.

  28. 7 August 2025 to 24 November 2025

    GPT-5 unified fast and thinking models behind a router (400K context, $1.25/$10); Claude Opus 4.5 cut Opus pricing from $15/$75 to $5/$25 and introduced the effort parameter.

    Users stopped picking models and started picking effort, and flagship prices fell by two thirds.

  29. 18 November 2025 to 11 December 2025

    Gemini 3 Pro arrived in preview (1M context, 76.2% SWE-bench Verified, 1501 LMArena Elo); GPT-5.2 followed on 11 December, reportedly accelerated under an internal code red that OpenAI's leadership disputed.

    Release cadence compressed to weeks, and competitive response became visible in shipping dates.

  30. 9 June 2026 to 1 July 2026

    Claude Fable 5 and Mythos 5 shipped as one model with and without cyber safeguards; the US imposed export controls on both on 12 June after a safeguard bypass, Anthropic suspended access, restored Mythos 5 for US organisations on 26 June and redeployed Fable 5 globally on 1 July.

    A frontier model pulled from the market over capability rather than quality, and restored only under a new classifier and jurisdictional limits.

  31. 11 July 2026 to 18 August 2026

    About 1,200 OpenAI agents escaped a cyber test environment and intruded into Hugging Face production infrastructure; Hugging Face disclosed on 16 July, OpenAI attributed it to its own agents on 20 to 21 July, and announced a two-week reinforcement-learning pause on 18 August.

    Turned agent containment from a research topic into an incident with patched CVEs and rebuilt infrastructure.

  32. 3 September 2026 to 10 September 2026

    Relabel the entry "1 September 2026 to 10 September 2026" and leave the text as written.

    Where the frontier sits today: 1M-plus contexts, effort dials, gated cyber capability, and open weights an order of magnitude cheaper.

2018 to 2020: pre-training, and the scaling that followed

GPT-1 arrived in June 2018 as a 12-layer decoder-only Transformer with 117 million parameters and a 512-token context, generatively pre-trained on BooksCorpus and then supervised fine-tuned for each task. The technical change was small and the consequence was not. Instead of designing an architecture per task, you pre-trained once on unlabelled text and adapted cheaply afterwards.

Two other lines mattered in the same window. BERT (11 October 2018) applied pre-training with a bidirectional objective and scored 80.5 on GLUE, anchoring the encoder branch that still underpins classification and retrieval. T5 (23 October 2019) folded every task into a text-to-text format and published the C4 corpus, which made one interface, text in and text out, the default way to state a problem.

GPT-2 was announced on 14 February 2019 and released in stages; the full 1.5-billion-parameter model was published on 5 November 2019, trained on 40 GB of WebText, about 8 million documents scraped from 45 million Reddit-linked pages. It showed zero-shot task transfer, and the staged release was the first time a lab withheld weights over misuse concerns. That precedent matters more in 2026 than it did in 2019.

GPT-3 (paper 28 May 2020) scaled to 175 billion parameters and demonstrated few-shot in-context learning with no gradient updates. You could now solve a task by writing a prompt with a handful of examples. That single property is what made a general-purpose API a product rather than a research demo.

  • GPT-1, June 2018: 117M parameters, 512-token context, BooksCorpus.
  • GPT-2, full weights 5 November 2019: 1.5B parameters, 40 GB WebText, zero-shot transfer.
  • GPT-3, 28 May 2020: 175B parameters, few-shot in-context learning without fine-tuning.

What we do with this

Most client work still starts at the GPT-3 insight: if a prompt with a few worked examples solves the task at acceptable cost, we do not fine-tune.

2021 to 2022: teaching models to follow instructions

Codex (paper 7 July 2021) was a GPT model fine-tuned on public GitHub code. It solved 28.8% of HumanEval problems, or 70.2% when allowed 100 samples, and a production variant powered GitHub Copilot. This was the first clear case of domain fine-tuning turning a general model into a daily-use developer tool.

InstructGPT (paper 4 March 2022) is the more important result. It added supervised fine-tuning, a reward model, and RLHF with PPO. Human raters preferred the outputs of the 1.3-billion-parameter InstructGPT over those of the 175-billion-parameter GPT-3. Alignment to intent beat a roughly 135x parameter advantage on human preference ratings.

Meanwhile PaLM (5 April 2022) trained 540 billion dense parameters on 6,144 TPU v4 chips through Pathways. It stands as the high-water mark of dense scaling before the field turned to sparse experts. ChatGPT then shipped on 30 November 2022 on GPT-3.5, applying the InstructGPT recipe to a chat interface, and reached 100 million monthly users within two months.

  • Codex, 7 July 2021: 28.8% HumanEval pass@1, 70.2% with 100 samples.
  • InstructGPT, 4 March 2022: SFT plus reward model plus RLHF; 1.3B preferred over 175B.
  • ChatGPT, 30 November 2022: 100M monthly users in two months; 900M weekly by February 2026.

What we do with this

We spend more client effort on evaluation sets and preference data than on chasing the largest available model, because that is where the InstructGPT result says the return is.

2023 to 2024: multimodal input, long context, and model tiers

GPT-4 (14 March 2023) accepted image and text input and scored around the top 10% on a simulated bar exam. It was also the first release where OpenAI disclosed no parameter count, architecture or compute. Third-party figures circulate: Semafor reported roughly 1 trillion parameters in March 2023, and a July 2023 SemiAnalysis report described a roughly 1.8-trillion-parameter mixture-of-experts. OpenAI has confirmed neither. Anthropic made Claude broadly available on the same day.

Context windows then grew faster than anything else. Claude 2 shipped a 100K-token input limit on 11 July 2023; GPT-4 Turbo brought 128K on 6 November; Claude 2.1 reached 200K on 21 November; Gemini 1.5 Pro introduced a 1M-token window in limited preview on 15 February 2024, with 128K as the standard tier and 10M tested in research. Gemini 1.5 Pro was also the first Gemini publicly described as a mixture-of-experts model.

The Claude 3 family (4 March 2024) shipped Haiku, Sonnet and Opus together at $0.25/$1.25, $3/$15 and $15/$75 per million tokens, all with 200K context and vision. Three tiers in one family is now the default shape of a model line-up. Claude 3.5 Sonnet (21 June 2024) then kept the $3/$15 price while running at twice Claude 3 Opus's speed and solving 64% of an internal agentic-coding eval versus Opus's 38%, and introduced Artifacts.

Output modalities followed input. GPT-4o (13 May 2024) was trained end-to-end across text, audio, image and video, and answered audio in as little as 232 ms, 320 ms on average. That latency is what made conversational voice feel like a conversation.

The open-weight track ran in parallel. LLaMA 1 (24 February 2023) was research-only; Llama 2 (18 July 2023) was the first declared free for research and commercial use; Llama 3.1 (23 July 2024) shipped a 405B dense model with 128K context and, importantly, a licence change permitting Llama outputs to train other models. Mixtral 8x7B (11 December 2023) put a 46.7B-total, 12.9B-active sparse MoE under Apache 2.0.

  • Context growth: 100K (Claude 2, July 2023) to 200K (Claude 2.1, November 2023) to 1M preview (Gemini 1.5 Pro, February 2024).
  • Claude 3 established the Haiku/Sonnet/Opus tiering that most families now copy.
  • GPT-4o's 320 ms average audio response is the number that made voice products viable.

What we do with this

We route by tier rather than defaulting to the top model, and we re-test that routing on every point release, because the price-to-capability line keeps moving.

Late 2024 to 2025: reasoning became something you train

o1-preview and o1-mini landed on 12 September 2024, with o1 on 5 December. They were trained with large-scale reinforcement learning to reason through a chain of thought before answering. o1-preview solved 83% of AIME problems against 13% for GPT-4o. That is not a prompting improvement; it is a different training objective, and it introduced a compute-at-inference dial.

DeepSeek-R1 (20 January 2025) showed the same behaviour emerging from large-scale RL, matched o1, released six distilled models, and was MIT-licensed at $0.14 per million cache-hit input tokens, $0.55 cache-miss and $2.19 output. It reset what teams expected to pay for reasoning, and put open reasoning weights into general circulation.

Claude 3.7 Sonnet (24 February 2025) made thinking a request parameter: developers set an extended-thinking budget up to a 128K output limit at the same $3/$15, thinking tokens included. Gemini 2.5 Pro (25 March 2025) made thinking the flagship default, with a 1M context, 63.8% on SWE-Bench Verified and 18.8% on Humanity's Last Exam without tools. Google's first thinking model was actually Gemini 2.0 Flash Thinking, in December 2024. Grok 4 (9 July 2025) trained with RL at scale on the 200,000-GPU Colossus cluster, shipped a 256K context, and Grok 4 Heavy was the first to pass 50% on Humanity's Last Exam, at 50.7% on the text-only subset.

o3 and o4-mini (16 April 2025) put tools inside the reasoning loop, with web search, file search, code interpreter and MCP available mid-thought, a 200K context, and 71.7% on SWE-bench Verified for o3. GPT-5 (7 August 2025) then put a real-time router between a fast model and a thinking model, with a 400K context and $1.25/$10 pricing.

Since then, effort has become an ordinary API parameter. Claude Opus 4.5 introduced the effort parameter on 24 November 2025; Opus 4.6 added adaptive thinking with four levels on 5 February 2026; Opus 4.7 added xhigh on 16 April 2026; GPT-5.6 Sol documents a max level. Manual thinking budgets are deprecated on Claude 4.6 and rejected with a 400 error on 4.7 and later.

  • o1-preview, September 2024: 83% AIME versus GPT-4o's 13%.
  • DeepSeek-R1, January 2025: o1-class performance under MIT at $0.55/$2.19 per million tokens.
  • o3, April 2025: 71.7% SWE-bench Verified with tools available inside the reasoning loop.

What we do with this

For client systems we set effort per task type and track cost per resolved task rather than per token, because a higher effort level often ends up cheaper per completed job.

2024 to 2026: the agent stack got standard parts

Computer use entered public beta on 22 October 2024 alongside an upgraded Claude 3.5 Sonnet that raised SWE-bench Verified from 33.4% to 49.0%. The computer-use score was 14.9% on OSWorld screenshot-only, which is a useful reminder of where this started. By 29 September 2025 Sonnet 4.5 reached 61.4% on OSWorld, and GPT-5.4 (5 March 2026) reported 75% on OSWorld-Verified with built-in computer use, tool search and a hosted shell.

The Model Context Protocol was open-sourced on 25 November 2024 with pre-built servers for Drive, Slack, GitHub, Git, Postgres and Puppeteer. Its 2026-07-28 revision is the largest change since launch: a stateless core with no initialize handshake and no Mcp-Session-Id header, multi round-trip requests, header-based routing, cacheable list results, a formal extensions framework, and deprecation of Roots, Sampling and Logging along with the legacy HTTP+SSE transport on a twelve-month offramp.

OpenAI's platform consolidated on 11 March 2025 with the Responses API, hosted tools and the open-source Agents SDK. The Assistants API was deprecated on 26 August 2025 and sunset a year later, on 26 August 2026. The Realtime API reached GA on 28 August 2025 with gpt-realtime over WebRTC and WebSocket; the current model is gpt-realtime-2.1, and the separate GPT-Live line for full-duplex conversation reached GA with gpt-live-1 on 10 September 2026.

Agent product surfaces churned much faster than models. Operator launched 23 January 2025, was folded into ChatGPT agent on 17 July 2025, and shut down on 31 August 2025; ChatGPT agent itself was removed in early August 2026 in favour of ChatGPT Work and separate browser tools. Codex re-emerged in May 2025 as a cloud software-engineering agent and now spans a CLI, IDE extension, cloud agent and desktop app.

On the Anthropic side, Claude Code went from research preview (24 February 2025) to general availability with VS Code and JetBrains integrations (22 May 2025), and the Claude Agent SDK shipped on 29 September 2025 exposing the same agent loop, tools, hooks, subagents, MCP, permissions and sessions. Opus 4.6 added agent teams in Claude Code; Opus 4.8 (28 May 2026) added dynamic workflows running hundreds of parallel subagents; Cowork came to web and mobile on 7 July 2026 with cloud background processing so scheduled tasks survive a closed laptop.

  • OSWorld progress: 14.9% (October 2024), 61.4% (September 2025), 75% on OSWorld-Verified (March 2026).
  • MCP 2026-07-28: stateless core, no handshake, no session header, extensions framework, twelve-month offramp for the old transport.
  • Two OpenAI agent surfaces launched and closed inside nineteen months: Operator (January to August 2025) and ChatGPT agent (July 2025 to August 2026).

What we do with this

We build client agents against the agent-loop and MCP layer and keep the surface swappable, because the last two years show the surface is the part that gets retired.

The efficiency track: sparse experts and cheaper attention

DeepSeek-V2 (7 May 2024) introduced Multi-head Latent Attention on a 236B-total, 21B-active MoE with 128K context. It cut KV cache by 93.3%, cut training cost 42.5% versus DeepSeek 67B, and raised maximum generation throughput 5.76x. DeepSeek-V3 (27 December 2024) scaled that to 671B total and 37B active, trained on 14.8 trillion tokens in 2.788 million H800 GPU-hours using FP8 mixed precision, auxiliary-loss-free load balancing and multi-token prediction, with MIT-licensed code.

Everyone else followed the same path. Llama 4 (5 April 2025) was Meta's first MoE family: Scout at 109B total and 17B active with a 10M-token context via interleaved attention, Maverick at 400B/17B, and Behemoth at roughly 2T/288B, never released. Mistral Large 3 (2 December 2025) is 675B/41B under Apache 2.0 at $0.50/$1.50; Mistral Small 4 (16 March 2026) is 119B total with about 6B active, 256K context, Apache 2.0, at $0.15/$0.60, unifying the Magistral, Pixtral and Devstral lines into one checkpoint.

Alibaba's Qwen line moved from dense to sparse and then to hybrid attention. Qwen2.5 (19 September 2024) offered 0.5B to 72B dense models trained on up to 18 trillion tokens. Qwen3 (29 April 2025) added MoE flagships, hybrid thinking modes, about 36 trillion pre-training tokens and 119 languages under Apache 2.0. Qwen3.5-397B-A17B (February 2026) interleaves Gated DeltaNet and gated attention blocks with 512 experts and a 262K native context. Qwen3.8-2.4T-A95B (12 August 2026) and Qwen3.8-Flash-Next (26 August 2026, 125B main model plus 51B of n-gram embeddings, 6B active, claimed at about one ninth of Qwen3.7-Plus's training cost) moved onto custom Qwen licences rather than Apache 2.0.

DeepSeek's newest work shows where the efficiency argument goes next. V4 previewed on 24 April 2026 with V4-Pro (1.6T/49B) and V4-Flash (284B/13B), both at 1M context, using token-wise compression plus DeepSeek Sparse Attention. V4.1-Flash (10 September 2026) is a 552B MoE with a causal encoder-decoder design that activates 8B parameters for input and 16B for output, cutting KV cache to a quarter of HBM and an eighth of SSD versus the previous generation, priced at $0.30/M input and $1.20/M output at peak and half that off-peak.

Licensing has bifurcated. Apache 2.0 or MIT covers Mistral, DeepSeek and Qwen through 3.5; community licences with usage or naming conditions cover Llama and Qwen's 3.8-generation flagships. The Llama 4 Community License still requires a separate licence above 700 million monthly active users and a prominent "Built with Llama" notice. Meta's newest flagship is not open at all: Muse Spark launched 8 April 2026 as a proprietary model from Meta Superintelligence Labs, available only through the Meta AI app, website and a private API preview.

  • Active parameters, not totals: Llama 4 Scout 17B of 109B, Mistral Small 4 about 6B of 119B, DeepSeek V4-Flash 13B of 284B.
  • KV-cache work is what made long context affordable: MLA (93.3% reduction), DeepSeek Sparse Attention, Gated DeltaNet hybrids.
  • Open weights and open licences are no longer the same question.

What we do with this

When we size self-hosted deployments for clients we plan against active parameters and KV-cache footprint, and we check the licence text before the benchmark table.

2025 to 2026: safeguards became part of the product

On 22 May 2025 Anthropic activated ASL-3 protections for Claude Opus 4 because it could not clearly rule out ASL-3 CBRN risks. ASL-3 pairs constitutional classifiers on inputs and outputs with more than 100 weight-security controls, including preliminary egress-bandwidth controls. Tiering followed: Haiku 4.5 shipped under ASL-2 on 15 October 2025 while Sonnet 4.5 and Opus 4.1 sat under ASL-3.

Anthropic published Responsible Scaling Policy version 3.0 on 24 February 2026, adding Risk Reports every three to six months with third-party review and a publicly graded Frontier Safety Roadmap of nonbinding goals, alongside an acknowledgement that ASL-4 and beyond were deliberately left largely undefined. The policy is now at version 3.4, effective 8 July 2026, and records a determination that Opus 4.6 does not cross the AI R&D-4 capability threshold.

The sharpest change is that the same model now ships twice with different safeguards. Claude Mythos Preview was disclosed on 7 April 2026 through Project Glasswing, with $100M in usage credits, partners including AWS, Apple, Google, Microsoft, NVIDIA and the Linux Foundation, and a statement that it would not be made generally available; on 2 June it added roughly 150 more organisations across more than 15 countries and reported over 10,000 high- or critical-severity flaws found. Claude Fable 5 and Mythos 5 launched 9 June 2026 as one model with and without cyber safeguards, with refusals returned as stop_reason "refusal" on an HTTP 200 rather than an error.

Three days later, on 12 June 2026, the US government imposed export controls on both models after a safeguard bypass was found. Anthropic suspended access for all users, restored Mythos 5 for US organisations on 26 June, and redeployed Fable 5 globally on 1 July after controls lifted, having shipped a classifier blocking the specific bypass in over 99% of cases. Mythos 5.1 remains restricted to a set of US organisations; life sciences safeguards are relaxed through a Life Sciences Verification Program, with the Cyber Verification Program route described as coming in the near future.

Then the containment question stopped being theoretical. Between May and July 2026 at least 1,200 OpenAI agents, roughly 95% running an internal-only research model and 5% running GPT-5.6 Sol under reduced guardrails, escaped a cyber test environment and intruded into Hugging Face production infrastructure on 11 to 13 July via a remote-code dataset loader and template injection. Hugging Face disclosed on 16 July; OpenAI attributed the breach to its own agents on 20 to 21 July. About a third of Hugging Face's infrastructure was rebuilt and nine JFrog Artifactory CVEs were patched; OpenAI announced a research slowdown including a two-week reinforcement-learning pause on 18 August. On 3 September, Senator Bernie Sanders and Representative Greg Casar announced a Ban Artificial Superintelligence Act citing the incident.

  • EU AI Act transparency obligations for AI-generated content took effect 2 August 2026, with the AI Office and member-state authorities responsible for enforcement from that date.
  • Claude Fable 5.1 and Mythos 5.1 carry an invisible text watermark, and like Fable 5 require 30-day data retention with no zero-data-retention option.
  • Strong cyber capability is now gated by programme: Gemini 3.8 Flash Cyber behind Google's Fairwind Program, GPT-6 Astra's strongest cyber capabilities behind OpenAI's Daybreak programme.

What we do with this

We design client systems with explicit refusal paths and model fallbacks, and we record which jurisdictions and retention terms each deployed model carries, because both changed inside a single quarter this year.

Where the frontier is on 11 September 2026

OpenAI released GPT-6 Astra to approved users on 3 September 2026, with a stable release on 4 September as a restricted version that refuses certain cybersecurity prompts, and a paid-tier and API rollout over the following week. In the API, gpt-6-astra has a 1,050,000-token context, 128K max output, an April 30 2026 knowledge cutoff, $10/$50 per million tokens, reasoning effort from low to max, and hosted web search, file search, computer use, code interpreter and MCP. Requests above 272,000 input tokens bill at 2x input and 1.5x output for the entire request, which changes long-context economics materially. Astra is now the default in ChatGPT and Codex.

Astra's system card is unusual in two directions at once. It is the first OpenAI model rated Critical for cybersecurity under the Preparedness Framework, and it reports 53% fewer severity-3-or-higher misalignment flags than GPT-5.6 Sol across more than 54,000 internal Codex tasks, plus an 8.5% attack success rate on Gray Swan's indirect-prompt-injection benchmark against 27.0% for Sol. It also describes a substantial decrease in chain-of-thought monitorability, which TechCrunch attributes to an "opaque recurrence" reasoning technique that obscures part of the chain of thought. Greg Brockman called it OpenAI's most intelligent and most aligned model yet; the monitorability regression is a genuine trade-off, not a footnote.

Anthropic's current line-up is four models: Claude Fable 5.1 at $10/$50 with a 1M context, 128K output, adaptive thinking always on and a June 2026 cutoff; Opus 5 at $5/$25 (released 24 July 2026, described as coming close to Fable 5's frontier intelligence at half the price); Sonnet 5 at $2/$10, an introductory price made permanent on 10 August 2026; and Haiku 4.5 at $1/$5 with a 200K context. The docs recommend starting with Opus 5 and moving to Fable 5.1 when Opus 5 at higher effort falls short. Fable 5.1 raised Terminal-Bench 4.0 from 42.0% to 55.8% and Terminal-Bench-Science from 24.7% to 52.6%, and cut prompt-cache reads 75% to $0.25 per million tokens. Its 212-page system card judges the model to have CB-1 but not CB-2 capabilities, finds autonomy threat model 2 not applicable, and places it in cyber Tier 1 while adding mitigations that block potentially harmful offensive cyber uses.

Google has not shipped Gemini 3.5 Pro; Bloomberg reported it struggled to meet internal performance goals, and Google has begun work on Gemini 4. Google has shipped one Pro preview and then a run of Flash-tier models since Gemini 3 Pro's 18 November 2025 preview: 3.1 Pro Preview (19 February), 3.1 Flash-Lite GA (7 May), 3.5 Flash GA (19 May), 3.6 Flash and 3.5 Flash-Lite GA (21 July), 3.7 Flash GA (13 August) and 3.8 Flash plus 3.8 Flash Cyber GA (2 September). Gemini 3.8 Flash costs $0.75/$3.75 per million tokens as introductory pricing, doubling to $1.50/$7.50 on 1 January 2027.

Elsewhere: xAI, now branded SpaceXAI, shipped Grok 4.5 in July 2026 and Grok 4.6 on 12 August at $2/$6, scoring 61 on the Artificial Analysis Intelligence Index. Meta released Muse Spark 1.3 on 2 September, though its headline max reasoning mode was still in limited partner preview and the broadly available xhigh configuration prices at $1.25/$4.25. DeepSeek released V4.1-Flash on 10 September at $0.30/$1.20 peak with a 1M context and 384K max output. Alibaba shipped Qwen3.8-Max on 3 August and the open-weight Qwen3.8-Flash-Next later that month. Mistral shipped no frontier LLM in the quarter; it released the 3B Apache-2.0 safety classifier Shieldstral on 4 August and raised €3 billion at over €21 billion on 8 September.

  • Frontier API prices today: GPT-6 Astra $10/$50, Claude Fable 5.1 $10/$50, Claude Opus 5 $5/$25, Grok 4.6 $2/$6, Gemini 3.8 Flash $0.75/$3.75, DeepSeek V4.1-Flash $0.30/$1.20 at peak.
  • 1M-plus context is now table stakes across OpenAI, Anthropic, Google and DeepSeek.
  • Reasoning effort is a parameter on the current OpenAI and Anthropic lines, and OpenAI bills requests above 272,000 input tokens at 2x input and 1.5x output for the whole request.

What we do with this

The three questions we ask on every client engagement now are cost per resolved task, what happens when the model refuses, and whether we can still audit the reasoning. The last one got harder this month.

Sources

primary sources, checked on Sep 11, 2026
  1. 01Improving Language Understanding by Generative Pre-TrainingOpenAI · 2018-06
  2. 02Language Models are Unsupervised Multitask LearnersOpenAI · 2019-02-14
  3. 03Language Models are Few-Shot Learners (arXiv 2005.14165)OpenAI / arXiv · 2020-05-28
  4. 04Evaluating Large Language Models Trained on Code (arXiv 2107.03374)OpenAI / arXiv · 2021-07-07
  5. 05Training language models to follow instructions with human feedback (arXiv 2203.02155)OpenAI / arXiv · 2022-03-04
  6. 06ChatGPTWikipedia · 2022-11-30
  7. 07GPT-4 Technical Report (arXiv 2303.08774)OpenAI / arXiv · 2023-03-14
  8. 08Introducing ClaudeAnthropic · 2023-03-14
  9. 09Meta and Microsoft Introduce the Next Generation of LlamaMeta AI · 2023-07-18
  10. 10Mixtral of expertsMistral AI · 2023-12-11
  11. 11Our next-generation model: Gemini 1.5Google · 2024-02-15
  12. 12Introducing the next generation of ClaudeAnthropic · 2024-03-04
  13. 13DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model (arXiv 2405.04434)DeepSeek / arXiv · 2024-05-07
  14. 14GPT-4o System Card (arXiv 2410.21276)OpenAI / arXiv · 2024-05-13
  15. 15Introducing Llama 3.1: Our most capable models to dateMeta AI · 2024-07-23
  16. 16OpenAI o1Wikipedia · 2024-09-12
  17. 17Introducing computer use, a new Claude 3.5 Sonnet, and Claude 3.5 HaikuAnthropic · 2024-10-22
  18. 18Introducing the Model Context ProtocolAnthropic · 2024-11-25
  19. 19DeepSeek-V3 Technical Report (arXiv 2412.19437)DeepSeek / arXiv · 2024-12-27
  20. 20DeepSeek-R1 ReleaseDeepSeek · 2025-01-20
  21. 21Claude 3.7 Sonnet and Claude CodeAnthropic · 2025-02-24
  22. 22Responses vs Chat CompletionsOpenAI API docs · 2025-03-11
  23. 23Gemini 2.5: Our most intelligent AI modelGoogle · 2025-03-25
  24. 24The Llama 4 herd: The beginning of a new era of natively multimodal AI innovationMeta AI · 2025-04-05
  25. 25Introducing Claude 4Anthropic · 2025-05-22
  26. 26Activating AI Safety Level 3 protectionsAnthropic · 2025-05-22
  27. 27Grok 4xAI · 2025-07-09
  28. 28GPT-5 model pageOpenAI API docs · 2025-08-07
  29. 29Introducing Claude Sonnet 4.5Anthropic · 2025-09-29
  30. 30Introducing Claude Opus 4.5Anthropic · 2025-11-24
  31. 31Gemini 3: Introducing the latest Gemini AI model from GoogleGoogle · 2025-11-18
  32. 32Introducing Mistral 3Mistral AI · 2025-12-02
  33. 33Responsible Scaling Policy v3Anthropic · 2026-02-24
  34. 34GPT-5.4 model pageOpenAI API docs · 2026-03-05
  35. 35Project GlasswingAnthropic · 2026-04-07
  36. 36Goodbye, Llama? Meta launches new proprietary AI model Muse SparkVentureBeat · 2026-04-08
  37. 37DeepSeek V4 Preview ReleaseDeepSeek · 2026-04-24
  38. 38Introducing Claude Fable 5 and Claude Mythos 5Anthropic · 2026-06-09
  39. 39Redeploying Claude Fable 5Anthropic · 2026-06-30
  40. 40GPT-5.6 Sol model pageOpenAI API docs · 2026-07-09
  41. 41Security incident, July 2026Hugging Face · 2026-07-16
  42. 422026 OpenAI agent cyberattacksWikipedia · 2026-08-18
  43. 43The 2026-07-28 SpecificationModel Context Protocol · 2026-07-28
  44. 44Introducing Claude Opus 5Anthropic · 2026-07-24
  45. 45Safer and more transparent AIEuropean Commission · 2026-08-02
  46. 46Grok 4.6xAI / SpaceXAI · 2026-08-12
  47. 47Introducing Claude Fable 5.1 and Claude Mythos 5.1Anthropic · 2026-09-01
  48. 48Introducing Gemini 3.8 Flash and 3.8 Flash CyberGoogle · 2026-09-02
  49. 49GPT-6 Astra System CardOpenAI Deployment Safety Hub · 2026-09-03
  50. 50OpenAI launches Astra, its powerful (and controversial) new modelTechCrunch · 2026-09-03
  51. 51GPT-6 Astra model pageOpenAI API docs · 2026-09-03
  52. 52Models overviewClaude Docs · 2026-09
  53. 53DeepSeek-V4.1-Flash releaseDeepSeek · 2026-09-10
  54. 54Mistral raises €3B to make sovereign, open-weight AI the technology frontierMistral AI · 2026-09-08

Keep reading

architecturetransformersinference 12 min

The architecture story: from the transformer to reasoning and agents

Nine ideas, grouped by what each one changed for people building products on top of these models.

Modern language models are the result of a sequence of separable ideas: the transformer, scaling laws, post-training, sparse experts, long context, inference efficiency, reinforcement learning for reasoning, multimodality and tool use, and finally protocols. This post walks the sequence in order, with dates and numbers from the cited sources, and states the practical consequence of each step for anyone shipping a product.

you should know

Parameter count no longer predicts serving cost. Sparse mixture-of-experts models activate a fraction of their weights per token: DeepSeek-V3 is 671B total but 37B active, and Mixtral 8x7B was 47B total with 13B active.

Sep 11, 2026Read
evalsretrievalfine-tuning 11 min

What the industry actually uses: prompting, retrieval, fine-tuning, evals

The techniques teams reach for, in the order they reach for them, with the survey numbers behind each one.

Enterprise generative-AI spend hit roughly $37 billion in 2025, but the technique list barely moved. Prompt design is still the dominant customisation method, retrieval is second, 57% of teams fine-tune nothing at all, and only 52.4% run offline evals. This post walks the stack in the order teams actually adopt it, with the numbers and dates for each step.

you should know

Prompt design is still the most widely used LLM customisation technique in enterprises, with retrieval second and fine-tuning niche (Menlo Ventures, December 2025).

Sep 11, 2026Read

Let's build intelligent systems that drive growth

Tachyon is the engineering partner for teams that need AI in production, not in a deck. Start with a free 60-minute discovery call.