nowait-reasoning-optimizer

Suppress reflection tokens in R1-style reasoning models to reduce latency.

1|1|Updated Jul 29, 2025
One-click install
npx skills add https://github.com/M-Abdullah07/Pharmacy-Billing-App --skill nowait-reasoning-optimizer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nowait-reasoning-optimizer
Source: https://github.com/M-Abdullah07/Pharmacy-Billing-App/tree/main/.agent/skills/nowait-reasoning-optimizer
Command: npx skills add https://github.com/M-Abdullah07/Pharmacy-Billing-App --skill nowait-reasoning-optimizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduces latency and token usage in reasoning-heavy prompts by suppressing non-essential reflection tokens such as wait, rethink, and scratchpad, enabling faster inferences without compromising correctness.

Core Features & Use Cases

  • NOWAIT token suppression: minimize deliberation tokens to shorten generation time.
  • Efficiency gains: lowers TTFT and total tokens for long reasoning chains.
  • Use cases: ideal for R1-style models and large prompt scenarios requiring rapid responses.

Quick Start

Configure NOWAIT optimization on long reasoning prompts to reduce latency without sacrificing accuracy.

Frequently Asked Questions about nowait-reasoning-optimizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce reasoning latency and token usage in DeepSeek-R1 or QwQ models?▼

Reduce reasoning latency in DeepSeek-R1 or QwQ by suppressing non-essential reflection tokens like wait and rethink. This shortens generation time and lowers total token usage without compromising correctness in inference-heavy workloads.

What are reflection tokens and how do they impact inference latency?▼

Reflection tokens are deliberation markers like wait, rethink, and scratchpad used in R1-style reasoning models. They increase inference latency and token usage by extending the reasoning chain during generation.

Can I optimize token usage in Phi4-Reasoning without sacrificing accuracy?▼

Yes, you can optimize token usage in Phi4-Reasoning by suppressing non-essential reflection tokens. This minimizes deliberation steps to achieve faster inferences while maintaining correctness on long reasoning chains.

How do I suppress wait and rethink tokens in long reasoning chains?▼

Suppress wait and rethink tokens in long reasoning chains by applying NOWAIT optimization configurations to your prompts. This requires frontmatter with a name and description to function correctly.

Does NOWAIT optimization work with all reasoning models or only R1-style ones?▼

NOWAIT optimization works specifically with R1-style reasoning models such as QwQ, DeepSeek-R1, and Phi4-Reasoning. It targets prompts with long reasoning chains and iterative thinking in inference-heavy workloads.

When should I avoid suppressing reflection tokens in reasoning prompts?▼

Avoid suppressing reflection tokens when your prompt requires deep iterative thinking where deliberation steps are critical to correctness. NOWAIT optimization is designed for scenarios prioritizing rapid responses over extended reasoning.