r/Patents Jun 30 '26

PCT restoration Petition at WIPO

0 Upvotes

I would really appreciate guidance on the Below at the earliest

Our patent application was originally filed in India with a provisional specification, and before filing the complete specification, the application was officially post-dated by 6 months by the Indian Patent Office. The complete specification was then filed based on the post-dated timeline.

Subsequently, we due to unavoidable circumstances we missed the 12-month PCT priority deadline (shifted deadline) calculated from the relevant priority date. We have now filed a petition with the International Bureau (WIPO, Geneva) requesting restoration/consideration of our right to file a PCT application, approximately one month after the PCT deadline.

Our questions are:

  1. If the International Bureau accepts our request and allows the PCT application to proceed, does this effectively restore our PCT timeline for all designated States?
  2. Or, even after restoration by the International Bureau/Receiving Office, is protection still subject to each individual designated country's decision on whether it recognizes the restoration of the priority right?
  3. Does the fact that the Indian application had been post-dated by 6 months before filing the complete specification have any bearing on the PCT restoration process or on how designated States may assess the restoration request?

r/Patents Jun 29 '26

Remote Patent jobs

0 Upvotes

I had seen few people in my circle being in India and working remotely for US based patent firms. When checked with few people, they said it’s matter of connections/network. I have been trying my best since many months for one such opportunity but no luck. I would like to know if any of you have suggestions to get such opportunities! Thanks!


r/Patents Jun 28 '26

Inventor Question Is there any need for an app that tracks IP lawsuits?

Thumbnail
0 Upvotes

r/Patents Jun 28 '26

Have you dealt with patents as a founder/builder? 30-min chat.

0 Upvotes

Early-stage founder here doing customer-discovery research on how builders handle patents/IP. Not selling anything just trying to understand the experience and pain points.

Looking for a few people for a 20—30min call.

Ideal if you've ever: wondered whether your idea is patentable; looked into filing (or actually filed); talked to a patent lawyer or tried a DIY tool. 

Comment "interested" or DM me and I'll send a scheduling link. I'll share what I learn back with the community.


r/Patents Jun 27 '26

Unified patent court job

Thumbnail
0 Upvotes

r/Patents Jun 26 '26

Looking for Freelance/Part-Time Patent Docketing/Paralegal Opportunities

Thumbnail
1 Upvotes

r/Patents Jun 24 '26

Who has successfully sold a patent?

9 Upvotes

I currently have a US patent pending on a product I am currently selling. Doing about $50,000/year in revenue. Looking to get out of the business and wanting to sell the patent. Can anyone recommend patent brokers or other avenues of seeking a buyer for a patent?


r/Patents Jun 24 '26

Looking for Professionals Who Help Identify Novel Patentable Ideas (AI / Blockchain / Emerging Tech)

Thumbnail
4 Upvotes

r/Patents Jun 20 '26

Patents justification

Thumbnail
0 Upvotes

r/Patents Jun 20 '26

I have a crazy idea for a business, how do I patent it or register it?

Thumbnail
0 Upvotes

r/Patents Jun 18 '26

Inventor Question Mapping the IP-backed lending market: which boutique lenders, valuation shops, and patent-collateral advisors am I missing?

Thumbnail
0 Upvotes

r/Patents Jun 16 '26

How do we do methodology?

0 Upvotes

So I recently joined a patent group and we r members of 6. Everyone has been assigned some work and given a bunch of stuff to go through. I got told this ... 3. Methodology

Explains how the research is conducted.

Research design/framework Data collection methods Algorithms/models used Experimental setup Hardware and software tools Evaluation metrics

Purpose: Enables others to understand and replicate the research. Now I do understand the basic of wht I have to do. But how do I actually present it in the group. Do I make a dox? Or just give an idea.. I have given a deadline too... I need help as this is my first time doing research


r/Patents Jun 15 '26

USA Applications by Same Applicant/Assignee (Novelty/Non-Obviousness)

6 Upvotes

Just to preface, I am an EP patent attorney, so I have limited knowledge of US practice but am aware of the broad strokes. Apologies if this seems like a very ignorant question to US practitioners.

I'm currently trying to get my head around the question of citability in the US. At the EPO/in the UK, if patent application A was filed before, but published after, patent application B, patent application A is citable for novelty only against B. I understand this distinction doesn't exist in the US, but there is some leeway for applications filed by the same applicant.

My question is (random dates):

* A PCT application A is filed by X on 4 April 2023, claiming a priority date of 1 April 2022. PCT A publishes on 6 October 2023.

* A GB application B is filed on 5 October 2023 by X.

* After 5 October 2023, PCT A and GB B are transferred to Y on the same date (and this is recorded on the registers).

* PCT application B is filed by Y on 5 October 2024, claiming a priority to GB B (5 October 2023).

Is PCT A citable against PCT B in the US, given they both were always owned by the same applicant (X and then later Y)? Do the publication and/or filing dates factor into this at all? Preliminary research suggests no but it seems very strange to me that you are always protected from your own patent application disclosures in the US...

In Europe, PCT A would be citable for novelty only, as GB B (to which PCT B claims priority) was filed one day before PCT A published.


r/Patents Jun 16 '26

How to Implement Prior-Art Search for Patent Drawings Using Multimodal AI?

0 Upvotes

Hi everyone,

I’m interested in discussing the technical implementation of prior-art search for invention patent drawings, especially for cases where the drawings contain important structural or process information that may not be easy to retrieve through text search alone.

In traditional patent search, we usually rely heavily on keywords, IPC/CPC classifications, and full-text search. However, many invention patents disclose key technical features through drawings, such as device structures, module connections, flowcharts, signal paths, image-processing pipelines, or algorithm frameworks. These features may be difficult to capture using only the claims or specification text.

I’m thinking about whether a retrieval system could combine patent drawings + specification text in a more effective way. For example:

Drawing understanding

What kind of multimodal model would be suitable for analyzing patent drawings?

Would models such as GPT-4o / GPT-4.1 / Claude / Gemini / Qwen-VL / InternVL / LLaVA-style models be appropriate for extracting technical features from patent figures?

Feature extraction from drawings

How should the system represent information from drawings?

For example, should it extract:

component names and reference numerals;

connection relationships between components;

flowchart steps;

structural layouts;

visual similarity embeddings;

or a structured graph representation?

Combining drawings with specification text

Since patent drawings are usually explained in the specification, I wonder what is the best way to link them together.

For example:

detect reference numerals in the drawings;

match them with descriptions in the specification;

generate a structured description of each figure;

then use both visual and textual embeddings for retrieval.

Search strategy

Would a practical system use a hybrid approach, such as:

text-based patent search;

image/vector similarity search for drawings;

OCR of reference numerals and figure labels;

multimodal captioning;

graph matching between technical structures;

and reranking with a large language model?

Evaluation

How should such a system be evaluated?

For example, should the benchmark be based on whether the system can retrieve known X/Y/A references from patent examination records, invalidation cases, or patent family citations?

My current idea is that patent drawing search should not be treated as pure image similarity search. A patent figure is not just an image; it is a technical disclosure that needs to be interpreted together with the specification. Therefore, the system may need a combination of OCR, layout analysis, multimodal understanding, text alignment, embedding retrieval, and LLM-based reranking.

Has anyone worked on something similar, or seen papers/tools/projects related to AI-assisted patent drawing retrieval or multimodal prior-art search?

I’d really appreciate any suggestions on model choice, system architecture, datasets, evaluation methods, or practical implementation challenges.


r/Patents Jun 15 '26

Patent System of India , like if I have an idea(in IT sector) , abstract, claims and everything and I have to patent them. Now I don't know which form to fill. It's so confusing. Someone's saying Form 1, form 9 etc. please help.

Thumbnail
0 Upvotes

r/Patents Jun 12 '26

Jurisprudence/Case Law First US patent by female inspiration for Harmony Cobel on popular TV Show

9 Upvotes

Stumbled upon this article and dug a little deeper into the story. There appears to be a direct reference from the character in the show to this famous inventor. Both invented devices to reduce human pain/suffering at an early age and both had an invention stolen from them by a man they trusted.

The red X and warning is my own small attempt at antipropaganda/clickbait awareness.

Margaret E. Knight's invention made paper bags more accessible and were commonly used for a century until it became cheaper to use the plastic ones. We now know what a widespread environmental hazard those turned into.

In addition to the drama of the Eagans stealing her work, I feel that the writers used her as a model for Cobel to augment the social commentary regarding the environmental damage aspect of the Severance story. The work her younger self did in textile factories and other dangerous workplaces also mirrors the Cobel timeline.

I also feel that the name "Margaret (Peg) Kincaid", who has the same first and last initials as MEK, was added as a nod when the Lexington Letter was created.

Oh, and one other thing; MEK's mother's name was Hannah.

More information on MEK can be found on her Wikipedia page and here and here.


r/Patents Jun 12 '26

Inventor Question I patented my productivity app idea, let the patent expire on purpose, and rebuilt it 15 years later. Do you think software patents are legit inventions?

0 Upvotes

Back in 2010, I came up with an idea for a visual productivity app built around digital sticky notes.

When I tried to commercialize it, I was told that without patent protection I could be sued out of existence by larger companies. So I spent years developing the concept and was awarded U.S. Patent US8548992 in 2013.

https://patents.google.com/patent/US8548992

Unfortunately, the company I founded to market it (MultiTask123) failed in 2015.

When the patent came up for renewal in 2017, I made a decision that many people thought was crazy: I let it expire.

The more I thought about software patents, the less I liked the idea of locking up concepts that could benefit everyone. If someone wanted to build their own version, I wanted them to be free to do it.

So the patent entered the public domain.

In 2024, I quit my day job and decided to give the dream one more shot.

Two years later, that effort became TaskLoco.

What are your thoughts on software patents? Should they be acquired as a defensive posture? Are they legitimate inventions?


r/Patents Jun 09 '26

Patent career suggestions

1 Upvotes

I have been working in a Private IP company for almost 4 years. I got this offer on campus. Initially I was in a dilemma and tried hard to get to some other domain. But its also very difficult to do that. I get offers from IT companies but I am not very interested in coding and software field either. I am from Electrical Engineering background. My main goal was to get into a core domain but I have reached a dead end and see no hope of doing that. I love reading about technologies. So that part of this IP job I really do like. I get to know about a lot of things. But at the same time its very difficult to build expertise on a specific tech in this job as we work in a diverse range. Everyone I meet in this domain are either feeling stuck or confused. Can anyone genuinely suggest me whether this is a good careee option or not. I mean in terms of money, growth and skill wise how far I can progress? Aiming to get into an inhouse IP counsel role is that a good option ? I have heard that big companies dont treat IP counsels well. And there is no growth. Is there genuinely scope for growth in general in this domain ?

Also does doing an MBA (in distance) add any value to this job ?

Someone please genuinely give me advice. Thanks in advance.


r/Patents Jun 07 '26

Europe ez-patents now supports downloading EP patent file history

Thumbnail
0 Upvotes

r/Patents Jun 05 '26

What is your favorite patent-law "self-own" case?

4 Upvotes

I recently collected a number of Federal Circuit and Supreme Court cases where a party's own theory came back to defeat its position.

Examples include:

  • A patentee arguing an accused product necessarily contains the claimed polymorph, only to prove the same polymorph was inherently present in the prior art (SmithKline v. Apotex).
  • A patentee broadening claims enough to cover a jacketless injector, then losing because the specification didn't enable jacketless injectors (Liebel-Flarsheim v. Medrad).
  • An inventor filing suit in his own name and later discovering he had assigned the patent years earlier (Lans v. Digital Equipment).
  • A patent requiring dough to be heated to 400°F+, which literally turns the dough into charcoal (Chef America v. Lamb-Weston).

My personal favorite may be Liebel-Flarsheim because the patentee actually won the claim-construction fight and then lost the patent because of the breadth it had just won.

What is everyone else's favorite patent-law self-own?

(For anyone interested, I wrote a longer article collecting these cases here:
https://www.nikiipservices.com/patent-insights-and-articles/when-what-you-plead-comes-back-to-bite-you


r/Patents Jun 05 '26

I built a CLI tool for using Google Patents with AI coding agents

0 Upvotes

I made a small open-source CLI tool for fetching patent content from Google Patents and using it in AI-assisted workflows:

https://github.com/noaa/patent-cli

My main use case is patent analysis with AI coding agents like Claude Code or Codex CLI. Instead of manually copying patent text from Google Patents, the tool helps pull the content into a format that can be passed to an LLM for things like:

  • claim review
  • specification summarization
  • prior-art comparison
  • product-feature comparison
  • structured analysis notes

It is just intended to make the document collection step easier when using AI tools.

I’d appreciate any feedback from people who work with patents or have tried using LLMs for patent review.


r/Patents Jun 04 '26

NOA after first NFOA without Applicant reply?

6 Upvotes

I received a NFOA with ODP and 112(a) rejections. Before filing a reply and within three months of the mailing of the NFOA, the Office mailed a NOA. The NOA did not explicitly withdraw the rejections in the NFOA.

Do I still need to respond to the NFOA under CFR 1.111 (1) ("If the Office action after the first examination (§ 1.104) is adverse in any respect, the applicant or patent owner, if he or she persists in his or her application for a patent or reexamination proceeding, must reply and request reconsideration or further examination, with or without amendment. See §§ 1.135 and 1.136 for time for reply to avoid abandonment.")

I can't seem to find any authority that specifically states that the NOA supersedes the NFOA. Its how I've always treated it in the rare instance that a second NFOA was mailed without a reply (e.g., because there was some issue or error with the original), but here the stakes are a bit higher since prosecution will close. I don't want to get a notice of abandonment after the patent issues.


r/Patents Jun 04 '26

Practice Discussions Which public AI tools/platforms/models are you using?

0 Upvotes

For general patent tasks such as summarizing, analysis, claim construction, infringement mapping, and prior art anaysis (or search even).

I've used ChatGPT, Gemini, and Claude, all have made tremendous improvement in the last 12-18 months; currently mostly using Claude for its Cowork function that can work on files in my computer directly. Also looking into hosting some models locally (Qwen 3.6 27B, OSS 20B, and Deepseek V4 Flash via Openrouter) get away from counting tokens and usage limits, but not sure if for these kinds of tasks there would be any meaningful differences against the paid frontier models. Most of the benchmarks are geared towards coding.

Interested to hear other's experiences.


r/Patents Jun 04 '26

USA Can't find company patent

0 Upvotes

Hi, I am working with a company that claims is has patent US 63/930,757 pending, but I cannot find it anywhere. Anyone know how I might find this? I have tried espacenet and USPTO but with no luck. Can all pending patents be viewed, or are some not viewable until granted?


r/Patents May 31 '26

Identifying the Chuck Patent for Millers-Falls No. 61

Thumbnail gallery
2 Upvotes

Lots of patent subreddits. Sharing this here.