Bronze
Back the work
$10 / month
- Your name on our supporters list
- A vote on what we build next
- A thank you in the build log
Open-weight model
An open AI model that reasons about patents, the legal cover for inventions. It runs fully offline on a small desktop, so your ideas and filings never leave the room.
Patent Strategist
Patent Strategist is an open AI model tuned to reason about patents. A patent is the legal cover that protects an invention, and the work around it, like writing claims and answering the patent office, is slow, careful, and full of private client text. This model does that reasoning fully offline, so none of that text ever leaves your machine.
It helps with the day to day of patent work: shaping the claims that define an invention, drafting replies to the patent office that point to the right rule, weighing how close earlier inventions are, and thinking through licensing deals. It is built on DeepSeek R1, a strong reasoning model, and made smaller and sharper with NVIDIA’s NeMo toolkit so it fits on a single small desktop.
We scored it on our own 200-question test set, in three setups: with no help, with the ability to look things up, and when handed the exact rule it needs. On multiple-choice patent law it climbs from 63 to 95 percent as it gets more help, and it nails the structure of an office-action reply every time. The numbers above tell the full story.
It is not perfect. A couple of made-up rule citations slipped in from the training data, so treat it as a sharp first draft and always check its sources.
Download the GGUF files (the ready-to-run format) and run them with llama.cpp on a Spark-class desktop, a small AI machine with 128 GB of memory. The Q5_K_M build is the sweet spot: about 35 tokens a second, with quality close to the largest build. Builders who want to fold the patent skill into their own model can grab the LoRA adapter, a small training patch, instead.
huggingface-cli download Orionfold/patent-strategist-v3-nemo-GGUFllama-cli -hf Orionfold/patent-strategist-v3-nemo-GGUF:Q5_K_Mllama-cli -hf Orionfold/patent-strategist-v3-nemo-GGUF:Q5_K_M -p "Walk through claim construction for a Markush group."from llama_cpp import Llama
llm = Llama.from_pretrained(
repo_id="Orionfold/patent-strategist-v3-nemo-GGUF",
filename="*Q5_K_M.gguf",
)
out = llm("Walk through claim construction for a Markush group.")
print(out["choices"][0]["text"])
| What we tested | No help | With search | Given the source |
|---|---|---|---|
| Patent-law multiple choice | 63% | 85% | 95% |
| Office-action structure | 100% | 100% | 100% |
| All tasks together | 40% | 49% | 54% |
Live counts from HuggingFace, refreshed when the site builds. Built and maintained in the open by Orionfold.
Back this work with a monthly tier. Your support moves your requests up the list, and Gold or Platinum earns a badge on the roadmap item you back.
Back the work
$10 / month
Get a say
$25 / month
Move it up the list
$50 / month
Shape the roadmap
$100 / month
Need something specific? Send an enquiry from the roadmap.