AutoTrainess AGENTS.md

AutoTrainess AGENTS.md is an instructions file for Codex, OpenCode from simple-agent-lab/AutoTrainess. It costs 1,265 tokens per session, scanned A, original, MIT.

A project instruction file for AutoTrainess, a machine-learning training and evaluation project. It defines rules for experiments, data use, model selection, and assigned graphics hardware.

In plain words
What is it for?
Use it when changing the AutoTrainess training pipeline, preparing experiments, running evaluations, or checking compliance with the project's research rules.
Why use it?
It helps a coding agent avoid invalid experiments, contaminated training data, unsupported models, and accidental use of the wrong GPU. It also requires decisions to be based on verifiable evidence.

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/simple-agent-lab/autotrainess/agents-md
Clone the repo
git clone --depth 1 https://github.com/simple-agent-lab/AutoTrainess

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/simple-agent-lab/autotrainess/agents-md.svg)](https://agentmods.dev/instructions/simple-agent-lab/autotrainess/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/simple-agent-lab/autotrainess/agents-md"><img src="https://agentmods.dev/badge/instructions/simple-agent-lab/autotrainess/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,265 This file is loaded in full into every session.
When invoked 1,265 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.01265 $0.01265
Opus 5 $0.00633 $0.00633
Sonnet 5 $0.00253 $0.00253
Haiku 4.5 $0.00127 $0.00127

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

Security

Grade A, and why

AutoTrainess 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 4d 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 · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Objective

  • Improve the target task or benchmark through real training and evaluation.
  • Base important decisions on verifiable evidence.

Hard Constraints

  • APIs may be used only for benchmark evaluation, never for data construction or any other non-evaluation purpose.
  • Do not use benchmark examples, the values of any fields or components of benchmark examples, or any data whose overlap with the benchmark cannot be ruled out for training or to create training data.
  • Fine-tune only from the exact target base model provided by the task or checkpoints you fine-tuned from it; do not use an instruction-tuned, chat-tuned, larger, or different model as the training start point, merge source, fallback, or final submission.
  • Never tune, search, or modify generation config to improve benchmark scores.
  • If CUDA_VISIBLE_DEVICES is set, it defines the only GPU devices assigned to this run; do not override it or use any GPU outside that set.
  • A run being blocked by environment, permissions, dependencies, shared resources, or turn-level execution limits does not mean the task is complete.

Experiment Guidance

  • Prefer the simplest valid approach first.
  • Record the concrete reason for each failure, improvement, and strategy change.
  • State which stage you are currently in.
  • Do not spend iterations repeatedly tuning low-level settings unless there is clear evidence that doing so targets the current bottleneck.

Stage Rules

  • Stages are sequential and mandatory.
  • If the current stage fails because of an engineering or environment issue, fix it and retry that stage.
  • If the current stage has been explored enough to justify moving on, enter the next stage instead of ending the task.
  • If no explicit target is provided, do not decide on your own that the task is complete.

Iteration Execution

  • For Stage 2/3, each stage is executed through one or more full iterations.
  • Skills define how to execute one iteration locally. If a skill's default options conflict with the current stage rules, follow the stage rules in this file.
  • A full iteration should use the skill chain: iteration_plan -> data -> train -> eval -> log.
  • iteration_plan defines the goal and planned changes for the current iteration.
  • data handles data selection, construction, and validation before training.
  • train runs training and exports final_model/.
  • eval runs the benchmark's real evaluation on final_model/.
  • log records the completed iteration and its outcome.

Read the full file on GitHub · 96 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. 4d ago First seen · 96 lines · 1,265 tokens per session scan A b5ae8ea41fa6

Subscribe to this mod's changes

AutoTrainess AGENTS.md is an instructions file published in the GitHub repository simple-agent-lab/AutoTrainess (21 stars, last pushed 1mo ago), licensed MIT. It adds 1,265 tokens to every session, about $0.0063 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.