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/abdelstark/attnres/agents-mdgit clone --depth 1 https://github.com/AbdelStark/attnresWrote 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/abdelstark/attnres/agents-md)<a href="https://agentmods.dev/instructions/abdelstark/attnres/agents-md"><img src="https://agentmods.dev/badge/instructions/abdelstark/attnres/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 | $0.00752 | $0.00752 |
| Opus 5 | $0.00376 | $0.00376 |
| Sonnet 5 | $0.00150 | $0.00150 |
| Haiku 4.5 | $0.00075 | $0.00075 |
Grade A, and why
attnres 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 5d ago.
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 — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Project Identity
attnres is a Rust library that implements Attention Residuals for burn-based
Transformer experiments, plus examples, benchmarks, and a web demo.
Current State
- Status: alpha as of March 16, 2026.
- Suitable for: research, examples, local experimentation, integration work on trusted inputs.
- Not yet suitable for: production inference services, validated GPU claims, PyTorch checkpoint interchange, or a stable 1.0 API promise.
- Important gap: there is no dedicated
spec.mdin this checkout. Use ARCHITECTURE.md, README, module docs, and tests as the current source of truth.
Verified Commands
These commands were run successfully during the latest quality pass:
cargo fmt -- --check
cargo clippy -- -D warnings
cargo test --all-features
cargo build --examples
cd web-demo && npm run build
Additional useful commands:
cargo bench
cargo doc --open
Architecture Map
src/config.rs:AttnResConfig,ConfigError, validation helpers.src/attn_res_op.rs: core depth-attention residual operator.src/block_state.rs: completed blocks + current partial block.src/layer.rs: one Transformer layer with two AttnRes operations.src/model.rs: full model, hidden-state forward, two-phase forward.src/two_phase.rs: batched inter-block pass + online softmax merge.src/attention.rs: multi-head self-attention.src/feed_forward.rs: two-layer GELU MLP.src/rms_norm.rs: RMSNorm for 3D and 4D tensors.src/serialization.rs: burn-record save/load helpers.tests/: unit, integration, property, and differential coverage.examples/demo_tui.rs: terminal demo with live routing visualization.web-demo/: WASM crate plus Vite frontend.
Non-Negotiable Invariants
- Pseudo-query vectors start at zero.
- Depth softmax is over block/layer sources, not tokens.
- Each Transformer layer uses two AttnRes operations.
- Block boundaries are defined in sublayer space.
BlockState.blocks[0]is the embedding block.- Internal invariant failures should panic loudly rather than produce silent wrong outputs.
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.
- 5d ago First seen · 89 lines · 752 tokens per session scan A 8e70283e0d05
attnres AGENTS.md is an instructions file published in the GitHub repository AbdelStark/attnres (54 stars, last pushed 5mo ago), licensed MIT. It adds 752 tokens to every session, about $0.0038 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-30.
Other instructions, from other repositories
hipfire AGENTS.md
AGENTS.md instructions for warpfront/hipfire, covering agents.md — project notice + testing playbook, notice for ai agents working with hipfire, what hipfire is, what this notice asks of you and what this notice does not ask of you.
AI-Compass AGENTS.md
AGENTS.md instructions for tingaicompass/AI-Compass, covering ai-compass 仓库维护指南, 1. 项目定位与原则, 2. 目录地图与信息优先级, 3. 新资源收录与放置 and 项目名 – 一句话定位.
hipfire CLAUDE.md
Claude Code instructions for warpfront/hipfire, covering hipfire: rust-native inference engine for amd rdna gpus, mission, architecture, pflash status and building, testing & gates.
DeepSpeed AGENTS.md
AGENTS.md instructions for deepspeedai/DeepSpeed, covering deepspeed project rules, commit & ci requirements, code change discipline, test discipline and tool caveats.
spiceai copilot-instructions.md
Copilot instructions for spiceai/spiceai, covering spice.ai agent instructions, data correctness — absolute top priority, evidence — no claim without a reproduction, build, test, lint (expensive — read first) and git & prs.
plano CLAUDE.md
Instructions for katanemo/plano, covering claude.md, build & test commands, rust — wasm plugins (must target wasm32-wasip1), rust — brightstaff binary (native target) and rust — tests, format, lint.