← 返回
AI智能

Adaptive Reasoning

Automatically assess task complexity and adjust reasoning level. Triggers on every user message to evaluate whether extended thinking (reasoning mode) would improve response quality. Use this as a pre-processing step before answering complex questions.
自动评估任务复杂度并调整推理等级。在每条用户消息中触发,判断启用扩展思考(推理模式)能否提升回答质量,作为回答复杂问题前的预处理步骤。
enzoricciulli
AI智能 clawhub v1.0.0 1 版本 96137.4 Key: 无需
★ 12
Stars
📥 12,130
下载
💾 3,274
安装
1
版本
#latest

概述

Adaptive Reasoning

Self-assess complexity before responding. Adjust reasoning level dynamically.

Quick Assessment (run mentally on every request)

Score the request 0-10 on these dimensions:

SignalWeightExamples
--------------------------
Multi-step logic+3Planning, proofs, debugging chains
Ambiguity+2Nuanced questions, trade-offs, "it depends"
Code architecture+2System design, refactoring, security review
Math/formal reasoning+2Calculations, algorithms, logic puzzles
Novel problem+1No clear pattern, requires creativity
High stakes+1Production changes, irreversible actions

Subtract:

  • Routine/repetitive task: -2
  • Clear single answer: -2
  • Simple lookup/fetch: -3

Decision Thresholds

ScoreAction
---------------
≤2Stay fast. No reasoning needed.
3-5Standard response. Light internal deliberation.
6-7Consider /reasoning on or pause to think explicitly.
≥8Activate extended thinking. Complex problem warrants it.

Activation (Automatic)

Do not ask. Just activate.

ScoreAction
---------------
≤5Respond normally. No change.
6-7Enable reasoning silently. Add 🧠 at end of response.
≥8Enable reasoning. Add 🧠🔥 at end of response.

Visual Indicator

Always append the reasoning icon at the very end of your response:

  • Score 6-7: 🧠 (thinking mode active)
  • Score ≥8: 🧠🔥 (deep thinking mode)
  • Score ≤5: No icon (fast mode)

How to Activate

Use session_status tool or /reasoning on command internally before responding:

/reasoning on

Or via tool:

{"action": "session_status", "reasoning": "on"}

After completing a complex task, optionally disable to save tokens on follow-ups:

/reasoning off

Examples

Low complexity (score: 1)

> "What time is it in Tokyo?"

→ Simple lookup. Answer immediately. No icon.

Medium complexity (score: 4)

> "Refactor this function to be more readable"

→ Standard response with brief explanation. No icon.

High complexity (score: 7)

> "Design a caching strategy for this API with these constraints..."

→ Enable reasoning. Thoughtful response ends with: 🧠

Very high complexity (score: 9)

> "Debug why this distributed system has race conditions under load"

→ Enable extended thinking. Deep analysis ends with: 🧠🔥

Integration

This skill runs as mental preprocessing. No external tools needed.

For explicit control:

  • /reasoning on — Enable extended thinking
  • /reasoning off — Disable (faster responses)
  • /status — Check current reasoning state

When NOT to Escalate

  • User explicitly wants quick answer ("just tell me", "quick", "tldr")
  • Time-sensitive requests where speed matters more than depth
  • Conversational/social messages (banter, greetings)
  • Already in reasoning mode for this session
  • User previously disabled reasoning in this conversation

Auto-Downgrade

After completing a complex task (score ≥6), if the next message is simple (score ≤3):

  • Silently disable reasoning to save tokens
  • Resume normal fast responses

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 10:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Screenshot Capture

enzoricciulli
处理 Enzo 分享的截图和评论,保存到参考库、提取内容、分类、设置提醒、记录规律。适用于 Enzo 发送图片并注明“save this”、分享内容截图(LinkedIn、推文、文章)或发送想法/框架时。
★ 1 📥 3,551
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,592
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,189