Answering an Office Action, end to end

Three open-source tools for patent prosecution. Self-hosted — you run them on your own machine with your own Anthropic API key. There's no hosted instance and no account to create.

Your documents go from your machine straight to the Claude API under your own key — there's no server in between holding them.

The OA Agent in 40 seconds

How it works

Built to show its work

The point is that you can check everything it tells you. Nothing it concludes is something you have to take on faith.

It opens the documents

When the examiner cites column 5 of a reference, the agent opens that reference and reads column 5. It works from the files in front of it, not from what it remembers about the patent.

You watch it work

You see which document it has open and which passage it's reading while it happens, rather than a summary afterwards. If it goes down the wrong path you'll know immediately.

Every claim is traceable

Each conclusion points at the passage it came from. Click it, read the source, and decide for yourself whether the reasoning holds.

Not everything is AI

The antecedent basis checker reads claim grammar directly rather than asking a model. It gives the same answer every time and can't invent a finding that isn't there.

Run it yourself

Clone the repo, follow the setup guide, and it runs on your laptop.

Setup guide on GitHub