Skip to main content

Leadership and Influence - Proving You Can Lead Without the Title

Reading time: ~35 min | Interview relevance: Critical (Staff+ roles), High (Senior roles) | Roles: Senior MLE, Staff MLE, ML Tech Lead, Applied Scientist, AI Architect, ML Manager

The Real Interview Moment

You are interviewing for a senior ML engineer role at a fast-growing AI company. The hiring manager, who would be your skip-level, joins the behavioral round. She asks: "Tell me about a time you drove a significant technical decision that your team or organization initially disagreed with."

You have a great example - you convinced your team to migrate from a batch inference pipeline to a real-time serving architecture, which reduced latency from hours to milliseconds and unlocked three new product features. But as you start to tell the story, you realize you are focusing on the technical details: the architecture, the benchmarks, the deployment. The interviewer nods politely but is clearly waiting for something else.

She follows up: "That's interesting. But specifically, how did you get buy-in? Who pushed back, and how did you address their concerns?"

Now you are scrambling. You remember that the staff engineer disagreed because of operational complexity, and the product manager was worried about the migration timeline. But you did not prepare the influence part of the story - the conversations, the prototypes you built to reduce risk, the one-on-one where you understood the staff engineer's real concern was not the architecture but the on-call burden it would create.

This chapter teaches you to prepare leadership and influence stories that demonstrate not just what you decided, but how you brought people along. In AI/ML, where technical decisions have enormous downstream impact and where most practitioners are individual contributors, the ability to lead without formal authority is the single most important behavioral signal for senior and staff-level roles.

What You Will Master

  • Why leadership questions matter even more for IC roles in AI/ML
  • The difference between leadership and management (and why interviewers care)
  • How to identify and structure your leadership stories
  • Leading without authority - the influence toolkit
  • Driving technical decisions through data and prototypes
  • Mentoring and growing others - what interviewers want to hear
  • Influencing product direction as a technical IC
  • Cross-functional leadership in ML projects
  • Handling the hardest leadership follow-up questions

Self-Assessment: Where Are You Now?

LevelDescriptionTarget
IC Only"I have never thought of myself as a leader - I just write code and train models"Read everything - you almost certainly have leadership stories you are not recognizing
Informal Leader"I have led initiatives but never had direct reports"Focus on Parts 2-4 - learn to articulate your influence clearly
Experienced Leader"I have mentored, led projects, and influenced strategy, but I struggle to structure these stories"Focus on Parts 5-7 - refine your narratives for maximum impact

Part 1 - Why Leadership Questions Are Critical for ML Roles

The IC Leadership Paradox

In most engineering organizations, 80%+ of ML practitioners are individual contributors. Yet companies consistently ask leadership questions. Why?

Why Leadership Questions Are Asked of ML Individual Contributors

60-Second Answer

"Companies ask ICs leadership questions because ML decisions are high-leverage (architecture choices affect products for years), ML is inherently cross-functional (you must align data engineering, product, and platform teams), there is a knowledge asymmetry (you understand the ML better than most stakeholders and must translate upward), and senior ICs are expected to scale their impact through mentoring, documentation, and raising the bar. Leadership for an ML IC is not about managing people - it is about owning outcomes and bringing others along."

What Interviewers Actually Write Down

Interviewer NotesSignal
"Drove a technical decision by building consensus, not just being right"Strong positive - shows influence skill
"Adapted their communication for different audiences (engineer vs PM vs exec)"Strong positive - shows leadership maturity
"Recognized when they needed buy-in vs when they could just execute"Positive - shows organizational awareness
"Invested in growing team members proactively, not just when assigned"Strong positive for Staff+
"Described leadership only in terms of being the smartest person in the room"Negative - conflates expertise with leadership
"Could not name a single decision where they changed someone's mind"Negative - signals limited influence
"Described going over someone's head as their influence strategy"Strong negative - signals poor collaboration

Part 2 - The Three Types of ML Leadership Stories

You need stories in three categories. Most candidates only prepare the first and are unprepared for the other two.

Type 1: Driving a Technical Decision

"Tell me about a time you drove a significant technical decision."

This is about owning the decision-making process for a consequential technical choice.

What counts:

  • Choosing between model architectures when the team was split
  • Deciding to invest in infrastructure (feature store, experiment platform, model registry) when the team wanted to ship features
  • Pushing to adopt a new framework, tool, or methodology
  • Deciding to kill a project that was not working
  • Establishing technical standards (code review, testing, documentation)

Structure your story to show:

  1. The decision and its stakes - why it mattered
  2. The disagreement - who saw it differently and why their perspective was reasonable
  3. Your approach - how you built conviction (data, prototypes, benchmarks)
  4. Your influence strategy - how you brought people along
  5. The outcome - what happened and what you learned

Type 2: Influencing Without Authority

"Tell me about a time you influenced a decision when you were not the decision-maker."

This is about changing outcomes when you do not have the formal power to make the call.

What counts:

  • Convincing a PM to change the product roadmap based on ML insights
  • Influencing an executive to invest in data quality instead of more models
  • Persuading a partner team to change their API to support your ML system
  • Getting a senior engineer on another team to prioritize a dependency you needed
  • Changing organizational process (e.g., introducing model review)

Structure your story to show:

  1. Why you cared - what outcome were you trying to achieve and why
  2. Who had the authority - and what their current position was
  3. How you understood their incentives - what mattered to them
  4. How you made your case - framed in their terms, not yours
  5. The result - and the relationship after

Type 3: Growing and Mentoring Others

"Tell me about a time you helped someone on your team grow significantly."

This is about multiplying your impact through others - the defining characteristic of Staff+ engineers.

What counts:

  • Mentoring a junior engineer through their first ML project end-to-end
  • Helping a mid-level engineer develop a skill that led to their promotion
  • Creating onboarding materials or training that raised the team's capability
  • Giving difficult feedback that changed someone's trajectory
  • Building a culture of peer review, knowledge sharing, or experimentation

Structure your story to show:

  1. Who you mentored and the starting point - where were they and what was the gap?
  2. Your approach - how did you invest in their growth?
  3. Specific actions - what did you actually do? (pair programming, design review, stretch assignments)
  4. Their growth - concrete evidence of improvement
  5. Your learning - what did mentoring teach you?
Common Trap

Do not describe mentoring as "I told them what to do and they did it." That is delegation, not mentoring. Interviewers want to see that you met the person where they were, gave them appropriate challenges, provided feedback, and supported their autonomy. The best mentoring stories show the mentee making decisions and succeeding - not just following your instructions.

Part 3 - The Influence Toolkit for ML Practitioners

Influence is a skill. These are the specific techniques that work in ML organizations.

Technique 1: The Data-Driven Proposal

Instead of arguing with opinions, change the conversation to data.

SITUATION: You believe the team should switch from TF-IDF to transformer
embeddings for search relevance.

WEAK APPROACH:
"Transformers are better. Everyone is using them. We should switch."

STRONG APPROACH:
"I ran a controlled experiment on 10,000 queries from our production traffic.
Here are the results:

| Metric | TF-IDF | Transformer | Improvement |
|----------------|--------|-------------|-------------|
| NDCG@10 | 0.42 | 0.58 | +38% |
| MRR | 0.35 | 0.51 | +46% |
| P95 Latency | 12ms | 45ms | +275% |
| Infra Cost | $X/mo | $3X/mo | +200% |

The relevance improvement is substantial. The latency and cost increases
are real concerns. Here is my proposal for addressing each..."

Why it works: You have pre-empted objections, shown you understand the tradeoffs, and made it easy for the decision-maker to say yes.

Technique 2: The Proof-of-Concept

When words are not enough, build something.

SITUATION: You want to introduce an experiment tracking platform, but the
team thinks it is overhead.

WEAK APPROACH:
Write a 5-page design doc arguing for the platform.

STRONG APPROACH:
- Set up MLflow on your laptop in an afternoon
- Log your next three experiments with it
- At the next team meeting, demo the comparison view
- Show how you caught a bug because you could trace
which hyperparameters produced a suspiciously good result
- Ask: "Would this have been useful for anyone else?"

Why it works: A working demo is worth a thousand design docs. You reduced the perceived risk and let people experience the value directly.

Technique 3: The Stakeholder Translation

Different audiences need different framings of the same decision.

Stakeholder Translation - Same Decision, Different Audience Frames

Why it works: People are persuaded by arguments framed in terms of what they care about. Engineers care about velocity. PMs care about outcomes. Executives care about business impact. Same truth, different lens.

Technique 4: The Coalition Build

For big decisions, do not try to convince everyone at once. Build support one conversation at a time.

Step 1: Identify the key stakeholders (typically 3-5 people)
Step 2: Rank them by influence and by how likely they are to support you
Step 3: Start with your strongest ally \text{---} get their explicit support
Step 4: Use that support to approach the next person:
"Sarah and I have been thinking about X. She is on board.
I wanted to get your perspective before the broader discussion."
Step 5: By the time the group discussion happens, you have majority support
Step 6: Address the remaining skeptics with data and the weight of consensus

Why it works: Decisions are rarely made in the meeting \text{---} they are made in the hallway conversations before the meeting. The meeting is just the ratification.

Technique 5: The Disagree-and-Commit Narrative

Sometimes you lose. How you handle losing is as important as how you handle winning.

"I advocated strongly for approach A because of [specific reasons].
The team chose approach B for [specific reasons that were also valid].
I committed fully to making B succeed \text{---} I took ownership of [specific
responsibility] and contributed [specific work]. In the end, B worked
well for [reasons]. I learned that [genuine insight about my blind spot
or about the value of the team's perspective]."

Why it works: This shows intellectual humility, team orientation, and the maturity to execute on a decision you did not agree with. This is the hallmark of a Staff+ engineer.

60-Second Answer

"The five influence techniques I use most are: data-driven proposals (run the experiment before making the argument), proof-of-concept builds (demo working software instead of writing documents), stakeholder translation (frame the same decision differently for engineering, product, and executive audiences), coalition building (build support through one-on-one conversations before group decisions), and disagree-and-commit (when I lose a decision, I commit fully and learn from the experience). The common thread is reducing risk for the decision-maker \text{---} I make it easy to say yes by removing uncertainty."

Part 4 \text{---} Leading Cross-Functional ML Projects

ML projects are inherently cross-functional. Leading them without formal authority is one of the most valuable \text{---} and most commonly tested \text{---} leadership skills.

The ML Project Stakeholder Map

ML Project Stakeholder Map - Leading Without Authority

The Cross-Functional Leadership Playbook

1. Start with alignment on the problem, not the solution.

Bad: "We need to build a transformer-based ranking model with a feature store and real-time serving."

Good: "Users are churning because search results are irrelevant. We need to improve search quality by 30% (measured by NDCG@10 from user studies). Let me walk through the technical approach and what I need from each team."

2. Create a shared artifact early.

Write a one-page brief (not a 20-page design doc) that covers:

  • What problem are we solving and for whom?
  • What does success look like (metrics)?
  • What is each team's role?
  • What are the key milestones and dependencies?
  • What are the biggest risks?

Share it, get comments, and iterate. Now everyone is working from the same document.

3. Over-communicate status and risks.

Send a weekly update (3-5 bullets) to all stakeholders:

  • What we accomplished this week
  • What we are working on next week
  • Blockers and risks (with specific asks for help)
  • Any changes to timeline or scope

4. Own the integration points.

The project will fail at the seams between teams, not within any single team. Your job as the ML lead is to own those seams:

  • Define clear API contracts between teams
  • Write integration tests that run in CI
  • Attend standup for partner teams (at least weekly) so you catch misalignment early
  • When something breaks at the boundary, fix it first and assign blame never

5. Celebrate contributions publicly.

In cross-functional projects, the ML person often gets the credit. Push back on this:

  • "I want to call out the data engineering team \text{---} they built the pipeline that made this model possible."
  • "The product team's user research is what told us this problem was worth solving."
  • People remember who gave them credit. It builds goodwill for the next project.

Part 5 \text{---} Influencing Product Direction with Data

One of the most powerful leadership moves an ML practitioner can make is changing the product roadmap based on data insights.

The Pattern

Influence to Roadmap - From Insight to Shipped Impact

Example STAR Story: The Engagement Insight

Situation: "While analyzing prediction errors in our recommendation model, I noticed that users who engaged with 3+ diverse content categories in their first week had 4x higher 90-day retention than users who only engaged with one category. The product team's onboarding flow was optimized for immediate engagement with the user's declared primary interest \text{---} not for diversity of exploration."

Task: "I was not on the product team and had no authority over the onboarding flow. But I believed this insight could significantly improve retention if the onboarding experience encouraged exploration."

Action: "First, I validated the correlation was not confounded by user sophistication or device type \text{---} it held across all segments. Second, I built a simple causal analysis using propensity score matching to estimate the treatment effect of early diverse engagement. Third, I created a 3-slide deck: the insight, the evidence, and a proposed A/B test for a modified onboarding flow. Fourth, I shared the analysis with the product manager in a 1-on-1 first \text{---} not in a group setting where they might feel ambushed. Together, we refined the hypothesis and proposed the test to the VP of Product."

Result: "The A/B test showed a 12% improvement in 90-day retention. The onboarding change shipped to 100% of users. The product team credited the insight as the highest-impact change of Q3. I learned that the most valuable ML work is sometimes not building models \text{---} it is finding the right insight and getting it to the right person."

Example STAR Story: Killing a Low-Impact Feature Request

Situation: "The VP of Marketing asked us to build a 'lookalike audience' model for ad targeting. She had seen a competitor's marketing materials and wanted parity. The request came with executive sponsorship and a tight deadline."

Task: "After a week of data exploration, I realized the project was unlikely to deliver meaningful value. Our user base was too small (200K users) for lookalike modeling to outperform simple demographic targeting. But the request had executive backing, and saying 'no' without a strong alternative would make me look uncooperative."

Action: "I did three things. First, I ran a rapid feasibility analysis \text{---} I built a quick lookalike model and compared it against demographic targeting on historical campaign data. The lookalike model improved targeting precision by only 3%, which translated to roughly 8K/quarterinadvalue.Second,Iidentifiedanalternativethatwasbothfeasibleandhigherimpact:achurnpredictionmodelthatcouldtriggerretentioncampaigns.Myanalysisshowedthiscouldpreventanestimated8K/quarter in ad value. Second, I identified an alternative that was both feasible and higher-impact: a churn prediction model that could trigger retention campaigns. My analysis showed this could prevent an estimated 120K/quarter in lost revenue. Third, I presented both analyses to the VP \text{---} not as 'your idea is bad,' but as 'I explored both opportunities and here is what I found.' I let the data speak."

Result: "The VP agreed to deprioritize the lookalike model and fund the churn prediction project instead. The churn model launched two months later and prevented $95K in churn in its first quarter - close to my estimate. The VP later said she appreciated that I did not just say no, but showed her a better path."

Common Trap

Do not describe influencing product direction as "I told the PM they were wrong and showed them the data." Even if that is what happened, frame it collaboratively: "I shared an insight with the PM, we refined it together, and they championed it with leadership." Making the PM look good is not just polite - it is strategically smart. They will be your ally for the next insight.

The Presentation Template for Data-Driven Influence

When presenting an insight to a non-technical audience:

Slide 1: The Punchline
"Users who explore 3+ categories in week 1 retain at 4x the rate.
Our onboarding currently optimizes against this."
[One chart. One number. No methodology.]

Slide 2: The Evidence
"This holds across all user segments and survives causal analysis."
[Key results only. Full methodology in appendix.]

Slide 3: The Ask
"Proposed A/B test: modified onboarding flow that encourages exploration.
Expected impact: 8-15% retention improvement.
Cost: 2 weeks of engineering, 4 weeks of test."
[Make the next step concrete and low-risk.]

Part 6 - Mentoring and Growing Others

What Senior+ Interviews Are Really Asking

When an interviewer asks about mentoring, they are not just asking if you are nice to junior engineers. They are evaluating:

  1. Can you identify and close skill gaps? - Do you diagnose what someone needs, or do you just teach what you know?
  2. Can you give difficult feedback? - Can you tell someone their approach is wrong without destroying their confidence?
  3. Can you calibrate challenge? - Do you give appropriate stretch assignments, or do you give people tasks that are too easy or too hard?
  4. Do you build independence? - Does the person eventually not need you, or do you create dependency?

A Complete Mentoring STAR Story

Situation: "A junior ML engineer named Priya joined the team after completing her master's degree. She had strong theoretical knowledge - she could explain attention mechanisms in detail - but struggled with the full ML lifecycle: data pipelines, feature engineering, model evaluation in production, and debugging distribution shifts. Her first project stalled for three weeks because she was trying to optimize model architecture before ensuring the training data was correct."

Task: "As the senior ML engineer on the team, I took on mentoring Priya. My goal was not to solve her problems for her, but to help her develop the practical engineering judgment that her academic background had not provided."

Action: "I followed a structured approach. First, I spent a week observing her workflow and identified three gaps: data-first thinking, end-to-end project planning, and debugging methodology. I shared this diagnosis with her directly and asked if it resonated.

Second, I established a weekly 1-on-1 where we reviewed her work. But instead of code review, I asked questions: 'What assumption are you making about the data here?' 'What would you check first if this metric dropped in production?' I wanted to build her instincts, not give her answers.

Third, for her second project, I deliberately scoped something that required end-to-end ownership - from data validation through model serving. I was available for questions but did not pre-solve any part of it.

Fourth, midway through, I gave her direct feedback about a two-week detour building a complex ensemble when a simple logistic regression baseline would have shipped in two days with 90% of the performance. I told her: 'Your instinct to build sophisticated models is good for research, but in production ML, the first question is always what is the simplest thing that could work. That is not about being lazy - it is about learning fast and reducing risk.'

Fifth, she took the feedback well. By her third project, she started with a baseline, validated her data pipeline independently, and her project shipped two weeks ahead of schedule."

Result: "Priya was promoted to mid-level within 14 months - the team average was 18 months. More importantly, she started mentoring newer team members using the same data-first framework. The approach I used with her became an informal onboarding practice for the team. I learned that the most effective mentoring is asking the right questions, not giving the right answers."

Example STAR Story: Growing a Senior Engineer into a Tech Lead

Situation: "I was a staff ML engineer working alongside a senior engineer named Marcus. Marcus was technically excellent - he had built our most reliable production models - but he struggled with the non-technical aspects of the tech lead role he aspired to: running design reviews, communicating with product stakeholders, and making technical decisions that considered organizational constraints, not just technical optimality."

Task: "Marcus asked me to help him develop these skills. His manager supported the mentorship but told me candidly that Marcus had been passed over for the tech lead role twice because he could not demonstrate cross-functional leadership."

Action: "I focused on three growth areas over four months. For design reviews, I co-led three design reviews with Marcus, then had him lead two while I observed and gave detailed feedback afterward. His initial reviews were technically thorough but ran over time and did not surface actionable decisions. I coached him on structuring reviews around the 2-3 key decisions the team needed to make, not a comprehensive technical walkthrough.

For stakeholder communication, I invited Marcus to present model performance updates to the product team with me three times. After each presentation, we debriefed: What questions did the PM ask? What information did they need that we did not provide? Where did we lose them with jargon? By the fourth presentation, Marcus presented solo.

For decision-making, I gave Marcus a real decision to own: choosing between two model serving architectures for a new product. Both had valid technical merits. I told him the decision was his, and that I would support whatever he chose - but he had to document his reasoning, present it to the team, and handle the disagreement from the engineer who preferred the other approach."

Result: "Marcus was promoted to tech lead in the next review cycle. His manager told me specifically that the design review and stakeholder communication improvements were what made the difference. Marcus now runs our most effective design reviews and has become the go-to person for explaining ML capabilities to product teams. He also mentors newer engineers - the leadership skill has become self-replicating."

The Difficult Feedback Framework

One of the most common follow-up questions is: "Tell me about a time you had to give someone difficult feedback."

Use the SBI framework (Situation, Behavior, Impact):

SITUATION: "In our last sprint..."
BEHAVIOR: "I noticed you committed the model to production without running
the evaluation suite..."
IMPACT: "...which meant we shipped a model that had a 5% regression on
our key metric, and we didn't catch it until a product manager
noticed the A/B test results."

Then add:

  • Your ask: "Going forward, I'd like us to make the eval suite a blocking step in the deployment pipeline."
  • Support: "I'm happy to help you set up the automation so it's not a manual step."
  • Check-in: "Does that feel reasonable? Is there anything about the eval suite that's making it hard to use?"
Instant Rejection

Never describe giving feedback as a one-way broadcast. If your story sounds like "I told them what they were doing wrong and they fixed it," it signals that you lecture rather than lead. The best feedback stories show a dialogue - you delivered the feedback, you listened to their perspective, and you found a solution together.

Part 7 - Leadership Stories at Different Seniority Levels

What Each Level Should Emphasize

LevelPrimary Leadership ThemeStory AltitudeExample Framing
Mid-Level (L4)Initiative and collaborationTask and project"I noticed X and took the initiative to..."
Senior (L5)Technical decision-making and mentoringProject and team"I drove the decision to..." "I mentored Z and they grew to..."
Staff (L6)Cross-team influence and technical visionMultiple teams"I identified an opportunity across teams..." "I authored the RFC for..."
Principal (L7)Organizational strategy and industry impactOrganization"I defined the technical strategy for..."
ManagerPeople growth and team effectivenessTeam health"I restructured the team to..." "I developed a growth plan for..."
DirectorStrategic roadmap and organizational designMultiple teams / BU"I made the case to leadership for..."

Example STAR Story: Staff-Level Cross-Team Initiative

Situation: "Our company had three ML teams - recommendations, ads ranking, and search - each deploying models independently. Each team had its own deployment pipeline, monitoring stack, and on-call rotation. Model deployment took each team 2-3 weeks on average, and we had a combined incident rate of about 4 model-related production incidents per quarter."

Task: "I saw an opportunity to build a shared ML platform. But no one had asked me to do this. Each team had its own priorities, its own tech stack preferences, and a natural skepticism toward one-size-fits-all solutions."

Action: "I ran this as a six-month initiative with distinct phases. In discovery, I interviewed engineers from all three teams asking two questions: 'What is the most painful part of deploying a model?' and 'What would you never want to give up in your current setup?' I documented everything in a shared doc.

In the design phase, I wrote an RFC proposing a shared ML platform. The RFC explicitly addressed each team's constraints - a separate serving path for the ads team's sub-10ms latency requirement, a plugin architecture for the search team's custom transformations, and automated retraining triggers for the recommendations team.

For coalition building, I identified one champion on each team - an engineer most frustrated with the status quo. I worked with each champion to refine the RFC. I also met with each engineering manager separately. Two were supportive. One was skeptical because his team had recently invested in their own pipeline. For the skeptical manager, I proposed phased adoption - his team would be last to migrate, giving them time to see it work for others first.

During implementation, I formed a working group with the three champions and one infrastructure engineer. We built the core platform incrementally, migrating teams in order of willingness."

Result: "After six months, all three teams were on the shared platform. Average deployment time dropped from 2-3 weeks to 2 days. Model-related incidents dropped from 4 per quarter to 1. The platform became a company-wide infrastructure investment with a dedicated team, and I was credited as the founding architect."

Example STAR Story: Manager-Level Team Transformation

Situation: "I took over managing an ML team of six that was struggling with quality. There was no code review process for ML code, no standard evaluation framework, and each engineer tested their models differently. Two months before I joined, a model shipped with a data leakage issue that a customer caught three weeks after deployment."

Task: "I needed to establish engineering practices that would prevent quality issues without being heavy-handed. The team was talented and productive - I did not want to slow them down with bureaucracy."

Action: "I ran a blameless retrospective on the data leakage incident. The team identified three systemic gaps: no peer review of feature engineering logic, no standard evaluation checklist, and no automated checks for common ML pitfalls.

Instead of mandating solutions, I facilitated a session where the team proposed their own. They designed mandatory peer review for feature engineering and evaluation code, a shared evaluation template, and an automated ML linting tool. Because the team proposed these solutions themselves, adoption was immediate.

I modeled the behavior by submitting my own code for peer review first, asking junior engineers to review my work. When they found issues, I thanked them publicly. This established that review was about quality, not hierarchy.

I tracked and shared results. After three months, the linter had caught 4 potential leakage issues, code reviews had surfaced 12 significant bugs, and team deployment confidence measured by anonymous survey rose from 3.2 to 4.6 out of 5."

Result: "Zero production quality incidents in the following two quarters. The practices spread to two adjacent teams. Three team members cited the improved engineering culture in their engagement surveys. The junior engineer who made the original data leakage mistake became one of the strongest advocates for the review process."

Company Variation

Google heavily emphasizes "Googleyness" - leadership, humility, and collaboration. Expect questions about how you build consensus and how you handle being wrong.

Amazon frames leadership through their Leadership Principles - "Have Backbone; Disagree and Commit," "Hire and Develop the Best," "Earn Trust." Map your stories to these principles explicitly.

Meta values "Move Fast" - your leadership stories should emphasize speed and impact, not just process and consensus.

Apple values secrecy and craftsmanship - leadership stories should emphasize quality standards and attention to detail.

Microsoft values "Growth Mindset" - leadership stories should emphasize learning, adaptability, and developing others.

Startups value scrappiness - leadership stories should emphasize doing more with less, wearing multiple hats, and building from zero.

Part 8 - Handling the Hardest Leadership Questions

Question 1: "Tell me about a time you disagreed with your manager."

What they evaluate: Conviction, respect, and ability to commit to a decision.

Template:

"My manager wanted to [approach]. I believed [alternative] was better
because [specific evidence]. I raised my concern in our 1:1, not in a
group setting, because I wanted to give her space to consider it without
feeling publicly challenged. I presented [data/analysis] to support my
position. She raised [valid counterpoint I hadn't considered]. We
ultimately went with [decision], and I committed fully. In retrospect,
[what you learned]."

Question 2: "How do you handle a situation where a colleague is not pulling their weight?"

What they evaluate: Directness, empathy, and knowing the boundary between peer responsibility and manager responsibility.

Template:

"First, I check my assumptions. Is there something going on that I'm not
seeing? I start with a private conversation: 'I've noticed [specific
observation, not judgment]. Is everything okay? Is there something I can
help with?' Often, this is enough. If the conversation does not change
anything, I raise it with my manager factually and without drama: 'I've
tried to address this directly, and I want to make sure the person gets
the support they need.' I never go to their manager directly, and I never
gossip with other team members."

Question 3: "What is your leadership philosophy?"

Template for ML practitioners:

"I believe the best ML teams operate on three principles: technical
excellence, psychological safety, and data-driven decision-making.
Technical excellence means holding a high bar for code quality, evaluation
rigor, and documentation. Psychological safety means creating an
environment where people can say 'I don't know,' admit mistakes, and
propose unconventional ideas without fear. Data-driven decision-making
means we resolve disagreements with experiments, not hierarchy."

Question 4: "Tell me about a time you made an unpopular decision."

Template:

"I decided to [unpopular decision] because [clear reasoning]. I knew it
would be unpopular because [why]. Before announcing it, I spoke individually
with the people most affected to explain my reasoning and hear their
concerns. Some concerns were valid, and I adjusted [specific adjustment].
The decision stood because [evidence]. Over time, [positive outcome].
What I learned was that unpopular decisions become acceptable decisions
when people feel heard and when the reasoning is transparent."

The Complete Follow-Up Question Guide

Follow-UpWhat It TestsHow to Answer
"How did you handle the person who disagreed most strongly?"Conflict resolutionDescribe a specific conversation - what they said, how you responded, what the resolution was
"What would you have done if your proposal was rejected?"Resilience, pragmatism"I would have asked what evidence would change their mind, addressed those concerns, and proposed a smaller pilot"
"How did you decide this was worth pursuing?"Prioritization, judgmentDescribe your cost-benefit analysis - why this was higher leverage than other things you could have done
"What did you learn about leadership from this experience?"Self-awareness, growthName a specific leadership lesson, not a vague platitude
"Would you approach it differently today?"Continuous improvement"Yes - I would [specific change]. At the time I [what you did], but I have since learned that [improved approach]"
"How did you measure your own effectiveness as a leader?"Outcome orientationReference concrete metrics - adoption rates, team surveys, incident reduction, mentee growth
"Who else could have led this? Why was it you?"Self-awareness"Several people could have. I stepped up because [specific reason - domain knowledge, relationships, passion]"

Part 9 - Common Pitfalls in Leadership Stories

Pitfall Analysis

PitfallWhy It HurtsHow to Fix
Solo hero narrativeSignals you do not collaborate or develop othersName specific contributions of others; describe how you empowered teammates
All process, no outcomeSignals you are a bureaucrat, not a leaderLead with the impact, then explain how you achieved it
Vague influence claims"I influenced the team" without specifics is not credibleDescribe specific conversations, specific objections, and how you addressed each
Confusing being loud with being influentialDominating meetings is not leadershipEmphasize listening, asking questions, and building consensus
Missing the resistanceStories without obstacles are not leadership storiesEvery good leadership story has a moment of resistance and how you navigated it
Taking credit for team outcomesSignals ego, not leadership"The team achieved X" is better than "I achieved X"
Not adapting to audienceUsing the same story for every levelPitch the story at the right altitude for the role you are interviewing for

Before and After Examples

Weak Version:

"I proposed a feature store and the team adopted it. It saved time and reduced incidents."

Strong Version:

"I identified that five models were computing the same features differently, causing two production incidents per quarter. I built a proof of concept, met individually with engineers who had concerns about losing control of their pipelines, proposed a phased adoption plan, and volunteered to be the primary maintainer for the first quarter. Feature engineering time dropped by 35% and feature-inconsistency incidents dropped to zero."

Weak Version:

"I mentored a junior engineer and they got promoted."

Strong Version:

"I diagnosed that the junior engineer's challenge was not technical ability but the gap between academic and production ML. I designed a six-week scaffolded mentoring plan - pair-programming initially, then progressively releasing responsibility. She deployed a production model with monitoring that was more robust than some of our existing systems. She was promoted within 14 months and began mentoring new hires herself."

Part 10 - The Leadership Story Bank

Building Your Portfolio

You need prepared stories for each of these themes:

Story TypeNumber NeededPreparation Status
Drove a technical decision through influence2-3[ ] Ready
Influenced without authority (product, exec, partner team)2[ ] Ready
Mentored someone - with visible growth1-2[ ] Ready
Gave difficult feedback1[ ] Ready
Disagreed with your manager (constructively)1[ ] Ready
Led a cross-functional initiative1-2[ ] Ready
Made an unpopular decision1[ ] Ready
Failed at leadership - and learned from it1[ ] Ready

The Leadership Story Template

HEADLINE: [One sentence - what happened]

CONTEXT: [2-3 sentences - the situation, your role, the stakes]

THE LEADERSHIP CHALLENGE: [What made this a leadership problem, not
just a technical problem?]

YOUR APPROACH: [Step by step - what you did and WHY you chose that
approach over alternatives]

THE HARD PART: [Where you faced resistance, uncertainty, or conflict.
This is the meat of the story.]

THE OUTCOME: [Concrete results - metrics, outcomes, team impact]

YOUR LEARNING: [What would you do differently? What did this teach
you about leadership?]

FOLLOW-UP PREPARATION: [3 questions the interviewer might ask, and
your answers]

Practice Exercises

Exercise 1: Leadership Story Audit (45 minutes)

Review your career for the last 3-5 years. For each role or major project, ask:

  1. Did I influence a decision? How?
  2. Did I mentor anyone? What was their growth?
  3. Did I lead a cross-functional effort? What was my role?
  4. Did I give difficult feedback? What happened?
  5. Did I disagree with leadership? How did I handle it?

Write one-paragraph summaries for every story you identify.

Exercise 2: The Influence Rewrite (30 minutes)

Take a technical story you have already prepared and rewrite it as a leadership story. The technical details become background; the influence, communication, and stakeholder management become foreground.

Before (technical focus):

"I built a real-time feature store that reduced inference latency by 80%."

After (leadership focus):

"I convinced a skeptical team to invest in a real-time feature store by running a controlled benchmark, translating the latency improvement into user metrics the PM cared about, and partnering with the platform team to reduce the operational burden that was the staff engineer's real concern."

Exercise 3: The Seniority Pitch (20 minutes)

Take your primary leadership story and write three versions:

  • Senior IC version (team-level impact, emphasis on driving the decision)
  • Staff IC version (cross-team impact, emphasis on alignment and vision)
  • Manager version (people growth emphasis, emphasis on team effectiveness)

Exercise 4: Follow-Up Gauntlet (30 minutes)

Have a peer ask your leadership story and then probe with every follow-up question from Part 8. Practice answering naturally and without becoming defensive.

Interview Cheat Sheet

ConceptKey Point
Why leadership matters for ML ICsML decisions are high-leverage, cross-functional, and require translating expertise upward
Three story typesDriving technical decisions, influencing without authority, growing others
The influence toolkitData-driven proposals, proof-of-concept builds, stakeholder translation, coalition building, disagree-and-commit
Mentoring signalDiagnose gaps, scaffold learning, build independence - not "I told them what to do"
Product influencePresent data privately first, offer alternatives, co-own the pivot with stakeholders
Cross-team leadershipAlign on problem (not solution), shared artifacts, own integration points, celebrate others
Biggest pitfallSolo hero narrative - leadership stories must include other people prominently
Follow-up preparation"What if they said no?", "How did you handle the strongest objector?", "Would you do it differently?"
Company calibrationGoogle (consensus), Amazon (LPs), Meta (speed), Apple (craft), Microsoft (growth), startups (scrappiness)
The leadership ladderJunior = execute, Mid = solve, Senior = influence, Staff = shape capability, Principal = shape strategy

The Leadership Signal Ladder

The Leadership Signal Ladder - From Junior to Principal

Spaced Repetition Checkpoints

After Reading (Day 0)

  • Can you name the three types of ML leadership stories?
  • Can you describe the five influence techniques?
  • Can you explain the SBI feedback framework?

After 3 Days

  • Deliver your "drove a technical decision" story aloud in under 3 minutes. Record yourself - are you spending more time on the leadership or the technical details?
  • Write out your mentoring story. Does it show the mentee's growth clearly?
  • Can you translate a technical decision for three different audiences without looking at notes?

After 1 Week

  • Have a peer ask you a leadership question you have not prepared for. How quickly can you find a relevant story?
  • Practice the "disagreed with your manager" story. Does it sound mature or defensive?
  • Review your cross-functional project brief. Would each team know exactly what was expected of them?

After 2 Weeks

  • Run through all eight story types in the story bank. Can you deliver each one in under 3 minutes?
  • Have a peer challenge you with follow-up questions. Can you go deeper on any story?
  • Reflect: do your leadership stories show growth over time? Can you articulate how your leadership approach has evolved?

What Comes Next

You now have the frameworks, stories, and techniques to demonstrate leadership in any AI interview - whether you are an IC or a manager. In the next chapter, Ambiguity and Prioritization, you will learn how to navigate unclear requirements, prioritize competing experiments, balance research and production, and answer the dreaded "What would you do in your first 90 days?" question - situations where leadership and technical judgment intersect.

© 2026 EngineersOfAI. All rights reserved.