HN data confirms arXiv paper share dropping, LLM hype peak behind us?

Dylan Castillo wanted to confirm whether he was seeing fewer arXiv papers on Hacker News front pages, so he used Claude to run a quick analysis against the BigQuery HN dataset. The results show a clear trend: the share of arXiv stories on HN has been declining sharply in the last few months.
He also looked at historical peaks. The first peak in 2019 was driven by deep learning papers — 41% of the top 100 upvoted arXiv posts that year were about deep learning. The 2023–2026 period saw an even heavier AI focus: 59% of the top 100 upvoted arXiv stories were about LLMs or AI. In 2019 the standout papers included MuZero (161 pts), EfficientNet (119 pts), XLNet (79 pts), the PyTorch NeurIPS paper (113 pts), and Chollet's “On the Measure of Intelligence” (80 pts).
For the 2023–2026 period, Castillo asked Claude to guess which papers will age well. The picks: DeepSeek-R1 (1,351 pts, open recipe for o1-style reasoning via RL), Generative Agents (391 pts, the “Smallville” paper), The Era of 1-bit LLMs / BitNet b1.58 (1,040 pts), Differential Transformer (562 pts), and the LK-99 cluster (2,408 + 1,690 pts combined, a landmark in open-science replication). The full analysis includes charts for topic distribution and the arXiv share over time.
📖 Read the full source: HN LLM Tools
👀 See Also

Minimax M2.7 and Scaling to 100k+ OpenClaw Instances Discussed in Ecosystem Session
Jim and AndyML hosted the Minimax team to discuss Minimax M2.7 and how they scaled their hosting environment to support over 100,000 OpenClaw instances. The session attracted 100-110 users from Discord and 350,000+ viewers on a Chinese simulcast.

Developer Seeks Architecture Advice for Serving Embed, Rerank, and Zero-Shot Models on 8GB VRAM
A developer building a unified Knowledge Graph/RAG service for a local coding agent is struggling with memory constraints on 8GB VRAM and 16GB system RAM, experiencing OOM errors, latency spikes, and Linux kernel kills when serving three transformer models concurrently.

Claude Code v2.1.136: Hard Deny for Auto Mode, MCP OAuth Fixes, and 40+ Bug Fixes
Anthropic released Claude Code v2.1.136 with a hard_deny setting for auto mode classifier rules, fixes for MCP server disappearance after /clear, OAuth token refresh concurrency issues, and over 40 other bug fixes.

Two Research Projects Challenge Imitation Learning for Web Agents
Two research projects demonstrate limitations of imitation-only training for web agents: 'Browser in the Loop' uses RL with an 8B-parameter model to improve form submission success, while 'Concentrate or Collapse' shows standard RL fails with diffusion language models, requiring sequence-level optimization.