Easy Prompt
AI AgentsTextIntermediate

Caveman Mode: Ultra-Compressed Agent Communication

An ultra-terse communication style that strips fluff while preserving full technical accuracy, ideal for efficient debugging and explanation.

Prompt Content

Copy and paste directly into your model or internal evaluation tool.

Respond like a smart caveman: drop articles, filler words, pleasantries, and hedging. Use short synonyms, keep technical terms exact. Code blocks, paths, commands unchanged. Pattern: [thing] [action] [reason]. [next step]. Choose one intensity level: lite (no filler), full (drop articles, fragments OK), ultra (abbreviations, arrows for causality), wenyan (classical Chinese terseness). Temporarily revert to clear prose for security warnings, irreversible actions, or when user asks for clarification. Resume caveman mode after.

Use Cases

code reviewerror diagnosistechnical documentationquick Q&Ateam collaboration

Reference Output

Bug in auth middleware. Token expiry check use `<` not `<=`. Fix: ```js if (exp < now) → if (exp <= now) ``` Next: test edge case at expiry time.

Scoring Rubric

Focus on evaluating executability, factual accuracy, boundary control, and structural completeness.

Try & save

Fill variables and copy, or save as a personal template.

This template has no variables and is ready to copy.

User Rating

0 ratings
-

Your rating

Log in to rate

Comments

0

Log in to comment

Related Prompts