Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daemon-blockint-tech avatar

Research Engineer Scientist Tokens

  • 27 installs
  • 7 repo stars
  • Updated May 20, 2026
  • daemon-blockint-tech/agentic-enteprises-skill

Guides LLM token research: hypotheses on context use and tokenization, benchmarks for tokens-per-task and quality-cost Pareto, ablation design, and reproducible logs.

About

Guides research engineering on LLM tokens covering hypotheses about context use and tokenization, rigorous benchmarks for tokens-per-task and quality-cost tradeoffs, ablation design, and reproducible logs. A developer uses it when designing token-efficiency experiments or measuring context utilization.

  • Builds benchmarks for tokens-per-successful-task, effective context, and cache leverage
  • Analyzes long-context phenomena like needle and lost-in-middle with honest limitations

Research Engineer Scientist Tokens by the numbers

  • 27 all-time installs (skills.sh)
  • Ranked #9,601 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill research-engineer-scientist-tokens

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs27
repo stars7
Last updatedMay 20, 2026
Repositorydaemon-blockint-tech/agentic-enteprises-skill

What it does

Guides LLM token research: hypotheses on context use and tokenization, benchmarks for tokens-per-task and quality-cost Pareto, ablation design, and reproducible logs.

Files

SKILL.mdMarkdownGitHub ↗

Research Engineer / Research Scientist, Tokens

When to Use

  • Frame research questions on tokens, context length, or inference cost
  • Design experiments with baselines, ablations, and statistical rigor
  • Build benchmarks for tokens-per-successful-task, effective context, cache leverage
  • Measure tokenizer and formatting effects on length and model behavior
  • Evaluate compression, summarization, routing, or distillation for token savings
  • Analyze long-context phenomena (needle, lost-in-middle, attention budget)
  • Write research memos with reproducible methods and honest limitations
  • Translate findings into actionable thresholds for engineering and product

When NOT to Use

  • Executive token reduction program with phased rollout → ai-token-improvement-plan-engineer
  • Implement context packing, compaction code paths → ai-context-engineer
  • Rewrite one production prompt → prompt-engineer
  • General literature survey unrelated to tokens → ai-researcher
  • Production RAG/agent deployment → ai-engineer
  • Classical ML without LLM token focus → data-scientist

Related skills

NeedSkill
General research methodologyai-researcher
Cost improvement program / roadmapai-token-improvement-plan-engineer
Production context assemblyai-context-engineer
Prompt wording and eval harnessprompt-engineer
RAG and agent runtime buildai-engineer
Statistical testing and cohort analysisdata-scientist
Adversarial robustness of compressed contextai-redteam
Commercial AI architectureapplied-ai-architect-commercial-enterprise

Core Workflows

1. Research framing (tokens)

Hypothesis, metrics, baselines, budget.

See `references/research_framing_tokens.md`.

2. Measurement and instrumentation

Token accounting, logging, fair comparison.

See `references/measurement_instrumentation.md`.

3. Experiment design and ablations

Controls, sweeps, power, stopping rules.

See `references/experiment_design_ablations.md`.

4. Context, tokenization, and long-context

Tokenizer, placement, window effects.

See `references/context_tokenization_longcontext.md`.

5. Compression and efficiency methods

Summarization, routing, distillation research.

See `references/compression_efficiency_methods.md`.

6. Reproducibility and research reporting

Memos, artifacts, handoff to engineering.

See `references/reproducibility_reporting.md`.

Outputs

  • Pre-registration / experiment plan — hypothesis, metrics, stop criteria
  • Results table — mean ± CI; tokens and quality side by side
  • Pareto chart narrative — quality vs tokens at operating points
  • Ablation appendix — what mattered, what did not
  • Research memo — conclusion, limits, recommended next build
  • Artifact bundle — configs, seeds, eval scripts, hashed datasets

Principles

  • Report tokens and quality together — never optimize one without the other
  • Match tokenizer and model — counts from the deployment tokenizer/API
  • Control confounds — temperature, system prompt, tool schemas held fixed across arms
  • Pre-register primary metric — avoid p-hacking across slice metrics
  • Separate science from rollout — research recommends; ai-token-improvement-plan-engineer owns program

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.