Amuse-Bouche
What your AI confidently believes vs. what’s actually true today.
Moldova's prime minister is Alexandru Munteanu, or the post is vacant/caretaker
Vasile Tofan, a Harvard-educated investor with no prior political office, has been Moldova's PM since July 22, 2026, elected 53-21 by parliament on President Sandu's nomination to pursue EU accession.
Meta only has open-source Llama models
Meta's paid Muse Spark 1.3 (muse-spark-1.3, Sep 2, 2026) via its Meta Model API is the latest, superseding 1.2 -- $1.25/$4.25/MTok, US only. Llama 4 Maverick/Scout remain open-weight.
Trump's tariffs are based on IEEPA authority
SCOTUS struck down IEEPA tariffs 6-3 Feb 20, 2026; Section 122 replacement (10% global) also struck by the CIT. Section 232 pharma tariffs (up to 100%) remain. $166B IEEPA refund portal opened Apr 21.
A Scene from the Dining Room
What happens when your AI doesn’t know what day it is.
Best, James
Best, James
Same AI. Same prompt. The only difference is 500 tokens of context about what’s actually happening in the world.
The Sommelier Recommends
The perfect pairing for your AI assistant.
MCP (Model Context Protocol) lets AI assistants call tools directly. Add outtolunch to your config and your assistant will automatically consult today’s briefing before responding about current events.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"outtolunch": {
"type": "url",
"url": "https://outtolunch.app/mcp"
}
}
}
Claude Code
claude mcp add outtolunch --transport http https://outtolunch.app/mcp
Cursor
Add to your MCP settings with type url and the endpoint https://outtolunch.app/mcp.
MCP Tool Parameters
The get_world_briefing tool accepts three optional parameters:
| format | json (default) · full structured data compact · markdown, ~8,000 tokens nano · plain text, ~1,500 tokens |
| section | Return a single section as JSON (e.g. corrections, leaders, economy). When set, format is ignored. |
| sections | Comma-separated list of deep sections (e.g. "economy,us_policy"). Returns richer data — pricing, casualties, indices, gas prices, mortgage rates, executive orders, SCOTUS decisions, CVE advisories, space launches, FDA approvals, service outages, corporate changes, full calendar. Overrides format and section. |
Pairings
The right section for the right moment.
Pulling the full briefing every time is like ordering the tasting menu when you came in for a glass of wine. Each section exists so your AI can grab exactly what it needs and move on.
CLAUDE.md:
“Before drafting emails about current events, call outtolunch with sections: "leaders,conflicts".”
Same idea works in Cursor rules, custom MCP skills, system prompts, or any config that shapes AI behavior.
The more specific you are about which section to pull and when, the less your AI wastes on tokens it doesn’t need.
How to Order
Integration recipes for every kitchen.
Quick Taste
One command, instant briefing.
curl -s https://outtolunch.app/nano
System Prompt
Inject context into any AI.
Before responding, note:
$(curl -s outtolunch.app/nano)
Health Check
Verify freshness programmatically.
curl https://outtolunch.app/health
Single Section
Just the corrections, please.
curl outtolunch.app/section/corrections
Deep Tasting
Mix & match rich data — pricing, indices, executive orders, CVEs, launches, outages.
curl "outtolunch.app/sections?include=economy,us_policy"
The Kitchen
How we keep every fact fresh.
- 3× daily. Automated research runs at 6 AM, 2 PM, and 10 PM ET — full-depth morning and evening sweeps with a targeted afternoon update.
- Confidence scoring. Each update is scored against the previous version. High-confidence updates deploy automatically; anomalies are flagged for human review.
- Schema validation. Strict JSON schema checks plus prompt injection scanning on every update. Bad data never reaches production.
- Edge deployment. Cloudflare Workers serve the briefing globally with sub-50ms latency and built-in staleness detection.
The Private Dining Room
Same kitchen, your company’s facts.
outtolunch.app is the public reference deployment. It serves current world facts from a two-tier briefing: the daily menu up top, deeper sections when an AI needs detail. If your team wants that same pattern behind the firewall, fork outtolunch-engine and run a private briefing for internal facts.
Your company’s facts are scattered across Slack, Workday, Linear, Salesforce, service catalogs, and docs. Every AI agent re-probes them in its own way. The engine gives them one curated, AI-friendly source of truth — leadership changes, who’s away, active incidents, current priorities, tool versions, deal context, or whatever your pack defines.
Start with internal ops, sales/revops, or engineering platform data.
Point Claude Code or Cursor at the setup playbook and your source systems.
Expose JSON, compact Markdown, nano text, sections, and MCP from Cloudflare Workers.
Internal Ops
Leadership, vacations, hires and departures, priorities, incidents, tool versions, corrections, upcoming events.
Sales / RevOps
Pipeline, churn, at-risk accounts, recent closes, quota attainment, and deals in flight.
Eng Platform
Service owners, oncall, deploys, feature flags, internal APIs, active incidents, and corrections.