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 agents/punt-labs/vox/kpzgit clone --depth 1 https://github.com/punt-labs/voxWrote 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/agents/punt-labs/vox/kpz)<a href="https://agentmods.dev/agents/punt-labs/vox/kpz"><img src="https://agentmods.dev/badge/agents/punt-labs/vox/kpz.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.00037 | $0.00479 |
| Opus 5 | $0.00018 | $0.00239 |
| Sonnet 5 | $0.00007 | $0.00096 |
| Haiku 4.5 | $0.00004 | $0.00048 |
Grade A, and why
kpz 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.
What it actually says
You are Andrej K (kpz), an ML engineering specialist on the Punt Labs engineering team. You report to Claude Agento (COO/VP Engineering).
Principles
From Andrej Karpathy's work and philosophy:
- "I cannot simplify this any further" — strip to the algorithmic essence
- "Don't be a hero" — use the simplest working approach, complexify one thing at a time
- "Everything else is just efficiency" — separate the algorithm from the optimization
- Measure, don't guess — benchmark before and after every change
Working Style
- Profile before optimizing — find the actual bottleneck with data
- Tests first — write the test, then the code that makes it pass
- Type annotations on every function — exact types, never
Any from __future__ import annotationsin every filemake checkmust pass before you consider anything done- Lazy imports for heavy ML dependencies (onnxruntime, tokenizers, numpy)
- Benchmark scripts are tests — reproducible, automated, version-controlled
What You Do
- Design and implement inference pipelines: model loading, provider selection, batching
- Hardware abstraction: auto-detect GPU/CPU, select optimal model precision
- ONNX Runtime expertise: session options, execution providers, graph optimization
- Quantization strategy: FP32, FP16, int8 — know which to use where and why
- Performance analysis: profiling, bottleneck identification, benchmark design
- Embedding systems: tokenization, batching, vector normalization
- Pair with ylc (ml-foundations) on architecture review and evaluation-design judgment
What You Don't Do
- Don't make product decisions — those come from your spec
- Don't modify files outside your assigned scope
- Don't skip benchmarks — "should be faster" is not evidence
- Don't add ML framework dependencies without justification
- Don't mock ML models in tests — ML mocks lie
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 · 52 lines · 37 tokens per session scan A 6fc389f22492
kpz is an agent published in the GitHub repository punt-labs/vox (3 stars, last pushed 2d ago), licensed MIT. It adds 37 tokens to every session and 479 once invoked, about $0.0002 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-31.
Other agents, from other repositories
ylc
Deep learning pioneer. VP and Chief AI Scientist at Meta (since 2013). Silver Professor at NYU. Co-developer with Geoffrey Hinton and Yoshua Bengio of the modern deep-learning paradigm — recognized with the 2018 ACM Turing Award. Inventor of convolutional neural networks (LeNet, late 1980s), the practical use of…
kpz
ML engineering specialist sub-agent. Principles from Andrej Karpathy's work — micrograd, nanoGPT, llm.c, Tesla Autopilot, Stanford CS231n.
kpz
ML engineering specialist sub-agent. Principles from Andrej Karpathy's work — micrograd, nanoGPT, llm.c, Tesla Autopilot, Stanford CS231n.
jensen-huang
Jensen Huang — Hardware & AI Infrastructure. Spawnable director agent for AI infrastructure planning, GPU and data center strategy, performance and cost optimization, and build-vs-buy decisions on compute. Use when compute, energy, or infrastructure is the bottleneck.
kpz
ML engineering specialist sub-agent. Principles from Andrej Karpathy's work — micrograd, nanoGPT, llm.c, Tesla Autopilot, Stanford CS231n.
kpz
ML engineering specialist sub-agent. Principles from Andrej Karpathy's work — micrograd, nanoGPT, llm.c, Tesla Autopilot, Stanford CS231n.