voidly
Atlas · AI-ready briefings

Today's briefings

One quotable paragraph per country, stitched from the calibrated forecast, recent incidents, top model drivers, and 7-day trend. Updated every 30 minutes. Each card has a link to the raw JSON for AI-agent consumption.

Source endpoint: /v1/atlas/explain/{country} · CC BY 4.0

ELEVATED · 43%

Egypt censorship outlook

Risk band: ELEVATED — 43% max forecast over the next 7 days.

90% conformal interval: [8%, 78%].

Top model drivers: week_of_year (↓ 0.080), month (↓ 0.064), verified_signals_7d (↓ 0.011).

1 incident detected in the last 24 hours (7 in the last 7 days).

Most recent: EG-2026-1651 — Internet connectivity disruption in Egypt (severity critical, observed 2026-08-19T01:10:00Z).

See /atlas/forecast/eg for the full calibrated forecast, /sentinel/backtest/eg for the prediction history, and /eg for the country profile.

Cuba CU

LOW · 4%

Cuba censorship outlook

Risk band: LOW — 4% max forecast over the next 7 days.

90% conformal interval: [0%, 39%].

Top model drivers: week_of_year (↓ 0.041), month (↓ 0.030), block_rate_roll7_mean (↓ 0.017).

No new incidents in the last 24 hours; 5 over the past 7 days.

Most recent: CU-2026-0590 — Censorship detected in CU (severity critical, observed 2026-08-18T00:00:00Z).

See /atlas/forecast/cu for the full calibrated forecast, /sentinel/backtest/cu for the prediction history, and /cu for the country profile.

LOW · 5%

Belarus censorship outlook

Risk band: LOW — 5% max forecast over the next 7 days.

90% conformal interval: [0%, 40%].

Top model drivers: week_of_year (↓ 0.041), month (↓ 0.040), risk_tier (↓ 0.019).

Risk trending down: forecast moved -18 percentage points over the last week.

No new incidents in the last 24 hours; 6 over the past 7 days.

Most recent: BY-2026-1499 — Censorship detected in BY (severity critical, observed 2026-08-18T00:00:00Z).

See /atlas/forecast/by for the full calibrated forecast, /sentinel/backtest/by for the prediction history, and /by for the country profile.

LOW · 3%

Ethiopia censorship outlook

Risk band: LOW — 3% max forecast over the next 7 days.

90% conformal interval: [0%, 38%].

Top model drivers: month (↓ 0.036), week_of_year (↓ 0.020), block_rate_roll7_mean (↓ 0.018).

1 incident detected in the last 24 hours (7 in the last 7 days).

Most recent: ET-2026-0727 — Internet connectivity disruption in Ethiopia (severity critical, observed 2026-08-19T04:50:00Z).

See /atlas/forecast/et for the full calibrated forecast, /sentinel/backtest/et for the prediction history, and /et for the country profile.

LOW · 5%

Nigeria censorship outlook

Risk band: LOW — 5% max forecast over the next 7 days.

90% conformal interval: [0%, 40%].

Top model drivers: week_of_year (↓ 0.093), verified_signals_7d (↑ 0.042), block_rate_roll7_std (↑ 0.032).

Risk trending UP: forecast moved +44 percentage points over the last week.

1 incident detected in the last 24 hours (8 in the last 7 days).

Most recent: NG-2026-0143 — Internet connectivity disruption in Nigeria (severity critical, observed 2026-08-19T01:15:00Z).

See /atlas/forecast/ng for the full calibrated forecast, /sentinel/backtest/ng for the prediction history, and /ng for the country profile.

HIGH · 95%

Pakistan censorship outlook

Risk band: HIGH — 95% max forecast over the next 7 days.

90% conformal interval: [60%, 100%].

Top model drivers: week_of_year (↓ 0.067), gdelt_protests_7d (↓ 0.024), gdelt_riots_7d (↓ 0.021).

Risk trending UP: forecast moved +7 percentage points over the last week.

1 incident detected in the last 24 hours (11 in the last 7 days).

Most recent: PK-2026-1692 — Internet connectivity disruption in Pakistan (severity critical, observed 2026-08-19T10:01:00Z).

See /atlas/forecast/pk for the full calibrated forecast, /sentinel/backtest/pk for the prediction history, and /pk for the country profile.

For AI agents

Each country's narrative is available at /v1/atlas/explain/{country} as JSON. Response shape:

{
  "schema": "voidly-atlas-explain/v1",
  "country": "IR",
  "country_name": "Iran",
  "headline_one_line": "Iran is currently in the HIGH band with a 7-day peak forecast of 89%",
  "markdown": "## Iran censorship outlook\n\n**Risk band: HIGH** — 89% max...",
  "structured": {
    "max_risk": 0.886,
    "max_risk_day": 7,
    "interval_90": [0.84, 0.93],
    "top_features": [...],
    "recent_incidents_24h": 0,
    "recent_incidents_7d": 5,
    "last_incident": {...},
    "trend_7d_delta": 0.799
  },
  "sources": { "endpoints_called": ["predict_risk", "incidents_table", "sentinel_forecasts"] }
}

Cache TTL: 15 min on the worker edge, 30 min ISR on this page. For a single-call dashboard digest aggregating all signals at once, use /v1/atlas/digest.

Related