New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Goroutine Leak Profiles(go.dev ↗)
    discuss
  2. Starlink's Other Network(circleid.com ↗)
    discuss
  3. US gov't orders Kalshi halt AI compute price tracker over natl security concerns(semafor.com ↗)
    discuss
  4. Building an open source AEC compliance checker that does not guess(luckmanqasim.com ↗)
    discuss
  5. Ask HN: Unipolar world with Washington DC as might and power center
    discuss
  6. Why Your Next CMS Should Be an Image(minilith.site ↗)
    discuss
  7. Doctors got transplanted testicular tissue in an infertile patient to grow sperm(scientificamerican.com ↗)
    discuss
  8. The Fable of Mythos(sk500.online ↗)
    discuss
  9. Show HN: Vigilance – Catch software supply chain attacks anywhere in the SDLC(vigihq.com ↗)
    discuss
  10. How our vibe coded website looks like a designer made it(railcode.dev ↗)
    discuss
  11. Securely switch password managers on Android(blog.google ↗)
    discuss
  12. TPM2+PIN Encryption Schemes: Evaluating and Enhancing Security(fuldeka.com ↗)
    discuss
  13. Show HN: Legion – AI agents that write sandboxed Lua inside your Elixir app(swmansion.com ↗)
    discuss
  14. Full-text search over the Hacker News with just Postgres(hnsearch.vercel.app ↗)
    1comments
  15. Maintaining the love for coding in the time of AI(nlnetlabs.nl ↗)
    discuss
  16. The Incredible Journey of a Migratory Shorebird(newyorker.com ↗)
    discuss
  17. Radius(earendil.com ↗)
    discuss
  18. When the fractional part of a float fixes your shader(crocidb.com ↗)
    discuss
  19. Geoffrey Litt: Dynamic Documents as Personal Software [video](youtube.com ↗)
    discuss
  20. Hackers Got Inside a Flock Camera. Its Data Shows How the System Works(wired.com ↗)
    1comments
  21. Hackers Stole Flock Camera Software Revealing How Company Tracks Cars and People(404media.co ↗)
    1comments
  22. Chimps teach their kids tool tricks(arstechnica.com ↗)
    discuss
  23. The Roman telescope has enough gas for 22 years, double NASA's expectations(arstechnica.com ↗)
    discuss
  24. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    discuss
  25. DOE Seeks New Path for Future Light Bulb Standard(inside.lighting ↗)
    discuss
  26. Readest – free open-source ePub and PDF reader(readest.com ↗)
    1comments
  27. One prompt, answers from multiple AI models side by side(shortcutchat.com ↗)
    discuss
  28. I replaced my brown-noise browser tab with a menu bar app(oldmanrahul.com ↗)
    discuss
  29. Show HN: AI Subtools – 40 free online tools, no sign-up, 100% client-side(aisubtools.xyz ↗)
    discuss
  30. Personal Statement on AI Risk(twitter.com/dkokotajlo ↗)
    discuss

AI writing patterns across 10,126 pages of real marketing copy

1 pointsby 59m agogetsitetell.com
1 comments
59m agoHN ↗

A bit of context before the post, I built SiteTell its a site scanner that scans for content that reads as AI generic. From this I've been able to gather data from over 10,000 pages and came to some interesting conclusions about the use of AI across websites. Google doesn't explicitly punish "AI writing" in its rankings, but it does punish generic, zero-value content that can be found in a hundred other places. I created a curated ruleset to catch these patterns, and so far, SiteTell has scanned 103 sites and 10,126 pages, flagging over 23,000 instances.

I collated the data, and it led to some counter-intuitive conclusions. 1. Structural habits give it away more than vocabulary

Everyone knows to delete the word "delve," but 58% of the items flagged so far aren't vocabulary—they are structural issues.

The Redundant Closing Paragraph (66% of sites): This is the most prevalent tell. LLMs love to write a summary conclusion that adds absolutely no new insight, merely repeating what the page already covered. Em-Dash Frequency & The Rule of Three (63% of sites): LLMs lean heavily on specific rhythmic crutches. (Obviously, some technical SaaS products use these structures naturally, so it's a general pattern rather than an isolated error). Paragraph Symmetry (10% of sites): A surprising tell, but once you see a page where every single paragraph is the exact same visual block length, you can't really unsee it.

2. Bigger sites score substantially worse

Sites with fewer than 200 pages typically score between 85-95/100. Once a site crosses the 200-page threshold, the average score drops to around 70.6. This forms part of the broader trend below but to be transparent there is a slight flaw with the analysis here. Most of my structural rules require a minimum of 100-150 words to run. A small landing page might not hit that threshold, saving it from structural penalties.

However, the broader trend is clear. It’s easy to hand-craft a 10-page site. But as a site scales, the owners inevitably turn to AI to churn out blog posts and resource pages, which introduces massive amounts of generic terminology.

So the question becomes how can you fix this?

If you don't want to use a tool, you can manually audit your site. This can most effectively be done with 3 checks:

Read your final paragraphs: Is it a meaningful conclusion, or just a regurgitation of the page above? AI loves to just repeat information in a closing paragraph. Conclusions should conclude and add insight, not just repeat.

Check for block symmetry: Are all your paragraphs the exact same length? Break them up.

The Competitor Test: Could a specific sentence sit on a competitor's website completely unchanged? If yes, it's generic, adds no unique value, and is less likely to rank. This, for me, is the most important of them all. If you're offering something unique, not found on competitors sites, then not only will it be more memorable it be less likely to read as generic content.

Fixing it at scale

Those manual checks work great for a homepage. Where it stops being viable is when you have 300 generated blog pages. Doing that by hand isn't realistic.

SiteTell crawls the whole domain, flags each instance with the specific rule that fired, and writes a replacement for it. You can export the whole thing as a CSV or JSON and feed it directly into an agent to fix your site in minutes.

I’d love for you to poke holes in the data, point out anything I've missed, or let me know what you think of the tool!