Show HN 提交量翻了三倍,现在大多是“看看就好”的感觉。
Show HN submissions tripled and now mostly share the same vibe-coded look

原始链接: https://www.adriankrebs.ch/blog/design-slop/

该分析调查了人工智能生成的设计模式在Hacker News的“Show HN”项目中的日益普及。作者观察到许多最近的提交作品呈现出“刻板”的美学,这与Claude Code等人工智能代码生成工具的兴起相吻合,甚至导致HN版主限制了来自新账户的提交。 为了量化这一点,作者根据15个已识别的人工智能设计“特征”,对500个Show HN着陆页进行了评分,这些特征包括过度使用Inter字体、“VibeCode Purple”配色方案、居中英雄区、彩色边框和渐变背景。 结果显示,21%的网站表现出“严重雷同”(5种或以上特征),46%的网站显示出“轻微”迹象(2-4种),33%的网站相对“干净”(0-1种)。作者认为,虽然这本身并不*坏*,但这种趋势会导致缺乏灵感的設計,类似于早期对Bootstrap等框架的依赖。该分析通过自动DOM/CSS检查进行,旨在引发关于在人工智能工具唾手可得的时代设计原创性的讨论。评分代码可能会开源以供进一步完善。

## Show HN 与 AI 辅助项目的兴起 最近的 Hacker News 讨论指出,“Show HN” 提交内容出现了一次转变:数量翻了三倍,许多项目都表现出相似的视觉设计特征——被称为“氛围编码”,表明严重依赖 AI 工具。 核心争论在于 AI 是在促进还是阻碍真正的创新。虽然 AI 加速了副项目开发,允许快速验证想法,但一些人担心它可能会抑制原创思维,并导致大量容易复制、低质量的项目涌现。另一些人认为,AI 只是降低了入门门槛,使更多人能够构建。 许多评论者强调了 *如何* 使用 AI 的重要性。利用 AI 来增强学习和完善想法被认为是积极的,而仅仅生成代码而不进行批判性思考则不然。人们也对信噪比下降表示担忧,这使得识别真正有价值的贡献变得更加困难,以及 AI 可能导致编码技能贬值的可能性。最终,这场讨论指向了一个不断变化的格局,在这个格局中,区分真正的努力和创新与 AI 生成的输出变得越来越具有挑战性。
相关文章

原文

An attempt to detect AI design patterns in Show HN pages

When browsing Hacker News, I noticed that many Show HN projects now have a generic sterile feeling that tells me they are purely AI-generated. Initially I couldn’t tell what it was exactly, so I wondered if we could automatically quantify this subjective feeling by scoring 500 Show HN pages for AI design patterns.

Claude Code has led to a large increase in Show HN projects. So much, that the moderators of HN had to restrict Show HN submissions for new accounts.

Here is how the Show HN submissions increased over the last few years: Monthly Show HN posts, 2022–2026

That should give us plenty of pages to score for AI design patterns.

AI design patterns

A designer recently told me that “colored left borders are almost as reliable a sign of AI-generated design as em-dashes for text”, so I started to notice them on many pages.

Then I asked some more designer friends what they think are common AI patterns. The answers can be roughly grouped into fonts, colors, layout quirks, and CSS patterns.

Fonts

  • Inter used for everything, but especially the centered hero headlines
  • LLM tend to use certain font combos like Space Grotesk, Instrument Serif and Geist
  • Serif italic for one accent word in an otherwise-Inter hero

Colors

  • “VibeCode Purple”
  • Perma dark mode with medium-grey body text and all-caps section labels
  • Barely passing body-text contrast in dark themes
  • Gradient everything
  • Large colored glows and colored box-shadows

Layout quirks

  • Centered hero set in a generic sans
  • Badge right above the hero H1
  • Colored borders on cards, on the top or left edge
  • Identical feature cards, each with an icon on top
  • Numbered “1, 2, 3” step sequences
  • Stat banner rows
  • Sidebar or nav with emoji icons
  • All-caps headings and section labels

CSS patterns

A few examples from the Show HN submissions:

Uppercase badge above the hero H1
Badge above the Inter hero.
Another hero with an uppercase badge above the H1
Same, different page.
Cards with a colored top-border stripe and Inter copy
Colored border on top.
Templated feature grid of icon-topped cards
Icon-topped feature card grid.
Gradient background with glassmorphism cards
Gradient background + glassmorphism cards.

Detecting AI design in Show HN submissions

Now we can try to systematically score for these patterns by going through 500 of the latest Show HN submissions and scoring their landing pages against the list above.

Here is the scoring method:

  • A headless browser loads each site (Playwright)
  • A small in-page script analyzes the DOM and reads computed styles
  • Every pattern is a deterministic CSS or DOM check. I intentionally do not take screenshots and let the LLM judge them.

This ultimately also leads to false positives, but my manual QA run verified it’s maybe 5-10%. If there is any interest in open sourcing the scoring code to replicate (and improve) the run or score your own site, let me know.

Results

A single pattern doesn’t necessarily make a site AI-generated, so I grouped them into three tiers based on how many of the 15 patterns they trigger:

Heavy slop (5+ patterns) · 105 sites · 21% Mild (2–4) · 230 sites · 46% Clean (0–1) · 165 sites · 33%

Is this bad? Not really, just uninspired. After all, validating a business idea was never about fancy design, and before the AI era, everything looked like Bootstrap.

There is a difference between trying to craft your own design and just shipping with whatever defaults the LLMs output. And the same has been the case pre-LLM when using CSS/HTML templates.

I guess people will get back to crafting beautiful designs to stand out from the slop. On the other hand, I’m not sure how much design will still matter once AI agents are the primary users of the web.


This post is human-written, the scoring and analysis were AI-assisted.

联系我们 contact @ memedata.com