Project ideas from Hacker News discussions.

Who owns the code Claude Code wrote?

📝 Discussion Summary (Click to expand)

1. Meaningfulhuman authorship is required

"The Copyright Office concludes that, given current generally available technology, prompts alone do not provide sufficient human control to make users of an AI system the authors of the output." – senaevren

2. The legal landscape remains unsettled

"Cert denial means the Court chose not to hear the case, nothing more." – semiquaver

3. Corporate IP assignments trump individual authorship

"Meta's confidence almost certainly rests on the employment contracts and IP assignment clauses, not on a legal theory that AI output is inherently copyrightable." – senaevren 4. M&A diligence surfaces ownership questions
"Acquirers are now routinely asking about AI tool usage in development and running license scans as a condition of closing." – senaevren

5. Training‑data contamination creates licensing risk > "Agentic coding tools like Claude Code, Cursor, and Codex generate code that may be uncopyrightable, owned by your employer, or contaminated by open source licenses you cannot see." – senaevren (excerpt from the article)


🚀 Project Ideas

PromptLedger:Audit Trail for AI Code Authorship

Summary- [Provides immutable logs of prompts, edits, and human‑review diffs to prove “meaningful human authorship” for copyright claims.]

  • [Core value proposition: Turns vague AI‑assisted workflows into legally defensible provenance records.]

Details

Key Value
Target Audience Engineering teams using Claude, Cursor, or Codex in production
Core Feature Auto‑captures prompt history, diffs, and reviewer comments; exports a verifiable hash‑signed audit file
Tech Stack Rust backend, PostgreSQL, React UI, IPFS for immutable storage
Difficulty Medium
Monetization Revenue-ready: SaaS subscription per seat

Notes

  • [HN commenters often stress “we need proof of authorship” – PromptLedger gives it]
  • [Practical utility: strengthens copyright filings and eases M&A diligence]

CodeGuard AI: License Contamination Detector

Summary

  • [Scans AI‑generated snippets against open‑source license databases to flag GPL, AGPL, or other copyleft contamination before merge.]
  • [Core value proposition: Prevents accidental license violations that could derail commercial releases.]

Details

Key Value
Target Audience DevOps engineers, legal compliance officers, and M&A due‑diligence teams
Core Feature Real‑time CI integration that flags risky code and suggests remediation paths
Tech Stack Python microservice, Elasticsearch, GitHub Actions, Open-Source License API
Difficulty Low
Monetization Revenue-ready: Tiered pricing based on repos scanned per month

Notes- [HN users complain about “GPL contamination in AI code” – CodeGuard AI resolves it]

  • [Utility: reduces legal risk and speeds up release cycles]

Attribution Token: Crypto‑anchored License Badges for AI Output

Summary

  • [Attaches a blockchain‑based token to each AI‑generated file that encodes authorship, licensing, and provenance metadata.]
  • [Core value proposition: Guarantees traceable, tamper‑proof attribution for compliance and licensing audits.]

Details| Key | Value |

|-----|-------| | Target Audience | Legal teams, open‑source maintainers, and SaaS platforms distributing AI code | | Core Feature | Generates an ERC‑1155 token per artifact; metadata includes prompt hash, human edits, and license type | | Tech Stack | Solidity smart contracts, Ethereum (or Polygon) network, IPFS for file storage | | Difficulty | High | | Monetization | Revenue-ready: Per‑token issuance fee + optional premium verification service |

Notes

  • [HN threads discuss “who owns AI output?” – Attribution Token makes ownership transparent]
  • [Utility: simplifies royalty distribution and satisfies regulators]

HumanAuth: Git Hook for Provenance Logging in AI‑Assisted Development

Summary

  • [A Git hook suite that automatically records human‑initiated prompts, edits, and review decisions alongside code changes.]
  • [Core value proposition: Creates a native, version‑controlled audit trail that satisfies copyright‑office requirements.]

Details

Key Value
Target Audience Individual developers, small startups, and open‑source contributors
Core Feature Stores prompt‑diff pairs in a hidden .auth branch; signs with GPG for integrity
Tech Stack Bash/Node hook scripts, GPG, Git metadata, optional GUI dashboard
Difficulty Low
Monetization Hobby

Notes

  • [HN remarks “we need a paper trail for AI code” – HumanAuth delivers it]
  • [Utility: easy adoption, integrates with existing workflows, supports legal defensibility]

AI Escrow: Revenue Share Ledger for Copyleft Materials

Summary- [Escrow service that tracks AI‑generated contributions that incorporate copyleft code, automatically calculates royalty splits, and holds funds until licensing compliance is verified.]

  • [Core value proposition: Lets companies safely use AI‑generated code while honoring open‑source obligations.]

Details

Key Value
Target Audience Enterprises with heavy AI development, legal counsel, and open‑source foundations
Core Feature Scans merged PRs for GPL‑like patterns, logs contribution timestamps, and triggers escrow payouts
Tech Stack Go microservice, SQLite, Slack webhook, Stripe Connect for fund handling
Difficulty Medium
Monetization Revenue-ready: Transaction fee on escrow releases

Notes

  • [HN discussions highlight “M&A worries about AI code ownership” – AI Escrow solves it]
  • [Utility: reduces litigation risk and simplifies royalty accounting]

VibeScript: Template‑Driven AI Workflow with Built‑In Legal Documentation#Summary

  • [A domain‑specific language (DSL) that structures AI prompting into reusable templates, automatically generating required legal documentation (prompt logs, authorship statements).]
  • [Core value proposition: Turns “vibe coding” into a disciplined, auditable process without extra manual overhead.]

Details

Key Value
Target Audience Hobbyists, indie hackers, and small dev teams seeking structured AI integration
Core Feature Template engine expands prompts into full code, appends a Markdown “Authorship Manifest” with provenance hashes
Tech Stack Python templating (Jinja2), Markdown generator, optional VS Code extension
Difficulty Low
Monetization Hobby

Notes

  • [HN users love “making AI code look professional” – VibeScript provides that]
  • [Utility: encourages best practices and creates ready‑to‑file documentation for copyright claims]

Read Later