Patent Eligibility and Infringement Risk Solutions

Stacks helps companies, financial institutions, law firms, and IP owners to address patent eligibility and infringement risks with cutting-edge technology and expert insights.

Get Started
Request
Predict
Analyze

Our solutions turn data into knowledge.

101 Eligibility Analyzer

Act proactively to assess patent eligibility of your inventions under the Alice test.

How it works

Collect

We first collected the claims from all the litigated patents and labeled related cases involving 101 eligibility.

Design

We then designed novel machine learning models suitable for understanding 101 eligibility.

Train

Next, we trained the models on the composed dataset to tell what claims pass or fail the Alice test.

Deploy

We built an API endpoint for the models. Enter your data and check if your claim may pass the Alice test or not.

What is 101 Eligibility Analyzer?

Determining patent eligibility of a claim under 35 U.S.C. 101 can turn into a complicated, daunting task. The Supreme Court of the United States has introduced a two-step framework named the "Alice test" to assess the subject matter eligibility. The main challenge is that the judicial branch has not provided an exact definition or a guideline for the Alice test other than instructing us to learn how it applied the test in prior cases.

101 Eligibility Analyzer API is a data-driven system that systematically combines all of the prior litigated or decided patent claims under Section 101 and applies the collective knowledge of these cases to a new suit to predict the eligibility of the claims in suit under the Alice test.

Advantages

Perform 101 analysis at scale quickly and cheaply.

Examine how the subject matter eligibility of your patents can be affected by the new cases.

Explore and locate the similar and relevant cases.

Get the right results fast with advanced deep learning and natural language processing technologies.

Machine learning and the Alice test

The Supreme Court did not delimit the precise contours of the abstract ideas or inventive steps. Instead, it asks to follow the examples set by the court system.

The lack of a definitive rule and the presence of prior cases as the central guidance to evaluate and understand notions such as abstractness or inventive steps suggest that machine learning can be a proper tool to help model and apply the Alice test.

The engine behind 101 Eligibility Analyzer is trained on the prior litigated cases to learn from them and use them as instructive examples to predict the outcome of the new cases.

A dependable tool for a volatile law

The judicial interpretations of abstract ideas and inventive steps have been quite fluid and changing over time. A new case could invalidate a previously valid patent overnight.

Stacks regularly updates its data and retrains its models with the latest judicial decisions to deliver the newest interpretation of the Alice test. Therefore, Stacks API can help users re-evaluate an entire patent portfolio in seconds and stay up to date.

Who should use this and why?

IP owners, in-house counsels, investors, IP traders and other stakeholders because they need to evaluate their IP portfolio and avoid expensive outsourcing.

Patent law practitioners because they have to navigate the landscape with the latest and most relevant updates of the law quickly.

Infringement Research

Understand technological similarities between your products and competitors' patents.

How it works

Collect

We first collected a large number of patents and relevant product descriptions and created a dataset.

Design

We then designed a special machine learning model suitable for measuring technological similarity.

Train

Next, we trained the model on the dataset to spot, interpret, and measure similarities between two inputs.

Deploy

We built an API for this model. Enter your data and expect an infringement probability if any similarity is found.

Who should use this and why?

  • New patent applicants who want to understand the prior art.
  • Product managers because they need to discover any overlap between their product lineup and competitors' patents.
  • IP owners who need to discover who is infringing their patent.
  • Investment and financial institutions because they must assess the freedom-to-operate of a company or audit a product or a patent portfolio.

Advantages

  • Perform IP research at scale quickly and cheaply.
  • Stay on top of your company's patent portfolio.
  • Monitor and keep track of new patents that could affect your business.
  • Get the right results fast with advanced deep learning and natural language processing technologies.

Language agnostic engine

The use of obscure language within patent claims is widespread. So a conventional search engine that only picks up the textual similarity between a query and claims cannot do justice to users. Infringement Research API understands and measures technological similarity regardless of terminology. Provide an invention or product description, and get a list of claims that overlap with the description technology-wise.

Extensive research with simple steps

With Infringement Research API, you can run an in-depth, extensive IP analysis with a few clicks of a button. For example, analyze if thousands of product descriptions infringe an extensive patent portfolio quickly and easily.

Other Tools

Patent Clearance

Screen new products against large patent sets to gauge freedom-to-operate. This tool helps determine whether any of your competitors hold patents or pending applications that could impact your product, allowing you to address potential legal risks early in the development process.

Patent Lawyer Finder

Match your invention with patent lawyers who have handled similar technologies over the last decade. By combining legal expertise with relevant technical experience, this tool ensures you connect with the most qualified counsel for your specific field.

Developer first

Get started in minutes with an API key

  • Get a hold of infringement risks associated with your patent portfolio.
  • Get a quick assesment of the subject matter eligibility of your claims.
  • Screen product specs against large patent sets to de-risk launches.
  • Monitor new filings that may impact market entry.
  • Surface top practitioners suitable for your needs.
import requests

API_KEY = <MY-API-KEY-GOES-HERE>

req = {
"claim": "A method of controlling braking of a towed vehicle said method comprising: receiving a speed signal based on the speed of a towing vehicle, or a towed vehicle, or both said towing vehicle and said towed vehicle; receiving a pressure signal based on a brake system of the said towing vehicle.",
"court_or_agency": "cafc,cacd",
"judges": "Josephine L. Staton (cacd),Plager (cafc),Mayer (cafc)",
"from_date": "January 1, 2021",
"to_date": "August 1, 2021",
"model_name": "stk_alora",
}

resp = requests.post(
"https://api.stacksai.com/v1/101-eligibility/predict",
json=req,
headers={"X-API-KEY": API_KEY},
)

print(resp.json())

Get in touch with us

If you would like to learn more about our current solutions or future products, request a demo, inquire about our upcoming seed series funding, or have any other questions, please fill out the form below and we will get back to you quickly.

Email: support@stacksai.com
Phone: +1 (480) 213-4803