LIVE
ANTHROPICOpus 4.7 benchmarks published2m ago
CLAUDEOK142ms
OPUS 4.7$15 / $75per Mtok
CHATGPTOK89ms
HACKERNEWSWhy has not AI improved design quality the way it improved dev speed?14m ago
MMLU-PROleader Opus 4.788.4
GEMINIDEGRADED312ms
MISTRALMistral Medium 3 released6m ago
GPT-4o$5 / $15per Mtok
ARXIVCompositional reasoning in LRMs22m ago
BEDROCKOK178ms
GEMINI 2.5$3.50 / $10.50per Mtok
THE VERGEFrontier Model Forum expansion announced38m ago
SWE-BENCHleader Claude Opus 4.772.1%
MISTRALOK104ms
ANTHROPICOpus 4.7 benchmarks published2m ago
CLAUDEOK142ms
OPUS 4.7$15 / $75per Mtok
CHATGPTOK89ms
HACKERNEWSWhy has not AI improved design quality the way it improved dev speed?14m ago
MMLU-PROleader Opus 4.788.4
GEMINIDEGRADED312ms
MISTRALMistral Medium 3 released6m ago
GPT-4o$5 / $15per Mtok
ARXIVCompositional reasoning in LRMs22m ago
BEDROCKOK178ms
GEMINI 2.5$3.50 / $10.50per Mtok
THE VERGEFrontier Model Forum expansion announced38m ago
SWE-BENCHleader Claude Opus 4.772.1%
MISTRALOK104ms

AFTA Network Directory

A directory of known Agent Fair-Trade Agreement adopters. 2 entries as of 2026-05-03. Open a PR to add yours.

This list is informational, not authoritative.

The source of truth for any AFTA adopter is the manifest at their own /.well-known/agent-fair-trade.json. Removal from this page does not revoke adopter status. Inclusion does not confer it. Adoption is the certification.

Anyone can run a directory like this one. We welcome competing directories at other URLs and domains. Multiple non-authoritative views is the structurally capture-resistant shape, the same pattern Bitcoin block explorers use.

Adopters

tensorfeed.aiFederation host
Adopted 2026-04-30

AI infrastructure & news

Real-time AI news aggregator, model + pricing tracker, infra status monitor, and agent registry. Host of the first AFTA federation credit ledger.

Hosts the federated credit ledger; bearer tokens minted here are accepted by federation members.

terminalfeed.ioFederation member
Adopted 2026-04-30

Real-time data dashboards

Live dashboards for finance, weather, transit, network status, and other real-time signals. Federation member sharing the host credit ledger.

A bearer token minted on tensorfeed.ai works on terminalfeed.io with no re-auth.

Submit your adoption

You become an AFTA adopter by self-publishing a conforming manifest at /.well-known/agent-fair-trade.json. That is the entire bar. There is no review, no fee, no certification authority.

To appear in this directory, open a PR against src/lib/afta-adopters.ts adding your entry. The only check is that your manifest URL serves a conforming AFTA manifest. We do not review your business model, content, pricing, or affiliations.

// src/lib/afta-adopters.ts entry shape:

{
  site: 'yoursite.example',
  url: 'https://yoursite.example',
  vertical: 'What you do',
  description: 'One or two sentences.',
  adopted_at: '2026-MM-DD',
  manifest: 'https://yoursite.example/.well-known/agent-fair-trade.json',
  manifesto: 'https://yoursite.example/agent-fair-trade',
  receipt_key: 'https://yoursite.example/.well-known/yoursite-receipt-key.json',
  role: 'standalone' as const,  // or 'host' or 'member'
  notes: 'Optional free-form note.',
}

Run your own directory

We actively encourage other parties to run their own AFTA adopter directories at other URLs and domains. Multiple non-authoritative directories is the shape that survives any one of them being captured, going offline, or drifting from values. The schema and code are MIT-licensed; lifting the adopter list and rendering it elsewhere is welcomed, not just permitted.

If you stand one up, let us know via a PR to src/lib/afta-adopters.ts with a comment, and we will link to it from this page.

This page renders src/lib/afta-adopters.ts from the TensorFeed repo. The standard's canonical home is afta.dev. Source repo: github.com/RipperMercs/afta. Governance lives at GOVERNANCE.md.