Claude's /btw Command Enables Parallel Communication During Tasks

Claude's New /btw Command for Parallel Interaction
Claude AI has introduced a /btw command that enables users to communicate with the AI while it's actively processing a task. This feature allows for parallel interaction without stopping the current execution.
The /btw command specifically addresses a common workflow interruption: instead of halting Claude's current run, users can ask questions, provide extra instructions, or clarify requirements while Claude continues working. This is particularly useful during long-running tasks where interrupting the workflow would be inefficient.
According to the source material, this functionality helps maintain workflow continuity when Claude is engaged in extended operations. The feature appears to be designed for scenarios where users need to provide additional context or ask follow-up questions without resetting the AI's current progress.
For developers using AI coding assistants, this type of parallel communication capability can reduce context-switching overhead. When working with AI agents on complex coding tasks, being able to interject clarifications or additional requirements without restarting the entire process can save significant time and maintain task momentum.
The source credits Thariq Shihipar for the video demonstration of this feature, though specific implementation details or version requirements aren't provided in the source text.
📖 Read the full source: r/ClaudeAI
👀 See Also

Multi-model routing reduces OpenClaw API costs by 50%
A developer cut OpenClaw API costs by 50% by routing different tasks through different models: Claude for complex reasoning, DeepSeek for file operations and test generation, and Gemini or GPT for mid-range tasks.

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.

Workaround for Claude Mobile App Microphone Feedback Loop Error
A Reddit user shares a working workaround for the microphone feedback loop error in the Claude mobile app: installing the web version as a standalone Progressive Web App via Google Chrome, which bypasses the issue and provides access to different Claude models.

Negation Prompting Is Weak: Instead, Explicitly Describe the Desired Behavior
A Reddit analysis shows that telling Claude "don't be wordy" or "don't moralize" barely works. Instead, use positive instructions like "respond in 1-2 sentences" or "give me a direct answer, treat caveats as optional." Also, ending with "thanks!" warms the tone.