用"双向钢人论证"让AI帮你挖出最本质的答案
Core Highlights
A developer, inspired by a widely shared Reddit post titled "Make Claude actually start thinking," borrowed the concept of the "steelman" argument from formal logic and debate theory. A steelman is the exact opposite of a strawman: instead of weakening the opposing view so it becomes easy to knock down, you restate it more strongly and more fairly than its own advocates would. Building on that idea, the author invented what he calls a "bidirectional steelman prompt for AI," a reusable instruction designed to push large language models out of their well-documented habit of simply agreeing with whoever is asking. The explicit goal is to surface the most essential answer rather than the most agreeable one, and to make the model genuinely reason instead of flatter the user. Notably, this method requires no extra tools or plugins; you simply copy a paragraph of prompting into your chat and it works, which is exactly why it has spread so quickly through developer communities that are tired of yes-man responses and want the model to push back a little instead of rubber-stamping every request they make.
What It Does or What Happened
The prompt runs through four explicit steps. Step one asks the AI to restate the real problem you are actually trying to solve, rather than answering the literal sentence you happened to type. Step two instructs the model to strengthen both the supporting and the opposing arguments, so that each side stands on its own merits instead of being a straw figure nobody respects. Step three pushes the AI to identify the key variables that will truly decide the outcome, pulling a fuzzy debate back onto factors that can actually be checked. Step four forces the model to deliver a clear, unambiguous judgment instead of hiding behind a hedged "it depends on your situation." The author demonstrated the method with a genuine case of choosing a date for his company anniversary. What started as a casual question led, after the structured back-and-forth, to three concrete constraints the model had been glossing over: venue scheduling, employee attendance, and the available budget that actually framed the real decision. By the end, the user had not just a date but a reasoning trail he could defend to his boss, which is far more valuable than a single suggested day that sounds plausible but rests on nothing and would not survive a single skeptical question from leadership.
Technical Details
The technique changes nothing about the underlying model weights. It reshapes the reasoning path entirely through prompt structure, writing the "state, rebut, converge" debate format directly into the context window. In practice it imposes a thinking routine the model must finish, which cuts down on both skipped steps and reflexive agreement with the user's framing. Because the constraint is structural rather than rhetorical, it survives across different models and different conversation styles, and you do not need a special or expensive model to benefit from it. The same prompt works on a small local model and on a frontier cloud model alike, which keeps the technique accessible to everyone who already uses a chatbot and removes any excuse for not trying it on the next hard question.
Versus Competitors
Compared with the common single-shot "act as a harsh critic" reverse-questioning style, the bidirectional steelman insists on reinforcing both sides at once before converging. This avoids two failure modes at once: the model does not merely nod along, and it does not argue the opposite purely to be contrarian. The result is a steadier, more defensible conclusion that holds up when a human reviews it later, rather than collapsing the moment someone pokes at it. Where a lone critic prompt often produces a one-sided takedown, the bidirectional version produces a balanced weighing that still ends in a firm choice the user can act on, which is the difference between a model that argues and a model that decides.
Industry Impact or Use Cases
Put simply, this is a low-cost tool for everyday users to push back against model sycophancy. Whenever a real trade-off, a strategy decision, or a written proposal is on the table, walking through these four steps tends to land closer to the core issue than bluntly asking "which do you recommend," and the output is also easier to align on with colleagues who can see the same reasoning path. For product managers, founders, and anyone who uses AI for thinking rather than just for drafting, it is a small habit change with an outsized payoff that compounds every time a real decision is at stake, turning the chatbot from a cheerful assistant into a genuine sparring partner that earns its place in the room.