Getting Claude to Adversarially Debate Without Caving: 5 Prompt Tweaks That Work

The developer behind Spar (sparwithai.com) shared what worked to get Claude to argue against users across 5 escalating rounds without defaulting to agreement. The core problem: Claude's default is to find common ground, hedge, and validate. Here are the five prompting moves that fixed it.
1. Define the Role as a Position, Not a Persona
Early prompts like "you are a skilled debater" gave Claude a character but didn't constrain behavior. The fix was explicit negative constraints: cannot concede, cannot soften, cannot find middle ground, cannot say "you raise a good point". Negative constraints turned out more important than positive ones.
2. Treat Each Round as Having a Different Objective
Instead of one prompt for the whole debate, each round gets its own goal:
- Round 1: Identify the weakest premise.
- Round 2: Attack evidence quality.
- Round 3: Find internal contradictions.
- Round 4: Push the position to its uncomfortable logical extreme.
- Round 5: Reframe through a perspective the user hasn't considered.
This stopped the conversation from collapsing into generic counterarguments.
3. Force Engagement with the User's Specific Words
Without this, Claude argues against a generic version of the position. The developer added explicit instructions to quote the user's reasoning back and attack that — not a steelman or strawman. This was the single biggest quality jump.
4. Explicitly Ban Sycophancy and Fabrication
Even with adversarial framing, Claude slips into "that's a thoughtful point, however..." or invents statistics. The prompt now explicitly bans: do not create false narratives, do not invent sources or statistics, do not flatter before disagreeing, do not concede ground that wasn't conceded. Calling out fabrication by name cut it down significantly.
5. Let It Be Uncomfortable
Every safety reflex wants to add "respectfully" and "with empathy." The developer explicitly instructed that the user opted in to being challenged, and softening the argument is failing the user, not protecting them.
Next Steps
The developer is focusing on: better handling of subjective positions, stronger engagement with longer inputs, and more variety in counterargument patterns for commonly debated topics.
Full discussion and link to try it: sparwithai.com
📖 Read the full source: r/ClaudeAI
👀 See Also

Stop Claude's Em Dashes with One Line in Preferences or Claude.md
Add a specific sentence to your Claude.ai profile preferences or Claude.md to reduce em dashes by ~98%. This is a practical tweak tested by the community.

Bite vs Nibble Approaches for AI Coding Agents
An NLP researcher explains two mental models for working with AI coding agents: the 'bite' approach using comprehensive instruction files like claude.md, and the 'nibble' approach using incremental improvement through multiple passes.

Reddit User Warns: When Using Claude for Complex Projects, Tackle the Hardest Part First
A developer on r/ClaudeAI reports that letting the AI plan incrementally for a complex document editor led to 'complexity soup' and failures. The user advises forcing the model to solve the most complicated use case first, as its performance degrades with more context.

7 MCP Gateway Bugs: Session Leaks, Dead SSE, and OAuth in Gateway Mode
A Reddit post details seven real-world MCP gateway bugs — session state leaking across clients, silent SSE disconnections, OAuth failures in gateway mode, and more — with fixes based on boring infra, not better prompts.