Patent-grade invention disclosures for things that should exist but don't. Published to the public domain so nobody can lock them up.
Every technical claim is specific enough to constitute prior art under 35 U.S.C. § 102. Every reference is real. New disclosure every day. Verified timestamps on GitHub →
A system that continuously monitors the health of individual urban trees by mounting multispectral cameras (RGB + NIR) on municipal fleet vehicles such as refuse trucks and street sweepers, performing on-device canopy segmentation and spectral index computation, resolving tree identities across multiple vehicle passes, and predicting 6-month mortality risk via a spatiotemporal graph neural network that models spatial relationships between neighboring trees to detect correlated decline from pests, disease, or shared environmental stress.
A system that detects developing sewer line blockages and pipe deterioration by capturing acoustic emissions from ordinary residential drain events (toilet flushes, sink usage, shower flow) using a waterproof MEMS microphone at the building cleanout, extracting spectral features including pipe resonance splitting caused by partial obstructions, classifying seven condition states via an edge-deployed CNN, and tracking longitudinal spectral drift to predict time-to-blockage weeks before catastrophic failure.
A system that estimates indoor radon concentration without dedicated radon detectors by analyzing barometric pressure differential time-series from existing smart home sensors (thermostats, weather stations, smartphones), computing foundation-level indoor-outdoor pressure differentials accounting for stack effect, wind depressurization, and HVAC mechanical depressurization, and processing these through a physics-informed neural network embedding the Nazaroff advective soil-gas transport equation conditioned on USGS soil radon potential maps, generating continuous radon risk alerts and preemptive ventilation recommendations.
A system that fuses barometric pressure microvariations, wind vectors, temperature anomalies, humidity drops, and particulate matter data from the existing network of consumer weather stations to detect wildfire ignition events via spatiotemporal graph neural networks and predict ember transport corridors using physics-informed neural networks embedding Rothermel fire spread and Albini ember lofting models, issuing geofenced alerts to residents in predicted ember landing zones 15–45 minutes before ember arrival.
A system that continuously infers building envelope thermal resistance and infiltration parameters from heating and cooling response curves already recorded by commodity smart thermostats, cross-referenced with public weather API data, using a Bayesian state-space model to track degradation over months and years and generate actionable alerts for insulation failures, air seal defects, and moisture intrusion events without requiring any additional hardware, sensors, or site visits.
A system that disaggregates whole-house water consumption into per-fixture end-use categories using hydraulic pressure transient signatures captured by existing smart water meters, applies non-negative tensor factorization for blind source separation of concurrent fixture events, and trains a temporal convolutional network via self-supervised contrastive learning across a utility service territory without labeled data, enabling per-fixture water accounting and real-time leak detection at less than $15 incremental hardware cost per meter.
A system that fuses tire-road acoustic emission captured by existing vehicle cabin microphones with wheel speed sensor micro-slip ratios during normal driving, trains a friction estimation model via self-supervised contrastive learning using cross-vehicle consistency on shared road segments, and aggregates per-vehicle estimates into real-time spatiotemporal friction maps served to navigation and autonomous driving systems, requiring no new hardware on vehicles manufactured after 2020.
A system that detects incipient distribution transformer faults by analyzing voltage harmonic spectra from existing smart meters using a federated graph neural network that models the radial distribution network topology, distinguishing transformer-originated harmonics from load and feeder sources, enabling per-transformer remaining useful life estimation at zero marginal hardware cost via firmware updates to deployed AMI meters.
A system that deploys low-cost triaxial magnetometer arrays at ground level within transmission line rights-of-way, measures the 60 Hz magnetic field gradient produced by overhead conductors, and solves the inverse problem of conductor height estimation using a physics-informed recurrent neural network encoding the Biot-Savart law and IEEE 738 thermal balance equations, enabling real-time dynamic line rating that safely increases transfer capacity by 15–40% at $85 per sensor node with no conductor contact required.
A system that deploys low-cost ultrasonic water level sensors inside storm drain manholes and catch basins, fuses real-time hydraulic observations with NEXRAD radar rainfall data and municipal pipe network GIS, and uses a physics-constrained graph neural network to predict street-level flood depths 15–60 minutes before overflow occurs, feeding a routing API that dynamically reroutes pedestrians and vehicles around predicted inundation zones.
A system that detects crop water stress by listening to ultrasonic clicks produced by xylem cavitation events using contactless MEMS microphone arrays positioned near plant stems, classifying stress levels with an on-device temporal convolutional network, and triggering precision irrigation only when and where plants signal physiological need, targeting 20–40% water savings over timer-based or soil-moisture-only systems at $13 per monitored plant.
A system that estimates refrigerant charge level by clamping a $3 split-core current transformer around the compressor power cable and analyzing the motor current waveform's time-frequency signature with an on-device CNN, detecting ±5% charge deviations and fault conditions (liquid slugging, active leaks, valve wear) without any refrigerant-side instrumentation, EPA certification, or system downtime.
A system that repurposes ordinary municipal fleet vehicles (transit buses, refuse trucks, street sweepers) as mobile subsurface void detectors by mounting low-cost MEMS accelerometer arrays and contact microphones to vehicle undercarriages, analyzing the tire-road vibroacoustic coupling signature with an on-device spectral CNN, and aggregating multi-pass observations via Bayesian spatial fusion to build probabilistic city-scale void hazard maps without dedicated survey equipment.
An inline flow-through optical cell using a 635 nm laser and eight-angle photodetector array that produces Mie scattering profiles for each particle, classified by an on-device 1D-CNN into polymer type (PE, PP, PS, PET, nylon) and size bin, enabling continuous real-time microplastic monitoring across water distribution networks at under $120 per sensor node.
A non-invasive system that deploys piezoelectric accelerometers at fire hydrants and valve boxes, propagates guided elastic waves through buried pipe walls, and uses a physics-informed graph neural network encoding network topology to infer pipe material, wall thickness, corrosion grade, and remaining useful life without excavation.
An on-device inference pipeline that detects sub-clinical gait asymmetries from consumer IMU data, generating a longitudinal neurodegeneration risk score without cloud connectivity or clinical hardware.
An LLM-based pipeline that ingests complete municipal code corpora, identifies logical contradictions between ordinances, and generates structured conflict reports with citation chains for legislative review.
A crowdsourced system combining smartphone accelerometer data from vehicles crossing bridges with periodic computer-vision crack detection from dashcam footage, generating structural health scores without dedicated sensor installations.
A distributed network of low-cost MEMS microphone nodes running on-device audio classification models to identify, count, and map pollinator species activity across agricultural parcels in real time, enabling precision pollination management.
A hierarchical control system that monitors grid frequency in real time and coordinates millisecond-scale power injection from distributed EV batteries to provide synthetic rotational inertia, replacing retiring synchronous generators without dedicated grid-scale storage.
A settlement engine that ingests payment obligations from multiple rails (ACH, Fedwire, SWIFT, RTP, stablecoin ledgers), constructs a real-time obligation graph, and computes optimal multilateral netting sets that reduce gross settlement volume by 60-80%, lowering systemic liquidity requirements without requiring participants to share a single ledger.
You don't need a law firm or a patent agent to establish prior art. A public git repository with verifiable timestamps is sufficient under 35 U.S.C. § 102. Here's why it works and how to do it.
git log, or hit the GitHub API to independently verify when a disclosure was published.A disclosure must be enabling — detailed enough that a person having ordinary skill in the art (PHOSITA) could build it. Vague ideas don't count. Include:
# 1. Create a public repo
gh repo create your-name/prior-art --public --clone
cd prior-art
# 2. Add CC0 license (public domain)
curl -o LICENSE https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt
git add LICENSE && git commit -m "Add CC0 license"
# 3. Write your disclosure (see template)
vim inventions/2026-04-14-001-your-invention.md
# 4. Commit with a descriptive message
git add inventions/
git commit -m "Prior art: Your Invention Title (PREFIX-2026-001)"
git push origin main
# 5. Archive to Wayback Machine for third-party timestamp
curl "https://web.archive.org/save/https://github.com/YOUR-USER/prior-art"
AI agents can automate the entire process. Clone the repo, generate a patent-grade disclosure following the template, verify all citations are real, commit, and push. Set up a daily cron and your agent publishes defensive prior art on autopilot.
Full instructions with code samples, quality checklist, and template: HOW-TO-PRIOR-ART.md on GitHub →
What this does: Establishes a public disclosure date. Prevents anyone from patenting the described claims. Creates a record patent examiners can find. Dedicates the invention to the public domain under CC0.
What this doesn't do: Grant you a patent or exclusive rights. Guarantee a patent examiner will find it. Constitute legal advice.
Under the America Invents Act (AIA), the U.S. is "first inventor to file." Your publication can invalidate a later-filed patent, but you can't get one either (CC0 dedication is intentional). International rules vary — the European Patent Convention has no grace period.