โถIs critical thinking talent or trainable skill?
~70% trainable. Some people have higher baseline (pattern-recognition genes correlate with IQ), but structured practice moves everyone. Research (Kahneman, Tetlock) shows 6-12 months deliberate practice analyzing real decisions shifts people from intuitive to analytical thinking. The catch: you must expose yourself to feedback, arm-chair theorizing doesn't move the needle.
โถHow do I know if I actually have it vs. just sounding smart?
Real critical thinking: you change your mind when evidence contradicts your view. Fake: you defend your initial position with clever language. Real: you ask 'why might I be wrong?' before deciding. Fake: you ask 'how do I defend this?' Test: describe your biggest belief change in the last 6 months. Can't name one? You're pattern-matching, not thinking.
โถIsn't critical thinking just being negative/pedantic?
No, that's critique, not thinking. Critical thinking builds and questions. A junior dev critiques code; a senior dev redesigns it. Critiques ask 'what's wrong?' Thinking asks 'what's right AND what could break?' Pedantry kills momentum; thinking accelerates it by avoiding avoidable mistakes.
โถHow does AI change the critical thinking skill?
AI is a powerful aid if you use it right: LLMs generate hypotheses fast, leaving you to evaluate. But it's a crutch if you outsource judgment, 'GPT said it, so it's true' is the opposite of thinking. Signal: do you trust AI outputs or verify them? Do you prompt it with hypotheses or let it generate premises? Users who verify become sharper; delegators atrophy.
โถHow do I develop this as a junior IC?
Volunteer for problems without clear solutions: 'Why are we losing customers at month 3?' Spend a day building hypotheses, not looking for answers. Write your prediction before investigating. Then compare, you'll calibrate fast. Apply Fermi estimation to business metrics. In code reviews, ask 'why this architecture?' of peers. Run a premortem before every launch ('imagine this tanked, why?').
โถWhen does critical thinking slow you down?
When you overthink low-stakes decisions. Rules of thumb: if reversible + cheap to test, ship it. Analyze only high-stakes bets (hiring, architecture, strategy). Also dangerous: analysis paralysis from too many frameworks. Pick one (Bayesian or Inversion or OODA) and master it before adding others.
โถHow do leaders hire for this?
Behavioral questions under ambiguity: 'Walk me through a past decision. What did you consider? What surprised you? What'd you change?' Listen for: did they mention second-order effects? Did they update when wrong? Did they quantify (even roughly)? Job interview: give them a new problem, no prep time, watch how they ask clarifying questions vs. jump to solutions. Walkers jump; thinkers probe first.