Mentoring in English: Phrases and Vocabulary for Technical Mentors
Learn the vocabulary and phrases for technical mentoring — setting up relationships, giving guidance without prescribing, asking Socratic questions, and recognising progress.
Introduction
Technical mentoring is one of the highest-leverage things a senior engineer can do — sharing knowledge, accelerating growth, and building the next generation of the team. But mentoring well requires more than technical knowledge; it requires a set of communication skills that many engineers have never been explicitly taught. Whether you are mentoring a junior colleague or a mid-level engineer targeting a promotion, the phrases and vocabulary in this guide will help you guide without controlling, and challenge without discouraging.
Setting Up a Mentoring Relationship
The first conversation with a mentee sets expectations for the whole relationship. A good opening conversation clarifies goals, preferences, and boundaries.
Exploring goals:
- “What are you hoping to get out of our mentoring sessions?”
- “Where do you see yourself in the next 12 months, and how can I help you get there?”
- “Are there specific areas where you feel you want to grow, or are you open to my suggestions?”
Setting expectations:
- “I’ll give you honest feedback, but I’ll also make sure it’s constructive and actionable.”
- “I’d like you to come to each session with at least one question or challenge you’re working through.”
- “My role is to help you think through problems — I won’t always give you the answer directly.”
Agreeing on a format:
- “Would you prefer regular weekly sessions, or is ad-hoc check-ins more useful for you?”
- “I’ll share resources and reading, but the expectation is that you’ll come back with your reflections.”
The phrase “my role is to help you think through problems” is important to say early. It signals the difference between a mentor (who guides thinking) and a teacher (who transfers knowledge directly), and manages the mentee’s expectations about how sessions will work.
Giving Guidance Without Prescribing
One of the hardest things for technically strong mentors is resisting the urge to immediately provide the answer. Effective mentors guide the mentee toward their own conclusions.
Redirecting instead of answering:
- “That’s a good question — before I share my view, what approaches have you already considered?”
- “Let me show you one approach, but I want you to think about whether it fits your specific situation.”
- “I noticed that you went straight to solution B — what was your reasoning for ruling out solution A?”
Sharing experience without imposing:
- “When I faced a similar problem, I found it helpful to… but your context may be different.”
- “One approach I’ve seen work well is X — it might be worth exploring whether that applies here.”
- “I’d lean towards option A, but ultimately this is your decision and you know the codebase better at this point.”
Framing feedback as observation:
- “I noticed that the code review took longer than usual this sprint — what do you think contributed to that?”
- “I noticed that you tend to jump to implementation before fully defining the problem. I’d like us to work on that.”
“I noticed that…” is one of the most useful mentoring phrases in English. It describes behaviour without labelling the person, and opens a dialogue rather than delivering a verdict.
Asking Socratic Questions
Socratic questioning is the technique of asking questions that lead the mentee to discover insights for themselves. It requires patience but produces much deeper learning than simply giving answers.
Questions that surface assumptions:
- “What assumptions are you making about the performance requirements here?”
- “You mentioned this approach is ‘simpler’ — simpler for whom, and in what sense?”
- “What would need to be true for this to work at 10x the current scale?”
Questions that explore alternatives:
- “What would happen if you approached this from the opposite direction?”
- “Is there a way to solve this problem without adding a new service?”
- “What would you do differently if you had unlimited time to work on this?”
Questions that encourage reflection:
- “What do you think is your biggest growth area right now?”
- “What would you do differently if you started this task again from scratch?”
- “What did you learn from this incident that you didn’t know before?”
Stretch goals — challenging assignments that are slightly beyond the mentee’s current comfort zone — are a powerful mentoring tool. When assigning one, frame it clearly: “This is a stretch goal — I expect it to be challenging, and that’s intentional. Let’s check in halfway through.”
Recognising Progress
Acknowledging progress is both motivating and instructive — it helps the mentee understand specifically what they are doing well so they can repeat it.
Specific positive feedback:
- “I noticed you handled that ambiguous requirement really well — you asked exactly the right clarifying questions before starting.”
- “The way you documented the decision in the ADR was much clearer than your previous one — that’s a significant improvement.”
- “You took on a piece of work this sprint that would have been out of your comfort zone three months ago. That shows real growth.”
Framing milestones:
- “When you started, you found it hard to push back on scope creep. Now you do it confidently and diplomatically — that’s a major step forward.”
- “This PR shows a real shift in how you think about error handling — you’re anticipating edge cases proactively now.”
Key Vocabulary
| Term | Definition |
|---|---|
| mentee | The person being mentored |
| growth area | A skill or behaviour that someone is working to develop |
| stretch goal | A goal that is deliberately challenging — beyond current comfort but achievable |
| constructive feedback | Criticism that is specific, actionable, and focused on improvement |
| Socratic questioning | A teaching method where questions guide the learner to discover insights independently |
| coaching | A style of guiding that focuses on unlocking a person’s potential rather than transferring knowledge |
| action item | A specific next step agreed during a mentoring session |
| psychological safety | A climate where people feel safe to take risks and speak up without fear of negative consequences |
Practice Tips
- Ask “what have you already tried?” before giving advice. This single habit prevents you from solving problems the mentee has already considered, and reveals how they are thinking.
- Use “I noticed that…” as your default feedback opener. It keeps feedback descriptive and non-judgmental, which makes it much easier to receive.
- Assign stretch goals with explicit framing. Tell the mentee directly that the task is meant to be difficult. This normalises struggle and reduces the risk of them feeling like a failure if they find it hard.
- End every session with one concrete next step. Mentoring sessions that end with vague discussion rarely lead to change. A clear action — “by next week, draft a proposal for the refactoring and share it with me” — maintains momentum.
Conclusion
Effective technical mentoring in English relies on a relatively small set of well-chosen phrases and a mindset shift — from “let me tell you the answer” to “let me help you find it”. Phrases like “I noticed that”, “what would you do differently?”, and “let me show you one approach” create the kind of dialogues that lead to genuine growth. Master these patterns, and you will be a mentor who people remember as one of the most important influences in their career.