{
  "perspective": "timeline",
  "title": "Cross-cutting timeline of AI distillation, 2006 to 2026",
  "updated": "2026-09-03",
  "summary": "Knowledge distillation began as an academic model-compression trick (Bucila 2006, Hinton 2015) and spent a decade as a research topic before becoming the default way to build small language models (DistilBERT 2019, Gemma, Llama 3.2, Qwen3). In 2024 it turned into a cloud product line (OpenAI Model Distillation, Amazon Bedrock Model Distillation) and a pricing strategy (Gemini Flash, GPT-4o mini, Haiku). DeepSeek-R1's January 2025 release, with six openly distilled students, triggered a market shock and the first public accusation that a rival had distilled a frontier lab's API outputs. By 2026 distillation was a national-security issue: Anthropic, OpenAI and Google all disclosed industrial-scale extraction campaigns within eleven days of each other in February, the White House issued National Security and Technology Memorandum 4 on adversarial distillation, and Congress advanced the Deterring American AI Model Theft Act and the BLADE Act while Beijing publicly rejected the whole framing. This timeline records 130 dated events across research, product, market, policy and legal categories, each with a source URL.",
  "stats": [
    {
      "label": "Dated events in this timeline",
      "value": 130,
      "unit": "events",
      "delta": "57 in 2026 so far",
      "note": "Every event carries its own source URL; spans 2006-08-20 to 2026-09-03.",
      "source": "https://dl.acm.org/doi/10.1145/1150402.1150464"
    },
    {
      "label": "Research milestones",
      "value": 38,
      "unit": "events",
      "delta": "29% of the record",
      "note": "Papers and public technical reports, from Model Compression (2006) to reasoning-trace extraction (2026).",
      "source": "https://arxiv.org/abs/1503.02531"
    },
    {
      "label": "Product and market events",
      "value": 60,
      "unit": "events",
      "delta": "52 product, 8 market",
      "note": "Model launches, distillation-as-a-service products, pricing tiers and priced market reactions.",
      "source": "https://huggingface.co/blog/sergiopaniego/distillation-2026"
    },
    {
      "label": "Policy and legal events",
      "value": 32,
      "unit": "events",
      "delta": "32 of them since January 2025",
      "note": "Bills, memoranda, export-control actions, lab disclosures and disputes. Almost none predate the DeepSeek-R1 release.",
      "source": "https://www.iaps.ai/research/ai-distillation-attacks-executive-and-congressional-action-can-go-further"
    },
    {
      "label": "Events in the last 12 months",
      "value": 65,
      "unit": "events",
      "delta": "50% of the whole timeline",
      "note": "From 3 September 2025 to 3 September 2026 — the period covering NSTM-4, the BLADE Act and the three labs’ extraction disclosures.",
      "source": "https://www.anthropic.com/news/detecting-and-preventing-distillation-attacks"
    },
    {
      "label": "Span from first to last event",
      "value": 20,
      "unit": "years",
      "delta": "2006-08-20 → 2026-09-03",
      "note": "First: Bucila, Caruana and Niculescu-Mizil publish 'Model Compression' at KDD 2006. Last: OpenAI launches GPT-6 Astra at $10/$50 per million tokens.",
      "source": "https://www.cnbc.com/2026/09/03/open-ai-astra-gpt-6-cyber.html"
    }
  ],
  "keyFindings": [
    {
      "title": "Era 1 (2006-2018): distillation as model compression",
      "detail": "Bucila, Caruana and Niculescu-Mizil showed in 2006 that a small network trained on the pseudo-labels of a large ensemble could match it; Hinton, Vinyals and Dean formalised soft-target 'dark knowledge' in 2015 and FitNets, sequence-level KD (Kim and Rush) and Born-Again Networks extended it to deeper students, seq2seq models and self-distillation. The technique was framed as deployment engineering, not competition. In parallel, the security literature was already describing the same mechanic as an attack: Tramer et al. stole model functionality through prediction APIs in 2016.",
      "audience": [
        "academic",
        "developer"
      ],
      "sources": [
        "https://dl.acm.org/doi/10.1145/1150402.1150464",
        "https://arxiv.org/abs/1503.02531",
        "https://arxiv.org/abs/1606.07947",
        "https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/tramer"
      ]
    },
    {
      "title": "Era 2 (2019-2022): the transformer compression wave",
      "detail": "DistilBERT and TinyBERT made distillation the standard recipe for shipping BERT-class models to production, cutting parameters by 40-90% while keeping most accuracy. Hugging Face's DistilBERT became one of the most downloaded models on the Hub and normalised distilled checkpoints as first-class open artifacts. The same window produced the first NLP model-extraction attack papers (Krishna et al., 2019) and self-distillation for vision (DINO, 2021).",
      "audience": [
        "academic",
        "developer",
        "library"
      ],
      "sources": [
        "https://arxiv.org/abs/1910.01108",
        "https://arxiv.org/abs/1909.10351",
        "https://arxiv.org/abs/1910.12366",
        "https://arxiv.org/abs/2104.14294"
      ]
    },
    {
      "title": "Era 3 (2023-2024): black-box distillation from frontier APIs",
      "detail": "Stanford Alpaca (52K text-davinci-003 demonstrations for under $600), Vicuna (ShareGPT conversations), Orca (GPT-4 explanation traces) and Distilling Step-by-Step showed that a small open model could inherit behaviour from a closed API using only outputs, not logits. MiniLLM and GKD reframed the loss for generative students (reverse KL, on-policy sampling), while Gudibande et al. warned that imitation closes style gaps faster than capability gaps. Frontier labs responded by hiding chain-of-thought (o1, September 2024) and by selling distillation themselves (OpenAI Model Distillation, October 2024; Bedrock, December 2024).",
      "audience": [
        "developer",
        "company",
        "customer"
      ],
      "sources": [
        "https://crfm.stanford.edu/2023/03/13/alpaca.html",
        "https://arxiv.org/abs/2306.02707",
        "https://arxiv.org/abs/2305.15717",
        "https://www.infoq.com/news/2024/10/openai-sf-dev-day/"
      ]
    },
    {
      "title": "Era 4 (2025): reasoning distillation and the DeepSeek shock",
      "detail": "DeepSeek-R1 (20 January 2025) shipped six distilled dense students from 1.5B to 70B and proved that reasoning traces transfer cheaply; Sky-T1 ($450), s1 (1,000 examples), LIMO (817 examples) and OpenThoughts pushed the data floor lower. Nvidia lost nearly $600B of market value in one session, and within 48 hours OpenAI and the White House alleged DeepSeek had distilled OpenAI outputs. Gemma 3, Llama 4 and Qwen3 all disclosed teacher-student training as core recipe, and CMU's Antidistillation Sampling opened a defensive research line.",
      "audience": [
        "financial",
        "political",
        "academic"
      ],
      "sources": [
        "https://arxiv.org/abs/2501.12948",
        "https://www.cnbc.com/2025/01/27/nvidia-sheds-almost-600-billion-in-market-cap-biggest-drop-ever.html",
        "https://www.eweek.com/news/openai-accuses-deepseek/",
        "https://arxiv.org/abs/2504.13146"
      ]
    },
    {
      "title": "Era 5 (2026): adversarial distillation becomes statecraft",
      "detail": "Three US labs published extraction evidence within eleven days: OpenAI's memo to the House Select Committee (12 February), Google's Threat Intelligence Group report on a 100,000-prompt Gemini campaign (12 February) and Anthropic's disclosure of 16M+ Claude exchanges from ~24,000 fraudulent accounts (23 February). Anthropic later told the Senate Banking Committee about a 28.8M-exchange campaign it attributes to Alibaba's Qwen lab. OSTP issued NSTM-4 (23 April), the House Foreign Affairs Committee advanced H.R. 8283 43-0, the White House accused Moonshot of distilling Anthropic's Fable for Kimi K3 (22 July), and senators introduced the BLADE Act (5 August). Beijing's Ministry of Commerce rejected the whole framing on 27 July.",
      "audience": [
        "political",
        "company",
        "financial"
      ],
      "sources": [
        "https://www.anthropic.com/news/detecting-and-preventing-distillation-attacks",
        "https://www.nbcnews.com/tech/security/google-gemini-hit-100000-prompts-cloning-attempt-rcna258657",
        "https://www.iaps.ai/research/ai-distillation-attacks-executive-and-congressional-action-can-go-further",
        "https://cset.georgetown.edu/publication/china-mofcom-statement-model-distillation"
      ]
    },
    {
      "title": "By 2026 distillation is inside almost every frontier training run, hostile or not",
      "detail": "Hugging Face's mid-2026 survey found teacher-student training in Gemma 4, DeepSeek-V4 (per-domain RL specialists merged by on-policy distillation), Nvidia Nemotron 3 Ultra (10+ domain teachers), Xiaomi MiMo-V2-Flash, GLM-5 (earlier checkpoints as teachers), Qwen3 and Cursor Composer 2.5 (self-distillation). Meta's Muse Glimmer 30B was distilled from the closed Muse Spark, and Apple said its 2026 foundation models are refined with Gemini outputs under a paid partnership. The technique that governments want to sanction is the same one that ships nearly every model on the market.",
      "audience": [
        "developer",
        "academic",
        "company"
      ],
      "sources": [
        "https://huggingface.co/blog/sergiopaniego/distillation-2026",
        "https://research.nvidia.com/labs/nemotron/files/NVIDIA-Nemotron-3-Ultra-Technical-Report.pdf",
        "https://cursor.com/blog/composer-2-5",
        "https://en.wikipedia.org/wiki/Apple_Intelligence"
      ]
    },
    {
      "title": "The legal status of distillation is still unsettled",
      "detail": "As of September 2026 no court has ruled on whether API-output distillation is unlawful, and neither Anthropic nor OpenAI has sued any of the accused labs; the disputes rest on terms-of-service breaches, fraud (fake accounts, proxies) and export-control policy rather than copyright or patent. Lawfare's July 2026 analysis argues existing law already covers the fraudulent-access part and warns that broad new IP rights would entrench incumbents. Bills such as H.R. 8283 and S. 5252 explicitly preserve 'legitimate' distillation and rely on public attacker lists, sanctions and export controls instead of new IP rights. The one filed case so far is a securities class action against Alibaba, not an IP suit.",
      "audience": [
        "political",
        "company"
      ],
      "sources": [
        "https://itif.org/publications/2026/07/28/how-to-fix-the-ai-model-theft-bill-before-it-becomes-law/",
        "https://www.npr.org/2026/07/28/nx-s1-5909652/allegations-of-ai-distillation-spark-debate-about-ip-theft-but-is-it-illegal",
        "https://www.lawfaremedia.org/article/responding-to-ai-distillation-without-panic",
        "https://www.dandodiary.com/2026/08/articles/artificial-intelligence/securities-suit-against-alibaba-combines-two-key-litigation-trends/"
      ]
    },
    {
      "title": "Defences moved from hiding outputs to watermarking and shared threat intelligence",
      "detail": "The first defence was concealment: OpenAI hid o1's chain of thought in September 2024. Research defences followed (Antidistillation Sampling, April 2025) and by 2026 the response was operational: Anthropic's classifiers and behavioural fingerprinting, Google's real-time prompt-cluster detection, and an April 2026 arrangement in which OpenAI, Anthropic and Google exchange distillation attack signatures through the Frontier Model Forum. Anthropic's August 2026 text watermark is explicitly a provenance measure for EU transparency compliance rather than an anti-distillation control, and an August 2026 paper showed encrypted reasoning blocks could be replayed across models to recover hidden traces.",
      "audience": [
        "company",
        "developer",
        "political"
      ],
      "sources": [
        "https://arxiv.org/abs/2504.13146",
        "https://www.anthropic.com/news/claude-text-watermark",
        "https://www.techbrew.com/stories/openai-anthropic-google-distillation-collab",
        "https://arxiv.org/abs/2608.09867"
      ]
    }
  ],
  "tables": [
    {
      "id": "events-by-year-category",
      "title": "Dated distillation events by year and category, 2006-2026",
      "description": "Every event in this timeline counted by calendar year and category. Years with no recorded event are omitted. Counts are derived from the timeline array below, so each cell traces to individual sourced entries.",
      "columns": [
        {
          "key": "year",
          "label": "Year",
          "type": "text"
        },
        {
          "key": "research",
          "label": "Research",
          "type": "number",
          "unit": "events"
        },
        {
          "key": "product",
          "label": "Product",
          "type": "number",
          "unit": "events"
        },
        {
          "key": "market",
          "label": "Market",
          "type": "number",
          "unit": "events"
        },
        {
          "key": "policy",
          "label": "Policy",
          "type": "number",
          "unit": "events"
        },
        {
          "key": "legal",
          "label": "Legal",
          "type": "number",
          "unit": "events"
        },
        {
          "key": "total",
          "label": "Total",
          "type": "number",
          "unit": "events"
        }
      ],
      "rows": [
        {
          "year": "2006",
          "research": 1,
          "product": 0,
          "market": 0,
          "policy": 0,
          "legal": 0,
          "total": 1,
          "_source": "https://dl.acm.org/doi/10.1145/1150402.1150464"
        },
        {
          "year": "2014",
          "research": 1,
          "product": 0,
          "market": 0,
          "policy": 0,
          "legal": 0,
          "total": 1,
          "_source": "https://arxiv.org/abs/1412.6550"
        },
        {
          "year": "2015",
          "research": 1,
          "product": 0,
          "market": 0,
          "policy": 0,
          "legal": 0,
          "total": 1,
          "_source": "https://arxiv.org/abs/1503.02531"
        },
        {
          "year": "2016",
          "research": 2,
          "product": 0,
          "market": 0,
          "policy": 0,
          "legal": 0,
          "total": 2,
          "_source": "https://arxiv.org/abs/1606.07947"
        },
        {
          "year": "2018",
          "research": 1,
          "product": 0,
          "market": 0,
          "policy": 0,
          "legal": 0,
          "total": 1,
          "_source": "https://arxiv.org/abs/1805.04770"
        },
        {
          "year": "2019",
          "research": 3,
          "product": 0,
          "market": 0,
          "policy": 0,
          "legal": 0,
          "total": 3,
          "_source": "https://arxiv.org/abs/1909.10351"
        },
        {
          "year": "2020",
          "research": 1,
          "product": 0,
          "market": 0,
          "policy": 0,
          "legal": 0,
          "total": 1,
          "_source": "https://arxiv.org/abs/2004.02984"
        },
        {
          "year": "2021",
          "research": 1,
          "product": 0,
          "market": 0,
          "policy": 0,
          "legal": 0,
          "total": 1,
          "_source": "https://arxiv.org/abs/2104.14294"
        },
        {
          "year": "2022",
          "research": 1,
          "product": 0,
          "market": 0,
          "policy": 0,
          "legal": 0,
          "total": 1,
          "_source": "https://arxiv.org/abs/2212.10560"
        },
        {
          "year": "2023",
          "research": 8,
          "product": 0,
          "market": 0,
          "policy": 0,
          "legal": 0,
          "total": 8,
          "_source": "https://crfm.stanford.edu/2023/03/13/alpaca.html"
        },
        {
          "year": "2024",
          "research": 3,
          "product": 12,
          "market": 0,
          "policy": 0,
          "legal": 0,
          "total": 15,
          "_source": "https://en.wikipedia.org/wiki/Gemma_(language_model)"
        },
        {
          "year": "2025",
          "research": 11,
          "product": 16,
          "market": 2,
          "policy": 7,
          "legal": 2,
          "total": 38,
          "_source": "https://novasky-ai.github.io/posts/sky-t1/"
        },
        {
          "year": "2026",
          "research": 4,
          "product": 24,
          "market": 6,
          "policy": 15,
          "legal": 8,
          "total": 57,
          "_source": "https://en.wikipedia.org/wiki/Apple_Intelligence"
        }
      ],
      "notes": "Derived from this file's timeline array; every underlying event carries its own source URL. Coverage is denser for 2025-2026 because distillation only became a policy and market story then, so early years understate research activity.",
      "sources": [
        "https://arxiv.org/abs/1503.02531",
        "https://huggingface.co/blog/sergiopaniego/distillation-2026",
        "https://www.cnas.org/publications/reports/adversarial-distillation"
      ]
    }
  ],
  "charts": [
    {
      "id": "events-per-year-stacked",
      "title": "Distillation events per year, stacked by category",
      "type": "stackedBar",
      "xLabel": "Year",
      "yLabel": "Events recorded",
      "unit": "events",
      "series": [
        {
          "name": "Research",
          "data": [
            {
              "x": "2006",
              "y": 1
            },
            {
              "x": "2014",
              "y": 1
            },
            {
              "x": "2015",
              "y": 1
            },
            {
              "x": "2016",
              "y": 2
            },
            {
              "x": "2018",
              "y": 1
            },
            {
              "x": "2019",
              "y": 3
            },
            {
              "x": "2020",
              "y": 1
            },
            {
              "x": "2021",
              "y": 1
            },
            {
              "x": "2022",
              "y": 1
            },
            {
              "x": "2023",
              "y": 8
            },
            {
              "x": "2024",
              "y": 3
            },
            {
              "x": "2025",
              "y": 11
            },
            {
              "x": "2026",
              "y": 4
            }
          ]
        },
        {
          "name": "Product",
          "data": [
            {
              "x": "2006",
              "y": 0
            },
            {
              "x": "2014",
              "y": 0
            },
            {
              "x": "2015",
              "y": 0
            },
            {
              "x": "2016",
              "y": 0
            },
            {
              "x": "2018",
              "y": 0
            },
            {
              "x": "2019",
              "y": 0
            },
            {
              "x": "2020",
              "y": 0
            },
            {
              "x": "2021",
              "y": 0
            },
            {
              "x": "2022",
              "y": 0
            },
            {
              "x": "2023",
              "y": 0
            },
            {
              "x": "2024",
              "y": 12
            },
            {
              "x": "2025",
              "y": 16
            },
            {
              "x": "2026",
              "y": 24
            }
          ]
        },
        {
          "name": "Market",
          "data": [
            {
              "x": "2006",
              "y": 0
            },
            {
              "x": "2014",
              "y": 0
            },
            {
              "x": "2015",
              "y": 0
            },
            {
              "x": "2016",
              "y": 0
            },
            {
              "x": "2018",
              "y": 0
            },
            {
              "x": "2019",
              "y": 0
            },
            {
              "x": "2020",
              "y": 0
            },
            {
              "x": "2021",
              "y": 0
            },
            {
              "x": "2022",
              "y": 0
            },
            {
              "x": "2023",
              "y": 0
            },
            {
              "x": "2024",
              "y": 0
            },
            {
              "x": "2025",
              "y": 2
            },
            {
              "x": "2026",
              "y": 6
            }
          ]
        },
        {
          "name": "Policy",
          "data": [
            {
              "x": "2006",
              "y": 0
            },
            {
              "x": "2014",
              "y": 0
            },
            {
              "x": "2015",
              "y": 0
            },
            {
              "x": "2016",
              "y": 0
            },
            {
              "x": "2018",
              "y": 0
            },
            {
              "x": "2019",
              "y": 0
            },
            {
              "x": "2020",
              "y": 0
            },
            {
              "x": "2021",
              "y": 0
            },
            {
              "x": "2022",
              "y": 0
            },
            {
              "x": "2023",
              "y": 0
            },
            {
              "x": "2024",
              "y": 0
            },
            {
              "x": "2025",
              "y": 7
            },
            {
              "x": "2026",
              "y": 15
            }
          ]
        },
        {
          "name": "Legal",
          "data": [
            {
              "x": "2006",
              "y": 0
            },
            {
              "x": "2014",
              "y": 0
            },
            {
              "x": "2015",
              "y": 0
            },
            {
              "x": "2016",
              "y": 0
            },
            {
              "x": "2018",
              "y": 0
            },
            {
              "x": "2019",
              "y": 0
            },
            {
              "x": "2020",
              "y": 0
            },
            {
              "x": "2021",
              "y": 0
            },
            {
              "x": "2022",
              "y": 0
            },
            {
              "x": "2023",
              "y": 0
            },
            {
              "x": "2024",
              "y": 0
            },
            {
              "x": "2025",
              "y": 2
            },
            {
              "x": "2026",
              "y": 8
            }
          ]
        }
      ],
      "notes": "Shows the shift from a purely research topic (2006-2022) to a product story (2024) and then a policy and legal story (2025-2026). 2026 is partial: it covers 1 January to 3 September 2026.",
      "sources": [
        "https://huggingface.co/blog/sergiopaniego/distillation-2026",
        "https://www.cnas.org/publications/reports/adversarial-distillation"
      ]
    },
    {
      "id": "cumulative-events",
      "title": "Cumulative distillation events, 2006 to September 2026",
      "type": "line",
      "xLabel": "Year",
      "yLabel": "Cumulative events",
      "unit": "events",
      "series": [
        {
          "name": "Cumulative events",
          "data": [
            {
              "x": "2006",
              "y": 1
            },
            {
              "x": "2014",
              "y": 2
            },
            {
              "x": "2015",
              "y": 3
            },
            {
              "x": "2016",
              "y": 5
            },
            {
              "x": "2018",
              "y": 6
            },
            {
              "x": "2019",
              "y": 9
            },
            {
              "x": "2020",
              "y": 10
            },
            {
              "x": "2021",
              "y": 11
            },
            {
              "x": "2022",
              "y": 12
            },
            {
              "x": "2023",
              "y": 20
            },
            {
              "x": "2024",
              "y": 35
            },
            {
              "x": "2025",
              "y": 73
            },
            {
              "x": "2026",
              "y": 130
            }
          ]
        }
      ],
      "notes": "The curve is close to flat for the first fifteen years and then near-vertical from 2024, when distillation simultaneously became a cloud product, a pricing tier and a national-security file.",
      "sources": [
        "https://arxiv.org/abs/2501.12948",
        "https://www.anthropic.com/news/detecting-and-preventing-distillation-attacks"
      ]
    },
    {
      "id": "events-by-category-donut",
      "title": "Share of timeline events by category",
      "type": "donut",
      "xLabel": "Category",
      "yLabel": "Events",
      "unit": "events",
      "series": [
        {
          "name": "Events",
          "data": [
            {
              "x": "Research",
              "y": 38
            },
            {
              "x": "Product",
              "y": 52
            },
            {
              "x": "Market",
              "y": 8
            },
            {
              "x": "Policy",
              "y": 22
            },
            {
              "x": "Legal",
              "y": 10
            }
          ]
        }
      ],
      "notes": "Product and research events dominate the record, but policy and legal events are concentrated almost entirely in the 20 months from January 2025.",
      "sources": [
        "https://www.iaps.ai/research/ai-distillation-attacks-executive-and-congressional-action-can-go-further"
      ]
    }
  ],
  "timeline": [
    {
      "date": "2006-08-20",
      "title": "Bucila, Caruana and Niculescu-Mizil publish 'Model Compression' at KDD 2006",
      "detail": "The paper shows that a single small neural network trained on unlabeled data pseudo-labeled by a large ensemble can match the ensemble's accuracy at a fraction of the size. It is the earliest widely cited ancestor of modern knowledge distillation.",
      "category": "research",
      "source": "https://dl.acm.org/doi/10.1145/1150402.1150464"
    },
    {
      "date": "2014-12-19",
      "title": "FitNets introduces hint-based distillation into intermediate layers",
      "detail": "Romero et al. train thin, deep students by matching the teacher's intermediate representations ('hints') rather than only its outputs, establishing feature-based distillation.",
      "category": "research",
      "source": "https://arxiv.org/abs/1412.6550"
    },
    {
      "date": "2015-03-09",
      "title": "Hinton, Vinyals and Dean post 'Distilling the Knowledge in a Neural Network'",
      "detail": "The paper coins 'distillation', introduces temperature-scaled soft targets and shows ensemble knowledge can be compressed into one model on MNIST and speech. It becomes the canonical citation for the field.",
      "category": "research",
      "source": "https://arxiv.org/abs/1503.02531"
    },
    {
      "date": "2016-06-25",
      "title": "Kim and Rush propose sequence-level knowledge distillation",
      "detail": "Sequence-level KD trains a student on the teacher's beam-search outputs instead of per-token distributions, enabling small neural machine translation models. This is the direct ancestor of training on generated reasoning traces.",
      "category": "research",
      "source": "https://arxiv.org/abs/1606.07947"
    },
    {
      "date": "2016-08-11",
      "title": "'Stealing Machine Learning Models via Prediction APIs' presented at USENIX Security",
      "detail": "Tramer, Zhang, Juels, Reiter and Ristenpart show that an adversary with only query access to a pay-per-prediction ML API can reconstruct a near-equivalent model, including against commercial services. It is the founding paper of model extraction, the adversarial framing of what labs would later call distillation.",
      "category": "research",
      "source": "https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/tramer"
    },
    {
      "date": "2018-05-12",
      "title": "Born-Again Neural Networks show self-distillation improves students of equal size",
      "detail": "Furlanello et al. find that a student distilled from an identically sized teacher can outperform it, complicating the compression-only view of distillation.",
      "category": "research",
      "source": "https://arxiv.org/abs/1805.04770"
    },
    {
      "date": "2019-09-23",
      "title": "TinyBERT distills BERT with transformer-layer and attention matching",
      "detail": "Huawei researchers combine general and task-specific distillation to build a 4-layer BERT that retains most of BERT-base accuracy at 7.5x fewer parameters.",
      "category": "research",
      "source": "https://arxiv.org/abs/1909.10351"
    },
    {
      "date": "2019-10-02",
      "title": "Hugging Face releases DistilBERT",
      "detail": "DistilBERT is 40% smaller and 60% faster than BERT-base while retaining about 97% of its language-understanding performance. It makes distilled checkpoints a mainstream open-source artifact.",
      "category": "research",
      "source": "https://arxiv.org/abs/1910.01108"
    },
    {
      "date": "2019-10-27",
      "title": "'Thieves on Sesame Street!' extracts BERT-based APIs for a few hundred dollars",
      "detail": "Krishna, Tomar, Parikh, Papernot and Iyyer show that random word sequences plus task heuristics are enough to extract a working copy of a fine-tuned BERT API, and that membership classification and API watermarking both fail against sophisticated adversaries. The paper is the direct NLP ancestor of the 2026 distillation-attack disclosures.",
      "category": "research",
      "source": "https://arxiv.org/abs/1910.12366"
    },
    {
      "date": "2020-04-06",
      "title": "MobileBERT: task-agnostic distillation for on-device transformers",
      "detail": "Sun et al. distil a specially designed inverted-bottleneck BERT-large teacher into a 25M-parameter student that is 4.3x smaller and 5.5x faster than BERT-base, establishing distillation as the standard route to edge NLP.",
      "category": "research",
      "source": "https://arxiv.org/abs/2004.02984"
    },
    {
      "date": "2021-04-29",
      "title": "DINO frames self-supervised vision learning as self-distillation with no labels",
      "detail": "Caron et al. (Meta AI) train a student to match a momentum teacher's softmax outputs on different crops of the same image, producing ViT features that segment objects without labels. Self-distillation becomes a general representation-learning tool, not just a compression trick.",
      "category": "research",
      "source": "https://arxiv.org/abs/2104.14294"
    },
    {
      "date": "2022-12-20",
      "title": "Self-Instruct bootstraps instruction data from a model's own generations",
      "detail": "Wang et al. generate instructions, inputs and outputs from GPT-3 itself and fine-tune on the filtered result, closing most of the gap to InstructGPT. The pipeline is what Alpaca reuses three months later against a proprietary teacher.",
      "category": "research",
      "source": "https://arxiv.org/abs/2212.10560"
    },
    {
      "date": "2023-03-13",
      "title": "Stanford Alpaca fine-tunes LLaMA 7B on 52K text-davinci-003 demonstrations",
      "detail": "Data generation cost under $500 via the OpenAI API and fine-tuning under $100. Alpaca popularises black-box distillation from a proprietary API and prompts OpenAI's terms-of-service clause against training competing models to receive wide attention.",
      "category": "research",
      "source": "https://crfm.stanford.edu/2023/03/13/alpaca.html"
    },
    {
      "date": "2023-03-30",
      "title": "Vicuna-13B fine-tunes LLaMA on ~70K ShareGPT ChatGPT conversations",
      "detail": "LMSYS reports about 90% of ChatGPT quality using user-shared conversations scraped from ShareGPT, for roughly $300 of training compute. Vicuna makes conversation-log distillation the default way to build an open chat model in 2023.",
      "category": "research",
      "source": "https://lmsys.org/blog/2023-03-30-vicuna/"
    },
    {
      "date": "2023-05-03",
      "title": "Google's 'Distilling Step-by-Step' uses LLM rationales as extra supervision",
      "detail": "Hsieh et al. train small task-specific models on chain-of-thought rationales extracted from a large model, outperforming standard fine-tuning with less data.",
      "category": "research",
      "source": "https://arxiv.org/abs/2305.02301"
    },
    {
      "date": "2023-05-25",
      "title": "'The False Promise of Imitating Proprietary LLMs' pushes back on API distillation",
      "detail": "Gudibande, Wallace, Snell and co-authors (Berkeley) show that imitation models learn a teacher's style faster than its capability: human raters are fooled, benchmarks are not. The paper frames the capability gap as closable only with vastly more imitation data or a better base model, and is still the standard caution cited against pure black-box distillation.",
      "category": "research",
      "source": "https://arxiv.org/abs/2305.15717"
    },
    {
      "date": "2023-06-05",
      "title": "Microsoft's Orca learns from GPT-4 explanation traces",
      "detail": "A 13B model trained on step-by-step explanation traces from GPT-4 approaches ChatGPT on several benchmarks, showing that imitation of reasoning, not just answers, transfers capability.",
      "category": "research",
      "source": "https://arxiv.org/abs/2306.02707"
    },
    {
      "date": "2023-06-14",
      "title": "MiniLLM proposes reverse-KL distillation for generative language models",
      "detail": "Gu et al. argue forward KL is ill-suited to open-ended generation and train students with reverse KL on their own samples, improving over standard sequence-level KD.",
      "category": "research",
      "source": "https://arxiv.org/abs/2306.08543"
    },
    {
      "date": "2023-06-23",
      "title": "Generalized Knowledge Distillation (GKD) introduces on-policy distillation",
      "detail": "Agarwal et al. (Google DeepMind) train the student on its own generated sequences with teacher feedback, fixing train-inference distribution mismatch. On-policy distillation becomes the dominant recipe by 2025-2026.",
      "category": "research",
      "source": "https://arxiv.org/abs/2306.13649"
    },
    {
      "date": "2023-11-28",
      "title": "Adversarial Diffusion Distillation ships SDXL Turbo: 1-step image generation",
      "detail": "Sauer et al. (Stability AI) combine an adversarial loss with score distillation to sample a large diffusion model in 1-4 steps, matching SDXL in four. Distillation moves from language into real-time generative media, a parallel track that later produces LCM, Flux and video-model distillations.",
      "category": "research",
      "source": "https://arxiv.org/abs/2311.17042"
    },
    {
      "date": "2024-02-21",
      "title": "Google releases Gemma; the 2B model is distilled from 7B",
      "detail": "Gemma's first generation establishes teacher-student training inside Google's open-model line, a pattern that continues through Gemma 2, 3 and 4.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Gemma_(language_model)"
    },
    {
      "date": "2024-03-04",
      "title": "Anthropic announces the Claude 3 family including Claude 3 Haiku",
      "detail": "Haiku is positioned as the fastest, cheapest tier of a three-tier lineup, cementing the industry pattern of a small model priced far below its flagship sibling.",
      "category": "product",
      "source": "https://www.anthropic.com/news/claude-3-family"
    },
    {
      "date": "2024-05-14",
      "title": "Google says Gemini 1.5 Flash was trained by distillation from 1.5 Pro",
      "detail": "At I/O 2024 Google explicitly describes Flash as distilled from Pro, the first time a frontier lab named distillation as the recipe for its flagship low-cost tier. Launch pricing was $0.35 per million input tokens.",
      "category": "product",
      "source": "https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/"
    },
    {
      "date": "2024-06-27",
      "title": "Gemma 2: 9B distilled from 27B, 2B from an unreleased 7B teacher",
      "detail": "Google scales distillation into Gemma 2, training smaller models on soft targets from larger ones instead of next-token prediction alone.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Gemma_(language_model)"
    },
    {
      "date": "2024-07-18",
      "title": "OpenAI launches GPT-4o mini at $0.15/$0.60 per million tokens",
      "detail": "GPT-4o mini undercuts Claude 3 Haiku ($0.25/$1.25) and Gemini 1.5 Flash ($0.35/$0.70) and becomes the default student model for OpenAI's later distillation API.",
      "category": "product",
      "source": "https://simonwillison.net/2024/Jul/18/gpt-4o-mini/"
    },
    {
      "date": "2024-07-19",
      "title": "Nvidia's Minitron: compact models via pruning plus distillation",
      "detail": "Muralidharan et al. prune Nemotron-4 15B and retrain with distillation using up to 40x fewer tokens per model, reporting 1.8x compute savings for a model family.",
      "category": "research",
      "source": "https://arxiv.org/abs/2407.14679"
    },
    {
      "date": "2024-08-21",
      "title": "Llama-3.1-Minitron 4B: 'LLM Pruning and Distillation in Practice'",
      "detail": "Nvidia applies the Minitron recipe to Llama 3.1 8B and Mistral NeMo 12B, retraining pruned models with 94B tokens of distillation. The models are released on Hugging Face for commercial use.",
      "category": "research",
      "source": "https://huggingface.co/nvidia/Llama-3.1-Minitron-4B-Width-Base"
    },
    {
      "date": "2024-09-12",
      "title": "OpenAI releases o1-preview with a hidden chain of thought",
      "detail": "OpenAI forbids attempts to reveal o1's reasoning and cites competitive advantage alongside safety. Hiding traces is widely read as the first commercial anti-distillation defence.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/OpenAI_o1"
    },
    {
      "date": "2024-09-25",
      "title": "Meta's Llama 3.2 1B and 3B built by pruning 8B and distilling from 8B/70B logits",
      "detail": "Meta states it used single-shot structured pruning from Llama 3.1 8B and incorporated logits from the 8B and 70B models as token-level targets during pre-training.",
      "category": "product",
      "source": "https://ai.meta.com/blog/llama-3-2-connect-2024-vision-edge-mobile-devices/"
    },
    {
      "date": "2024-10-01",
      "title": "OpenAI launches Model Distillation in the API at DevDay",
      "detail": "Stored Completions, Evals and fine-tuning are combined into a workflow for distilling GPT-4o or o1-preview outputs into GPT-4o mini. OpenAI offered 2M free daily training tokens on GPT-4o mini through 31 October 2024.",
      "category": "product",
      "source": "https://www.infoq.com/news/2024/10/openai-sf-dev-day/"
    },
    {
      "date": "2024-10-22",
      "title": "Anthropic releases Claude 3.5 Haiku",
      "detail": "The small tier is refreshed alongside the upgraded Claude 3.5 Sonnet and the computer-use beta.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Claude_(language_model)"
    },
    {
      "date": "2024-11-20",
      "title": "DeepSeek previews R1-Lite, its first reasoning model",
      "detail": "DeepSeek-R1-Lite-Preview shows visible chain-of-thought two months before the full R1 and its distilled family.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/DeepSeek"
    },
    {
      "date": "2024-12-03",
      "title": "Amazon Bedrock Model Distillation enters preview",
      "detail": "AWS automates teacher generation, data synthesis and student fine-tuning within the same model family (Anthropic, Meta Llama, Amazon Nova), claiming up to 5x faster and 75% cheaper models with under 2% accuracy loss on RAG tasks.",
      "category": "product",
      "source": "https://aws.amazon.com/blogs/aws/build-faster-more-cost-efficient-highly-accurate-models-with-amazon-bedrock-model-distillation-preview/"
    },
    {
      "date": "2024-12-12",
      "title": "Microsoft Phi-4 technical report: a 14B model that surpasses its teacher on STEM QA",
      "detail": "Phi-4 leans on synthetic data generated with GPT-4-class models, and Microsoft reports it exceeds the teacher on STEM question answering, a milestone for 'weak-to-strong' distillation.",
      "category": "research",
      "source": "https://arxiv.org/abs/2412.08905"
    },
    {
      "date": "2024-12-26",
      "title": "DeepSeek-V3 released: 671B MoE trained in 2.788M H800 GPU-hours",
      "detail": "The technical report (arXiv 27 December) discloses the full training budget, roughly $5.6M at assumed rental prices, which seeds the January 2025 market narrative about cheap frontier models.",
      "category": "product",
      "source": "https://arxiv.org/abs/2412.19437"
    },
    {
      "date": "2025-01-10",
      "title": "Sky-T1-32B-Preview: an o1-class reasoner trained for $450",
      "detail": "UC Berkeley's NovaSky team fine-tunes Qwen2.5-32B on 17K traces from QwQ-32B-Preview, reaching 43.3% on AIME 2024 and 82.4% on MATH500.",
      "category": "research",
      "source": "https://novasky-ai.github.io/posts/sky-t1/"
    },
    {
      "date": "2025-01-13",
      "title": "BIS publishes the Framework for Artificial Intelligence Diffusion",
      "detail": "The Biden-era interim final rule creates a three-tier country system for advanced chips and, for the first time, controls exports of closed frontier model weights. Compliance was set for 15 May 2025.",
      "category": "policy",
      "source": "https://www.wiley.law/alert-BIS-Rescinds-AI-Diffusion-Rule"
    },
    {
      "date": "2025-01-20",
      "title": "DeepSeek-R1 released with six openly distilled students (1.5B to 70B)",
      "detail": "Alongside R1 and R1-Zero, DeepSeek publishes dense models distilled from R1 onto Qwen 2.5 and Llama 3 bases under an MIT licence. The paper reports the distilled students beat RL-from-scratch at the same size.",
      "category": "research",
      "source": "https://arxiv.org/abs/2501.12948"
    },
    {
      "date": "2025-01-27",
      "title": "DeepSeek shock: Nvidia loses nearly $600B in market value in one day",
      "detail": "Nvidia falls about 17% and the Nasdaq about 3% as investors reprice AI capex on the belief that cheap distilled and open models reduce demand for frontier compute.",
      "category": "market",
      "source": "https://www.cnbc.com/2025/01/27/nvidia-sheds-almost-600-billion-in-market-cap-biggest-drop-ever.html"
    },
    {
      "date": "2025-01-28",
      "title": "Microsoft and OpenAI probe DeepSeek-linked API data exfiltration",
      "detail": "Bloomberg reports Microsoft security researchers observed individuals believed linked to DeepSeek pulling large volumes of output through OpenAI's API in autumn 2024.",
      "category": "legal",
      "source": "https://www.usnews.com/news/technology/articles/2025-01-28/microsoft-probing-if-deepseek-linked-group-improperly-obtained-openai-data-bloomberg-news-reports"
    },
    {
      "date": "2025-01-28",
      "title": "OpenThoughts project launches with a 114K-example open reasoning dataset",
      "detail": "The Bespoke Labs/Stanford/Berkeley collaboration scales up Bespoke-Stratos and releases OpenThinker-7B, aiming to open-source the reasoning-distillation data recipe.",
      "category": "research",
      "source": "https://www.open-thoughts.ai/blog/launch"
    },
    {
      "date": "2025-01-29",
      "title": "OpenAI says it has evidence DeepSeek distilled its models; David Sacks cites 'substantial evidence'",
      "detail": "OpenAI tells the Financial Times it saw signs of distillation by DeepSeek in violation of its terms; White House AI adviser David Sacks repeats the claim on television. It is the first public accusation of adversarial distillation between frontier labs.",
      "category": "legal",
      "source": "https://www.eweek.com/news/openai-accuses-deepseek/"
    },
    {
      "date": "2025-01-30",
      "title": "Gemini 2.0 Flash reaches general availability",
      "detail": "Google's second-generation Flash tier becomes the default Gemini model, continuing the distilled-flagship pricing strategy introduced with 1.5 Flash.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Gemini_(language_model)"
    },
    {
      "date": "2025-01-31",
      "title": "s1: Simple test-time scaling distills 1,000 Gemini Thinking traces",
      "detail": "Muennighoff et al. fine-tune Qwen2.5-32B on the s1K set (traces from Gemini 2.0 Flash Thinking) and add 'budget forcing', exceeding o1-preview on competition math.",
      "category": "research",
      "source": "https://arxiv.org/abs/2501.19393"
    },
    {
      "date": "2025-02-05",
      "title": "LIMO: 817 curated examples yield 63.3% on AIME24",
      "detail": "Ye et al. argue reasoning is elicited rather than taught, reaching 95.6% on MATH500 with about 1% of the data used by prior distillation recipes.",
      "category": "research",
      "source": "https://arxiv.org/abs/2502.03387"
    },
    {
      "date": "2025-02-12",
      "title": "Apple publishes 'Distillation Scaling Laws'",
      "detail": "Busbridge et al. fit a scaling law for student performance as a function of teacher and student compute, giving compute-optimal distillation recipes for when a teacher exists and when it must be trained.",
      "category": "research",
      "source": "https://arxiv.org/abs/2502.08606"
    },
    {
      "date": "2025-02-26",
      "title": "Nvidia reports record $39.3B quarter one month after the DeepSeek sell-off",
      "detail": "Q4 FY2025 revenue rose 78% year on year and data-center revenue hit $35.6B; CEO Jensen Huang argues reasoning models add a new scaling law for compute.",
      "category": "market",
      "source": "https://nvidianews.nvidia.com/news/nvidia-announces-financial-results-for-fourth-quarter-and-fiscal-2025"
    },
    {
      "date": "2025-03-12",
      "title": "Gemma 3: all sizes (1B to 27B) trained with knowledge distillation",
      "detail": "Google DeepMind's technical report states every Gemma 3 model is distilled; Gemma3-4B-IT is reported competitive with Gemma2-27B-IT.",
      "category": "research",
      "source": "https://arxiv.org/abs/2503.19786"
    },
    {
      "date": "2025-03-13",
      "title": "OpenAI's AI Action Plan submission calls DeepSeek 'state-controlled' and urges bans",
      "detail": "In its OSTP response OpenAI recommends barring 'PRC-produced' models in Tier 1 countries, citing IP-theft risk after its distillation allegations.",
      "category": "policy",
      "source": "https://techcrunch.com/2025/03/13/openai-calls-deepseek-state-controlled-calls-for-bans-on-prc-produced-models/"
    },
    {
      "date": "2025-04-05",
      "title": "Meta's Llama 4 Maverick is codistilled from the 2T-parameter Behemoth",
      "detail": "Meta describes a novel distillation loss that dynamically weights soft and hard targets, run during Behemoth's own pre-training to amortise cost. Behemoth itself was never released.",
      "category": "product",
      "source": "https://ai.meta.com/blog/llama-4-multimodal-intelligence/"
    },
    {
      "date": "2025-04-17",
      "title": "Gemini 2.5 Flash released",
      "detail": "Google's first Flash model with configurable thinking budgets ships two months after 2.5 Pro.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Gemini_(language_model)"
    },
    {
      "date": "2025-04-18",
      "title": "Antidistillation Sampling: the first decoding-time defence against reasoning distillation",
      "detail": "Savani, Trockman, Feng and co-authors (CMU) perturb the teacher's next-token distribution so that its reasoning traces poison a downstream student while the teacher's own utility is preserved. The paper (NeurIPS 2025) opens a defensive research line that continues through ADS-C and 'The Distillation Game' in 2026.",
      "category": "research",
      "source": "https://arxiv.org/abs/2504.13146"
    },
    {
      "date": "2025-04-29",
      "title": "Qwen3 launches with 'strong-to-weak' distillation for models from 0.6B to 14B",
      "detail": "Alibaba distills its 235B-A22B and 32B flagships into smaller students using off-policy then on-policy distillation, reporting better results than RL at roughly one-tenth the GPU hours.",
      "category": "product",
      "source": "https://arxiv.org/abs/2505.09388"
    },
    {
      "date": "2025-04-30",
      "title": "Phi-4-reasoning distills o3-mini reasoning traces into a 14B model",
      "detail": "Microsoft fine-tunes Phi-4 on curated 'teachable' prompts with demonstrations generated by OpenAI's o3-mini.",
      "category": "research",
      "source": "https://arxiv.org/abs/2504.21318"
    },
    {
      "date": "2025-05-01",
      "title": "Amazon Bedrock Model Distillation reaches general availability",
      "detail": "GA adds Nova Premier/Pro, Claude 3.5 Sonnet v2 and Llama 3.3/3.2 pairings plus function-calling data augmentation for agent use cases.",
      "category": "product",
      "source": "https://aws-news.com/article/2025-05-01-amazon-bedrock-model-distillation-is-now-generally-available"
    },
    {
      "date": "2025-05-13",
      "title": "Commerce rescinds the AI Diffusion Rule two days before its compliance date",
      "detail": "BIS says the tiered framework would have stifled US innovation and burdened allies; it issues separate guidance warning that using US chips to train Chinese models risks enforcement.",
      "category": "policy",
      "source": "https://www.akingump.com/en/insights/ai-law-and-regulation-tracker/bis-rescinds-ai-diffusion-rule-and-issues-new-guidance"
    },
    {
      "date": "2025-05-22",
      "title": "Anthropic releases Claude Opus 4 and Sonnet 4",
      "detail": "The Claude 4 generation resets the tiering that later distilled-tier releases (Haiku 4.5) are benchmarked against.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Claude_(language_model)"
    },
    {
      "date": "2025-06-04",
      "title": "OpenThoughts3: 1.2M-example distillation dataset from QwQ-32B",
      "detail": "OpenThinker3-7B scores 53% on AIME 2025 and 54% on GPQA Diamond, beating DeepSeek-R1-Distill-Qwen-7B by 15-20 points via data-recipe ablations alone.",
      "category": "research",
      "source": "https://arxiv.org/abs/2506.04178"
    },
    {
      "date": "2025-07-10",
      "title": "EU AI Office publishes the final General-Purpose AI Code of Practice",
      "detail": "Three chapters (transparency, copyright, safety and security) give GPAI providers a voluntary path to compliance ahead of the 2 August obligations.",
      "category": "policy",
      "source": "https://www.lw.com/en/insights/eu-ai-act-gpai-model-obligations-in-force-and-final-gpai-code-of-practice-in-place"
    },
    {
      "date": "2025-07-23",
      "title": "White House releases America's AI Action Plan",
      "detail": "Ninety-plus actions across innovation, infrastructure and international security; its IP-protection language is later cited as the basis for anti-distillation legislation.",
      "category": "policy",
      "source": "https://www.whitehouse.gov/articles/2025/07/white-house-unveils-americas-ai-action-plan/"
    },
    {
      "date": "2025-08-02",
      "title": "EU AI Act obligations for general-purpose AI models begin to apply",
      "detail": "New GPAI models placed on the EU market must meet transparency and copyright duties; Commission enforcement powers start 2 August 2026 and legacy models have until 2027.",
      "category": "policy",
      "source": "https://www.lw.com/en/insights/eu-ai-act-gpai-model-obligations-in-force-and-final-gpai-code-of-practice-in-place"
    },
    {
      "date": "2025-08-05",
      "title": "OpenAI ships gpt-oss-120b and gpt-oss-20b, its first open weights since GPT-2",
      "detail": "Both models are Apache 2.0 and run on a single GPU or a 16GB laptop. Releasing open weights removes the API terms-of-service barrier for distillation from an OpenAI-lineage model, and gpt-oss quickly becomes a teacher and a base for third-party students.",
      "category": "product",
      "source": "https://openai.com/index/introducing-gpt-oss/"
    },
    {
      "date": "2025-08-05",
      "title": "Claude Opus 4.1 released",
      "detail": "An incremental flagship update that precedes Anthropic's autumn 4.5 lineup.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Claude_(language_model)"
    },
    {
      "date": "2025-08-07",
      "title": "OpenAI launches the GPT-5 family: GPT-5, GPT-5 mini ($0.25/$2) and GPT-5 nano ($0.05/$0.40)",
      "detail": "Mini and nano tiers are priced 5x and 25x below GPT-5, extending the three-tier flagship/distilled pattern to OpenAI's fifth generation.",
      "category": "product",
      "source": "https://openrouter.ai/openai/gpt-5-nano"
    },
    {
      "date": "2025-08-21",
      "title": "DeepSeek V3.1 adds hybrid thinking and non-thinking modes",
      "detail": "DeepSeek merges its chat and reasoning lines into one model, mirroring Qwen3's design.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/DeepSeek"
    },
    {
      "date": "2025-09-04",
      "title": "Anthropic bars companies majority-owned by Chinese entities, citing distillation risk",
      "detail": "The policy blocks any entity more than 50% owned by companies headquartered in unsupported regions such as China, explicitly naming distillation as a way adversaries could advance their own models. Press coverage followed on 5 September.",
      "category": "policy",
      "source": "https://www.anthropic.com/news/updating-restrictions-of-sales-to-unsupported-regions"
    },
    {
      "date": "2025-09-29",
      "title": "Claude Sonnet 4.5 released",
      "detail": "Anthropic's mid-tier model becomes the reference point for Haiku 4.5's cost-performance claims two weeks later.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Claude_(language_model)"
    },
    {
      "date": "2025-10-15",
      "title": "Claude Haiku 4.5: Sonnet 4-level coding at one-third the cost",
      "detail": "Priced at $1/$5 per million tokens, Haiku 4.5 is marketed as matching Sonnet 4 on coding at more than twice the speed, the clearest small-tier value claim of 2025.",
      "category": "product",
      "source": "https://www.anthropic.com/news/claude-haiku-4-5"
    },
    {
      "date": "2025-10-27",
      "title": "Thinking Machines: on-policy distillation reaches RL parity at 50-100x less compute",
      "detail": "Kevin Lu and colleagues report 7-10x fewer gradient steps than RL and cite Qwen's 1,800 vs 17,920 GPU-hour comparison on AIME'24, attributing the gain to dense per-token reward.",
      "category": "research",
      "source": "https://thinkingmachines.ai/blog/on-policy-distillation/"
    },
    {
      "date": "2025-11-18",
      "title": "Google launches Gemini 3 Pro and Deep Think",
      "detail": "Gemini 3 Pro debuts at 1501 Elo on LMArena and 91.9% GPQA Diamond; it becomes the teacher for the 3 Flash tier released a month later.",
      "category": "product",
      "source": "https://blog.google/products/gemini/gemini-3/"
    },
    {
      "date": "2025-11-24",
      "title": "Claude Opus 4.5 released",
      "detail": "Anthropic closes 2025 with its fourth flagship refresh of the year.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Claude_(language_model)"
    },
    {
      "date": "2025-12-01",
      "title": "DeepSeek V3.2 released with DeepSeek Sparse Attention",
      "detail": "The last V3-line model before V4; it follows the V3.2-Exp preview of 29 September.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/DeepSeek"
    },
    {
      "date": "2025-12-17",
      "title": "Gemini 3 Flash released",
      "detail": "Google ships the small tier of its third generation one month after 3 Pro.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Gemini_(language_model)"
    },
    {
      "date": "2026-01",
      "title": "Apple and Google announce a multi-year Gemini partnership for Apple Foundation Models",
      "detail": "Bloomberg had reported a roughly $1B-per-year deal for a custom 1.2T-parameter Gemini; Apple later says its own models are refined using outputs from Gemini frontier models, a sanctioned, paid form of distillation.",
      "category": "market",
      "source": "https://en.wikipedia.org/wiki/Apple_Intelligence"
    },
    {
      "date": "2026-01-08",
      "title": "Xiaomi's MiMo-V2-Flash introduces Multi-Teacher On-Policy Distillation (MOPD)",
      "detail": "The 309B-total / 15B-active MoE is post-trained by training domain-specialist RL teachers (math, code, agentic, safety) and merging them into one student with dense token-level rewards plus outcome reward models. MOPD is the template that Nvidia's Nemotron 3 and DeepSeek-V4 follow later in 2026.",
      "category": "research",
      "source": "https://arxiv.org/abs/2601.02780"
    },
    {
      "date": "2026-02-05",
      "title": "Claude Opus 4.6 released",
      "detail": "First of Anthropic's 2026 releases; MiniMax markets M2.5 the same month as roughly 1/20th the cost of Opus 4.6.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Claude_(language_model)"
    },
    {
      "date": "2026-02-11",
      "title": "Zhipu/Z.ai releases GLM-5, a 744B open-weight model with cross-stage self-distillation",
      "detail": "GLM-5's final post-training stage is on-policy distillation from its own earlier SFT and RL checkpoints, used to recover capabilities that later RL stages had degraded. It is the clearest production example of a model distilling from past versions of itself.",
      "category": "product",
      "source": "https://arxiv.org/abs/2602.15763"
    },
    {
      "date": "2026-02-12",
      "title": "OpenAI memo to the House Select Committee on the CCP accuses DeepSeek of ongoing distillation",
      "detail": "In 'Updated Stakes for American-Led, Democratic AI', OpenAI says DeepSeek-linked accounts built code to programmatically harvest outputs, used obfuscated third-party routers and unauthorized resellers, and were still distilling ahead of a new model launch.",
      "category": "legal",
      "source": "https://restofworld.org/2026/openai-deepseek-distillation-dispute-us-china/"
    },
    {
      "date": "2026-02-12",
      "title": "Google Threat Intelligence Group discloses a 100,000-prompt distillation campaign against Gemini",
      "detail": "GTIG says it disrupted commercially motivated model-extraction activity, including one cluster of more than 100,000 prompts engineered to force Gemini to emit reasoning content in the user's language, and attributes activity to actors linked to China, Russia and North Korea. CNAS later valued the extracted material at 1-2.5 billion tokens.",
      "category": "legal",
      "source": "https://www.nbcnews.com/tech/security/google-gemini-hit-100000-prompts-cloning-attempt-rcna258657"
    },
    {
      "date": "2026-02-12",
      "title": "MiniMax ships M2.5 and M2.5 Lightning at roughly 1/20th of Claude Opus 4.6 pricing",
      "detail": "M2.5 is listed at $0.15/$1.20 per million tokens (Lightning $0.30/$2.40) with 80.2% on SWE-bench Verified. It is the sharpest 2026 example of a Chinese open-weight model undercutting a US frontier tier on price while the same lab is named in Anthropic's distillation disclosure eleven days later.",
      "category": "market",
      "source": "https://openrouter.ai/minimax/minimax-m2.5"
    },
    {
      "date": "2026-02-16",
      "title": "Alibaba releases Qwen3.5, a 397B-parameter Apache 2.0 MoE with 1M context",
      "detail": "The generation immediately preceding the April-June campaign that Anthropic later attributes to Qwen-linked operators.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Qwen"
    },
    {
      "date": "2026-02-17",
      "title": "Claude Sonnet 4.6 released",
      "detail": "Mid-tier refresh that lands six days before Anthropic's distillation-attack disclosure.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Claude_(language_model)"
    },
    {
      "date": "2026-02-23",
      "title": "Anthropic discloses industrial-scale distillation attacks by DeepSeek, Moonshot and MiniMax",
      "detail": "About 24,000 fraudulent accounts generated over 16 million exchanges: MiniMax 13M+ (agentic coding), Moonshot 3.4M+ (agentic reasoning, computer use), DeepSeek 150K+ (reasoning and reward-model data), organised into 'hydra cluster' proxy networks of 20,000+ accounts. Anthropic announces classifiers, behavioral fingerprinting, tighter research-account controls and indicator-sharing with other labs.",
      "category": "legal",
      "source": "https://www.anthropic.com/news/detecting-and-preventing-distillation-attacks"
    },
    {
      "date": "2026-03",
      "title": "IAPS publishes 'AI Distillation Attacks: The Case for Targeted Government Intervention'",
      "detail": "The policy memo argues for narrowly scoped intervention that punishes fraudulent-access distillation without chilling legitimate teacher-student training, and becomes the analytic reference for the April congressional and executive actions.",
      "category": "policy",
      "source": "https://www.iaps.ai/research/ai-distillation-attacks"
    },
    {
      "date": "2026-03-05",
      "title": "OpenAI releases GPT-5.4; mini and nano follow on 17 March",
      "detail": "GPT-5.4 mini goes to free-tier users while nano stays API-only. Both small tiers are priced about four times above their GPT-5 equivalents, the first time the distilled tier moved up rather than down in price.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/GPT-5.4"
    },
    {
      "date": "2026-03-26",
      "title": "AI Foundation Model Transparency Act of 2026 (H.R. 8094) introduced",
      "detail": "Rep. Don Beyer's bill would require disclosure of training data and methods for foundation models, indirectly touching teacher-student provenance.",
      "category": "policy",
      "source": "https://www.congress.gov/bill/119th-congress/house-bill/8094"
    },
    {
      "date": "2026-03-31",
      "title": "Google releases Gemma 4 (E2B, E4B, 26B A4B, 31B), again trained with distillation",
      "detail": "Google's release log dates the first Gemma 4 checkpoints to 31 March 2026, with the public announcement on 2 April; multi-token-prediction variants follow on 16 April and a 12B unified model on 3 June. Hugging Face's mid-2026 survey describes post-training as distillation from a large instruction-tuned teacher, extending the Gemma 2/3 recipe.",
      "category": "product",
      "source": "https://ai.google.dev/gemma/docs/releases"
    },
    {
      "date": "2026-04-06",
      "title": "OpenAI, Anthropic and Google begin sharing distillation attack signatures via the Frontier Model Forum",
      "detail": "Bloomberg reports the three labs exchange query-distribution patterns, prompt structures, IP fingerprints and account-creation behaviour the way cyber-threat intelligence is shared, so a signature detected at one lab can be flagged at the others within hours. Antitrust uncertainty limits how much can be exchanged.",
      "category": "market",
      "source": "https://www.techbrew.com/stories/openai-anthropic-google-distillation-collab"
    },
    {
      "date": "2026-04-15",
      "title": "Deterring American AI Model Theft Act (H.R. 8283) introduced by Rep. Huizenga",
      "detail": "The bill creates a public 'AI Model Extraction Attackers List', discretionary sanctions and a Commerce/State information-sharing channel, while stating that legitimate distillation remains a valuable research tool.",
      "category": "policy",
      "source": "https://huizenga.house.gov/news/documentsingle.aspx?DocumentID=404341"
    },
    {
      "date": "2026-04-16",
      "title": "House Select Committee hearing: 'China's Illicit Campaign to Steal and Subvert American AI'",
      "detail": "Witness testimony describes coordinated distillation campaigns using proxy accounts and jailbreaks against US frontier models.",
      "category": "policy",
      "source": "https://docs.house.gov/meetings/ZS/ZS00/20260416/119165/HHRG-119-ZS00-Wstate-MahmoodY-20260416.pdf"
    },
    {
      "date": "2026-04-22",
      "title": "House Foreign Affairs Committee marks up H.R. 8283 and reports it favorably, 43-0",
      "detail": "A technical amendment swaps State Department references for Commerce. The unanimous vote one week after introduction signals bipartisan consensus on treating adversarial distillation as a sanctionable act. IAPS records the favorable report on 23 April.",
      "category": "policy",
      "source": "https://www.iaps.ai/research/ai-distillation-attacks-executive-and-congressional-action-can-go-further"
    },
    {
      "date": "2026-04-23",
      "title": "OSTP issues National Security and Technology Memorandum 4 on adversarial distillation",
      "detail": "Director Michael Kratsios says foreign entities, principally in China, run 'deliberate, industrial-scale campaigns' to distill US frontier AI systems using tens of thousands of proxies; agencies are told to share intelligence, co-develop defences and explore accountability measures.",
      "category": "policy",
      "source": "https://www.defenseone.com/threats/2026/04/china-steal-ai-models/413103/"
    },
    {
      "date": "2026-04-24",
      "title": "State Department cables posts and issues a demarche to Beijing over distillation",
      "detail": "US diplomats are instructed to warn host governments about model extraction by DeepSeek, Moonshot AI and MiniMax, and a formal protest is delivered to Beijing.",
      "category": "policy",
      "source": "https://www.justsecurity.org/137498/diagnosis-deterrence-us-response-distillation/"
    },
    {
      "date": "2026-04-24",
      "title": "DeepSeek previews V4-Flash (284B) and V4-Pro (1.6T), trained with on-policy distillation from domain experts",
      "detail": "Per Hugging Face's survey, each domain (math, code, agents) gets an RL-trained specialist teacher and the unified model is trained with reverse-KL against them.",
      "category": "product",
      "source": "https://huggingface.co/blog/sergiopaniego/distillation-2026"
    },
    {
      "date": "2026-04-29",
      "title": "House Homeland Security and Select Committee on China open a joint investigation into PRC AI models",
      "detail": "Chairmen Garbarino and Moolenaar send letters to Anysphere (Cursor) and Airbnb, citing 'unauthorized model distillation and other illicit techniques' by DeepSeek, Alibaba, Moonshot AI and MiniMax and questioning Cursor Composer 2's use of a Moonshot open-weight base. The probe later expands to DoorDash.",
      "category": "policy",
      "source": "https://homeland.house.gov/2026/04/29/chairmen-garbarino-moolenaar-announce-joint-investigation-into-national-security-risks-posed-by-prc-ai-models/"
    },
    {
      "date": "2026-05-18",
      "title": "Cursor ships Composer 2.5, trained by self-distillation with textual feedback",
      "detail": "The same model acts as teacher and student: hint-conditioned outputs supervise unhinted ones through per-token KL, and on-policy distillation repairs localized failures (bad tool calls, premature stops) without rewriting whole rollouts. Cursor reports 25x more synthetic tasks than Composer 2 and near-frontier coding scores at lower token price.",
      "category": "product",
      "source": "https://cursor.com/blog/composer-2-5"
    },
    {
      "date": "2026-05-28",
      "title": "Claude Opus 4.8 released",
      "detail": "Last Opus 4.x release before the Claude 5 generation; falls inside the window of the alleged Qwen-linked extraction campaign (22 April to 5 June 2026).",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Claude_(language_model)"
    },
    {
      "date": "2026-06",
      "title": "Apple says WWDC 2026 foundation models are refined using outputs from Gemini frontier models",
      "detail": "Craig Federighi describes Apple's third-generation models as trained on proprietary data and refined with Gemini outputs under the January partnership, an openly licensed instance of the same technique at the centre of the enforcement fights.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Apple_Intelligence"
    },
    {
      "date": "2026-06",
      "title": "MiniMax launches M3 'frontier coding' model",
      "detail": "Four months after Anthropic's report, MiniMax ships a 1M-context multimodal coding model; MiniMax did not publicly rebut the distillation findings.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/MiniMax_(company)"
    },
    {
      "date": "2026-06-02",
      "title": "CNAS publishes 'Adversarial Distillation' report",
      "detail": "Remler and Hayum estimate the 16M Claude exchanges could represent 150-400 billion extracted tokens (against DeepSeek-R1's entire 6.4B-token SFT set) and map a six-actor supply chain including token mixers and transfer stations such as CloseAI, BianXie AI, One-API, New-API, OpenRouter and Eden AI.",
      "category": "policy",
      "source": "https://www.cnas.org/publications/reports/adversarial-distillation"
    },
    {
      "date": "2026-06-04",
      "title": "Nvidia releases Nemotron 3 Ultra, a 550B open model built by multi-teacher on-policy distillation",
      "detail": "More than ten domain-specialised teachers were trained separately and consolidated into the 550B-total / 55B-active hybrid Mamba-MoE student through dense token-level guidance on student-generated rollouts. The technical report is dated 9 June 2026.",
      "category": "product",
      "source": "https://research.nvidia.com/labs/nemotron/files/NVIDIA-Nemotron-3-Ultra-Technical-Report.pdf"
    },
    {
      "date": "2026-06-09",
      "title": "Anthropic releases Claude Fable 5 and Claude Mythos 5",
      "detail": "Fable 5 is the model the White House later says Moonshot distilled for Kimi K3; Mythos 5 is limited-access.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Claude_(language_model)"
    },
    {
      "date": "2026-06-10",
      "title": "European Commission publishes the Code of Practice on Transparency of AI-Generated Content",
      "detail": "The voluntary code operationalises AI Act Article 50 marking and labelling duties; around 190 organisations, including Anthropic, had signed by 31 July 2026. It is the direct cause of Claude's text watermark two months later.",
      "category": "policy",
      "source": "https://digital-strategy.ec.europa.eu/en/news/strong-backing-code-practice-transparency-ai-generated-content"
    },
    {
      "date": "2026-06-10",
      "title": "Anthropic tells the Senate Banking Committee of a 28.8M-exchange campaign it links to Alibaba's Qwen lab",
      "detail": "About 25,000 fraudulent accounts queried Claude between 22 April and 5 June 2026, targeting software engineering, agentic reasoning and long-horizon tasks; Anthropic policy head Sarah Heck calls it the largest known distillation attack on a commercial model. The letter became public on 24 June. Alibaba denies wrongdoing.",
      "category": "legal",
      "source": "https://www.cnbc.com/2026/06/24/anthropic-alibaba-distillation-campaign.html"
    },
    {
      "date": "2026-06-12",
      "title": "Anthropic suspends Fable 5 and Mythos 5 worldwide under a Commerce export-control directive",
      "detail": "The directive required restricting access by foreign nationals inside and outside the US; unable to verify nationality in real time, Anthropic pulled both models for all users, beginning a 19-day outage that made frontier model weights an explicit export-control object.",
      "category": "policy",
      "source": "https://www.anthropic.com/news/redeploying-fable-5"
    },
    {
      "date": "2026-06-24",
      "title": "Alibaba shares fall about 7.3% over two sessions after the distillation letter becomes public",
      "detail": "Bloomberg's 24 June report on Anthropic's Senate letter is followed by a 2.7% drop that day and 4.7% the next, the first clearly priced market reaction to a distillation accusation since the January 2025 Nvidia sell-off.",
      "category": "market",
      "source": "https://www.dandodiary.com/2026/08/articles/artificial-intelligence/securities-suit-against-alibaba-combines-two-key-litigation-trends/"
    },
    {
      "date": "2026-06-30",
      "title": "Commerce lifts the export controls on Fable 5 and Mythos 5",
      "detail": "Secretary Howard Lutnick says Anthropic no longer needs an export licence after agreeing to proactively detect and address model security risks, work with the government on standards for future models, and report malicious activity. Fable 5 returns globally on 1-2 July; Mythos 5 had been re-approved for US organisations on 26 June.",
      "category": "policy",
      "source": "https://www.cnbc.com/2026/06/30/anthropic-says-trump-admin-has-lifted-export-controls-on-claude-fable-5-and-mythos-5.html"
    },
    {
      "date": "2026-06-30",
      "title": "Claude Sonnet 5 released",
      "detail": "Anthropic's mid-tier joins the Claude 5 generation.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Claude_(language_model)"
    },
    {
      "date": "2026-07",
      "title": "Chinese open-weight models briefly reach 63% of US enterprise tokens on OpenRouter",
      "detail": "In the first week of July 2026 Chinese-origin models accounted for about 63% of tokens routed by US firms on OpenRouter, up from under 10% a year earlier, with DeepSeek the single largest vendor at 17.6% and Qwen next at 13.9%. The share is the commercial reason distillation became a policy fight.",
      "category": "market",
      "source": "https://finance.yahoo.com/technology/ai/articles/china-ai-models-capture-63-205130859.html"
    },
    {
      "date": "2026-07-08",
      "title": "Hugging Face survey: distillation is now inside nearly every 2026 frontier release",
      "detail": "The post catalogues Gemma 4, DeepSeek-V4, MiMo-V2-Flash (multi-teacher on-policy distillation), GLM-5 (checkpoint-as-teacher), Nvidia Nemotron 3 Ultra (10+ domain teachers), Qwen3 and Cursor Composer 2.5 (self-distillation).",
      "category": "research",
      "source": "https://huggingface.co/blog/sergiopaniego/distillation-2026"
    },
    {
      "date": "2026-07-16",
      "title": "Lawfare argues the US should respond to distillation without new IP law",
      "detail": "Bahrad Sokhansanj writes that distillation uses only public-facing outputs, that copyright, patent and trade-secret law do not clearly reach it, and that the right levers are access security, fraud detection, lab-government information sharing and existing Computer Fraud and Abuse Act provisions. The piece becomes the standard counterweight to the sanctions bills.",
      "category": "legal",
      "source": "https://www.lawfaremedia.org/article/responding-to-ai-distillation-without-panic"
    },
    {
      "date": "2026-07-16",
      "title": "Moonshot releases Kimi K3, a 2.8T-parameter open model",
      "detail": "Positioned as a frontier rival to US models and launched via hosted products and API with weights promised for 27 July; within a week the White House alleges it was built by distilling Anthropic's Fable. A Moonshot executive denied on 21 July that K3 was 'a distilled replica of an existing model'.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Moonshot_AI"
    },
    {
      "date": "2026-07-22",
      "title": "White House accuses Moonshot of distilling Anthropic's Fable for Kimi K3; Treasury says sanctions are 'on the table'",
      "detail": "OSTP director Kratsios says Moonshot built a platform that switched access methods to evade detection and also alleges use of prohibited Nvidia GB300 servers via Thailand; Treasury Secretary Bessent warns of sanctions and Entity List designations. Independent researchers note only ~16 days separate Fable 5's 1 July return and K3's launch.",
      "category": "legal",
      "source": "https://techcrunch.com/2026/07/22/treasury-threatens-sanctions-after-white-house-claims-moonshot-distilled-anthropics-fable/"
    },
    {
      "date": "2026-07-24",
      "title": "Claude Opus 5 released",
      "detail": "Anthropic's flagship of the Claude 5 generation.",
      "category": "product",
      "source": "https://www.anthropic.com/news"
    },
    {
      "date": "2026-07-27",
      "title": "MATS researchers report Kimi K3 and GLM 5.2 adopting Claude's persona",
      "detail": "Benji Berczi and Kyuhee Kim find Kimi K3 self-identifying as Claude in several of ten trials until a 20 July server-side change, and that telling GLM 5.2 'you are Claude' raises its uncensored answer rate on sensitive PRC questions from 17% to 85%. The authors stress this is evidence that Claude's self-concept sits in the weights, not proof of distillation.",
      "category": "research",
      "source": "https://www.theregister.com/ai-and-ml/2026/07/27/impostor-chinese-models-pretend-theyre-claude/5279165"
    },
    {
      "date": "2026-07-27",
      "title": "China's Ministry of Commerce publicly rejects the US distillation allegations",
      "detail": "MOFCOM calls the accusations evidence-free, 'a typical example of AI hegemony' and a double standard, notes that many US AI companies have distilled Chinese models, cites nearly 200 US startups asking Washington not to cut off access to Chinese open-source models, and warns of 'all necessary measures'. It is Beijing's first comprehensive response.",
      "category": "policy",
      "source": "https://cset.georgetown.edu/publication/china-mofcom-statement-model-distillation"
    },
    {
      "date": "2026-07-28",
      "title": "NPR: allegations of distillation spark debate over whether it is even illegal",
      "detail": "Legal analysts note the disputes rest on terms of service and fraud rather than copyright; US officials estimate unauthorized distillation costs US labs up to $6B a year.",
      "category": "legal",
      "source": "https://www.npr.org/2026/07/28/nx-s1-5909652/allegations-of-ai-distillation-spark-debate-about-ip-theft-but-is-it-illegal"
    },
    {
      "date": "2026-07-31",
      "title": "DeepSeek V4-Flash official release",
      "detail": "The 284B model exits preview as the 0731 build; V4-Pro (1.6T) follows on 13 August.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/DeepSeek"
    },
    {
      "date": "2026-08",
      "title": "'Stealing Reasoning Traces from Proprietary LLM APIs' shows encrypted reasoning blocks are portable",
      "detail": "Researchers find that encrypted reasoning objects from OpenAI, Anthropic and Google are interchangeable across sessions, users and models, so injecting a strong model's encrypted trace into a weaker sibling makes it emit the reasoning in plaintext. They decrypt 315,320 publicly shared blocks, recovering 367 PII artifacts and 182 credentials; providers mitigated the main attack during August 2026.",
      "category": "research",
      "source": "https://arxiv.org/abs/2608.09867"
    },
    {
      "date": "2026-08-02",
      "title": "European Commission gains enforcement powers over general-purpose AI models",
      "detail": "One year after GPAI obligations took effect, the AI Office can now demand documentation, obtain model access for evaluation, order corrective measures and fine providers up to the greater of EUR 15M or 3% of worldwide turnover. Transparency duties for AI-generated content apply from the same date.",
      "category": "policy",
      "source": "https://digital-strategy.ec.europa.eu/en/news/commission-starts-enforcing-ai-act-rules-and-new-transparency-requirements-2-august"
    },
    {
      "date": "2026-08-03",
      "title": "Alibaba releases Qwen3.8-Max, a 2.4T-parameter model",
      "detail": "Previewed at WAIC on 19 July and shipped with published API pricing on 3 August, roughly two months after Anthropic's Senate letter attributing a 28.8M-exchange campaign to Qwen-linked operators. Qwen3.8-27B open weights follow on 14 August.",
      "category": "product",
      "source": "https://en.wikipedia.org/wiki/Qwen"
    },
    {
      "date": "2026-08-04",
      "title": "Securities class action filed against Alibaba in SDNY over undisclosed distillation conduct",
      "detail": "The complaint alleges Alibaba described AI risks as future possibilities while already running thousands of accounts to distill Anthropic's Claude. It is the first court filing anywhere arising from the 2026 distillation disputes; no lab has yet sued a rival directly.",
      "category": "legal",
      "source": "https://www.dandodiary.com/2026/08/articles/artificial-intelligence/securities-suit-against-alibaba-combines-two-key-litigation-trends/"
    },
    {
      "date": "2026-08-05",
      "title": "Senators introduce the BLADE Act (S. 5252) to block large-scale adversarial distillation",
      "detail": "Hagerty, Scott, Kim and Cortez Masto's bipartisan bill directs the executive branch to publicly list foreign distillation actors, work with industry on detection, and authorises Commerce export controls and Treasury sanctions against them.",
      "category": "policy",
      "source": "https://www.hagerty.senate.gov/press-releases/2026/08/05/hagerty-colleagues-introduce-the-blocking-large-scale-adversarial-distillation-efforts-blade-act/"
    },
    {
      "date": "2026-08-06",
      "title": "ByteDance founder Zhang Yiming bans distillation inside the Seed AI team",
      "detail": "Zhang tells an internal all-hands that ByteDance will not distil closed or open-weight models, including Kimi K3, even at the cost of falling behind domestic rivals, and Seed issues a policy with API-level detection. It is the first Chinese lab to renounce the practice outright.",
      "category": "market",
      "source": "https://technode.com/2026/08/06/zhang-yiming-says-bytedances-seed-team-wont-rely-on-ai-distillation/"
    },
    {
      "date": "2026-08-10",
      "title": "Meta releases Muse Glimmer 30B, distilled from the closed Muse Spark",
      "detail": "A 29.6B dense vision-language agentic model with a ViT-G/14 encoder and 128K context, Apache 2.0, quantised to run under 20GB of RAM. It is the clearest 2026 case of a US lab shipping open weights that are an admitted distillation of its own unreleased flagship.",
      "category": "product",
      "source": "https://www.neowin.net/news/meta-releases-muse-glimmer-a-30b-open-agentic-ai-model-that-runs-locally-on-pcs/"
    },
    {
      "date": "2026-08-11",
      "title": "Anthropic announces it will watermark text generated by Claude",
      "detail": "The commitment follows Anthropic's July 2026 signature on the EU Code of Practice on Transparency of AI-Generated Content and applies at the model level to every Claude surface for models released after 2 August.",
      "category": "product",
      "source": "https://techcrunch.com/2026/08/11/anthropic-says-it-will-watermark-text-generated-by-its-ai-models/"
    },
    {
      "date": "2026-08-13",
      "title": "DeepSeek V4-Pro (1.6T parameters) reaches general availability",
      "detail": "The 0813 build ends a preview that began on 24 April and completes the V4 rollout across app, web and API. V4's post-training merges RL-trained domain specialists into the unified model by on-policy distillation.",
      "category": "product",
      "source": "https://api-docs.deepseek.com/news/news260813/"
    },
    {
      "date": "2026-08-14",
      "title": "Anthropic publishes how Claude's text watermark works",
      "detail": "Anthropic uses a SynthID-Text-style scheme that biases the randomness used to choose among equally good word options with a cryptographic key, leaving no hidden characters and no token cost. Anthropic frames it as provenance for EU transparency compliance rather than an anti-distillation control, since it only marks words Claude actually chooses.",
      "category": "product",
      "source": "https://www.anthropic.com/news/claude-text-watermark"
    },
    {
      "date": "2026-09-01",
      "title": "Anthropic releases Claude Fable 5.1 and Claude Mythos 5.1",
      "detail": "Same weights with different safeguard levels: Fable 5.1 is generally available with cheaper cache reads and fewer false-positive refusals, while Mythos 5.1 stays limited to vetted US organisations under trusted-access programs.",
      "category": "product",
      "source": "https://techcrunch.com/2026/09/01/anthropics-new-fable-release-is-cheaper-less-restrictive/"
    },
    {
      "date": "2026-09-03",
      "title": "OpenAI launches GPT-6 Astra at $10/$50 per million tokens",
      "detail": "OpenAI calls Astra a generational leap and the first model to trigger its highest internal cyber safeguards; president Greg Brockman frames it as the start of AGI. At 40x the input price of GPT-5.4 mini it resets the gap that the next distilled tier will have to close.",
      "category": "product",
      "source": "https://www.cnbc.com/2026/09/03/open-ai-astra-gpt-6-cyber.html"
    }
  ],
  "glossary": [
    {
      "term": "Knowledge distillation (KD)",
      "definition": "Training a smaller 'student' model to reproduce the behaviour of a larger 'teacher', classically by matching the teacher's softened output probabilities (Hinton et al., 2015)."
    },
    {
      "term": "Model compression",
      "definition": "The 2006 precursor to KD in which a compact model is trained on unlabeled data pseudo-labeled by a large ensemble (Bucila, Caruana and Niculescu-Mizil)."
    },
    {
      "term": "Soft targets / dark knowledge",
      "definition": "The full probability distribution a teacher assigns over outputs; its relative probabilities on wrong classes carry information a hard label does not."
    },
    {
      "term": "Sequence-level distillation",
      "definition": "Training a student on whole sequences generated by the teacher rather than per-token distributions (Kim and Rush, 2016); the basis of fine-tuning on reasoning traces."
    },
    {
      "term": "Black-box distillation",
      "definition": "Distillation using only a teacher's text outputs obtained via an API, with no access to weights or logits (Alpaca, Vicuna, Orca, the DeepSeek accusations)."
    },
    {
      "term": "Model extraction attack",
      "definition": "The security framing of the same mechanic: querying a deployed model to reconstruct its functionality (Tramer et al., 2016; Krishna et al., 2019). US policy documents in 2026 use 'model extraction' and 'adversarial distillation' interchangeably."
    },
    {
      "term": "On-policy distillation",
      "definition": "The student generates its own samples and the teacher scores them token by token (GKD, 2023); reported to match RL at 50-100x lower compute in 2025 and the default post-training stage in 2026."
    },
    {
      "term": "Multi-teacher on-policy distillation (MOPD)",
      "definition": "Training several domain-specialist teachers by RL (math, code, agents, safety) and merging them into one student with dense token-level rewards on student rollouts; used by MiMo-V2-Flash, Nemotron 3 Ultra and DeepSeek-V4."
    },
    {
      "term": "Reverse KL",
      "definition": "A distillation loss that penalises the student for placing mass where the teacher does not; preferred for generative models (MiniLLM, DeepSeek-V4)."
    },
    {
      "term": "Self-distillation",
      "definition": "A model teaching a same-size or earlier version of itself: Born-Again Networks (2018), DINO (2021), GLM-5's cross-stage checkpoint distillation and Cursor Composer 2.5's hint-conditioned KL."
    },
    {
      "term": "Pruning plus distillation",
      "definition": "Removing layers or widths from a large model and recovering accuracy with distillation (Nvidia Minitron, Llama 3.2 1B/3B)."
    },
    {
      "term": "Antidistillation sampling",
      "definition": "A decoding-time defence that perturbs the teacher's next-token distribution so its reasoning traces are poor training data for a student while its own answers stay useful (Savani et al., 2025)."
    },
    {
      "term": "Hydra cluster",
      "definition": "Anthropic's term for networks of thousands of fraudulent accounts, often behind commercial proxies, that spread distillation traffic thinly enough to look like ordinary usage."
    },
    {
      "term": "Adversarial distillation / distillation attack",
      "definition": "Unauthorised, large-scale extraction of a proprietary model's outputs through fraudulent accounts, proxies or jailbreaks for the purpose of training a competing model; defined in the US as a national-security concern by NSTM-4 (April 2026)."
    },
    {
      "term": "Model Extraction Attackers List",
      "definition": "The public list of foreign entities engaged in distillation attacks proposed by H.R. 8283 and the BLADE Act, to be maintained with Commerce and Treasury for sanctions and export controls."
    }
  ],
  "sources": [
    {
      "title": "Model Compression (KDD 2006)",
      "url": "https://dl.acm.org/doi/10.1145/1150402.1150464",
      "publisher": "ACM",
      "date": "2006-08-20",
      "type": "paper"
    },
    {
      "title": "Distilling the Knowledge in a Neural Network",
      "url": "https://arxiv.org/abs/1503.02531",
      "publisher": "arXiv",
      "date": "2015-03-09",
      "type": "paper"
    },
    {
      "title": "Sequence-Level Knowledge Distillation",
      "url": "https://arxiv.org/abs/1606.07947",
      "publisher": "arXiv",
      "date": "2016-06-25",
      "type": "paper"
    },
    {
      "title": "Stealing Machine Learning Models via Prediction APIs",
      "url": "https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/tramer",
      "publisher": "USENIX Security",
      "date": "2016-08-11",
      "type": "paper"
    },
    {
      "title": "Thieves on Sesame Street! Model Extraction of BERT-based APIs",
      "url": "https://arxiv.org/abs/1910.12366",
      "publisher": "arXiv",
      "date": "2019-10-27",
      "type": "paper"
    },
    {
      "title": "DistilBERT",
      "url": "https://arxiv.org/abs/1910.01108",
      "publisher": "arXiv",
      "date": "2019-10-02",
      "type": "paper"
    },
    {
      "title": "MobileBERT: a Compact Task-Agnostic BERT for Resource-Limited Devices",
      "url": "https://arxiv.org/abs/2004.02984",
      "publisher": "arXiv",
      "date": "2020-04-06",
      "type": "paper"
    },
    {
      "title": "Emerging Properties in Self-Supervised Vision Transformers (DINO)",
      "url": "https://arxiv.org/abs/2104.14294",
      "publisher": "arXiv (Meta AI)",
      "date": "2021-04-29",
      "type": "paper"
    },
    {
      "title": "Self-Instruct: Aligning Language Model with Self Generated Instructions",
      "url": "https://arxiv.org/abs/2212.10560",
      "publisher": "arXiv",
      "date": "2022-12-20",
      "type": "paper"
    },
    {
      "title": "Alpaca: A Strong, Replicable Instruction-Following Model",
      "url": "https://crfm.stanford.edu/2023/03/13/alpaca.html",
      "publisher": "Stanford CRFM",
      "date": "2023-03-13",
      "type": "blog"
    },
    {
      "title": "Vicuna: An Open-Source Chatbot Impressing GPT-4 with 90% ChatGPT Quality",
      "url": "https://lmsys.org/blog/2023-03-30-vicuna/",
      "publisher": "LMSYS",
      "date": "2023-03-30",
      "type": "blog"
    },
    {
      "title": "The False Promise of Imitating Proprietary LLMs",
      "url": "https://arxiv.org/abs/2305.15717",
      "publisher": "arXiv (UC Berkeley)",
      "date": "2023-05-25",
      "type": "paper"
    },
    {
      "title": "Orca: Progressive Learning from Complex Explanation Traces of GPT-4",
      "url": "https://arxiv.org/abs/2306.02707",
      "publisher": "arXiv",
      "date": "2023-06-05",
      "type": "paper"
    },
    {
      "title": "On-Policy Distillation of Language Models (GKD)",
      "url": "https://arxiv.org/abs/2306.13649",
      "publisher": "arXiv",
      "date": "2023-06-23",
      "type": "paper"
    },
    {
      "title": "Adversarial Diffusion Distillation (SDXL Turbo)",
      "url": "https://arxiv.org/abs/2311.17042",
      "publisher": "arXiv (Stability AI)",
      "date": "2023-11-28",
      "type": "paper"
    },
    {
      "title": "Gemini 1.5 Flash announcement (I/O 2024)",
      "url": "https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/",
      "publisher": "Google",
      "date": "2024-05-14",
      "type": "blog"
    },
    {
      "title": "OpenAI DevDay 2024 announcements",
      "url": "https://www.infoq.com/news/2024/10/openai-sf-dev-day/",
      "publisher": "InfoQ",
      "date": "2024-10-01",
      "type": "news"
    },
    {
      "title": "Llama 3.2 announcement",
      "url": "https://ai.meta.com/blog/llama-3-2-connect-2024-vision-edge-mobile-devices/",
      "publisher": "Meta",
      "date": "2024-09-25",
      "type": "blog"
    },
    {
      "title": "Amazon Bedrock Model Distillation (preview)",
      "url": "https://aws.amazon.com/blogs/aws/build-faster-more-cost-efficient-highly-accurate-models-with-amazon-bedrock-model-distillation-preview/",
      "publisher": "AWS",
      "date": "2024-12-03",
      "type": "blog"
    },
    {
      "title": "DeepSeek-V3 Technical Report",
      "url": "https://arxiv.org/abs/2412.19437",
      "publisher": "arXiv",
      "date": "2024-12-27",
      "type": "paper"
    },
    {
      "title": "DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via RL",
      "url": "https://arxiv.org/abs/2501.12948",
      "publisher": "arXiv",
      "date": "2025-01-22",
      "type": "paper"
    },
    {
      "title": "Sky-T1: Train your own O1 preview model within $450",
      "url": "https://novasky-ai.github.io/posts/sky-t1/",
      "publisher": "NovaSky (UC Berkeley)",
      "date": "2025-01-10",
      "type": "blog"
    },
    {
      "title": "Nvidia sheds almost $600 billion in market cap",
      "url": "https://www.cnbc.com/2025/01/27/nvidia-sheds-almost-600-billion-in-market-cap-biggest-drop-ever.html",
      "publisher": "CNBC",
      "date": "2025-01-27",
      "type": "news"
    },
    {
      "title": "OpenAI accuses DeepSeek of knowledge distillation",
      "url": "https://www.eweek.com/news/openai-accuses-deepseek/",
      "publisher": "eWeek",
      "date": "2025-01-30",
      "type": "news"
    },
    {
      "title": "Distillation Scaling Laws",
      "url": "https://arxiv.org/abs/2502.08606",
      "publisher": "arXiv (Apple)",
      "date": "2025-02-12",
      "type": "paper"
    },
    {
      "title": "NVIDIA Q4 and fiscal 2025 results",
      "url": "https://nvidianews.nvidia.com/news/nvidia-announces-financial-results-for-fourth-quarter-and-fiscal-2025",
      "publisher": "NVIDIA",
      "date": "2025-02-26",
      "type": "filing"
    },
    {
      "title": "Gemma 3 Technical Report",
      "url": "https://arxiv.org/abs/2503.19786",
      "publisher": "arXiv (Google DeepMind)",
      "date": "2025-03-25",
      "type": "paper"
    },
    {
      "title": "OpenAI calls DeepSeek 'state-controlled'",
      "url": "https://techcrunch.com/2025/03/13/openai-calls-deepseek-state-controlled-calls-for-bans-on-prc-produced-models/",
      "publisher": "TechCrunch",
      "date": "2025-03-13",
      "type": "news"
    },
    {
      "title": "Antidistillation Sampling",
      "url": "https://arxiv.org/abs/2504.13146",
      "publisher": "arXiv (CMU)",
      "date": "2025-04-18",
      "type": "paper"
    },
    {
      "title": "The Llama 4 herd",
      "url": "https://ai.meta.com/blog/llama-4-multimodal-intelligence/",
      "publisher": "Meta",
      "date": "2025-04-05",
      "type": "blog"
    },
    {
      "title": "Qwen3 Technical Report",
      "url": "https://arxiv.org/abs/2505.09388",
      "publisher": "arXiv (Alibaba)",
      "date": "2025-05-14",
      "type": "paper"
    },
    {
      "title": "BIS rescinds AI Diffusion Rule and issues new guidance",
      "url": "https://www.akingump.com/en/insights/ai-law-and-regulation-tracker/bis-rescinds-ai-diffusion-rule-and-issues-new-guidance",
      "publisher": "Akin Gump",
      "date": "2025-05-13",
      "type": "law"
    },
    {
      "title": "White House unveils America's AI Action Plan",
      "url": "https://www.whitehouse.gov/articles/2025/07/white-house-unveils-americas-ai-action-plan/",
      "publisher": "White House",
      "date": "2025-07-23",
      "type": "law"
    },
    {
      "title": "EU AI Act GPAI obligations in force; final Code of Practice",
      "url": "https://www.lw.com/en/insights/eu-ai-act-gpai-model-obligations-in-force-and-final-gpai-code-of-practice-in-place",
      "publisher": "Latham & Watkins",
      "date": "2025-08-02",
      "type": "law"
    },
    {
      "title": "Introducing gpt-oss",
      "url": "https://openai.com/index/introducing-gpt-oss/",
      "publisher": "OpenAI",
      "date": "2025-08-05",
      "type": "blog"
    },
    {
      "title": "Updating restrictions of sales to unsupported regions",
      "url": "https://www.anthropic.com/news/updating-restrictions-of-sales-to-unsupported-regions",
      "publisher": "Anthropic",
      "date": "2025-09-04",
      "type": "blog"
    },
    {
      "title": "Introducing Claude Haiku 4.5",
      "url": "https://www.anthropic.com/news/claude-haiku-4-5",
      "publisher": "Anthropic",
      "date": "2025-10-15",
      "type": "blog"
    },
    {
      "title": "On-Policy Distillation",
      "url": "https://thinkingmachines.ai/blog/on-policy-distillation/",
      "publisher": "Thinking Machines Lab",
      "date": "2025-10-27",
      "type": "blog"
    },
    {
      "title": "A new era of intelligence with Gemini 3",
      "url": "https://blog.google/products/gemini/gemini-3/",
      "publisher": "Google",
      "date": "2025-11-18",
      "type": "blog"
    },
    {
      "title": "MiMo-V2-Flash Technical Report",
      "url": "https://arxiv.org/abs/2601.02780",
      "publisher": "arXiv (Xiaomi LLM-Core)",
      "date": "2026-01-08",
      "type": "paper"
    },
    {
      "title": "GLM-5: from Vibe Coding to Agentic Engineering",
      "url": "https://arxiv.org/abs/2602.15763",
      "publisher": "arXiv (Z.ai / Zhipu)",
      "date": "2026-02-11",
      "type": "paper"
    },
    {
      "title": "OpenAI accuses DeepSeek of malpractice ahead of AI launch",
      "url": "https://restofworld.org/2026/openai-deepseek-distillation-dispute-us-china/",
      "publisher": "Rest of World",
      "date": "2026-02-12",
      "type": "news"
    },
    {
      "title": "Google says attackers used 100,000+ prompts to try to clone its AI",
      "url": "https://www.nbcnews.com/tech/security/google-gemini-hit-100000-prompts-cloning-attempt-rcna258657",
      "publisher": "NBC News",
      "date": "2026-02-12",
      "type": "news"
    },
    {
      "title": "MiniMax M2.5 API pricing",
      "url": "https://openrouter.ai/minimax/minimax-m2.5",
      "publisher": "OpenRouter",
      "date": "2026-02-12",
      "type": "pricing"
    },
    {
      "title": "Detecting and preventing distillation attacks",
      "url": "https://www.anthropic.com/news/detecting-and-preventing-distillation-attacks",
      "publisher": "Anthropic",
      "date": "2026-02-23",
      "type": "blog"
    },
    {
      "title": "AI Distillation Attacks: The Case for Targeted Government Intervention",
      "url": "https://www.iaps.ai/research/ai-distillation-attacks",
      "publisher": "IAPS",
      "date": "2026-03",
      "type": "paper"
    },
    {
      "title": "AI Foundation Model Transparency Act of 2026 (H.R. 8094)",
      "url": "https://www.congress.gov/bill/119th-congress/house-bill/8094",
      "publisher": "US Congress",
      "date": "2026-03-26",
      "type": "law"
    },
    {
      "title": "Gemma release log",
      "url": "https://ai.google.dev/gemma/docs/releases",
      "publisher": "Google",
      "date": "2026-06-03",
      "type": "docs"
    },
    {
      "title": "OpenAI, Anthropic, Google team up against Chinese distillation",
      "url": "https://www.techbrew.com/stories/openai-anthropic-google-distillation-collab",
      "publisher": "Tech Brew",
      "date": "2026-04-07",
      "type": "news"
    },
    {
      "title": "Huizenga introduces legislation to stop China and Russia from stealing American AI",
      "url": "https://huizenga.house.gov/news/documentsingle.aspx?DocumentID=404341",
      "publisher": "US House of Representatives",
      "date": "2026-04-20",
      "type": "law"
    },
    {
      "title": "China's Illicit Campaign to Steal and Subvert American AI (witness statement)",
      "url": "https://docs.house.gov/meetings/ZS/ZS00/20260416/119165/HHRG-119-ZS00-Wstate-MahmoodY-20260416.pdf",
      "publisher": "US House Select Committee on the CCP",
      "date": "2026-04-16",
      "type": "filing"
    },
    {
      "title": "China has 'deliberate, industrial-scale campaigns' to steal AI models",
      "url": "https://www.defenseone.com/threats/2026/04/china-steal-ai-models/413103/",
      "publisher": "Defense One",
      "date": "2026-04-23",
      "type": "news"
    },
    {
      "title": "From Diagnosis to Deterrence: The Emerging U.S. Response to Distillation",
      "url": "https://www.justsecurity.org/137498/diagnosis-deterrence-us-response-distillation/",
      "publisher": "Just Security",
      "date": "2026-05-05",
      "type": "blog"
    },
    {
      "title": "Chairmen Garbarino, Moolenaar announce joint investigation into PRC AI models",
      "url": "https://homeland.house.gov/2026/04/29/chairmen-garbarino-moolenaar-announce-joint-investigation-into-national-security-risks-posed-by-prc-ai-models/",
      "publisher": "US House Committee on Homeland Security",
      "date": "2026-04-29",
      "type": "law"
    },
    {
      "title": "AI Distillation Attacks: Executive and Congressional Action Can Go Further",
      "url": "https://www.iaps.ai/research/ai-distillation-attacks-executive-and-congressional-action-can-go-further",
      "publisher": "IAPS",
      "date": "2026-05-12",
      "type": "blog"
    },
    {
      "title": "Introducing Composer 2.5",
      "url": "https://cursor.com/blog/composer-2-5",
      "publisher": "Cursor",
      "date": "2026-05-18",
      "type": "blog"
    },
    {
      "title": "Adversarial Distillation",
      "url": "https://www.cnas.org/publications/reports/adversarial-distillation",
      "publisher": "CNAS",
      "date": "2026-06-02",
      "type": "paper"
    },
    {
      "title": "NVIDIA Nemotron 3 Ultra Technical Report",
      "url": "https://research.nvidia.com/labs/nemotron/files/NVIDIA-Nemotron-3-Ultra-Technical-Report.pdf",
      "publisher": "NVIDIA",
      "date": "2026-06-09",
      "type": "paper"
    },
    {
      "title": "Strong backing for the Code of Practice on Transparency of AI-generated Content",
      "url": "https://digital-strategy.ec.europa.eu/en/news/strong-backing-code-practice-transparency-ai-generated-content",
      "publisher": "European Commission",
      "date": "2026-06-10",
      "type": "law"
    },
    {
      "title": "Anthropic accuses Alibaba of campaign to 'brazenly' and 'illicitly' distill Claude",
      "url": "https://www.cnbc.com/2026/06/24/anthropic-alibaba-distillation-campaign.html",
      "publisher": "CNBC",
      "date": "2026-06-24",
      "type": "news"
    },
    {
      "title": "Redeploying Claude Fable 5",
      "url": "https://www.anthropic.com/news/redeploying-fable-5",
      "publisher": "Anthropic",
      "date": "2026-06-30",
      "type": "blog"
    },
    {
      "title": "Anthropic says Trump admin has lifted export controls on Claude Fable 5 and Mythos 5",
      "url": "https://www.cnbc.com/2026/06/30/anthropic-says-trump-admin-has-lifted-export-controls-on-claude-fable-5-and-mythos-5.html",
      "publisher": "CNBC",
      "date": "2026-06-30",
      "type": "news"
    },
    {
      "title": "China AI models capture 63% of U.S. OpenRouter usage",
      "url": "https://finance.yahoo.com/technology/ai/articles/china-ai-models-capture-63-205130859.html",
      "publisher": "GuruFocus via Yahoo Finance",
      "date": "2026-07",
      "type": "news"
    },
    {
      "title": "Distillation in 2026 (so far): which frontier models use it and how",
      "url": "https://huggingface.co/blog/sergiopaniego/distillation-2026",
      "publisher": "Hugging Face",
      "date": "2026-07-08",
      "type": "blog"
    },
    {
      "title": "Responding to AI Distillation Without Panic",
      "url": "https://www.lawfaremedia.org/article/responding-to-ai-distillation-without-panic",
      "publisher": "Lawfare",
      "date": "2026-07-16",
      "type": "blog"
    },
    {
      "title": "Treasury threatens sanctions after White House claims Moonshot distilled Anthropic's Fable",
      "url": "https://techcrunch.com/2026/07/22/treasury-threatens-sanctions-after-white-house-claims-moonshot-distilled-anthropics-fable/",
      "publisher": "TechCrunch",
      "date": "2026-07-22",
      "type": "news"
    },
    {
      "title": "Impostor Chinese models pretend they're Claude",
      "url": "https://www.theregister.com/ai-and-ml/2026/07/27/impostor-chinese-models-pretend-theyre-claude/5279165",
      "publisher": "The Register",
      "date": "2026-07-27",
      "type": "news"
    },
    {
      "title": "MOFCOM press spokesperson answers questions on model distillation (translation)",
      "url": "https://cset.georgetown.edu/publication/china-mofcom-statement-model-distillation",
      "publisher": "CSET Georgetown",
      "date": "2026-07-27",
      "type": "law"
    },
    {
      "title": "How to Fix the AI Model Theft Bill Before It Becomes Law",
      "url": "https://itif.org/publications/2026/07/28/how-to-fix-the-ai-model-theft-bill-before-it-becomes-law/",
      "publisher": "ITIF",
      "date": "2026-07-28",
      "type": "blog"
    },
    {
      "title": "Allegations of AI distillation spark debate about IP theft. But is it illegal?",
      "url": "https://www.npr.org/2026/07/28/nx-s1-5909652/allegations-of-ai-distillation-spark-debate-about-ip-theft-but-is-it-illegal",
      "publisher": "NPR",
      "date": "2026-07-28",
      "type": "news"
    },
    {
      "title": "Commission starts enforcing AI Act rules and new transparency requirements",
      "url": "https://digital-strategy.ec.europa.eu/en/news/commission-starts-enforcing-ai-act-rules-and-new-transparency-requirements-2-august",
      "publisher": "European Commission",
      "date": "2026-08-02",
      "type": "law"
    },
    {
      "title": "Securities suit against Alibaba combines two key litigation trends",
      "url": "https://www.dandodiary.com/2026/08/articles/artificial-intelligence/securities-suit-against-alibaba-combines-two-key-litigation-trends/",
      "publisher": "The D&O Diary",
      "date": "2026-08-04",
      "type": "filing"
    },
    {
      "title": "Hagerty, colleagues introduce the BLADE Act",
      "url": "https://www.hagerty.senate.gov/press-releases/2026/08/05/hagerty-colleagues-introduce-the-blocking-large-scale-adversarial-distillation-efforts-blade-act/",
      "publisher": "US Senate",
      "date": "2026-08-05",
      "type": "law"
    },
    {
      "title": "Zhang Yiming says ByteDance's Seed team won't rely on AI distillation",
      "url": "https://technode.com/2026/08/06/zhang-yiming-says-bytedances-seed-team-wont-rely-on-ai-distillation/",
      "publisher": "TechNode",
      "date": "2026-08-06",
      "type": "news"
    },
    {
      "title": "Meta releases Muse Glimmer, a 30B open agentic AI model",
      "url": "https://www.neowin.net/news/meta-releases-muse-glimmer-a-30b-open-agentic-ai-model-that-runs-locally-on-pcs/",
      "publisher": "Neowin",
      "date": "2026-08-10",
      "type": "news"
    },
    {
      "title": "Anthropic says it will watermark text generated by its AI models",
      "url": "https://techcrunch.com/2026/08/11/anthropic-says-it-will-watermark-text-generated-by-its-ai-models/",
      "publisher": "TechCrunch",
      "date": "2026-08-11",
      "type": "news"
    },
    {
      "title": "DeepSeek-V4-Pro GA release",
      "url": "https://api-docs.deepseek.com/news/news260813/",
      "publisher": "DeepSeek",
      "date": "2026-08-13",
      "type": "docs"
    },
    {
      "title": "How Claude's text watermarking works",
      "url": "https://www.anthropic.com/news/claude-text-watermark",
      "publisher": "Anthropic",
      "date": "2026-08-14",
      "type": "blog"
    },
    {
      "title": "Stealing Reasoning Traces from Proprietary LLM APIs",
      "url": "https://arxiv.org/abs/2608.09867",
      "publisher": "arXiv",
      "date": "2026-08",
      "type": "paper"
    },
    {
      "title": "Anthropic's new Fable release is cheaper, less restrictive",
      "url": "https://techcrunch.com/2026/09/01/anthropics-new-fable-release-is-cheaper-less-restrictive/",
      "publisher": "TechCrunch",
      "date": "2026-09-01",
      "type": "news"
    },
    {
      "title": "OpenAI announces rollout of GPT-6 Astra model",
      "url": "https://www.cnbc.com/2026/09/03/open-ai-astra-gpt-6-cyber.html",
      "publisher": "CNBC",
      "date": "2026-09-03",
      "type": "news"
    },
    {
      "title": "FitNets: Hints for Thin Deep Nets",
      "url": "https://arxiv.org/abs/1412.6550",
      "publisher": "arXiv",
      "date": "2014-12-19",
      "type": "paper"
    },
    {
      "title": "Born-Again Neural Networks",
      "url": "https://arxiv.org/abs/1805.04770",
      "publisher": "arXiv",
      "date": "2018-05-12",
      "type": "paper"
    },
    {
      "title": "TinyBERT: Distilling BERT for Natural Language Understanding",
      "url": "https://arxiv.org/abs/1909.10351",
      "publisher": "arXiv (Huawei Noah’s Ark Lab)",
      "date": "2019-09-23",
      "type": "paper"
    },
    {
      "title": "Distilling Step-by-Step!",
      "url": "https://arxiv.org/abs/2305.02301",
      "publisher": "arXiv (Google)",
      "date": "2023-05-03",
      "type": "paper"
    },
    {
      "title": "MiniLLM: Knowledge Distillation of Large Language Models",
      "url": "https://arxiv.org/abs/2306.08543",
      "publisher": "arXiv",
      "date": "2023-06-14",
      "type": "paper"
    },
    {
      "title": "Gemma (language model)",
      "url": "https://en.wikipedia.org/wiki/Gemma_(language_model)",
      "publisher": "Wikipedia",
      "date": "2026-08",
      "type": "news"
    },
    {
      "title": "Introducing the next generation of Claude",
      "url": "https://www.anthropic.com/news/claude-3-family",
      "publisher": "Anthropic",
      "date": "2024-03-04",
      "type": "blog"
    },
    {
      "title": "GPT-4o mini pricing and analysis",
      "url": "https://simonwillison.net/2024/Jul/18/gpt-4o-mini/",
      "publisher": "Simon Willison",
      "date": "2024-07-18",
      "type": "blog"
    },
    {
      "title": "Compact Language Models via Pruning and Knowledge Distillation (Minitron)",
      "url": "https://arxiv.org/abs/2407.14679",
      "publisher": "arXiv (NVIDIA)",
      "date": "2024-07-19",
      "type": "paper"
    },
    {
      "title": "Llama-3.1-Minitron-4B-Width-Base model card",
      "url": "https://huggingface.co/nvidia/Llama-3.1-Minitron-4B-Width-Base",
      "publisher": "NVIDIA via Hugging Face",
      "date": "2024-08-21",
      "type": "docs"
    },
    {
      "title": "OpenAI o1",
      "url": "https://en.wikipedia.org/wiki/OpenAI_o1",
      "publisher": "Wikipedia",
      "date": "2026-08",
      "type": "news"
    },
    {
      "title": "Claude (language model)",
      "url": "https://en.wikipedia.org/wiki/Claude_(language_model)",
      "publisher": "Wikipedia",
      "date": "2026-09-01",
      "type": "news"
    },
    {
      "title": "DeepSeek",
      "url": "https://en.wikipedia.org/wiki/DeepSeek",
      "publisher": "Wikipedia",
      "date": "2026-08",
      "type": "news"
    },
    {
      "title": "Phi-4 Technical Report",
      "url": "https://arxiv.org/abs/2412.08905",
      "publisher": "arXiv (Microsoft)",
      "date": "2024-12-12",
      "type": "paper"
    },
    {
      "title": "BIS rescinds AI Diffusion Rule",
      "url": "https://www.wiley.law/alert-BIS-Rescinds-AI-Diffusion-Rule",
      "publisher": "Wiley Rein",
      "date": "2025-05-13",
      "type": "law"
    },
    {
      "title": "Microsoft probing if DeepSeek-linked group improperly obtained OpenAI data",
      "url": "https://www.usnews.com/news/technology/articles/2025-01-28/microsoft-probing-if-deepseek-linked-group-improperly-obtained-openai-data-bloomberg-news-reports",
      "publisher": "US News / Reuters",
      "date": "2025-01-28",
      "type": "news"
    },
    {
      "title": "Open Thoughts launch",
      "url": "https://www.open-thoughts.ai/blog/launch",
      "publisher": "Open Thoughts",
      "date": "2025-01-28",
      "type": "blog"
    },
    {
      "title": "Gemini (language model)",
      "url": "https://en.wikipedia.org/wiki/Gemini_(language_model)",
      "publisher": "Wikipedia",
      "date": "2026-08",
      "type": "news"
    },
    {
      "title": "s1: Simple test-time scaling",
      "url": "https://arxiv.org/abs/2501.19393",
      "publisher": "arXiv (Stanford)",
      "date": "2025-01-31",
      "type": "paper"
    },
    {
      "title": "LIMO: Less is More for Reasoning",
      "url": "https://arxiv.org/abs/2502.03387",
      "publisher": "arXiv",
      "date": "2025-02-05",
      "type": "paper"
    },
    {
      "title": "Phi-4-reasoning Technical Report",
      "url": "https://arxiv.org/abs/2504.21318",
      "publisher": "arXiv (Microsoft)",
      "date": "2025-04-30",
      "type": "paper"
    },
    {
      "title": "Amazon Bedrock Model Distillation is now generally available",
      "url": "https://aws-news.com/article/2025-05-01-amazon-bedrock-model-distillation-is-now-generally-available",
      "publisher": "AWS News",
      "date": "2025-05-01",
      "type": "blog"
    },
    {
      "title": "OpenThoughts: Data Recipes for Reasoning Models",
      "url": "https://arxiv.org/abs/2506.04178",
      "publisher": "arXiv",
      "date": "2025-06-04",
      "type": "paper"
    },
    {
      "title": "GPT-5 nano pricing",
      "url": "https://openrouter.ai/openai/gpt-5-nano",
      "publisher": "OpenRouter",
      "date": "2025-08-07",
      "type": "pricing"
    },
    {
      "title": "Apple Intelligence",
      "url": "https://en.wikipedia.org/wiki/Apple_Intelligence",
      "publisher": "Wikipedia",
      "date": "2026-08",
      "type": "news"
    },
    {
      "title": "Qwen",
      "url": "https://en.wikipedia.org/wiki/Qwen",
      "publisher": "Wikipedia",
      "date": "2026-08",
      "type": "news"
    },
    {
      "title": "GPT-5.4",
      "url": "https://en.wikipedia.org/wiki/GPT-5.4",
      "publisher": "Wikipedia",
      "date": "2026-08",
      "type": "news"
    },
    {
      "title": "MiniMax (company)",
      "url": "https://en.wikipedia.org/wiki/MiniMax_(company)",
      "publisher": "Wikipedia",
      "date": "2026-08",
      "type": "news"
    },
    {
      "title": "Moonshot AI",
      "url": "https://en.wikipedia.org/wiki/Moonshot_AI",
      "publisher": "Wikipedia",
      "date": "2026-08",
      "type": "news"
    },
    {
      "title": "Anthropic newsroom",
      "url": "https://www.anthropic.com/news",
      "publisher": "Anthropic",
      "date": "2026-09-01",
      "type": "blog"
    }
  ],
  "extras": {}
}
