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/algorithmicsuperintelligence/optillm/claude-mdgit clone --depth 1 https://github.com/algorithmicsuperintelligence/optillmWhat 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.01227 | $0.01227 |
| Opus 5 | $0.00613 | $0.00613 |
| Sonnet 5 | $0.00245 | $0.00245 |
| Haiku 4.5 | $0.00123 | $0.00123 |
Grade A, and why
optillm 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 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.
How it starts
The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
OptiLLM is an OpenAI API compatible optimizing inference proxy that implements state-of-the-art techniques to improve accuracy and performance of LLMs. It focuses on reasoning improvements for coding, logical, and mathematical queries through inference-time compute optimization.
Core Architecture
Main Components
-
Entry Points:
optillm.py- Main Flask server with inference routingoptillm/inference.py- Local inference engine with transformer models- Setup via
pyproject.tomlwith console scriptoptillm=optillm:main
-
Optimization Techniques (
optillm/):- Reasoning:
cot_reflection.py,plansearch.py,leap.py,reread.py - Sampling:
bon.py(Best of N),moa.py(Mixture of Agents),self_consistency.py - Search:
mcts.py(Monte Carlo Tree Search),rstar.py(R* Algorithm) - Verification:
pvg.py(Prover-Verifier Game),z3_solver.py - Advanced:
cepo/(Cerebras Planning & Optimization),rto.py(Round Trip)
- Reasoning:
-
Decoding Techniques:
cot_decoding.py- Chain-of-thought without explicit promptingentropy_decoding.py- Adaptive sampling based on token uncertaintythinkdeeper.py- Reasoning effort scalingautothink/- Query complexity classification with steering vectors
-
Plugin System (
optillm/plugins/):spl/- System Prompt Learning (third paradigm learning)deepthink/- Gemini-like deep thinking with inference scalinglongcepo/- Long-context processing with divide-and-conquermcp_plugin.py- Model Context Protocol clientmemory_plugin.py- Short-term memory for unbounded contextprivacy_plugin.py- PII anonymization/deanonymizationexecutecode_plugin.py- Code interpreter integrationjson_plugin.py- Structured outputs with outlines library
Development Commands
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.
- yesterday First seen · 134 lines · 1,227 tokens per session scan A 6efefe717d1c
optillm CLAUDE.md is an instructions file published in the GitHub repository algorithmicsuperintelligence/optillm (4,257 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 1,227 tokens to every session, about $0.0061 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
LeAgent AGENTS.md
Instructions for vixues/LeAgent, covering leagent development guidelines, project overview, architecture, execution topology (one kernel, many ingresses) and surface map (where things live).
grix AGENTS.md
Instructions for askie/grix, covering grix agent guide, repository boundaries, required workflows, shared agent configuration and cross-component contracts.
rn-dev-agent AGENTS.md
Instructions for Lykhoyda/rn-dev-agent, covering repository guide for agents, repository map, editing rules, architecture rules and supported node runtimes.
grix CLAUDE.md
Instructions for askie/grix, a project described as: Grix : Work with agents like talking to people.
clarion CLAUDE.md
Claude Code instructions for celanthe/clarion, covering clarion — agent voice manager, what it does, architecture, running it and ui only (edge tts, zero config).
upwork-agent CLAUDE.md
Claude Code instructions for citizenweb3/upwork-agent, covering upwork agent, setup (for a new machine), prerequisites, step 1: install dependencies and step 2: configure environment.