Koji Ono
Community@0h-n0 · Kyoto, Japan.
engineer. I love Rust.
Agent Skills by Koji Ono
Showing 16 vetted skills indexed across 1 GitHub repositories.
auto-research
Orchestrates LLM research from literature survey to paper draft via an 8-phase state machine.
research.literature.matrix
Aggregates paper notes into a method-dataset-metric comparison matrix and JSONL index.
research.autonomous.tinker
Runs autonomous single-file LLM training experiments under fixed wall-clock budgets optimizing val_bpb.
research.cross.compare
Compares primary metrics across multiple research projects with statistical tests and generates comparison reports.
research.compute.shop
Ranks GPU cloud providers by estimated cost for a specified training workload.
research.attention.probe
Sets up TransformerLens and nnsight intervention experiments for mechanistic interpretability analysis of LLMs.
research.experiment.run
Executes ablation experiment runs across cells and seeds with reproducible run directories.
research.notebook.viz
Builds experiment logs and lab notebooks into MkDocs Material HTML sites with Chart.js time-series charts.
research.publish
Upload research artifact bundles to HuggingFace Hub and Zenodo with DOI registration.
research.autonomous.swarm
Orchestrates parallel autonomous agents with distinct exploration strategies for LLM hyperparameter research.
research.cost.estimate
Estimates GPU compute costs per experiment run and tracks budget consumption.
research.experiment.scaffold
Generates a uv-based PyTorch ML experiment project scaffold with Hydra configs and failing TDD tests.
research.export
Export research projects into shareable tar.gz bundles with PII redaction and integrity manifests.
research.paper.draft
Generates LaTeX or Markdown research paper drafts from experiment results and survey matrices.
research.paper.scaffold
Incrementally builds a living paper draft DRAFT.md from research phase artifacts.
research.lab.notebook
Maintains a living lab notebook and reproducible failure postmortems for LLM research experiments.
Frequently Asked Questions About Koji Ono
FAQPage SchemaWhat tasks can I accomplish with 0h-n0's research skills?▼
You can run the full LLM research lifecycle: build method-by-dataset literature matrices, scaffold PyTorch/Hydra experiment projects, execute seeded ablation runs with reproducibility hashes, probe attention via TransformerLens, draft NeurIPS/ACL papers, and publish bundles to Zenodo or HuggingFace with DOIs.
Who is the target user for these skills?▼
LLM researchers and ML engineers working on evaluation benchmarks, fine-tuning, prompt/ICL studies, or attention and architecture internals. It suits single-GPU tinkerers wanting overnight autonomous exploration as well as teams comparing multiple project versions with statistical rigor.
How does the autonomous tinker and swarm mode work in practice?▼
Tinker mode iteratively edits a single train.py under a fixed wall-clock budget (default 5 minutes per cycle) optimizing val_bpb on one GPU. Swarm mode runs N parallel agents (default 3) with distinct exploration strategies, aggregating results into a shared global best via an orchestration script.
What are the prerequisites and dependencies?▼
Experiments scaffold on uv-based Python projects with PyTorch, HuggingFace transformers/datasets/accelerate, and Hydra. Interpretability requires TransformerLens or nnsight. Publishing needs HF_TOKEN or ZENODO_ACCESS_TOKEN environment variables. Visualization builds on MkDocs Material v0.17.0+ with Chart.js.
How are costs and reproducibility handled?▼
Each run's USD cost is computed from duration times GPU unit price against an editable price table, with warnings at 80% budget and rollback proposals at overrun. Reproducibility is enforced via run_id, git revision, config hash, uv.lock snapshots, and preserved failed-run postmortems.