HN SOTA: Tracking Coding Model Popularity via Hacker News Comments

✍️ OpenClawRadar📅 Published: May 3, 2026🔗 Source
HN SOTA: Tracking Coding Model Popularity via Hacker News Comments
Ad

HN SOTA is a data pipeline that automatically tracks which coding models are popular on Hacker News. It runs daily, scraping the 200 most popular posts from the past 24 hours, then prompts Gemini to filter those whose titles are about LLMs or coding in general (max 50). For each relevant post, it sends the title and comments to Gemini, asking it to identify models from the OpenRouter model list and rate sentiment (positive/negative/neutral) per comment per model.

Results are logged to a public Google Sheet, including comment IDs so you can audit by appending the ID to https://news.ycombinator.com/item?id=. The main page shows a top 10 leaderboard of model mentions over the trailing 10 days, with bar charts scaling to 100%.

The pipeline is designed for transparency – the author explicitly wanted the ability to sanity-check model outputs. Future iterations may scan for harnesses (e.g., Aider, Continue) and hardware setups.

As of May 1, 2026, the aggregate covers April 23 to May 1. The Google Sheet linked from the site gives granular per-comment data.

If you follow model discussions on HN but can't read every thread, this tool gives a quick, automated summary of what's being talked about and how.

📖 Read the full source: HN AI Agents

Ad

👀 See Also

Git pre-commit hook prevents AI coding agents from committing with stale documentation
Tools

Git pre-commit hook prevents AI coding agents from committing with stale documentation

A developer created a Git pre-commit hook that blocks commits when documentation files are outdated, specifically addressing issues with AI coding agents like Claude Code, Cursor, Windsurf, and Copilot. The tool exits with error code 1 to force AI agents to update documentation before proceeding.

OpenClawRadar
Claude-switch CLI tool automates switching between Claude Max accounts when hitting usage caps
Tools

Claude-switch CLI tool automates switching between Claude Max accounts when hitting usage caps

A developer built claude-switch, a 250-line bash CLI tool that saves and restores Claude Code credentials from macOS Keychain to switch between accounts when one hits usage limits. The tool eliminates browser re-authentication and maintains workflow continuity.

OpenClawRadar
BuddyBoard: A Competitive Leaderboard for Claude Code's /buddy Feature
Tools

BuddyBoard: A Competitive Leaderboard for Claude Code's /buddy Feature

BuddyBoard is a community-built tool that creates a competitive leaderboard for Claude Code's /buddy feature, generating trading cards with stats, rarity tiers, and a BuddyDex tracking 1,728 possible combinations. Run with npx buddy-board to submit your buddy to the global ranking.

OpenClawRadar
Skales: A Desktop AI Agent That Connects to Ollama Without Docker
Tools

Skales: A Desktop AI Agent That Connects to Ollama Without Docker

Skales is a desktop AI agent that connects to Ollama locally, requiring no Docker setup. It offers features like email management via Gmail IMAP, browser automation, and voice chat using Whisper through Groq.

OpenClawRadar