← TrendWatcher
Dev.to
6/10

Attribution Ledger for AI Outputs

A browser and IDE extension that flags code snippets generated by an AI assistant and tries to identify which public packages and projects most likely contributed to that snippet, so developers can cite or avoid the source knowingly.

Target user

Working software engineers who use AI coding assistants daily and care about license hygiene

Features
  • Inline annotations that highlight a generated snippet and link to the top candidate open source sources it resembles
  • A 'would this snippet be a derivative work?' quick check based on similarity and the upstream license
  • A citation generator that drops proper attribution into the PR when you decide to keep the snippet
  • A weekly digest showing which packages your AI assistant has been leaning on, so you know where to contribute back
Why now

Merlescu's piece crystallized the worry that 'the reasoning around the code' is what models strip away; an attribution layer is a concrete response that fits how developers actually work.

Signals · overall 6/10
Demand
7/10

Multiple sources confirm 73% of developers use AI assistants daily and 80%+ of new GitHub devs use them in week one; the active Doe v. GitHub copyright lawsuit and M&A due-diligence concerns create acute enterprise pain.The AI Code Tracking Revolution: How to Automatically Identify AI Generated CodeGitHub Copilot Lawsuit Status 2026

Whitespace
4/10

The AI code provenance/attribution space is already crowded with direct competitors — LineageLens (Plus $12/dev/mo), TraceAI, Code Provenance by Qodana, codeprov, git-ai-project/git-ai, and LineageLens Base all address AI-generated code tracking inside VS Code/JetBrains; only the narrower 'identify contributing public packages' angle remains differentiated.LineageLens — Track AI-Generated CodeTraceAI - Code Attribution Tracker - Visual Studio MarketplaceCode Provenance by Qodana - JetBrains Marketplace

Monetization
6/10

LineageLens validates paid willingness-to-pay at $12/developer/month for Plus, with Max tier contact-sales for enterprise compliance; but Base and Lite tiers are free and Core extension on the open-source side is MIT-licensed, putting downward pressure on capture.LineageLens pricing tiersAI-Generated Code Attribution: How to Track in Pull Requests

Longevity
8/10

Depends on whether attribution becomes a legal or cultural norm; somewhat uncertain.

Feasibility
5/10

A local browser/IDE extension tracking AI insertions is demonstrably buildable — several shipped extensions prove it; however, the distinctive 'identify which public package contributed to a snippet' step requires semantic/fuzzy matching against open-source corpora, which is hard, error-prone, and why most competitors stop at AI-vs-human attribution rather than source-package tracing.codeprov — Code Provenance GuardLineageLens Base - Visual Studio Marketplace

When AI Creates A Closed Source World · 6 reactionsDev.to · 2026-07-04 (21d ago)