Using Dictation Tools for More Effective AI Agent Instructions

Problem: Inconsistent Results from Compressed Prompts
A developer using OpenClaw was getting inconsistent results despite feeling their prompts were clear. The issue was that typed instructions were too compressed — examples like "check latest emails, summarize, flag anything urgent" produced mediocre outputs. When they typed out full context manually, results improved but the process became tedious.
Solution: Dictation for Natural, Detailed Instructions
The developer started using a dictation tool (specifically SaySo.ai, which works in any app) to speak instructions out loud instead of typing them. Speaking naturally produced longer, more specific context without the self-editing that happens during typing. This approach also fixed a previously unrecognized problem: the developer was abbreviating when typing, assuming the agent would fill in gaps, which it doesn't do effectively.
Result: Noticeable Quality Improvement
This small workflow change — switching from typed to spoken instructions — resulted in noticeably improved output quality from the AI agent. The developer notes that speaking everything out fully solved the abbreviation problem and provided the detailed context the agent needs to perform better.
📖 Read the full source: r/clawdbot
👀 See Also

If OpenClaw Still Needs Your Next Prompt, It Is Not Autonomous Yet — A Setup Prompt for Persistent Workflows
Treat OpenClaw as a coordinator, not a chat surface. Use GOALS.md as a shared roadmap, one Codex goal at a time.

Enforcing AI Agent Compliance: Bootstrap Language and Tool-Based Approaches
A developer shares practical methods for improving AI agent compliance, including using negative language in bootstraps and switching from soft rules to hard-coded tools when needed.

Firefox Workaround for Claude.ai Freeze Issue Using Tampermonkey Script
A Reddit user shares a Tampermonkey script workaround for Firefox users experiencing freezes on Claude.ai. The script modifies Date.now() behavior to prevent timing conflicts that cause the interface to hang.

llama.cpp Massive Prompt Reprocessing with Coding Agents: Debugging KV Cache and Context Swapping
A user reports llama.cpp reprocessing 40k+ tokens on similar prompts when using opencode + pi.dev, despite high LCP similarity. Config details and suspected causes are shared.