# Africa AI Intelligence
**A foresight and evidence platform for the 54 UN member states in Africa.**
An initiative by **Orvantis Intelligence**. Created and directed by
**Hannah Kwakye, AI Transformation Consultant**.
- **Africa 2036** — the flagship futures product: an atlas, 54 country briefs,
three scenarios and two formal horizons.
- **AI, Work & Inclusion** — a specialised institutional decision instrument
covering all 54 countries, with ten featured chambers.
Edition 6.2.1. The live build identifier is at `/build.json`, and the correction
record — including this platform's own errors — is at `/changes/`.
## What this repository is
Everything that produces the site: the acquisition and composition pipeline, the
research register, the shared instrument core, the generators and the full
verification suite. It is public deliberately. The method is published, and a
reader who wants to check a number should be able to check how it was produced.
There is **no private material here.** The internal procedures and the generator
trace moved to the private Orvantis Intelligence workspace when this repository
was split out; the trace is regenerated locally as a build artefact and is
excluded by `.gitignore`. Its SHA-256 is published at
`/institutional/audit-summary.json` so the retained copy can be identified.
## Layout
| Path | What |
| --- | --- |
| `index.html`, `briefs/`, `cards/`, `institutional/`, … | The generated site, served from the repository root |
| `assets/` | Content-addressed JavaScript and CSS, fonts, and the data payloads |
| `assets/js/instrument-core.js` | **Deployed**, and the single source of the instrument's definitions and computation. The browser and the static generator run the same code, so they cannot disagree |
| `exports/v1/` | The versioned machine-readable export. Generated, committed, served |
| `pipeline/` | The build and verification pipeline. Not deployed |
| `vercel.json`, `.vercelignore` | **The** deployment configuration. Exa …