Project ideas from Hacker News discussions.

We found an undocumented bug in the Apollo 11 guidance computer code

📝 Discussion Summary (Click to expand)

Key Themes from the discussion


1. AI‑generated prose feels “soulless” and triggers a visceral reaction

I wish this article isn’t written by an LLM though. It feels soulless and plastic.” – josephg
I'm starting to develop a physiological response when I recognize AI prose. Just like an overwhelming frustration…” – ModernMech


2. Doubt about the reliability of AI‑detection tools

Pangram doesn’t reliably detect individual LLM‑generated phrases or paragraphs among human written text… result is “100% human” when in fact it’s only 75% human.” – croemer
It’s an intractable problem, but Pangram gives some useful signal, albeit not reliably.” – gcr


3. Style cues (e.g., em‑dashes, negation patterns, terse rhythm) are used to argue for/against AI authorship

Here's one tell‑tale of many: “No alarm, no program light.”” – croemer
Em dashes just increase the likelihood that the text was LLM generated.” – croemer
It’s not just terseness, it’s the rhythm and “it’s not x, it’s y”.” – croemer


These three themes capture the main concerns, the skepticism around detection methods, and the stylistic debate surrounding AI‑generated writing in the thread.


🚀 Project Ideas

Generating project ideas…

Humanity Booster

Summary

  • Add subtle human quirks to AI‑generated prose to make it look native.
  • Provide a one‑click “humanize” service that injects variable sentence length, digressions, em‑dash usage, and occasional grammatical slips.

Details

Key Value
Target Audience Writers, bloggers, content creators who outsource AI drafting and fear detection.
Core Feature Automatic rewriting that randomizes rhythm, adds filler phrases, inserts intentional typos, and varies punctuation.
Tech Stack Python + spaCy for NLP, Markov chain stochastic filler generator, optional CLI & web UI.
Difficulty Medium
Monetization Revenue-ready: subscription tier with API access and enterprise bulk‑processing credits.

Notes

  • HN users constantly complain about “plastic” style and want proof their text isn’t flagged; this tool directly addresses that by delivering a human‑like fingerprint on demand.

Authorship Proof‑as‑a‑Service

Summary

  • Subscription platform that audits published articles for AI‑contamination and issues a verifiable “humanity certificate.”
  • Generates a detailed stylometric report to defend authors against constant suspicion.

Details

Key Value
Target Audience Publishers, academic journals, freelance writers, and community moderators.
Core Feature Multi‑detector analysis (Pangram, GPTZero, custom stylometry) plus confidence scores and improvement suggestions.
Tech Stack Node.js backend, TensorFlow for embedding clustering, Dockerized detection pipelines, signed JWT attestations.
Difficulty High
Monetization Subscription tier: "Basic Scan – $5/article", "Full Audit & Certificate – $30/article".

Notes

  • Community members repeatedly ask for concrete evidence to settle “LLM‑vote” debates; a certified report provides that social proof and deters speculative accusations.

Style Slider (Browser Extension)

Summary

  • Real‑time editing assistant that toggles a “human rhythm” mode while typing, inserting random pauses, alternative phrasing, and non‑deterministic punctuation.
  • Lets writers maintain control while staying under AI‑detector radar.

Details

Key Value
Target Audience HN participants, Stack Overflow contributors, technical bloggers, and anyone writing directly in web forms.
Core Feature On‑the‑fly insertion of em‑dashes, ellipses, colloquial hedges, and variable sentence lengths based on user‑adjustable “humanity level”.
Tech Stack Chrome/Firefox extension using WebAssembly for lightweight language rules, WASM‑based random generator, integration with textarea elements.
Difficulty Low
Monetization Hobby – free with premium “Pro” features ($2/mo) for advanced patterns and export templates.

Notes

  • Frequent gripes about em‑dash usage and monotonic AI rhythm can be mitigated by a tool that lets users deliberately vary style while they write, making detection virtually impossible.

Read Later