Your code contains inventions you don't know about yet.
ObviouslyNot scans your GitHub repos and surfaces patentable ideas hiding in your everyday code. Your first scan is free. No API key, no credit card required.
👉 Start Your Free ScanThis one loop was a patentable invention.
def uncertainty_guided_cache_invalidation(query, E, cache):
"""ML-guided selective invalidation using uncertainty/drift"""
drift = cosine_sim(E[query], cache.E).std() # semantic drift (uncertainty)
thresh = base_thresh * (1 + cache.staleness(query)) # adapt to recency/frequency
if drift > thresh:
keys = cache.semantic_neighbors(query, radius=drift) # target related entries only
return cache.invalidate(keys, decay=drift) # selective, proportional purge
return cache.get(query)
Paste a GitHub URL. Get scored patent concepts with evidence citations from your actual code.
Developers don't know what they've built.
In early pilots, our scanner found patentable inventions hiding in everyday codebases. Ideas the developers had no idea were novel.
How it works.
Sign Up and Scan
Create an account and paste a GitHub URL. Your first repository scan is completely free. We cover the AI costs.
Review Your Discoveries
Our AI analyzes your codebase for novel algorithms, architectures, and methods. You get scored concepts with evidence citations from your actual code.
Go Further With Your Own Key
Add your OpenRouter API key for unlimited scans. You choose the models. You see the costs. Full transparency.
Built for builders.
If you write code, ship products, or build with AI, you're creating intellectual property. We help you protect it.
Software Engineers
Your algorithms, architectures, and technical solutions may be patentable. Most engineers never find out.
Tech Founders
Your IP is your moat. Discovering and protecting it early can shape fundraising, licensing, and exit value.
Vibe Coders
AI is changing who creates software. If you're building novel systems with AI tools, the innovations are still yours to protect.
And patent attorneys.
Your clients' code contains inventions. Our scanner finds them and delivers structured technical disclosures — ready for your review.
AI-structured disclosures
Scored patent concepts with evidence citations from the actual codebase. Skip the hours of intake interviews.
Alice/Mayo aware
Claims anchored to specific technical implementations. Built with Section 101 compliance in mind.
Scans where innovation lives
We scan Git repos and PRs — where innovation actually happens now — not meeting notes.
Attorney-first by design
We discover and structure. You exercise the legal judgment. Built to work with you, not replace you.
Managing a patent portfolio?
Enterprise patent teams need systematic invention surfacing across engineering orgs. Most rely on engineers self-reporting — which means most innovations go unprotected.
Systematic discovery
Scan across repos and teams to find innovations engineers don't flag. Turn reactive IP strategy into proactive portfolio building.
Scales with your org
From a single team to hundreds of engineers. Structured disclosures feed directly into your existing patent workflow.
Runs inside your perimeter
Local-first scanning keeps source code within your corporate environment. No external API calls, no cloud uploads, no compliance review required.
You've already built something novel. Find out what.
👉 Start Your Free ScanWant to learn more about protecting your innovations? Check out our Resources →