gcf CLAUDE.md

gcf CLAUDE.md is an instructions file for coding agents from blackwell-systems/gcf. It costs 2,473 tokens per session, scanned A, original, MIT.

Project instructions for GCF, a project that measures how well models understand and generate text. They define how evaluation results must be recalculated from raw log files.

In plain words
What is it for?
Use them when adding evaluation runs or updating reported results. They explain which log files to read, how to handle naming differences, and how to calculate the average of model averages.
Why use it?
They prevent stale or misleading scores caused by copying old figures or averaging runs incorrectly.

Instructions file

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/blackwell-systems/gcf/claude-md
Clone the repo
git clone --depth 1 https://github.com/blackwell-systems/gcf

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 gcf CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/blackwell-systems/gcf/claude-md.svg)](https://agentmods.dev/instructions/blackwell-systems/gcf/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/blackwell-systems/gcf/claude-md"><img src="https://agentmods.dev/badge/instructions/blackwell-systems/gcf/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,473 This file is loaded in full into every session.
When invoked 2,473 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.02473 $0.02473
Opus 5 $0.01236 $0.01236
Sonnet 5 $0.00495 $0.00495
Haiku 4.5 $0.00247 $0.00247

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

Security

Grade A, and why

gcf CLAUDE.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.

CLAUDE.md · 174 lines

How it starts

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

GCF Project Instructions

Eval Data Update Procedure

When new comprehension or generation eval runs are added, the following files must be updated. Do all of them in a single pass. Do not wait to be asked.

CRITICAL: Never copy numbers from existing docs or memory. Always recompute from the raw log files. Stale numbers have propagated before because averages were copied from one surface to another instead of recomputed. The log files in eval/results/comprehension/ are the single source of truth.

Step 0: Verify from raw logs

Before updating anything, recompute all headline numbers from the raw log files:

# Run this from eval/results/comprehension/
# Parse ALL comprehension-13q-*.log AND any .txt files with comprehension data
# Extract per-format scores, group by model, compute per-model averages
# Then average the per-model averages (NOT the per-run averages)
# This is the "average of model averages" methodology

Known naming inconsistencies in log files:

  • Some runs use hyphens (gemini-2.5-flash), others don't (gemini25flash). Same model.
  • Some runs are .txt not .log (e.g., haiku-4.5-run2.txt). Still valid data.
  • Opus has run2 but no run1 comprehension log. Only 1 adversarial run exists.
  • Always glob for both comprehension-13q-* AND any other .txt files with comprehension data.

Step 1: Record the run

  • Save log file to eval/results/comprehension/ or eval/results/generation/ with standard naming: comprehension-13q-{model}-run{N}-{date}.log or generation-{model}-run{N}-{date}.log

Step 2: Update SUMMARY (this repo)

  • eval/results/SUMMARY.md: Add to "All runs" table, update "Averages by model" table, update file listing. If failure taxonomy counts change, update those too.

Step 3: Recalculate headline numbers

After updating the SUMMARY, recalculate FROM RAW LOGS (not from existing docs):

  • Overall GCF average: average of per-model averages (not average of all runs; models with more runs should not be overweighted)
  • Run count: total comprehension runs, total generation runs
  • Win/tie/loss record: GCF vs TOON across all comprehension runs
  • Total evaluations: (comprehension runs x 13 questions x 3 formats) + (generation runs x 5 sizes x 3 formats)
  • Model count: count of distinct models (combine same-model runs with different naming)

Read the full file on GitHub · 174 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 · 174 lines · 2,473 tokens per session scan A a06fcf6cb33e

Subscribe to this mod's changes

gcf CLAUDE.md is an instructions file published in the GitHub repository blackwell-systems/gcf (45 stars, last pushed today), licensed MIT. It adds 2,473 tokens to every session, about $0.0124 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