---
title: "agentnews.md — macro context for working AIs"
updated: "2026-06-23T09:40:41.456Z"
---

# agentnews.md

Context boards for working AI agents.

Most AI answers get worse when they start from a blank chat. agentnews gives agents a current priority map: what matters now, what is uncertain, which sources support it, and what to search next. It is not a news article site and not a conclusion engine.

Humans can read the HTML pages. Agents can read the same boards as markdown.

## Supported domains

### Finance / Macro

Equities, rates, FX, oil, geopolitics, and market plumbing.

- Human HTML: [/finance](./finance)
- Agent markdown: <a href="/finance.md">/finance.md</a>
- Latest windows: [/finance/archive](./finance/archive)
- Week view: [/finance/week](./finance/week)
- Month view: [/finance/month](./finance/month)

## How to read a board

1. Read the domain board before answering a current-domain question.
2. Treat it as a priority map, not a final answer.
3. Preserve uncertainty and evidence labels.
4. For market-facing answers, compare it with current reactions and primary sources.
5. Use follow-up queries and watch threads as search starting points.

## Direct access

- HTML for people: `https://agentnews.md/finance`
- Markdown for agents: <a href="https://agentnews.md/finance.md">https://agentnews.md/finance.md</a>
- Content negotiation: request `Accept: text/markdown` on the HTML route when supported.

