Content Template
News Brief
Short, sourced news item with a tag and source URL.
Overview
News Briefs are the atomic unit of The Pulse. Keep them scannable — one fact per brief.
Fields
Source (publication name), Source URL, Tag (e.g. 'Frontier Models', 'M&A').
Best Practices
Link to the primary source whenever possible. Tag with an existing topic — do not invent new tags casually.
JSON Structure
Every entry of this template serializes to the shape below. The structured fields live under data.
{
"type": "news_brief",
"title": "Gemini 3 Pro tops SWE-bench Verified at 71.4%.",
"summary": "Independent eval, methodology open-sourced.",
"data": {
"source": "DeepMind Blog",
"source_url": "https://deepmind.google/…",
"tag": "BENCHMARK"
}
}Preview
How a published entry of this template renders on the site.
BENCHMARK3 DAYS AGO
Gemini 3 Pro tops SWE-bench Verified at 71.4%.
Independent eval, methodology open-sourced.
How it's used on the site
- 1.Pick the News Brief template for atomic, scannable news.
- 2.Tag with an existing category (RELEASE, RESEARCH, FUNDING, POLICY, BENCHMARK) — do not invent new tags casually.
- 3.Publish — the brief appears at the top of The Pulse on the homepage and in /c/ai's News rail.
- 4.Tag determines the colored chip on the card.