Project ideas from Hacker News discussions.

Goodbye Google

📝 Discussion Summary (Click to expand)

Theme 1 – Skepticism of Big Tech’s “democratization” claims

“So far, 100% of things 'democratized' by big tech have been bad for people.” – isodev

Theme 2 – Economic disruption and job losses

“Very little 'AI discovered cure for cancer' articles these days, more '10,000 workers let go, to be replaced with chat bots'.” – grahar64

Theme 3 – Religious conviction as a motive for leaving/concern

“There's no arguing with someone who claims God forced them to do something, but I do wish this person good luck in whatever they do next.” – jacobgold

Theme 4 – Harms of advertising/surveillance outweigh AI fears

“Advertising is surveillance, and surveillance is a threat.” – BLKNSLVR


🚀 Project Ideas

Generating project ideas…

FeedGuard: Personal AI Agent to Counteract Addictive Algorithms

Summary

  • A browser extension that runs a small local LLM to re‑rank or filter social‑media/YouTube feeds according to user‑defined goals, neutralizing engagement‑optimization algorithms.
  • Empowers users to regain attention autonomy without abandoning the platforms they rely on.

Details

Key Value
Target Audience Everyday internet users frustrated by addictive recommendation feeds (e.g., YouTube, Twitter/X, TikTok)
Core Feature On‑device LLM (Llama.cpp/Wasm) that scores incoming items against personal intent signals and hides or downgrades low‑value content
Tech Stack TypeScript/WebExtension, WebAssembly‑based Llama.cpp, IndexedDB for user model, optional WebGPU acceleration
Difficulty Medium
Monetization Hobby (open‑source) – optional premium tier for cloud‑synced models & advanced goal‑templates ($4.99/mo)

Notes

  • HN commenters expressed a desire to “use personal AI to beat those algorithms” (roca) and dislike engagement optimization; FeedGuard directly satisfies that wish.
  • Provides a concrete, privacy‑first alternative to ad‑blockers, sparking discussion on user agency vs. platform incentives.

AI Impact Lens: SaaS for Measuring Societal Impact of AI Deployments

Summary

  • A dashboard that ingests model cards, usage logs, and external data to quantify job displacement risk, energy consumption, bias, and surveillance potential of AI systems.
  • Gives enterprises and regulators transparent, actionable metrics to guide responsible AI adoption.

Details

Key Value
Target Audience AI/ML teams, ethics officers, compliance officers, regulators at mid‑large tech firms
Core Feature Automated impact scoring (job‑loss elasticity, carbon‑footprint, fairness audit, data‑privacy risk) with drill‑down reports
Tech Stack Python (FastAPI) backend, React + Chart.js frontend, PostgreSQL, HuggingFace Hub integration for model metadata
Difficulty High
Monetization Revenue‑ready: tiered subscription ($299/mo for up to 10 models, $999/mo for unlimited)

Notes

  • Users worried about “economic disruption, power concentration, cognitive surrender” (negura) crave measurable ways to assess AI’s societal toll; Impact Lens supplies those metrics.
  • Enables data‑driven conversations on HN about whether AI acceleration is truly beneficial or harmful.

DebugGuard: Secure AI Agent Framework for Code Debugging

Summary

  • A sandboxed framework for building AI agents that assist with debugging, enforcing strict policy controls (allowed APIs, file access) and requiring human approval before any code change.
  • Lets developers harness AI productivity while mitigating risks of unintended or malicious code generation.

Details

Key Value
Target Audience Software engineers who want to use AI agents for debugging but fear unsafe autonomous actions
Core Feature Policy engine (YAML‑defined allow/deny lists), isolated Docker container, audit log, UI‑based approval step before applying patches
Tech Stack Python (LangChain/LlamaIndex), Docker SDK, FastAPI for agent API, React/Vue UI for approval workflow
Difficulty Medium
Monetization Hobby (MIT‑licensed open source) – optional paid support/SLAs for enterprises ($199/seat/yr)

Notes

  • Roca mentioned wanting to “study how AI agents debug code” and use agents for hobby projects; DebugGuard gives a safe way to do that.
  • Addresses HN worries about unchecked AI agency while still enabling experimentation.

AI Stewardship Pledge Platform: Internal Advocacy Tool for Tech Workers

Summary

  • An internal‑facing web app where employees at big‑tech companies can anonymously pledge to slow AI acceleration, share resources, and track collective impact (e.g., estimated reduction in model‑training compute).
  • Facilitates organized, low‑risk advocacy without exposing individuals to retaliation.

Details

Key Value
Target Audience Engineers, researchers, and PMs at large tech firms concerned about AI’s pace and societal effects
Core Feature Anonymous pledge signing, discussion threads, resource library (papers, internal‑policy templates), impact calculator (compute‑hours saved)
Tech Stack Node.js/Express backend, React frontend, PostgreSQL, JWT‑based anonymous auth (email‑verified but decoupled from identity)
Difficulty Low
Monetization Hobby (community‑run) – optional B2B offering for companies to host a private instance ($499/mo)

Notes

  • Many commenters (e.g., roca, BLKNSLVR) described leaving jobs over AI acceleration fears; this platform lets them act collectively from within.
  • Could spark HN debate on effective internal whistleblowing vs. external resignation, offering a practical middle ground.

Read Later