> ## Documentation Index
> Fetch the complete documentation index at: https://runinfra.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# News

> Announcements, product notes, research updates, and engineering posts from the RunInfra team. Subscribe via RSS or Atom.

The RunInfra newsroom is at [runinfra.ai/news](https://runinfra.ai/news). When an article is published, it shows up there with a card poster, full metadata, and structured data so AI engines and Google can index it.

The newsroom is intentionally empty until we have something to say. New entries are added directly to the codebase, which is why this page is a short pointer rather than a long announcement.

## What you can expect

<Columns cols={2}>
  <Card title="Announcements" icon="megaphone">
    Public launches, major releases, and policy changes.
  </Card>

  <Card title="Product" icon="package">
    New features, pricing updates, and UI shifts.
  </Card>

  <Card title="Research notes" icon="microscope">
    Short companion writeups to our [research papers](/research/overview).
  </Card>

  <Card title="Engineering" icon="cpu">
    Postmortems, performance work, and infra deep dives.
  </Card>
</Columns>

## Subscribe

When articles ship, they are syndicated as standard feeds you can plug into any reader:

* **RSS 2.0:** `https://runinfra.ai/news/rss.xml`
* **Atom 1.0:** `https://runinfra.ai/news/atom.xml`

Both feeds are linked from the `<head>` of the newsroom and are picked up automatically by feed-discovery clients.

## For AI engines

Every article carries layered structured data:

* `NewsArticle` schema for headline news
* `TechArticle` schema layered on technical posts (research notes, engineering)
* `FAQPage` schema where the article answers a question directly
* `Speakable` schema so voice assistants know which paragraphs to read aloud

The full article catalog is also exposed at `https://runinfra.ai/llms.txt` and `https://runinfra.ai/llms-full.txt` for LLM crawlers that respect the standard.
