Is "reduced latency by 40%" impressive?

Every impressive number needs a baseline, a scale, and a consequence. Reusable on every metric on every resume forever.

Article summary

  • A percentage with no baseline can describe anything, since 40% of a slow rarely used endpoint and 40% of a checkout path are different achievements.
  • A baseline is the starting number the improvement was measured against, and it is the missing half of most resume metrics.
  • Scale is how much traffic or how many users the number applied to, and it is what turns an improvement into an impact.
  • The consequence is who noticed: customers, the bill, or an internal dashboard.
  • This works on every metric, including cost savings, uptime improvements, and throughput gains, and it requires no knowledge of what good looks like.

Is "reduced latency by 40%" impressive?

There is no way to tell from the number alone. "Reduced latency by 40%" can describe a career-defining piece of engineering or a quiet afternoon of cleanup, and the sentence reads identically in both cases. The percentage is real either way. What decides which story it belongs to are three facts the resume left out: the baseline it started from, the scale it applied to, and the consequence somebody felt.

Latency is the wait between a request and its answer, and Shipped, owned, migrated flagged these percentages as the numbers that mean nothing yet. This lesson is where they start meaning something. The test below requires no engineering knowledge. It only requires noticing which parts of a fraction are on the page.

What does the number leave out?

A percentage is a fraction wearing a disguise. "40% faster" is really "the new time divided by the old time", and the resume shows you the result of the division while withholding both numbers that went into it. The old time is gone. The new time is gone. What traffic flowed through is gone. What changed for anyone is gone. All that survives is the ratio, and a ratio with no denominator can be manufactured from almost any situation.

This happens for an innocent reason. Resume bullets compress. A quarter of measurement, deploys, and follow-up gets squeezed into eight words, and the context is the first thing squeezed out. Honest, excellent engineers write bullets like this, so the presence of a bare percentage tells you nothing bad about the person. It only tells you the interesting part of the story is still off the page.

The three missing pieces have names, and they come up in order:

  • The baseline. What the number was before the work.
  • The scale. How much traffic, how many users, how much money the number applied to.
  • The consequence. Who noticed the change, and how.

A metric with all three attached is a story about impact. A metric with none is a decoration. The next three sections take them one at a time.

What is a baseline?

A baseline is the starting measurement an improvement is compared against. It is the denominator of the fraction, and it is the single most commonly missing fact on an engineering resume.

Watch what it does to the same claim. A 40% latency cut from four seconds brings a page to 2.4 seconds. Four seconds is long enough that visitors leave, so that work plausibly rescued a product, and it also raises a fair question about how the page got that slow. A 40% cut from forty milliseconds brings a response to twenty-four milliseconds, a gap no human can perceive. That version can still be serious engineering: at high volume, shaving milliseconds off every request frees machines and cuts the cloud bill. Same percentage, two unrelated accomplishments, and only the baseline says which one happened.

The baseline also reveals what kind of work it was. Improving something dramatically slow usually means finding one large mistake, often a database query running far more times than needed. Improving something already fast means careful measurement and many small wins. Both are real skills. They belong to different problems, and the baseline tells you which problem this developer has actually solved.

In conversation, the baseline behaves exactly like the texture described in probing "architected". A developer who did the work can produce the before and after numbers without hesitation, because they stared at those numbers for weeks. The starting figure is often the part they remember most vividly.

Why does scale change the answer?

Scale is how much the number applied to: how many requests, how many users, how much money flowed through the thing that got faster. It is the difference between an improvement and an impact.

Every product has hundreds of measurable surfaces. Some carry the business. Others are internal admin pages a handful of employees open weekly. A 40% improvement is available on both, for wildly different effort and wildly different stakes. Making a checkout path faster while it carries millions of requests means working on live production traffic, where a mistake costs revenue by the minute and changes roll out with real care. Making a rarely opened report faster is honest work carrying none of that pressure.

Scale is also where percentages convert into absolute numbers, and absolute numbers are harder to dress up. "Reduced processing time by 60%" and "the nightly job finished at 3am instead of 7am, so the team stopped starting their day blocked" describe the same event, and the second one tells you what it was worth. Throughput, the count of requests handled per second, is the usual measure of scale, and scaling work only exists at all because some systems carry enough traffic to strain the machines beneath them. A developer who has operated at real scale tends to know their traffic numbers as readily as their latency ones.

Big percentages often mean small systems

The easiest large percentages live on the smallest, slowest, least-visited systems, so an eye-catching number can point away from heavyweight work. Read a huge percentage as a prompt to locate the missing scale, never as a verdict on the person. A modest number on a giant system regularly outweighs a giant number on a modest one.

Who noticed the improvement?

The consequence is the third piece: who felt the change. Real improvements land somewhere. There are three usual destinations.

Customers noticed. The page stopped feeling sluggish, sign-up completion rose, support tickets about timeouts dropped. This is the strongest consequence, because it connects the engineering to the business outcome the engineering existed for.

The bill noticed. The cloud charges for computing the way a utility charges for power, so faster code can mean fewer rented machines and a smaller monthly invoice. "Cut our compute spend by $20k a month" is a latency improvement expressed in money, and it needs no technical translation at all.

A dashboard noticed. The graph moved and nothing else did. This can still be worthwhile, as groundwork or as margin for future growth, and it is the weakest of the three because the value stayed hypothetical.

A developer who owned an improvement knows which of these happened, because finding out was the point of the work. Measuring the change, watching it hold, and connecting it to something a human or a budget felt is what ownership of a metric means in practice. When the consequence is present, it usually arrives unprompted, in the same breath as the number.

Does this work on other metrics?

Yes, on every one of them, which is why this test earns a permanent place in your toolkit. Baseline, scale, consequence. The words attach to any quantitative claim a resume can make.

Cost. "Cut infrastructure costs by 30%" needs the starting spend and where the money went. Thirty percent of $8,000 a month and of $2 million a month are different mandates, different levels of trust, and different careers.

Uptime. Uptime is the share of time a service stays reachable, and "improved uptime" needs its baseline more than any other claim, because the interesting distance lives past the decimal point. Moving from 99% to 99.9% cuts yearly downtime from about three and a half days to about nine hours. Every further nine is harder to win than the last, so the baseline states the difficulty outright.

Throughput. "Handled 10x more traffic" needs the starting volume and what forced the growth. Ten times a hundred requests per second fits on one larger server. Ten times a hundred thousand is an architecture project.

Notice what the test never required: knowing what good latency is, what a reasonable cloud bill looks like, or how many nines a service should promise. Those calibrations take engineers years, and you can borrow them from your hiring manager whenever a specific number needs judging. What you can do today, on every metric on every resume, is see whether the fraction came with its denominator. The anchor for this module puts this test alongside the rest of the call: you are never verifying the math, you are locating the story the number came from, and a complete story has all three parts.

FAQs

Is "reducing latency by 40%" impressive?

It depends on three facts the number leaves out: what it started at, how much traffic it carried, and who noticed the change. Without them the percentage describes nothing.

What is a baseline?

A baseline is the starting measurement an improvement is compared against. A 40% improvement from four seconds and from forty milliseconds are different pieces of work.

Why does scale matter in a performance claim?

The same improvement on a page nobody visits and on a checkout flow carrying millions of requests are different achievements. Scale is what turns a measurement into an impact.

How can a recruiter judge a metric without knowing what good looks like?

By checking whether the claim has a baseline, a scale, and a consequence. A person who did the work has those numbers, and a person repeating a line from a review does not.

Does this apply to cost and uptime claims too?

Yes. "Cut infrastructure costs by 30%" and "improved uptime" both need a starting point, a scale, and who felt the difference before they mean anything.