Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/0xbakeer/inference-atlas/agents-mdgit clone --depth 1 https://github.com/0xBakeer/inference-atlasWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/0xbakeer/inference-atlas/agents-md)<a href="https://agentmods.dev/instructions/0xbakeer/inference-atlas/agents-md"><img src="https://agentmods.dev/badge/instructions/0xbakeer/inference-atlas/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.03302 | $0.03302 |
| Opus 5 | $0.01651 | $0.01651 |
| Sonnet 5 | $0.00660 | $0.00660 |
| Haiku 4.5 | $0.00330 | $0.00330 |
Grade A, and why
inference-atlas AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 224 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — the contribution contract
This file is for coding agents (and the people supervising them). If you were handed an
Inference Atlas packet, read this once, in full, before you touch anything. It is short on
purpose. docs/SPEC.md is the long version and wins wherever the two disagree.
What this repository is
Inference Atlas is a map of the configuration space of LLM inference: model × quantization × hardware × engine version × flags × workload. Every square that somebody has measured shows real numbers, attributed to the GitHub user who ran them. Every square nobody has measured is a gap, and gaps come with a packet like the one you were given.
The repository is the database. There is no backend. Every measurement is one JSON file
committed to main, and the website is a static build of those files. That has one enormous
consequence for you:
Every result file has exactly one owner: the person whose GitHub login is in
provenance.github_login. You may add your own. You may never modify or delete somebody else's. CI enforces this on every pull request.
That rule is what makes merge conflicts structurally impossible and what makes the data trustworthy. It is not negotiable and there is no situation in which working around it is the right call.
Nothing here is measured by CI. Every number in the atlas was produced on a contributor's own machine, by that contributor, and submitted as a pull request by that contributor. CI validates the files and builds the site; it never starts an engine and never runs a workload. There is no seed data either: an empty square means nobody has run it yet. So the last step of your job is opening the pull request with the result files in it — until then the run only exists on your disk.
The rules
- Only add files you own. Your own result files under
results/, plus registry files (hardware, model, quant, engine) for things that genuinely do not exist yet. Nothing else. - Never edit a number by hand. If validation fails, fix the run or fix the metadata — never the measurement. A hand-patched number is data corruption with extra steps.
- Never silently lower the configuration. If the requested flags do not fit — OOM,
unsupported quantization, context too long — that is the result. Record it as a failure
with the actual error. Only then, as a separate result, record what did fit, with
argsshowing exactly what you changed andprovenance.notessaying why. - Report failures as failures. An OOM, a crash, a 0 % success rate, an engine that will not start: all of these are valid, wanted contributions. A failure you quietly dropped is worse than no contribution at all, because it makes the map look explored when it is not.
- Run on an idle box. No other GPU work, no compile in the background, no second model
resident unless you say so. Put the conditions in
provenance.notes: ambient temperature if you know it, what else was resident, anything unusual. - Capture hardware, do not type it.
uv run atlas-bench hwinfo --json. Never copy specifications from a product page into a field the capture contradicts. - Leave the fields CI owns alone.
provenance.github_user_id,provenance.commitandprovenance.prarenullwhen you commit. CI and the build fill them in. - Record the gotchas. If you had to know something to make the run work — a flag whose
default is a lie, a parser name that only resolves under one spelling, a container tag
that exists only for aarch64 — put it in
gotchas[]. That is the part of the run that outlives the number.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed · +12 lines · +154 tokens per session 98cb17c999a3
- 5d ago First seen · 212 lines · 3,148 tokens per session scan A e54513b52234
inference-atlas AGENTS.md is an instructions file published in the GitHub repository 0xBakeer/inference-atlas (10 stars, last pushed 2d ago), licensed MIT. It adds 3,302 tokens to every session, about $0.0165 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).