← back

The Verge: Quantitative Linguistic Analysis

This paper profiles the recovered corpus of The Verge from 2011 to 2023 using Shannon entropy and data compression to analyze changes in article structure.

This paper profiles the complete recovered corpus of The Verge152,192 dated articles published between 2011 and 2023 — using nothing but Shannon entropy and data compression. No language model, no parser, no notion of words or topics is involved: each article is treated as a stream of symbols and a stream of bytes, and every figure below is either an entropy measurement over symbol frequencies or a compression measurement over bytes. Across twelve years the corpus records a small number of large, coordinated movements — article length more than doubled, raw compressibility fell in lockstep, vocabulary concentration rose while local sequential variety rose with it, and by 2019 every metric had settled into a narrow, stable band. The purpose of this paper is to lay the measurements out plainly and in aggregate, and to be explicit about what the signal can and cannot attribute. The causes are left to the reader.

1. What Is Measured

Six quantities are extracted per article. Five are stored directly; the sixth is derived across the corpus.

  1. Order-0 entropy (\(H_0\)) — the Shannon entropy of the symbol-frequency distribution, in bits per symbol. Higher means a flatter, more even spread of characters; lower means a more concentrated distribution.
  2. Order-1 entropy rate (\(H_1\)) — the conditional entropy of a symbol given the one before it, (H_1 = H(2) - H(1)). Higher means adjacent-symbol combinations are less predictable; lower means more formulaic local structure.
  3. Redundancy (\(R\)) — the fraction of the symbol alphabet's capacity that is predictable rather than informative:
  4. $$R = 1 - \frac{H_0}{\log_2 D}$$
  5. where \(D\) is the count of distinct symbols. \(R = 0\) is maximal randomness; values toward 1 indicate a skewed, repetitive symbol distribution.
  6. Compressed bits/byte, raw — gzip applied to the UTF-8 bytes, expressed as
  7. $$\text{bpb} = 8 \times \frac{\lvert \text{gzip}(x) \rvert}{\lvert x \rvert}.$$
  8. This is the empirical stand-in for information density: the harder a document is to compress, the more bits per byte it carries.
  9. Compressed bits/byte, length-adjusted (\(\text{bpb}_{\text{adj}}\)) — the raw figure minus what the corpus's own length→compressibility curve predicts for a document of that size. Short documents always compress worse per byte (a fixed gzip header plus a cold dictionary), so this residual isolates structure from mere shortness. Zero means "exactly as compressible as its length predicts."
  10. Article length — character count per article.

The engine has no linguistic knowledge whatsoever. Where the text below says "vocabulary" or "phrasing," it is a shorthand for the symbol-level statistics defined above, not a claim about words or grammar.

2. The Corpus at a Glance

Every article in the store carries a recovered publish date, so this is a census, not a sample: 152,192 of 152,649 stored articles (99.7%) are dated, spanning 2011 through 2023. The two endpoint years are partial — 2011 is the site's first months (5,013 articles) and 2023 is the scrape's cutoff (5,286 articles) — while 2012 is the fullest year at 18,547.

Taken as a single undated pile, the corpus is remarkably tight around its centre:

MetricMedianp25p75
Order-0 entropy \(H_0\)4.5974.5414.658
Order-1 entropy \(H_1\)3.3593.3133.403
Redundancy \(R\)0.2510.2390.264
Bits/byte (raw)2.1081.9872.226
Length (chars)5,7234,3338,533

3. Chronological Trajectories

The full per-year medians are the factual core of this paper:

Yearn\(H_0\)\(H_1\)\(R\)bpb (raw)\(\text{bpb}_{\text{adj}}\)Length
20115,0134.6713.3070.2342.236−0.0053,961
201218,5474.6443.3140.2392.166−0.0304,347
201315,8444.6223.3460.2442.196+0.0134,713
201412,1844.6083.3500.2482.198+0.0224,940
201513,7644.6013.3580.2492.184+0.0265,235
201615,2524.5973.3620.2512.158+0.0215,419
201712,7374.5773.3670.2572.089+0.0066,129
201811,4754.5693.3700.2582.058−0.0066,543
201910,6784.5653.3760.2602.022−0.0117,253
202010,6234.5733.3730.2582.019−0.0197,155
202110,5954.5823.3750.2562.022−0.0197,075
202210,1934.5763.3850.2582.002−0.0147,721
20235,2864.5793.3950.2591.984−0.0128,376

3.1 Length is the dominant movement

The largest change in the corpus, by far, is size. Median article length climbs from 3,961 characters in 2011 to 8,376 in 2023 — a 111% increase — and the growth does not plateau; it continues to the last full data. The upper tail stretches even further than the median: the 75th percentile runs from 4,795 characters in 2011 to 13,127 in 2023, so the corpus did not merely shift longer, it fanned open as long-form work entered a catalogue that began as short posts.

Yearp25Medianp75
20113,1653,9614,795
20195,5647,25311,425
20236,3658,37613,127

3.2 Raw compressibility falls — but it is length in disguise

Raw bits/byte declines steadily, from a median of 2.236 in 2011 to 1.984 in 2023 (−11.3%), with two of the sharpest single steps at 2011→2012 and 2016→2017. Read alone, this looks like a decade-long rise in "information density."

It is almost entirely an artefact of length. The relationship between size and raw compressibility is strongly monotonic — longer documents give gzip a warmer dictionary and compress better per byte — but it is nonlinear, which is why it looks weak article-by-article and overwhelming in aggregate:

  1. Per-article linear correlation: \(r = -0.224\) (\(r^2 = 0.05\))
  2. Per-article rank correlation: Spearman \(\rho = -0.846\)
  3. Per-year-median correlation: \(r = -0.972\) (\(r^2 = 0.945\))

At the level this paper reports — yearly medians — length accounts for 94.5% of the movement in raw compressibility. Once that is divided out, the length-adjusted figure \(\text{bpb}_{\text{adj}}\) stays within ±0.03 bits/byte of zero for all thirteen years — roughly ±1.4% of the 2.1 baseline. There is no meaningful structural compressibility trend independent of length. The eleven-percent "densification" is the shadow of longer articles, not a change in how compressible the prose itself is.

3.3 Entropy: concentration and variety move apart

The two entropy measures diverge, and the split is consistent across the whole span:

  1. Order-0 entropy falls, 4.671 → 4.579 (−2.0%), most of the drop landing by 2018, with a slight rebound afterward. The symbol distribution grew modestly more concentrated, and — visible in the narrowing p25–p75 band — more uniform from one article to the next.
  2. Order-1 entropy rises, 3.307 → 3.395 (+2.7%), including the single sharpest year-over-year shift anywhere in the corpus at 2012→2013.

So character usage became slightly more concentrated while the variety of adjacent-symbol combinations increased. These are not contradictory: a narrower set of characters can still be arranged in less predictable local sequences.

3.4 Redundancy tracks the concentration

Redundancy rises from 0.234 to 0.259 (+10.4%), climbing to about 0.260 by 2019 and then holding flat. Because \(R\) is defined against \(H_0\), this is the same concentration seen in Section 3.3 viewed from the alphabet's side: a steadily larger share of each article's symbol capacity became predictable filler through the 2010s, then stopped moving.

3.5 Everything settles after 2019

The final gestalt of the timeline is convergence. Across \(H_0\), redundancy, and length-adjusted compressibility, the inter-quartile bands narrow through the decade and the medians flatten from roughly 2019 onward. The corpus travels from a wide, volatile early regime (2011–2013, the widest spreads and the two biggest entropy shifts) into a tight, stable late regime (2019–2023) where year-to-year movement in every metric except length has fallen to noise.

4. The Static Landscape

Viewed all at once rather than over time, the 152,649 stored articles form one dense cluster with two thin anomaly wings. Anomalies here are length-normalized: an article is flagged not for being short or long, but for compressing very differently from what its length predicts.

Two features are worth stating precisely. First, the flagged fraction is small — 3.9% of the corpus, with 96.1% sitting in the core. Second, the high-information wing is not made of short stubs: its median length is 6,872 characters, above the corpus median. These are normal-to-long articles that resist compression more than their size warrants (fragmentary structure, tables, code, transcripts, dense non-prose). The low-information wing is the mirror image — articles that compress away far more easily than their length implies, i.e. highly repetitive or templated pages.

5. Year-over-Year Inflection Points

Applying a robust z-score to the year-to-year change in each yearly median (flagging \(\lvert z \rvert \ge 2\)) surfaces exactly where the corpus turned:

MetricTransitionMovez
\(H_1\)2012 → 20133.314 → 3.346+5.9
\(H_1\)2019 → 20203.376 → 3.373−2.1
Redundancy2019 → 20200.260 → 0.258−2.1
Bits/byte (raw)2011 → 20122.236 → 2.166−2.1
Bits/byte (raw)2016 → 20172.158 → 2.089−2.0
\(\text{bpb}_{\text{adj}}\)2011 → 2012−0.005 → −0.030−2.1
\(\text{bpb}_{\text{adj}}\)2012 → 2013−0.030 → +0.013+4.1

Two cautions on reading this table. The single strongest event in the entire corpus is the 2012→2013 jump in order-1 entropy — a genuine, sharp change in local sequential structure at the start of the record. By contrast, the two length-adjusted compressibility "shifts" clear the threshold only because every year-to-year move in that metric is minuscule; in absolute terms they are changes of 0.02–0.04 bits/byte and carry no practical weight. They are flagged here for completeness, and they confirm rather than contradict Section 3.2: length-adjusted compressibility is flat.

6. What the Numbers Do and Do Not Say

The measurements are descriptive and method-blind. They establish, with a full census behind them, that between 2011 and 2023 The Verge's output:

  1. more than doubled in length and widened enormously at the top end;
  2. grew ~11% denser in raw bits/byte, of which ~95% is explained by that length growth alone;
  3. became slightly more concentrated at the character level (\(H_0\) down 2%, redundancy up 10%) while local sequential variety rose (\(H_1\) up 3%);
  4. showed no structural compressibility trend once length is removed; and
  5. converged and stabilized after ~2019 across every metric but length.

What the numbers do not do is name a cause. A longer, more concentrated, more internally varied, and increasingly uniform body of text is equally consistent with a shift toward long-form and explainer formats, a maturing content-management and templating pipeline, changes in staffing or house style, a drift in topic mix, or broader industry conventions — and this method cannot separate those hypotheses, because it never reads a single word. The statistical signature is offered here in full; the interpretation belongs to the reader.

7. Conclusion

Measured purely as symbols and bytes, The Verge moved over twelve years from short, comparatively varied, and volatile posts into long, internally consistent, and statistically settled articles. The headline "densification" that a raw compression reading suggests dissolves under length adjustment, leaving length growth and a quiet tightening of the symbol distribution as the two real, durable movements — both of them largely complete by 2019, after which the corpus holds a steady statistical shape through 2023.

Method: Shannon order-0 and order-1 entropy over Unicode code points, plus gzip compression over UTF-8 bytes, computed per article across the full recovered corpus (152,649 articles; 152,192 dated). No natural-language processing is used at any stage. Length adjustment follows the corpus's own rolling-median length→compressibility curve. Dates recovered from URL and byline tokens by pattern match only.

Scatter plot of article compressibility against length, showing a non-linear decrease that closely tracks an expected baseline curve.Median article length on The Verge steadily increases from 2011 to 2023, accompanied by a widening percentile range.A 3D scatter plot maps article length, entropy, and compressibility, showing a curved correlation between the metrics.Histogram of order-0 entropy values across the article corpus, showing a narrow distribution centered around a median of 4.597.Scatter plot comparing order-0 entropy to gzip compression rates, showing a positive correlation for most articles in the corpus.Line graph showing order-0 entropy decreasing and order-1 entropy increasing for articles published between 2011 and 2023.Line graphs show that rising article length drives declining raw compressibility, leaving length-adjusted compressibility flat from 2011 to 2023.A line graph of redundancy over time shows median article redundancy steadily rising from 2011 before plateauing around 2019.

Dan Petrovic · Jul 19, 05:58