禁止 Claude Code 讲废话(语义压缩),“用更少 Token 来完成工作”。
#GitHub
https://github.com/JuliusBrussee/caveman
让 #AI 像原始人一样简单直接表达,减少 Token 用量,节约成本。
#GitHub
https://github.com/JuliusBrussee/caveman
让 #AI 像原始人一样简单直接表达,减少 Token 用量,节约成本。
Loop Prevention Requirements
Bot-to-bot communication can easily result in infinite interaction loops. When enabling this feature, you must implement safeguards to ensure interactions terminate.
Recommended Safeguards
Deduplicate repeated messages.
Apply rate limits (e.g., no more than one reply every few seconds per bot).
Enforce maximum interaction depth or timeouts, both globally and per sender/receiver.
Important
Your bot must remain stable even if another bot intentionally responds instantly and continuously.
Failure to handle loops properly may lead to degraded performance or platform restrictions.
On Telegram, bots generally cannot see messages from other bots. However, in specific contexts, Bot-to-Bot communication is allowed – unlocking complex agentic flows and AI-powered use cases