Project ideas from Hacker News discussions.

I refused to train the AI that could replace me

📝 Discussion Summary (Click to expand)

Theme 1 – Society can (and should) steer AI development
Many commenters argue that AI progress is not inevitable; it depends on collective choices and can be curtailed through regulation or public pressure.

  • The ML models will be trained as long as we as the human society in charge allow them to be trained. Progress only happens if society allows it to happen… We, collectively, need to decide where to draw the lines on this technology and we need to decide fast.” — gmueckl
  • Some examples: - CFCs are completely banned (Montreal Protocol)… It can be done.” — gmueckl (citing past successful bans)
  • More realistically, there is a lot of power in showing up in big numbers and protesting.” — gmueckl

Theme 2 – AI’s impact on labor, wealth distribution, and the need for new social models
A recurring concern is that AI will displace workers, concentrate gains among owners, and require a rethink of how people earn a living.

  • If they could actually do it, I would be all over it! If you can save humanity from having to spend years acquiring these skills and judgements, they can do something else with their lives.” — eru (optimistic view of freed time)
  • The real problem with AI is that the productivity benefits are focused with the owners and not the workers.” — seanmcdirmid
  • Break that dependence and the entire thing breaks, capital becomes a self‑sustaining flywheel towards feudalism…” — vrganj (warning about socioeconomic collapse)

Theme 3 – Personal ethics and the futility (or value) of refusing to train AI
Discussion splits on whether individuals have a moral obligation to decline AI‑training work and whether such refusals matter in the larger scheme.

  • I dissent from the comments currently here, and give the author kudos for doing what's right even to his detriment…” — thin_carapace (praising principled refusal)
  • I don't think you are under any moral or ethical obligation to train your replacement.” — eru (rejecting obligatory training)
  • I appreciate the sentiment, but I don't think it's an effective orientation to a future world where the AI will be trained anyway.” — ltbarcly3 (skeptical of individual impact)

🚀 Project Ideas

ConsentLedger: Worker‑Controlled AI Training Data Registry

Summary

  • Enables knowledge workers to register, tag, and restrict the use of their work artifacts in AI training pipelines, addressing fears of unwittingly training their replacements.
  • Core value: gives individuals verifiable opt‑out control and provides auditable compliance records for AI developers.

Details

Key Value
Target Audience Software engineers, writers, designers, and other knowledge workers concerned about AI displacement
Core Feature Secure upload of work samples, metadata tagging with usage licenses (e.g., “no AI training”), blockchain‑based consent ledger queryable by training pipelines via API
Tech Stack React frontend, Node.js/Express backend, PostgreSQL, Ethereum Layer‑2 (Polygon) for consent records, IPFS for file storage
Difficulty Medium
Monetization Revenue‑ready: B2B SaaS fee for AI firms to query consent status + premium worker tiers

Notes

  • HN commenters expressed the desire to avoid training replacements: “I don’t think you are under any moral or ethical obligation to train your replacement.” and “If they could actually do it, I would be all over it! … they can do something else with their lives.” ConsentLedger gives them the technical means to act on that sentiment.
  • Provides a concrete tool for debate on data‑labor rights, potentially spawning new discussions about opt‑out standards and regulatory frameworks.

AI Impact Radar: Job‑Displacement Risk Dashboard

Summary

  • Aggregates public job‑task data, AI capability benchmarks, and adoption trends to compute a displacement risk score for specific occupations, addressing uncertainty about AI’s effect on livelihoods.
  • Core value: gives workers, unions, and policymakers an objective, updatable metric to advocate for retraining or policy action.

Details

Key Value
Target Audience Employees in at‑risk sectors, labor unions, policy analysts
Core Feature Ingest O*NET/task descriptions, map to AI model performance benchmarks (e.g., MMLU, code generation), calculate risk percentile, visualize trends over time, allow user‑submitted anecdotes
Tech Stack Python (Pandas, scikit‑learn) for ETL, PostgreSQL/TimescaleDB, React + D3.js for visualizations, hosted on Vercel/AWS
Difficulty Medium
Monetization Hobby (open‑source) – optional enterprise subscription for customized risk reports

Notes

  • Users highlighted the skewed benefits: “The real problem with AI is that the productivity benefits are focused with the owners and not the workers.” and “We are seeing workers get laid off to free up more money for AI …” AI Impact Radar makes those dynamics visible and measurable.
  • The dashboard can inform policy debates (e.g., UBI, retraining programs) and serve as a rallying point for collective action, matching the HN thread’s call for societal decisions about AI.

FairTrain Co‑op: Worker‑Owned AI Training Platform

Summary

  • A decentralized cooperative where data labelers, trainers, and domain experts contribute labeled data or feedback, earn tradable tokens, and receive a share of revenue when models they helped create are commercialized, tackling exploitation and wealth concentration.
  • Core value: aligns incentives so that those who create the training data benefit directly from AI’s success, giving workers agency and a fair upside.

Details

Key Value
Target Audience Gig workers, data annotators, subject‑matter experts, small AI startups seeking ethical data
Core Feature Contributors upload labeled datasets via IPFS, attach licensing terms, smart‑contract records contributions, models trained on‑chain or off‑chain trigger royalty payments proportional to usage; governance via DAO voting
Tech Stack Solidity (ERC‑1155 for contributions, ERC‑20 for token), IPFS/Filecoin for storage, The Graph for indexing, React frontend with WalletConnect
Difficulty High
Monetization Revenue‑ready: platform takes a small percentage (e.g., 5%) of model licensing fees as service fee; tokenomics reward contributors

Notes

  • Commenters noted the wealth gap: “Instead of one worker training the one person who will replace them, you’re giving the AI companies a perfect record they will use for as long as they need it…” and “The concentration of power and wealth is very high today and this is going to be a real detriment to our society.” FairTrain directly counters that by giving contributors ownership stakes.
  • The platform can become a case study in ethical AI, sparking discussion on data labor unions, alternative economic models, and how to democratize AI development.

Read Later