DigestAI news desk

AI news, digested. Every story with its sources, every hour.

For assistants and developers

API and machine-readable feeds

Every story on Digest AI is also published as JSON and as plain Markdown, with its canonical address, dates, sources and a ready-made citation. Static files, no key, no sign-up.

Endpoints

  • /story/<slug>.json — one story, in full: our digest, key points, why it matters, category, names, dates, every source with its outlet and date, how the reports compare, the developing story it belongs to, and a citation. Add .json to any story address.
  • /story/<slug>.md — the same story as Markdown, the easiest form for a language model to read and quote.
  • /api/latest.json — the 100 newest stories by first publication, one light row each with a link to the story's JSON.
  • /api/briefing.json — today's briefing: the five stories that matter, with key points and why they matter, and the also-list.
  • /api/category/<slug>.json — the 50 newest stories in one category: models, marketing, agents, research, business, policy, hardware, enterprise, robotics, society.

Older stories keep their JSON and Markdown after they leave the front pages; those files are marked "archived": true and carry the headline, digest, key points and sources. For feed readers there is RSS (and one feed per category at /feeds/category/<slug>.xml); llms.txt lists everything.

Story fields

  • url — the canonical story page. Cite this address. json and markdown point to the other two forms.
  • headline, summary (Markdown), keyPoints, whyItMatters — written by Digest AI's editorial model from the listed sources.
  • category (slug, name, url) and entities (companies, models, people named in the story).
  • firstPublishedAt — when the story first appeared on Digest AI. updatedAt — the newest publication time among the sources it lists, the same date the story page shows as updated. Both ISO 8601, UTC.
  • sources — each outlet's name, the article title, its address, its publication date, its type (primary, press, newsletter, community) and a primary flag for a lab's, company's, court's or regulator's own document. sourceCount can be higher than the list when a story has many sources.
  • sourceNotes — where the reports agree and where they differ, when we compared them; otherwise null.
  • thread — the developing story this belongs to, with its address; discussions — Hacker News and Reddit threads.
  • cite — a suggested citation (text) and its parts.

The files carry our own writing and links only. Publishers' article text is not included: it belongs to them, so follow the source links to read it.

How to cite

Link the story page and name Digest AI, for example:

Digest AI, "OpenAI launches Astra for Law, a GPT-6 configuration for legal research", 17 September 2026, https://digestai.news/story/openai-launches-astra-for-law-a-gpt-6-astra-variant-with-legal-search

When a claim comes from one of the outlets, cite that outlet too; every story lists them with dates. Digests are machine-written and can be wrong, so the sources are the record. Corrections: about/corrections.

Updates, limits and access

  • Every hour. The site and every file here are rebuilt about once an hour; each index file has a generatedAt time. Fetching more often than every 10 minutes gains nothing (the files are cached for 10 minutes).
  • No key, no rate limit of our own. These are static files on GitHub Pages. Please be gentle: fetch the index files, then only the stories you need, and identify your client in the User-Agent.
  • Cross-origin requests work. Every file is served with Access-Control-Allow-Origin: *, so a browser app can read them directly.
  • Stable addresses. A story keeps its address, and so do its JSON and Markdown. When two stories are merged, the old page redirects to the story that now covers the event, and its JSON is no longer published.
  • Terms. Headlines, digests and key points are written by Digest AI and may be quoted with a link to the story page. Linked articles belong to their publishers. The terms have the details.

Example: a story as JSON

From /story/openai-launches-astra-for-law-a-gpt-6-astra-variant-with-legal-search.json, trimmed.

{
  "version": 1,
  "type": "story",
  "url": "https://digestai.news/story/openai-launches-astra-for-law-a-gpt-6-astra-variant-with-legal-search",
  "json": "https://digestai.news/story/openai-launches-astra-for-law-a-gpt-6-astra-variant-with-legal-search.json",
  "markdown": "https://digestai.news/story/openai-launches-astra-for-law-a-gpt-6-astra-variant-with-legal-search.md",
  "slug": "openai-launches-astra-for-law-a-gpt-6-astra-variant-with-legal-search",
  "headline": "OpenAI launches Astra for Law, a GPT-6 configuration for legal research",
  "summary": "OpenAI announced Astra for Law on September 17, 2026. The offering wraps the GPT‑6 Astra model with a legal search index that spans more than 230 million …",
  "keyPoints": [
    "OpenAI launched Astra for Law, a GPT‑6 Astra configuration with a legal index covering >230 million URLs.",
    "In Vals AI’s benchmark, Astra for Law scored 54 % correctness on 200 questions versus 38.7 % for GPT‑6 Astra alone."
  ],
  "whyItMatters": "Astra for Law gives law firms a high‑accuracy, purpose‑built AI tool for research and drafting, potentially reshaping …",
  "category": {
    "slug": "models",
    "name": "Generative AI & Models",
    "url": "https://digestai.news/category/models"
  },
  "entities": {
    "companies": [
      "OpenAI",
      "Harvey Technologies Inc.",
      "Legora AB",
      "Latham & Watkins",
      "Thomson Reuters Corp.",
      "Microsoft Azure"
    ],
    "models": [
      "GPT-6 Astra",
      "Astra for Law",
      "Claude Fable 5.1"
    ],
    "people": [
      "Michael Rubin",
      "John Savva",
      "Niko Grupen",
      "Jason Boehmig",
      "Sherwin Wu",
      "Joel Hron"
    ]
  },
  "firstPublishedAt": "2026-09-17T21:04:02Z",
  "updatedAt": "2026-09-18T13:42:43Z",
  "sourceCount": 7,
  "hasPrimarySource": false,
  "sources": [
    {
      "outlet": "Unite.AI",
      "title": "OpenAI Introduces Astra for Law With Legal Search and Trusted Access",
      "url": "https://unite.ai/openai-introduces-astra-for-law-with-legal-search-and-trusted-access",
      "publishedAt": "2026-09-17T21:04:02Z",
      "type": "press",
      "primary": false,
      "lead": true
    },
    {
      "outlet": "The Decoder",
      "title": "OpenAI takes aim at the legal market with Astra for Law",
      "url": "https://the-decoder.com/openai-takes-aim-at-the-legal-market-with-astra-for-law",
      "publishedAt": "2026-09-18T13:42:43Z",
      "type": "press",
      "primary": false,
      "lead": false
    }
  ],
  "sourceNotes": null,
  "discussions": [],
  "thread": {
    "title": "GPT-6 Astra AGI Claims Face Benchmark Skepticism",
    "url": "https://digestai.news/thread/openais-gpt6-astra-claims-agi-quickly-replicates-existing-games",
    "storyCount": 3
  },
  "cite": {
    "text": "Digest AI, \"OpenAI launches Astra for Law, a GPT-6 configuration for legal research\", 17 September 2026, https://digestai.news/story/openai-launches-astra-for-law-a-gpt-6-astra-variant-with-legal-search",
    "publisher": "Digest AI",
    "title": "OpenAI launches Astra for Law, a GPT-6 configuration for legal research",
    "datePublished": "2026-09-17T21:04:02Z",
    "url": "https://digestai.news/story/openai-launches-astra-for-law-a-gpt-6-astra-variant-with-legal-search"
  },
  "generatedBy": "Written by Digest AI's editorial model from the linked sources; the sources are the record.",
  "license": "Headlines, digests and key points are written by Digest AI and may be quoted with a link to the story page. Linked articles belong to their publishers. Terms: https://digestai.news/terms#reuse"
}

Example: the same story as Markdown

# OpenAI launches Astra for Law, a GPT-6 configuration for legal research

Digest AI · Generative AI & Models · published 2026-09-17T21:04:02Z · updated 2026-09-18T13:42:43Z

Canonical: https://digestai.news/story/openai-launches-astra-for-law-a-gpt-6-astra-variant-with-legal-search

## Summary

OpenAI announced Astra for Law on September 17, 2026. The offering wraps the GPT‑6 Astra model with a legal search index that spans more than 230 million URLs, drawing case law from the Free Law Project’s CourtListener database. In Vals …

## Key points

- OpenAI launched Astra for Law, a GPT‑6 Astra configuration with a legal index covering >230 million URLs.
- In Vals AI’s benchmark, Astra for Law scored 54 % correctness on 200 questions versus 38.7 % for GPT‑6 Astra alone.
- Initial access uses a Trusted Access program; API customers include Harvey and Legora, with 26 partner plugins and 9 community plugins.

## Why it matters

Astra for Law gives law firms a high‑accuracy, purpose‑built AI tool for research and drafting, potentially reshaping legal workflows while raising data‑privacy and governance considerations.

## Sources

1. [OpenAI Introduces Astra for Law With Legal Search and Trusted Access](https://unite.ai/openai-introduces-astra-for-law-with-legal-search-and-trusted-access) (Unite.AI, 2026-09-17)
2. [OpenAI takes aim at the legal market with Astra for Law](https://the-decoder.com/openai-takes-aim-at-the-legal-market-with-astra-for-law) (The Decoder, 2026-09-18)

Part of the developing story: [GPT-6 Astra AGI Claims Face Benchmark Skepticism](https://digestai.news/thr
…

Example: /api/latest.json

{
  "version": 1,
  "generatedAt": "2026-09-18T15:29:33.625690Z",
  "docs": "https://digestai.news/api",
  "license": "Headlines, digests and key points are written by Digest AI and may be quoted with a link to the story page. Linked articles belong to their publishers. Terms: https://digestai.news/terms#reuse",
  "stories": [
    {
      "slug": "openai-launches-astra-for-law-a-gpt-6-astra-variant-with-legal-search",
      "headline": "OpenAI launches Astra for Law, a GPT-6 configuration for legal research",
      "summary": "OpenAI announced Astra for Law on September 17, 2026.",
      "category": "models",
      "firstPublishedAt": "2026-09-17T21:04:02Z",
      "updatedAt": "2026-09-18T13:42:43Z",
      "sourceCount": 7,
      "hasPrimarySource": false,
      "url": "https://digestai.news/story/openai-launches-astra-for-law-a-gpt-6-astra-variant-with-legal-search",
      "json": "https://digestai.news/story/openai-launches-astra-for-law-a-gpt-6-astra-variant-with-legal-search.json"
    },
    "…"
  ]
}

Questions

Building something on Digest AI, or need a field we do not publish? Write to hello@digestai.news.