Project ideas from Hacker News discussions.

I'm not worried about AI job loss

📝 Discussion Summary (Click to expand)

Top 5 Themes in the Discussion

# Theme Key Points & Representative Quotes
1 AI‑driven job displacement and uncertainty Many users fear that AI will replace large swaths of work, especially in software engineering.
• “I’m worried about job loss… the market is the worst I’ve seen in my almost 30‑year career.” – icedchai
• “The remaining ‘surplus’ 20% roles retained will then be devoted to developing features… 60% of the developer positions would be eliminated.” – uqual
2 Optimism vs. pessimism about AI’s future Opinions split between seeing AI as a productivity boon and a threat to livelihoods.
• “I think the technology overall will be a great net benefit to humanity or I wouldn’t touch it.” – ianbutler
• “I’m not worried about the danger of losing my job… I’m worried about the danger of losing my job because an executive wanted to be able to claim that AI could replace my job.” – adamkittelson
3 AI’s impact on software engineering workflows Discussion centers on how LLMs change coding, ticket handling, and the need for human oversight.
• “I can use Claude to generate ~80% of my code… it leaves me free to do interesting things.” – mjr00
• “The AI can do 80% of the tasks but fails miserably on the remaining 20%, so 80% of the people in the department can be fired.” – qgin
4 Economic inequality and societal consequences Many argue that automation will widen the wealth gap and create social unrest.
• “Automation will definitely amplify production but it will certainly continue to make rich richer and poor, well, the same.” – cyanydeez
• “The owners of the machines are producing more with less… the workers never get that.” – RevEng
5 Need for contingency planning and adaptation Users emphasize preparing for disruption, upskilling, and re‑orienting careers.
• “It’s straight‑up irresponsible to forgo making a contingency plan.” – pfisch
• “I’ve been working on my contingency plan for a year‑and‑a‑half now.” – adriand

These five themes capture the core concerns and viewpoints that dominate the conversation.


🚀 Project Ideas

AI‑Ticket Orchestrator

Summary

  • Converts vague Jira tickets into actionable plans, PRs, and status updates using LLMs.
  • Reduces time spent on clarifying requirements and manual ticket triage.
  • Core value: boosts developer productivity and keeps backlogs moving.

Details

Key Value
Target Audience Software teams using Jira/Trello/Asana
Core Feature AI‑driven ticket parsing → clarifying Q&A → plan → auto‑generated PR
Tech Stack Node.js, TypeScript, OpenAI/Claude API, GitHub Actions, Slack webhook
Difficulty Medium
Monetization Revenue‑ready: subscription ($29/mo per team)

Notes

  • HN users complain about “~0% of tickets can be implemented by AI” and endless backlog.
  • A tool that turns a single line “Validate stream” into a full PR would win praise.
  • Discussion potential: compare to existing “GitHub Copilot for PRs” and highlight AI‑orchestration.

Codebase Knowledge Graph Builder

Summary

  • Scans a repo, extracts modules, dependencies, and intent, and builds an interactive graph.
  • Enables AI agents and developers to quickly understand large codebases.
  • Core value: solves the “AI onboarding” pain point.

Details

Key Value
Target Audience Open‑source maintainers, enterprise dev teams
Core Feature Static analysis + LLM summarization → graph + docs
Tech Stack Python, GraphQL, Neo4j, OpenAI embeddings, VS Code extension
Difficulty Medium
Monetization Hobby (open source) with optional paid analytics add‑on

Notes

  • Commenters note that AI “has to read the whole repo” and that documentation is missing.
  • A visual graph that shows “what this file does” instantly would be a game‑changer.
  • Useful for onboarding interns, contractors, and AI agents.

AI Career Transition Platform

Summary

  • Personalized roadmap for engineers to pivot into AI‑safe roles (data science, ML ops, product).
  • Includes skill assessment, micro‑learning, project portfolio building, and job matching.
  • Core value: addresses anxiety about job loss and lack of contingency plans.

Details

Key Value
Target Audience Mid‑career software engineers, recent grads
Core Feature AI‑driven skill gap analysis → curated learning paths → job alerts
Tech Stack React, Node.js, PostgreSQL, OpenAI API, Stripe
Difficulty High
Monetization Revenue‑ready: freemium + $49/mo premium

Notes

  • HN users cite “no plan” and “fear of layoffs”.
  • A platform that shows “you can become an ML ops engineer in 6 months” would resonate.
  • Potential for community discussion on best learning resources.

AI‑Enhanced Documentation Assistant

Summary

  • Auto‑generates and updates documentation from code, tests, and comments.
  • Detects hallucinations and prompts for human review.
  • Core value: solves the “documentation lag” pain point.

Details

Key Value
Target Audience Developers, technical writers
Core Feature LLM summarization + diff‑based update detection
Tech Stack Go, OpenAI API, GitHub Actions, Markdown parser
Difficulty Medium
Monetization Hobby (open source) with optional paid support

Notes

  • Users lament that AI “writes code but not docs”.
  • A tool that keeps docs in sync with code would reduce maintenance headaches.
  • Discussion: compare to existing tools like Docstring AI.

AI‑Driven Job Market Analyzer

Summary

  • Real‑time analysis of tech job postings, salary trends, and AI impact.
  • Alerts users to emerging skill gaps and high‑growth roles.
  • Core value: reduces uncertainty about future employment.

Details

Key Value
Target Audience Job seekers, recruiters, career coaches
Core Feature Scrape LinkedIn, Indeed, GitHub Jobs → NLP trend analysis → alerts
Tech Stack Python, Scrapy, spaCy, PostgreSQL, React
Difficulty Medium
Monetization Revenue‑ready: $19/mo per user or enterprise license

Notes

  • HN commenters express “no idea how many jobs will be lost”.
  • A dashboard that shows “AI‑related roles up 30% YoY” would be highly cited.
  • Practical utility: helps users decide whether to upskill.

AI‑Enabled Mental Health Support for Tech Workers

Summary

  • Chatbot that offers coping strategies, mindfulness exercises, and professional referrals.
  • Tailored to tech‑industry stressors (doomscrolling, job anxiety, burnout).
  • Core value: addresses the pervasive anxiety and doomscrolling discussed.

Details

Key Value
Target Audience Software engineers, product managers, tech staff
Core Feature LLM‑powered therapy‑style conversation + resource library
Tech Stack Python, FastAPI, OpenAI API, PostgreSQL, React Native
Difficulty Medium
Monetization Hobby (open source) with optional paid premium plan

Notes

  • Users mention “anxiety definitely kills people” and “doomscrolling addiction”.
  • A safe, anonymous chatbot that can suggest CBT techniques would be welcomed.
  • Discussion: ethical considerations of AI mental‑health tools.

Read Later