All writing

Work & Career

Translated from the original Chinese essay · Read the Chinese original →

The other day in a review meeting, I had read the PR and design doc beforehand and thought I was fairly prepared.

But once we got on Zoom, I could keep up for the first five minutes, started taking notes by the tenth minute, and by the fifteenth minute... I completely zoned out.

They were discussing "whether the read overhead of index merging can be avoided through asynchronous decoupling," and I only caught the words "index" and "lock."

Even more awkwardly, my lead suddenly called on me: "Do you think this scheduling is reasonable?"

At that moment, I had only two options in my head:

A. Pretend to nod and say "reasonable," but risk going in the wrong direction;

B. Honestly say "I didn't follow," which might expose that I couldn't keep up?

In the end, I chose a middle ground: "I'm not sure I understood correctly—could you help me clarify the dependency order in this flow?"

And then, I survived.

Not only did I not embarrass myself, but I later proposed a clearer fallback path for the scheduling.


We've all been in similar situations:

In a meeting, the topic suddenly escalates beyond our level of understanding. It's not that we lack experience or preparation; it's just that at that moment, we genuinely can't follow.

But you can't zone out, and you certainly can't speak recklessly.

So we often fall into a dilemma: speaking risks being wrong, staying silent risks being invisible; admitting ignorance risks losing face, forcing a response risks making a fool of yourself.

Is there a way to participate convincingly without pretending to understand?

The answer is yes, and the key isn't how much you know, but how you express what you don't know.


True professionalism isn't about knowing, but about being steady

We've been trained to speak only when we understand, but in complex project collaboration, 99% of the time no one can grasp everything in one go.

Those who can still speak freely in meetings aren't doing so because they know everything, but because they know how to speak from the edge of their own understanding. They don't rush to answer, but they don't drop out; they don't assert, but they contribute; they don't pretend to understand, but they have presence.

This ability, simply put, is how to express not knowing while still making people feel you're actively engaged.

I've summarized a few specific techniques (still practicing them myself).


1. Clarifying questions: ask when you don't understand, but frame it as helping to clarify

The safest and most effective way is to use clarifying questions to move the discussion forward.

For example: "So my understanding is that the current approach is A→B→C, right? Is step B the hardest part for us to optimize right now?"

Or: "Could I confirm the definitions of these two metrics? I want to make sure I don't go in the wrong direction when I make suggestions later."

The point isn't to ask brilliant questions, but to use a confirming tone plus logical restatement to show that you're following and want to align.

This not only doesn't make you look ignorant, but actually makes people think you're rigorous, reliable, and worth working with.


2. Abstract synchronization: step out of the details and pull up to the logical structure level

When you can't follow the technical details, there's a very practical approach: return to the logical structure level.

For example, if they're discussing whether to refactor a caching framework and you don't understand the implementation details, you can say something like: "It sounds like this change involves a lot of dependencies. Should we first map out which modules in the existing system would be most affected? Also, since the goal is performance improvement, are there any observable metrics we can use to measure the effect?"

You're talking about direction, goals, and process design—topics that don't require you to know every line of code, but that add value at the collaboration and execution level.

What you contribute isn't an answer, but clarity for the team's thinking.


3. Pause marker: use "let me jot this down" to buy yourself time to understand

I once sat through a meeting about traffic origin-pull strategies completely lost, and I saved myself with one sentence: "Let me write down the points you just made so I don't misunderstand later."

This sentence looks like note-taking, but it's actually a buffer for your own thinking, giving you space to grasp the key points or even flip through earlier materials.

This kind of explicit delay is far more dignified than forcing a response you don't understand.

The key is that you can't just silently pretend to listen; you have to look like you're actively doing something.


4. Transparent boundary expression: proactively stating your scope of understanding makes you more reliable

Some people say "I don't really know much about this" and immediately take themselves out of the game.

But if you phrase it differently, expressing the same boundary can make you seem reliable and logical.

For example: "I'm not very familiar with the historical background of this low-level optimization, but from a service stability perspective, I have a few questions I can add."

Or: "I have less experience in this area—could you first help me align on how similar changes have evolved in the past?"

Notice that you're not saying "I can't," but rather "I haven't seen the full picture yet."

As long as you express that you're aware of your own level of understanding, that you're catching up, and that you're cooperating to move things forward, people won't dismiss you just because you don't know something.


Not knowing isn't the problem; not expressing is what takes you offline

The most common mistake we make isn't not knowing, but assuming that because others understand and we don't, we can't speak.

But in collaboration, no one is born on top. The more willing you are to state your boundaries and express them in a structured, logical way, the more likely people are to trust you.

This isn't about communication skills; it's about building trust in collaboration.


Not every meeting requires you to be the protagonist,

But every time you show up, you can have presence and make a contribution.

I increasingly believe that people who can say "I don't fully understand yet, but here's how I can cooperate" are the truly professional ones.

Have you recently had an experience where meeting content overwhelmed you? Do you have any survival phrases you've used?