Skip to content
← All articles
career-growth

You Have No Idea What Your Colleagues Would Actually Say About You

6 min read · 2026-08-18

Asking a colleague to be your reference before you've given them anything specific to say is the single most common mistake engineers make in a job search. The gap isn't trust or relationship quality. It's that your colleagues, even the ones who genuinely respect your work, cannot describe what you actually do in terms a hiring manager finds convincing.

This became concrete for me recently when a staff engineer I know well asked me to be a reference for a principal role at a well-funded infrastructure company. I've worked alongside this person for two years. I think they're excellent. When the recruiter called, I said things like "incredibly reliable," "strong systems thinking," "great to work with under pressure." The recruiter thanked me and moved on. Two days later my colleague told me they'd been passed over. The feedback: references were "positive but vague."

That feedback landed hard, because it was accurate. I had said nothing wrong. I had also said nothing a hiring manager could use.

The Vagueness Problem Is Structural, Not Personal

Here is what most engineers get wrong about peer references: they treat them as a relationship output. You were good to work with, therefore your colleagues will give good references. Correct. Also incomplete in exactly the way that causes candidates to stall at the final round.

A hiring manager evaluating a principal or staff candidate is not asking "does this person's team like them." They are asking specific questions: Can this engineer hold a technical argument under pressure? Do they move a project forward when it's ambiguous, or do they wait for direction? Have they made a call that was wrong and recovered well? What does their code review behavior actually look like at the margin, not just on easy PRs?

Your colleagues want to answer those questions honestly. The problem is that most engineers never surface the evidence that would let them.

Consider what your colleagues are working with. They remember the big migration you led. They remember the incident where you stayed late. What they cannot reconstruct on a 20-minute reference call, under mild pressure, is the specific tradeoff you articulated when you chose Kafka over a Postgres-backed queue for that async job system, the three alternatives you killed and why, the one edge case you caught in review that would have caused a silent data inconsistency six months later. Those details live in your head. They do not automatically transfer.

The result is a reference that sounds like this:

```text Reference call transcript (reconstructed)

Recruiter: "Can you describe how [candidate] handles ambiguity?" Colleague: "Yeah, they're really good with that. Very calm under pressure." Recruiter: "Can you give me a specific example?" Colleague: "Hmm... there was this migration thing last year... it was pretty complex." Recruiter: "What made it complex?" Colleague: "A lot of moving parts. They kept everyone aligned." ```

Every word in that exchange is true. None of it is useful. "Kept everyone aligned" is what you say about someone when you like them but cannot remember the details. Hiring managers hear that phrase and mentally move the candidate from the "yes" pile to the "maybe" pile. At the principal level, "maybe" is a no.

This is the colleague reference gap: the distance between how much your peers respect you and how specifically they can articulate it. Closing that gap is an active career skill, not a passive byproduct of doing good work.

The practical fix is not to brief your references before each job search. That's too late and it feels transactional. The fix is to make your work naratable in real time, so the signal accumulates naturally.

What that looks like concretely:

  • When you make a significant architectural call, write a short decision record and share it in your team channel. Not a full RFC, a 10-sentence note: here's what we chose, here's what we rejected, here's the one risk we're accepting. Your colleagues will read it and remember it.
  • When you catch a non-obvious bug in review, say why it matters in the comment. Not just this will panic on nil input but this will panic on nil input in the retry path which runs in a goroutine with no recovery, meaning the whole worker dies silently. That specificity sticks.
  • When an incident closes, send a two-paragraph summary to your immediate team. Not the full postmortem. Just: what broke, what you did, what you changed. Colleagues who read that have something to say when a recruiter calls.

None of this is performance for its own sake. All of it makes your team faster because shared context compounds. The career benefit is a side effect of good engineering communication, but it is a real one.

Engineers who do this consistently build what I'd call a portable technical reputation: a body of specific, recallable signal that travels with them across reorgs, layoffs, and company implosions. When your employer disappears and you need three references in two weeks, the colleagues who can vouch for you specifically are not the ones who liked you the most. They are the ones who watched you narrate your own work.

This is also why platforms like Skills Tech Network are structurally different from a resume. A resume is a claim. Verified, demonstrated capability is evidence. Your references are strongest when they corroborate evidence the hiring manager can already see, rather than asking the hiring manager to take a leap of faith on a vague endorsement.

The engineers who survive hard markets are not always the strongest technically. They are the ones whose reputation is specific enough to be portable. That specificity doesn't happen by accident.

Build a proof-backed profile

Skills Tech Network ranks technical talent by verified, demonstrated capability, not just resumes. If you want your peer reputation to mean something when it actually matters, your profile should show the evidence that lets a reference speak concretely rather than generically. Try it here.

*Your colleagues want to go to bat for you. Give them something real to say.*