Work & Career
You're Not Weak, Just Too Quiet: How Can Programmers Make Their Value Seen?
Translated from the original Chinese essay · Read the Chinese original →
Opening
"I clearly wrote the code, but in the end, he got the 'Outstanding Employee' award."
That Wednesday morning meeting, he sent a message in the group:
"This vulnerability would have paralyzed the transaction chain. Hotfix applied."
Understated, yet every word struck home. As a result, everyone—including the boss—knew he had saved the day.
And me? I was still quietly submitting PRs, with a comment that read:
// fixed a minor bug
When the awards were announced, I realized he had long been packaging every "firefight" as "high-value output."
The reality check:
Most programmers believe that "good tech will naturally be seen," but among the top 20% of employees by GitHub commits, only 35% get promoted;
The remaining 65% are not weak; they are just too quiet.
Maybe you're the same: steady work, many projects, efficient bug fixes, but your boss's impression of you is just "decent at tech."
That's because you've hidden yourself too well.
Part 1: The Three Costs of Silence
Why do many tech people become "invisible" in the workplace? You might have fallen into these three misconceptions:
The "Code Speaks for Itself" Illusion
We're used to letting code speak, but we forget:
The boss won't run git log
Performance reviews are not auto-generated commit reports
Case in point: An engineer independently refactored the order system architecture, reducing user complaint rates by 80%. But his year-end summary only said: "Optimized some module logic."
The result? HR and the boss had no idea he had done something major.
2. The Backlash of Humility Culture
We were taught from childhood to "keep a low profile," and over time, even "normally expressing our achievements" becomes embarrassing.
LinkedIn research shows:
Overly modest engineers earn 23% less on average
It's not that you don't deserve a high salary; it's that you haven't let people know you're worth it.
3. The AI Amplification Effect
AI can generate code, autocomplete functions, and even "write a web scraper" with one click.
But Copilot can't replace your "judgment" and "expression."
The future is not about "who can write code," but "who can explain the value behind the code."
Part 2: Three Steps to Break the Silence
So the question is: how can you "let people see your work" without seeming like you're "taking credit"?
Here are three "invisible credit-taking techniques"—not exaggerated, not pretentious—that make your boss think of you even when you're not speaking.
Technique 1: Turn Your Weekly Report into a "Tech Flash"
Scenario replay:
You spent two nights fixing an online incident, submitted the PR, and updated the monitoring charts. But in the meeting, you only said:
"Yesterday's bug has been handled."
Meanwhile, a colleague in the same group had already posted in the group chat:
"Payment chain timeout rate dropped from 5% to 0.5%, using async transactions + rate limiting and debouncing, now live ✅"
Who leaves a stronger impression on the boss? Obviously not you.
Template:
## 【Payment System Blitz】 Result: Timeout rate ↓90% (5% → 0.5%) Killer move: Async compensation transactions (see attached simple architecture diagram) Business value: Avoids approximately 3 million in customer complaint compensation annually
Tips:
Translate jargon into business language: Use "timeout rate ↓90%" instead of "optimized async logic"
Choose the best timing to send:
Every Friday at 3 PM (when the boss is preparing the weekly report)
Within 2 hours after fixing an incident (when the impression is strongest)
Technique 2: Be the Boss's "Tech Translator" (Speak Human)
Scenario replay:
You're explaining JVM tuning, threading models, GC adjustments, and the boss looks completely lost.
But if you say: "We saved 3 servers, which is 500,000 a year," the boss immediately gives a thumbs up.
Tech-to-business translation table:
| Tech jargon | Version the boss understands |
|---|---|
| Adjust JVM parameters | Buy 3 fewer servers, save ¥500K per year |
| Fix concurrency deadlock | Prevent a crash on Double 11 midnight, avoid trending on Weibo |
| Improve cache hit rate | Reduce database costs, increase order success rate by 5% |
ChatGPT assist (DeepSeek understands Chinese people better):
Prompt example:
"Please convert the following technical achievement into language that non-technical executives can understand, and calculate the business impact: Redis hit rate improved from 85% to 95%."
Technique 3: Design a "Third-Party Spokesperson"
Scenario replay:
In the workplace, "others saying you're good" beats you saying it a hundred times.
Practical methods:
Colleague praise method: After a code review, privately message the other person:
"Your optimization here is awesome. Can we talk about this at our next tech sharing session? I can host."
Client Easter egg method: When delivering, write a line like:
"The smart routing optimization in this system upgrade was designed by our engineer @虎头锤."
Sharing session endorsement method: Have your leader introduce you with a line like "XX's suggestion ultimately became the key breakthrough."
Part 3: Visibility Upgrade in the AI Era
Trend forecast:
In the next 3–5 years, just knowing how to code won't be enough. Programmers who know how to use AI tools to tell stories and build visual influence will become "team liaisons."
Even if you're not a Team Lead, you'll be pulled into key solution discussions.
New weapons to recommend:
AI weekly report assistant: Input Git commit history → automatically generate a "project impact report" (including business metrics)
Visual collaboration board: Use simple drawings to illustrate the architecture upgrade path, which is more powerful than a page of PPT or AI-generated images and descriptions
Two red lines to note:
No fabrication, no exaggeration: All displayed results should ideally be backed by data
Control frequency ≤ 1 time/week: Frequent presence = information overload, which actually lowers your impression
Action Toolkit
10 Selected Phrases
(For tech people, copy and use directly)
To your boss
"This upgrade is like installing a 'turbocharger' on the system: throughput ↑40% with no increase in resource consumption"To a colleague
"That XX feature you just used was optimized by an algorithm I wrote at 3 AM 😉"Promotion defense
"This solution has been reused by 3 teams, proving its scalability"Annual summary
"The code I wrote this year is equivalent to running 100 laps around the company track, but the real value lies in..."Cross-department collaboration
"We're not providing an API; we're providing 'rocket fuel' for business growth"Incident review
"Thanks to the circuit breaker mechanism we built earlier, otherwise this would have trended on social media"Tech sharing
"This solution is in the top 10% of industry practices (with benchmark attached)"Recruiting scenario
"The XX system I led now handles 80% of the company's daily orders"Client report
"Your company's unique needs pushed us to break through the XX technical bottleneck"Declining credit
"It's really the team's credit; I just made some minor optimizations in the XX part"
Before this article ends, let's have a soul-searching question together:
"In which project did you deeply experience 'doing work that no one saw'?"