Skip to main content
Back to registry

nowait-reasoning-optimizer

davila7/claude-code-templates

Implements the NOWAIT technique from the paper "Wait, We Don't Need to 'Wait'! Removing Thinking Tokens Improves Reasoning Efficiency" (Wang et al., 2025).

Installs182
Install command
npx skills add https://github.com/davila7/claude-code-templates --skill nowait-reasoning-optimizer
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Implements the NOWAIT technique from the paper "Wait, We Don't Need to 'Wait'! Removing Thinking Tokens Improves Reasoning Efficiency" (Wang et al., 2025). NOWAIT is a training-free inference-time intervention that suppresses self-reflection tokens (e.g., "Wait", "Hmm", "Alternatively") during generation, reducing chain-of-thought (CoT) trajectory length by 27-51% without compromising model utility. Important : NOWAIT works best with RL-based models. Distilled models (Qwen3-4B/8B/14B) show degraded performance when reflection tokens are suppressed. See references/keywords.md for the complete list. Core keywords: Distilled models rely heavily on CoT structure from training data—removing reflection tokens disrupts their reasoning patterns. - Deploying R1-style reasoning models with limited compute - Reducing inference latency for production systems - Optimizing token costs for reasoning tasks - Working with verbose CoT outputs that need streamlining - Initialize Keywords : Identify reflection keywords from empirical analysis - Expand to Token Variants : Map keywords to all token variants in vocabulary (e.g., "wait" → " wait", "Wait", " Wait", ".wait", "WAIT") - Suppress During Inference : Set logits of reflection tokens to large negative values during decoding - NOWAIT doesn't eliminate self-reflection entirely—it guides models to skip unnecessary "waiting" reasoning - Models...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does nowait-reasoning-optimizer do?

Implements the NOWAIT technique from the paper "Wait, We Don't Need to 'Wait'! Removing Thinking Tokens Improves Reasoning Efficiency" (Wang et al., 2025).

Is nowait-reasoning-optimizer good?

nowait-reasoning-optimizer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does nowait-reasoning-optimizer work with?

nowait-reasoning-optimizer currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code, antigravity.

What are alternatives to nowait-reasoning-optimizer?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install nowait-reasoning-optimizer?

npx skills add https://github.com/davila7/claude-code-templates --skill nowait-reasoning-optimizer

Related skills

More from davila7/claude-code-templates

Related skills

Alternatives in Software Engineering