Project ideas from Hacker News discussions.

What AI coding costs you

📝 Discussion Summary (Click to expand)

Four dominant themes in the discussion

# Theme Key points & representative quotes
1 Skill atrophy / cognitive debt • “If you stop writing code and only review AI output, your ability to reason about code atrophies… slowly, invisibly, but inevitably.” – onion2k
• “I’m worse at holding the full architecture of my own app in my head… I can describe what each piece does but I couldn’t rebuild it from scratch without help.” – ryanmcl
• “The act of writing code by hand seems to be on a trajectory of irrelevance… if you keep doing it, you keep your mental model sharp.” – heartbreak
2 Speed vs quality / business pressure • “We can shorten that cycle considerably, and get stuff out of the door in days or even hours… but you have to give up some control over the details.” – 9dev
• “The biggest problem is it’ll teach you bad habits… if you don’t have the experience you can’t provide it with stylistic guidance.” – dawnerd
• “If the increased speed doesn’t result in a quality or staffing time bomb… we’ll be in a vicious cycle of anxiety, helplessness and cognitive decay.” – tinmandespot
3 Changing role of the engineer • “You’re the last mile delivery driver shipping the code… you didn’t participate in its construction.” – agentultra
• “When you let the LLM do the programming, you’re a product manager, not a programmer.” – wrs
• “The competitive and economic pressures make this moot… new AI‑driven companies will focus on delivering value, not on legacy code.” – rbliss
4 Moral / psychological impact • “I’m addicted to prompting, I get high from it.” – mold_aid
• “The biggest challenge of this new programming paradigm is not to see how you can use it to its fullest extent. It is to find out what a sustainable pace is, both short and long term.” – pindab0ter
• “The act of writing code by hand seems to be on a trajectory of irrelevance… if you keep doing it, you keep your mental model sharp.” – heartbreak (re‑quoted for emphasis)

These four threads—skill erosion, speed‑quality tension, role redefinition, and the psychological/moral fallout—capture the core concerns and hopes expressed by the community.


🚀 Project Ideas

Cognitive Debt Tracker

Summary- Measures AI‑assisted vs manual coding time to surface hidden cognitive debt.

  • Visualizes skill‑erosion trends and flags over‑reliance patterns.

Details

Key Value
Target Audience Software engineers and team leads
Core Feature Dashboard that logs AI usage, calculates a “cognitive debt” score, and suggests work‑break goals
Tech Stack React front‑end, Python/Flask back‑end, SQLite, GitHub API integration
Difficulty Medium
Monetization Hobby

Notes

  • HN users have said “I’m addicted to prompting, I get high from it,” showing a need to quantify that high.
  • Could spark discussion on healthy AI usage thresholds and prevent burnout.

Deep Review Assistant

Summary

  • Forces reviewers to write a brief rationale before merging AI‑generated code.
  • Integrates with CI to block merges lacking explicit review explanations.

Details

Key Value
Target Audience Engineering managers and code reviewers
Core Feature Browser extension / PR comment hook that requires a 2‑sentence justification before approving
Tech Stack TypeScript, Node.js, GitHub App, markdown parser
Difficulty Low
Monetization Revenue-ready: Subscription per team

Notes

  • Directly addresses comments like “I’ve always seen “just a tool” as an odd statement” – users want accountability.
  • Generates practical utility by reducing “vibe‑coding” merges and improving code quality.

Skill Retention Gym

Summary

  • Gamified daily coding workouts that must be done without AI to rebuild core skills.
  • Provides AI‑generated challenges that test understanding of generated code.

Details

Key Value
Target Audience Junior and mid‑level developers concerned about atrophy
Core Feature Web app with timed puzzles, progress tracking, and AI‑generated “debug‑the‑output” tasks
Tech Stack Django, PostgreSQL, React front‑end, Docker
Difficulty Medium
Monetization Revenue-ready: Tiered subscription (Basic, Pro)

Notes

  • Mirrors HN concerns about “addicted to prompting” and loss of intuition.
  • Offers a concrete utility for individuals to preserve their craft.

Prompt Accountability Ledger

Summary

  • Automatically records each AI prompt and resulting code commit in an immutable ledger.
  • Flags vague or repeated prompts that indicate lazy “vibe‑coding”.

Details

Key Value
Target Audience Teams heavily using AI coding tools
Core Feature CLI that captures git diffs with associated prompt metadata and stores them in an immutable ledger (e.g., signed JSON or IPFS)
Tech Stack Go, SQLite, IPFS client, Git hooks
Difficulty High
Monetization Hobby

Notes

  • Tackles the “what happens when more and more people cannot explain their PRs?” worry.
  • Sparks discussion on provenance and auditability of AI‑generated code in production.

Read Later