The AI Morning Post — 20 December 2025
Est. 2025 Your Daily AI Intelligence Briefing Issue #199

The AI Morning Post

Artificial Intelligence • Machine Learning • Future Tech

Saturday, 15 August 2026 Manchester, United Kingdom 6°C Cloudy
Lead Story 6/10

The Old Guard Still Wins: Why Transformers and PyTorch Dominate While Novelty Fades

While Hugging Face's trending page fills with obscure abliterated models and zero-download experiments, GitHub's charts tell a different story: the foundational libraries built years ago remain untouchable.

This week's GitHub trending list reads almost like a museum tour. Hugging Face's own Transformers library sits at 164.1k stars, PyTorch at 102.4k, and further down the list, scikit-learn and Keras — projects that predate the current LLM boom by the better part of a decade — still command tens of thousands of stars each. None of these are new releases. They are simply infrastructure that has proven impossible to replace.

Contrast this with Hugging Face's model trending page, where five of today's top entries include a model with zero downloads and zero likes sitting at rank one, alongside a 'heretic' fine-tune and an abliterated GGUF quantization. The gap between what's technically 'trending' and what's actually being adopted at scale has rarely been so stark. Trending, in other words, no longer means winning — it increasingly just means new.

The implication for builders is uncomfortable but useful: chasing the frontier of novelty is a poor long-term strategy if the goal is durability. The libraries and frameworks that actually accumulate compounding value are the ones that solve boring, general-purpose problems well enough that nobody needs to replace them. In a market flooded with one-off fine-tunes and personality-stripped 'abliterated' checkpoints, the humble, unglamorous foundation layer remains the safest bet in AI.

By the Numbers

Transformers stars 164.1k
PyTorch stars 102.4k
Top HF trending model downloads 0
Years since scikit-learn's first release ~17

Deep Dive

Analysis

The Metrics Are Lying: Rethinking What 'Trending' Should Mean in Open-Source AI

Somewhere in the last two years, the word 'trending' quietly detached itself from the word 'used.' On Hugging Face today, the number one trending model has zero downloads and zero likes. It is not an anomaly — it is close to the median experience of scanning the platform's daily leaderboard, where recency and novelty algorithms surface models the moment they're uploaded, often before a single person outside the author's own team has touched them.

This isn't necessarily a flaw in the platform so much as a structural feature of how discovery works at scale. When millions of models exist and thousands are uploaded daily, ranking by raw popularity would simply recycle the same dozen giants forever. So platforms lean on signals like upload recency, tag matching, and early engagement velocity — signals that are gameable, noisy, and frequently disconnected from genuine utility.

The GitHub side of the ledger tells the opposite story, and the contrast is instructive. Stars accumulate slowly and require actual engagement — someone has to visit a repo, decide it matters, and click. That friction produces a lagging indicator, but a more honest one: transformers, PyTorch, and scikit-learn sit atop the charts not because they're new, but because millions of engineers have independently arrived at the same conclusion over years. It's the difference between a poll taken the day after an election and a poll taken the day before.

The practical takeaway for anyone using these platforms as a signal of where the field is heading: treat 'trending' model lists as a discovery mechanism for curiosity, not a barometer for quality or adoption. Treat 'trending' repository lists with more weight, but remember they encode inertia as much as merit. The real frontier of AI research rarely announces itself with a trending badge — it shows up quietly, in papers and benchmarks, long before the charts catch up.

"A trending chart with zero downloads at number one isn't measuring popularity — it's measuring the algorithm's own appetite for novelty."

Opinion & Analysis

We Need a Better Word Than 'Trending'

Editor's Column

It's time to retire 'trending' as a catch-all term for 'algorithmically surfaced.' The word implies momentum, adoption, a wave building toward something. But when the top result has no downloads, no likes, and no visible community engagement, what we're actually looking at is closer to 'recently uploaded and tag-matched'—a very different and far less meaningful signal.

This matters because language shapes attention, and attention is the scarcest resource in AI right now. If we keep calling recency 'trending,' we train an entire industry of builders and journalists to chase freshness over substance. The fix isn't complicated: platforms could simply split their charts into 'new,' 'rising,' and 'established'—and let each speak for itself instead of blending them into one deceptively confident ranking.

The Abliteration Trend Deserves More Scrutiny, Not Less

Guest Column

Every week, more 'abliterated' and 'heretic' model variants climb the charts—fine-tunes explicitly designed to strip out safety refusals. The community treats this largely as a technical curiosity, a party trick for red-teamers and hobbyists. That framing undersells the stakes.

As these techniques become more accessible and more effective, the gap between 'a model that can be jailbroken with effort' and 'a model pre-stripped of its guardrails and uploaded for anyone to download' collapses entirely. We should be asking harder questions about what responsibility, if any, hosting platforms bear when this category of model regularly appears in their most visible rankings.

Tools of the Week

Every week we curate tools that deserve your attention.

01

GGUF Quantizer Pro

Streamlines converting large fine-tunes into efficient local-inference formats like GGUF

02

ModelDiff

Compares fine-tuned checkpoints against base models to flag alignment or safety drift

03

StarTrack CLI

Tracks real adoption velocity of GitHub repos beyond raw star counts

04

Intent-Classify Toolkit

Lightweight intent classification pipeline inspired by gliclass-style architectures

Weekend Reading

01

The Half-Life of a Trending Model

A data analysis of how quickly Hugging Face trending entries fade into obscurity

02

Inside the Abliteration Pipeline

A technical breakdown of how safety-alignment stripping actually works under the hood

03

Why scikit-learn Never Died

A retrospective on why 'boring' ML tooling continues to outlast flashier frameworks