Engineering blog curation

Why high-volume company blogs need stricter filtering.

Google, AWS, and Meta publish hundreds of engineering posts per year. Roughly 80% are product announcements, devrel tutorials, or generic best-practice content. Source reputation is not the same as source quality.

Hexbrief Blog June 26, 2026 5 min read
Volume dilutes signal

A company that publishes 200 engineering posts per year and 40 of them have real engineering signal is a better source than it appears from the outside — but you have to filter 160 posts to get to those 40. A company that publishes 20 posts per year and 15 of them have real signal is a more efficient source even though its total output is smaller. Volume and quality don't correlate.

The most prestigious names in engineering — Google, Meta, Amazon, Microsoft, Apple — publish more engineering content than any engineer can consume. Their blogs appear in every "best engineering blogs to follow" list. Their posts circulate widely on social media. The brand association creates an expectation of quality that the actual content doesn't always deliver.

Reading from high-volume company blogs requires a stricter filtering framework than reading from smaller or more focused blogs. Not because the good posts are worse — the best posts from these companies are among the most instructive engineering writing available — but because the ratio of signal to noise is lower, and the cost of reading without filtering is higher.

The three post categories to filter out immediately

High-volume engineering blogs typically publish three categories of content that look like engineering posts but deliver minimal engineering learning: product announcements, developer relations tutorials, and generic best-practice content.

Product announcements describe a new service, feature, or tool the company is releasing. They are written by product or communications teams with technical vocabulary sprinkled in. They tell you the product exists and what it does. They don't tell you what engineering problems the team solved to build it, what tradeoffs they made, or what failed during development. The announcement and the engineering post about building the thing are different documents, and the announcement is almost never the engineering post.

Developer relations tutorials explain how to use the company's products. They are useful for developers adopting those products. They are not engineering posts — they describe API usage, not engineering decisions. A tutorial explaining how to configure AWS Lambda concurrency settings is useful documentation. It is not an engineering writeup about the architectural decisions that shaped Lambda's concurrency model.

Generic best-practice content describes well-known engineering practices using the company's technology stack as the example. "How we do code review at Google" might be an interesting organizational post, but it's not documenting a novel engineering decision. The practices described are widely known; the Google brand makes them seem more authoritative than they are.

How to identify real engineering signal quickly

From a high-volume blog, the posts worth reading have specific signatures that appear early in the title or first paragraph. They name a constraint ("our existing system couldn't handle X"), describe a specific engineering change ("we redesigned Y to do Z"), and reference a concrete outcome ("this reduced latency / cost / error rate / operational burden by a specific amount").

Posts from the engineering team directly — as opposed to product, devrel, or communications — are more likely to have real engineering substance. Many large companies publish author attribution that reveals the author's role. An engineering post from a staff engineer or principal engineer who works on the system being described is more likely to be substantive than a post from a developer advocate explaining how to use that same system.

The presence of a failure or a caveat is a strong positive signal. A post from a major company that says "this approach had this specific problem and here's what we had to change" is almost certainly written by someone who did the actual engineering work. A post that describes only success is more likely to have gone through a communications review that smoothed away the roughness.

At high-volume blogs, filter on: named constraint, specific measurement, author is an engineer on the team, and the presence of at least one thing that got harder. Four signals; two or three is enough to read carefully.

Source reputation is not source quality

The most important reframe for reading high-volume engineering blogs is separating source reputation from source quality. These are genuinely different things and conflating them is the main reason engineers waste reading time on weak content from prestigious sources.

Source reputation is the brand — the general belief that a company produces good engineering and therefore its engineering posts are worth reading. Google's engineering reputation is real and deserved. It doesn't follow that every Google engineering blog post is worth reading. The reputation reflects the quality of the engineering work; it doesn't guarantee that any specific post has documented that work honestly and usefully.

Source quality is post-specific. It's whether this particular post, from this particular team, at this particular level of detail, delivers something you didn't know and can use. A post from a lesser-known company that documents a genuine engineering challenge with real constraints, real tradeoffs, and real outcomes has higher quality than a Google post that describes a migration project without mentioning anything that was hard.

Smaller focused blogs often outperform on signal density

Companies that publish 10-20 engineering posts per year typically publish them because they have something specific to say. The editorial bar is higher by necessity — publishing infrequently means each post needs to be worth the announcement. The posts tend to be written by the engineers who did the work, not summarized by a communications team. The signal-to-noise ratio is structurally better.

Engineering blogs from mid-sized companies — the Stripes, the GitHubs, the Shopifys before they became very large — often have the most consistently instructive content because they're solving hard problems with limited resources and every engineering decision matters more. The constraints are more visible, the tradeoffs are more explicit, and the organizational complexity hasn't yet produced the layer of communication management that smooths away the useful roughness.

The practical implication: when building a reading list, don't weight by company size or prestige. Weight by historical signal rate — the fraction of posts from a given source that have delivered genuine engineering learning. Track that rate informally, and prune sources that consistently disappoint regardless of their reputation.

#EngineeringBlogCuration #SignalFiltering #EngineeringBlogs #ReadingHabits