inference-atlas AGENTS.md

inference-atlas AGENTS.md is an instructions file for Codex, OpenCode from 0xBakeer/inference-atlas. It costs 3,302 tokens per session, scanned A, original, MIT.

A repository instruction file explaining Inference Atlas, a database and static website mapping measured combinations of AI models, compression settings, hardware, software versions, options, and workloads.

In plain words
What is it for?
Read it before changing the repository to understand the contribution rules, required command sequence, data ownership, and relationship between the database files and the website.
Why use it?
It tells coding agents how contributions work, including who owns each measurement file and which project specification takes priority when instructions differ.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/0xbakeer/inference-atlas/agents-md
Clone the repo
git clone --depth 1 https://github.com/0xBakeer/inference-atlas

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for inference-atlas AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/0xbakeer/inference-atlas/agents-md.svg)](https://agentmods.dev/instructions/0xbakeer/inference-atlas/agents-md)
Your own site
<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>
Per session 3,302 This file is loaded in full into every session.
When invoked 3,302 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured yesterday against content hash 98cb17c999a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

AGENTS.md · 224 lines

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

  1. 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.
  2. 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.
  3. 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 args showing exactly what you changed and provenance.notes saying why.
  4. 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.
  5. 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.
  6. 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.
  7. Leave the fields CI owns alone. provenance.github_user_id, provenance.commit and provenance.pr are null when you commit. CI and the build fill them in.
  8. 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.

Read the full file on GitHub · 224 lines

Changes

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.

  1. yesterday Changed · +12 lines · +154 tokens per session 98cb17c999a3
  2. 5d ago First seen · 212 lines · 3,148 tokens per session scan A e54513b52234

Subscribe to this mod's changes

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.

Related

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.

openai/codex · 5,182 tokens

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).

microsoft/vscode · 6,785 tokens

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.

github/spec-kit · 7,104 tokens

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.

vercel/next.js · 7,296 tokens

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.

langchain-ai/langchain · 4,469 tokens

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).

microsoft/vscode · 5,001 tokens