attnres AGENTS.md

attnres AGENTS.md is an instructions file for Codex, OpenCode from AbdelStark/attnres. It costs 752 tokens per session, scanned A, original, MIT.

A project instruction file for attnres, a Rust library for experimenting with Attention Residuals in Transformer models, with examples, benchmarks, and a web demo.

In plain words
What is it for?
It helps an AI assistant work on the Rust library, run formatting, linting, tests, builds, benchmarks, documentation, and the web-demo build.
Why use it?
It sets clear boundaries for the current alpha project and records verified commands, known limitations, and where the main architecture lives.

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/abdelstark/attnres/agents-md
Clone the repo
git clone --depth 1 https://github.com/AbdelStark/attnres

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 attnres AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/abdelstark/attnres/agents-md.svg)](https://agentmods.dev/instructions/abdelstark/attnres/agents-md)
Your own site
<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>
Per session 752 This file is loaded in full into every session.
When invoked 752 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 $0.00752 $0.00752
Opus 5 $0.00376 $0.00376
Sonnet 5 $0.00150 $0.00150
Haiku 4.5 $0.00075 $0.00075

Measured 5d ago against content hash 8e70283e0d05, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 89 lines

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.md in 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.

Read the full file on GitHub · 89 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. 5d ago First seen · 89 lines · 752 tokens per session scan A 8e70283e0d05

Subscribe to this mod's changes

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.

Related

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.

warpfront/hipfire · 9,666 tokens

AI-Compass AGENTS.md

AGENTS.md instructions for tingaicompass/AI-Compass, covering ai-compass 仓库维护指南, 1. 项目定位与原则, 2. 目录地图与信息优先级, 3. 新资源收录与放置 and 项目名 – 一句话定位.

tingaicompass/AI-Compass · 2,521 tokens

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.

warpfront/hipfire · 6,634 tokens

DeepSpeed AGENTS.md

AGENTS.md instructions for deepspeedai/DeepSpeed, covering deepspeed project rules, commit & ci requirements, code change discipline, test discipline and tool caveats.

deepspeedai/DeepSpeed · 657 tokens

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.

spiceai/spiceai · 7,971 tokens

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.

katanemo/plano · 1,270 tokens