Search Prior Art
Structured prior art search → find pubs|patents|products|disclosures predating invention. Used for patentability (can patent?), validity challenge (should have been granted?), FTO (covered by existing rights?).
Use When
- Eval novelty+non-obvious pre-file
- Challenge existing patent validity → find art examiner missed
- Support FTO → find art limiting blocking patent scope
- Document defensive pub → prevent others patenting concept
- Respond to office action questioning novelty|obviousness
In
- Required: Invention desc (what, how, problem)
- Required: Purpose (patentability|invalidity|FTO|defensive)
- Required: Critical date (filing date or invention date)
- Optional: Known related patents|pubs
- Optional: Tech classification codes (IPC, CPC)
- Optional: Key inventors|companies
Do
Step 1: Decompose Invention
Break into constituent technical features.
- Read desc (or claims if vs existing patent)
- Extract essential elements — each independent feature:
- Components?
- Process steps?
- Technical effect?
- Problem + how solved?
- ID novel combination — what's diff from known:
- New element added to known?
- New combo of known?
- Known element new field?
- Gen search terms per element:
- Tech terms, synonyms, abbrev
- Broader+narrower (hierarchy)
- Alt descriptions
- Doc Search Map: elements, terms, relationships
Search Map Example:
+------------------+-----------------------------------+-----------+
| Element | Search Terms | Priority |
+------------------+-----------------------------------+-----------+
| Attention layer | attention mechanism, self- | High |
| | attention, multi-head attention | |
| Sparse routing | mixture of experts, sparse MoE, | High |
| | top-k routing, expert selection | |
| Training method | knowledge distillation, teacher- | Medium |
| | student, progressive training | |
+------------------+-----------------------------------+-----------+
→ Complete decomposition w/ terms per element. Novel combo ID'd → search must find (invalidate) or confirm absent (support novelty).
If err: too abstract → ask more specific. Claims unclear → broadest reasonable interp per element.
Step 2: Search Patent Literature
Patent DBs systematic.
- Construct queries:
- Each element individually first (broad)
- Combine to find closer art (narrow)
- Classification codes filter by tech area
- Multi DBs:
- Google Patents: Full-text, free, large
- USPTO PatFT/AppFT: US patents+apps, official
- Espacenet: EU, excellent classification
- WIPO Patentscope: PCT, global
- Date filters:
- Prior art must predate critical date
- Up to 1yr pre-filing (grace varies by jurisdiction)
- Per relevant result record:
- Doc number, title, filing date, pub date
- Which elements disclosed (map to Search Map)
- Discloses novel combo?
- Classify by relevance:
- X: Discloses invention alone (anticipation)
- Y: Key elements, combinable (obviousness)
- A: Background art
→ Classified patent ref list mapped to elements. X (if found) = showstoppers for novelty. Y = building blocks for obviousness.
If err: no relevant patent art → doesn't mean novel — non-patent (Step 3) may have critical ref. Absence in 1 DB ≠ absence everywhere.
Step 3: Non-Patent Literature
Academic, products, OSS, other.
- Academic:
- Google Scholar, arXiv, IEEE Xplore, ACM Digital Library
- Same Step 1 terms
- Conf papers + workshop proceedings often predate patents
- Products + commercial:
- Product docs, manuals, marketing
- Internet Archive (Wayback) for date-verified web
- Trade pubs + press releases
- OSS + code:
- GitHub, GitLab — search impls of features
- READMEs, docs, commit history for date evidence
- Software releases w/ ver dates
- Standards:
- IEEE, IETF (RFCs), W3C, ISO
- Standards-essential patents must be disclosed; search standard bodies' IP DBs
- Defensive pubs:
- IBM Technical Disclosure Bulletin
- Research Disclosure journal
- IP.com Prior Art DB
- Verify pub date before critical date:
- Web: Wayback for date evidence
- Software: release dates|commit timestamps
- Papers: pub date not submission
→ Non-patent refs complement patent search. Academic + OSS often most powerful — describe details more explicitly than patents.
If err: non-patent sparse → tech primarily corp R&D (patent-heavy). Shift emphasis to patent + combo-based obviousness.
Step 4: Analyze + Map
Eval how art relates to invention.
- Claim chart mapping art → elements:
Claim Element vs. Prior Art Matrix:
+------------------+--------+--------+--------+--------+
| Element | Ref #1 | Ref #2 | Ref #3 | Ref #4 |
+------------------+--------+--------+--------+--------+
| Element A | X | X | | X |
| Element B | | X | X | |
| Element C | X | | X | |
| Novel combo A+B+C| | | | |
+------------------+--------+--------+--------+--------+
X = element disclosed in this reference
- Novelty: Single ref discloses all elements?
- Yes → anticipated (not novel)
- No → may be novel (proceed obviousness)
- Obviousness: Few refs (2-3) combinable to cover all?
- Motivation to combine? (skilled person sees reason?)
- Teach away? (suggest wouldn't work?)
- FTO: Does art narrow blocking patent claims?
- Art overlapping blocking patent's claims limits enforceable scope
- Document analysis w/ specific passage citations
→ Clear claim chart showing element coverage by refs, w/ novelty + obviousness assessment. Each mapping cites specific passages|figures.
If err: chart shows gaps (elements not in any art) → those = potentially novel. Focus follow-up on specific gaps.
Step 5: Document + Deliver
Package for intended use.
- Write Prior Art Search Report:
- Purpose + scope
- Methodology (DBs, queries, date ranges)
- Results summary (count, classification breakdown)
- Top refs w/ detailed analysis (claim charts)
- Assessment: novelty, obviousness, FTO implications
- Limitations + further-search recommendations
- Organize refs:
- Sorted by relevance (X first, Y, A)
- Each w/ full bibliographic + access link
- Key passages highlighted|extracted
- Recommendations by purpose:
- Patentability: File|don't, suggested claim scope by gaps
- Invalidity: Strongest combo, suggested legal arg
- FTO: Risk level, design-around opportunities, licensing
- Defensive: Whether to publish defensive disclosure based on white space
→ Complete organized report directly supporting decision. Refs accessible, analysis traceable.
If err: inconclusive (no strong X|Y, but relevant background) → state clearly: "No anticipatory art; closest addresses A+B not C. Recommend file w/ claims emphasizing C." Inconclusive valid + useful.
Check
Traps
- Keyword tunnel vision: Exact terms only misses synonyms. Use Step 1 hierarchy.
- Patent-only search: Non-patent (papers, products, code) often more explicit. Don't skip Step 3.
- Date carelessness: Must predate critical date. Brilliant ref 1 day after = worthless.
- Ignore foreign: Major inventions may first appear in CN|JP|KR|DE patents. MT makes searchable.
- Confirmation bias: Searching to confirm novelty vs to find invalidating art. Best search tries hardest to find closest.
- Stop too early: First results rarely best. Iterate based on field vocabulary revealed.
→
assess-ip-landscape — broader landscape mapping
screen-trademark — TM-specific (diff DBs + legal frame than patent)
file-trademark — TM filing post-screen
review-research — lit review methodology overlaps
security-audit-codebase — systematic methodology parallels (thoroughness, doc, reproducibility)
1---2name: search-prior-art-23description: Prior art search for invention|patent claim. Patent + non-patent (academic, products, OSS), defensive pubs, standard-essential patents. Use → eval novelty+non-obvious pre-file, challenge existing patent validity, support FTO analysis, document defensive pub, respond to office action questioning novelty.4license: MIT5---67# Search Prior Art89Structured prior art search → find pubs|patents|products|disclosures predating invention. Used for patentability (can patent?), validity challenge (should have been granted?), FTO (covered by existing rights?).1011## Use When1213- Eval novelty+non-obvious pre-file14- Challenge existing patent validity → find art examiner missed15- Support FTO → find art limiting blocking patent scope16- Document defensive pub → prevent others patenting concept17- Respond to office action questioning novelty|obviousness1819## In2021- **Required**: Invention desc (what, how, problem)22- **Required**: Purpose (patentability|invalidity|FTO|defensive)23- **Required**: Critical date (filing date or invention date)24- **Optional**: Known related patents|pubs25- **Optional**: Tech classification codes (IPC, CPC)26- **Optional**: Key inventors|companies2728## Do2930### Step 1: Decompose Invention3132Break into constituent technical features.33341. Read desc (or claims if vs existing patent)352. Extract **essential elements** — each independent feature:36 - Components?37 - Process steps?38 - Technical effect?39 - Problem + how solved?403. ID **novel combination** — what's diff from known:41 - New element added to known?42 - New combo of known?43 - Known element new field?444. Gen search terms per element:45 - Tech terms, synonyms, abbrev46 - Broader+narrower (hierarchy)47 - Alt descriptions485. Doc **Search Map**: elements, terms, relationships4950```51Search Map Example:52+------------------+-----------------------------------+-----------+53| Element | Search Terms | Priority |54+------------------+-----------------------------------+-----------+55| Attention layer | attention mechanism, self- | High |56| | attention, multi-head attention | |57| Sparse routing | mixture of experts, sparse MoE, | High |58| | top-k routing, expert selection | |59| Training method | knowledge distillation, teacher- | Medium |60| | student, progressive training | |61+------------------+-----------------------------------+-----------+62```6364→ Complete decomposition w/ terms per element. Novel combo ID'd → search must find (invalidate) or confirm absent (support novelty).6566If err: too abstract → ask more specific. Claims unclear → broadest reasonable interp per element.6768### Step 2: Search Patent Literature6970Patent DBs systematic.71721. Construct queries:73 - Each element individually first (broad)74 - Combine to find closer art (narrow)75 - Classification codes filter by tech area762. Multi DBs:77 - **Google Patents**: Full-text, free, large78 - **USPTO PatFT/AppFT**: US patents+apps, official79 - **Espacenet**: EU, excellent classification80 - **WIPO Patentscope**: PCT, global813. Date filters:82 - Prior art must predate **critical date**83 - Up to 1yr pre-filing (grace varies by jurisdiction)844. Per relevant result record:85 - Doc number, title, filing date, pub date86 - Which elements disclosed (map to Search Map)87 - Discloses novel combo?885. Classify by relevance:89 - **X**: Discloses invention alone (anticipation)90 - **Y**: Key elements, combinable (obviousness)91 - **A**: Background art9293→ Classified patent ref list mapped to elements. X (if found) = showstoppers for novelty. Y = building blocks for obviousness.9495If err: no relevant patent art → doesn't mean novel — non-patent (Step 3) may have critical ref. Absence in 1 DB ≠ absence everywhere.9697### Step 3: Non-Patent Literature9899Academic, products, OSS, other.1001011. **Academic**:102 - Google Scholar, arXiv, IEEE Xplore, ACM Digital Library103 - Same Step 1 terms104 - Conf papers + workshop proceedings often predate patents1052. **Products + commercial**:106 - Product docs, manuals, marketing107 - Internet Archive (Wayback) for date-verified web108 - Trade pubs + press releases1093. **OSS + code**:110 - GitHub, GitLab — search impls of features111 - READMEs, docs, commit history for date evidence112 - Software releases w/ ver dates1134. **Standards**:114 - IEEE, IETF (RFCs), W3C, ISO115 - Standards-essential patents must be disclosed; search standard bodies' IP DBs1165. **Defensive pubs**:117 - IBM Technical Disclosure Bulletin118 - Research Disclosure journal119 - IP.com Prior Art DB1206. Verify **pub date** before critical date:121 - Web: Wayback for date evidence122 - Software: release dates|commit timestamps123 - Papers: pub date not submission124125→ Non-patent refs complement patent search. Academic + OSS often most powerful — describe details more explicitly than patents.126127If err: non-patent sparse → tech primarily corp R&D (patent-heavy). Shift emphasis to patent + combo-based obviousness.128129### Step 4: Analyze + Map130131Eval how art relates to invention.1321331. **Claim chart** mapping art → elements:134135```136Claim Element vs. Prior Art Matrix:137+------------------+--------+--------+--------+--------+138| Element | Ref #1 | Ref #2 | Ref #3 | Ref #4 |139+------------------+--------+--------+--------+--------+140| Element A | X | X | | X |141| Element B | | X | X | |142| Element C | X | | X | |143| Novel combo A+B+C| | | | |144+------------------+--------+--------+--------+--------+145X = element disclosed in this reference146```1471482. **Novelty**: Single ref discloses all elements?149 - Yes → anticipated (not novel)150 - No → may be novel (proceed obviousness)1513. **Obviousness**: Few refs (2-3) combinable to cover all?152 - Motivation to combine? (skilled person sees reason?)153 - Teach away? (suggest wouldn't work?)1544. **FTO**: Does art narrow blocking patent claims?155 - Art overlapping blocking patent's claims limits enforceable scope1565. Document analysis w/ specific passage citations157158→ Clear claim chart showing element coverage by refs, w/ novelty + obviousness assessment. Each mapping cites specific passages|figures.159160If err: chart shows gaps (elements not in any art) → those = potentially novel. Focus follow-up on specific gaps.161162### Step 5: Document + Deliver163164Package for intended use.1651661. Write **Prior Art Search Report**:167 - Purpose + scope168 - Methodology (DBs, queries, date ranges)169 - Results summary (count, classification breakdown)170 - Top refs w/ detailed analysis (claim charts)171 - Assessment: novelty, obviousness, FTO implications172 - Limitations + further-search recommendations1732. Organize refs:174 - Sorted by relevance (X first, Y, A)175 - Each w/ full bibliographic + access link176 - Key passages highlighted|extracted1773. Recommendations by purpose:178 - **Patentability**: File|don't, suggested claim scope by gaps179 - **Invalidity**: Strongest combo, suggested legal arg180 - **FTO**: Risk level, design-around opportunities, licensing181 - **Defensive**: Whether to publish defensive disclosure based on white space182183→ Complete organized report directly supporting decision. Refs accessible, analysis traceable.184185If err: inconclusive (no strong X|Y, but relevant background) → state clearly: "No anticipatory art; closest addresses A+B not C. Recommend file w/ claims emphasizing C." Inconclusive valid + useful.186187## Check188189- [ ] Invention decomposed into searchable elements190- [ ] Novel combo explicitly ID'd191- [ ] Patent DBs searched (min 2)192- [ ] Non-patent searched (academic + products + OSS)193- [ ] All refs predate critical date (verified)194- [ ] Claim chart maps elements w/ passage citations195- [ ] Novelty + obviousness assessed w/ reasoning196- [ ] Classified (X, Y, A)197- [ ] Report has methodology, limitations, recommendations198- [ ] Reproducible (queries + DBs documented)199200## Traps201202- **Keyword tunnel vision**: Exact terms only misses synonyms. Use Step 1 hierarchy.203- **Patent-only search**: Non-patent (papers, products, code) often more explicit. Don't skip Step 3.204- **Date carelessness**: Must predate critical date. Brilliant ref 1 day after = worthless.205- **Ignore foreign**: Major inventions may first appear in CN|JP|KR|DE patents. MT makes searchable.206- **Confirmation bias**: Searching to confirm novelty vs to find invalidating art. Best search tries hardest to find closest.207- **Stop too early**: First results rarely best. Iterate based on field vocabulary revealed.208209## →210211- `assess-ip-landscape` — broader landscape mapping212- `screen-trademark` — TM-specific (diff DBs + legal frame than patent)213- `file-trademark` — TM filing post-screen214- `review-research` — lit review methodology overlaps215- `security-audit-codebase` — systematic methodology parallels (thoroughness, doc, reproducibility)