Credential Gatekeeping
Dismissing someone's point by questioning whether they have the experience or credentials to hold that opinion.
"Have you ever actually built a compiler?"
"Let me know when you've shipped a product."
"Easy to say from someone who's never managed a team."
"Tell me you've never worked in [field] without telling me."
Why It's Unproductive
Attacks the person's standing instead of addressing their point. It's a way of signaling expertise to the audience while telling someone their opinion doesn't count. The actual argument goes unaddressed, and anyone watching learns that contributing without the right resume isn't welcome.
The Better Move
Share what you actually know instead of questioning whether someone is allowed to have an opinion. If you have experience that complicates their point, describe what that experience taught you. The correction lands harder when it comes with substance.
Why It's Better
People learn from specifics, not from being told they're not qualified to speak. Showing what the reality looks like up close does more to shift someone's view than any amount of "you clearly haven't done X."
Examples
OP: "Most management problems come down to poor communication." Antipattern: "Tell me you've never managed anyone without telling me." Better: "Communication is a big part of it, but the harder piece is aligning incentives when teams have competing priorities. You can communicate perfectly and still have conflict."
OP: "AI coding tools give you a 10-20x speedup on writing code." Antipattern: "Okay but what multiplier of features have you actually shipped." Better: "Writing code faster doesn't mean shipping faster. Most of the time goes to figuring out what to build and debugging the weird edge cases. What does your overall velocity look like?"
OP: "Compilers aren't that complicated once you understand the theory." Antipattern: "Have you ever actually built one?" Better: "The theory is the clean part. Where it gets messy is optimization passes and target-specific codegen. Which stage are you working on?"