Koji Ono avatar

Koji Ono

Community

@0h-n0 · Kyoto, Japan.

22Followers
|
100Public Repos
|
16Published Skills

engineer. I love Rust.

Skills Distribution
DomainAI Models & ...LLM Research Lifec.. (35%)Experiment Executi.. (25%)Mechanistic Interp.. (15%)GPU Compute Cost &.. (15%)

Agent Skills by Koji Ono

Showing 16 vetted skills indexed across 1 GitHub repositories.

0h-n00h-n0

auto-research

Orchestrates LLM research from literature survey to paper draft via an 8-phase state machine.

Community
Advanced
0h-n00h-n0

research.literature.matrix

Aggregates paper notes into a method-dataset-metric comparison matrix and JSONL index.

Community
Intermediate
0h-n00h-n0

research.autonomous.tinker

Runs autonomous single-file LLM training experiments under fixed wall-clock budgets optimizing val_bpb.

Community
Advanced
0h-n00h-n0

research.cross.compare

Compares primary metrics across multiple research projects with statistical tests and generates comparison reports.

Community
Advanced
0h-n00h-n0

research.compute.shop

Ranks GPU cloud providers by estimated cost for a specified training workload.

Community
Intermediate
0h-n00h-n0

research.attention.probe

Sets up TransformerLens and nnsight intervention experiments for mechanistic interpretability analysis of LLMs.

Community
Advanced
0h-n00h-n0

research.experiment.run

Executes ablation experiment runs across cells and seeds with reproducible run directories.

Community
Advanced
0h-n00h-n0

research.notebook.viz

Builds experiment logs and lab notebooks into MkDocs Material HTML sites with Chart.js time-series charts.

Community
Advanced
0h-n00h-n0

research.publish

Upload research artifact bundles to HuggingFace Hub and Zenodo with DOI registration.

Community
Advanced
0h-n00h-n0

research.autonomous.swarm

Orchestrates parallel autonomous agents with distinct exploration strategies for LLM hyperparameter research.

Community
Advanced
0h-n00h-n0

research.cost.estimate

Estimates GPU compute costs per experiment run and tracks budget consumption.

Community
Intermediate
0h-n00h-n0

research.experiment.scaffold

Generates a uv-based PyTorch ML experiment project scaffold with Hydra configs and failing TDD tests.

Community
Advanced
0h-n00h-n0

research.export

Export research projects into shareable tar.gz bundles with PII redaction and integrity manifests.

Community
Advanced
0h-n00h-n0

research.paper.draft

Generates LaTeX or Markdown research paper drafts from experiment results and survey matrices.

Community
Advanced
0h-n00h-n0

research.paper.scaffold

Incrementally builds a living paper draft DRAFT.md from research phase artifacts.

Community
Advanced
0h-n00h-n0

research.lab.notebook

Maintains a living lab notebook and reproducible failure postmortems for LLM research experiments.

Community
Advanced

Frequently Asked Questions About Koji Ono

FAQPage Schema
What 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.