AI Patent Search Software: How Amunet IP Cut Patent Review Costs by 90%
A real-world breakdown of how integrating AI patent search slashed costs by 90% and reduced decision time from 1 month to 10 minutes
- Legal Tech
July 02, 2026
A real-world AI patent search and analytics case study showing how Lumitech built a custom AI patent search platform for Amunet IP that processes 1,000+ patents per query in 10–15 minutes, cutting review costs by 90% and saving ~$180K annually. The system combines NLP pre-processing, modular AI agents, and microservices architecture to replace slow, expensive manual workflows — without removing human expertise from the process.

Patent offices worldwide logged roughly 3.6 million new filings last year — a record, and the number keeps climbing every quarter. For corporate legal teams and IP-driven startups, that volume has turned freedom-to-operate checks into a logistical nightmare.
Historically, the only fix was brute force: assemble a squad of analysts, burn hundreds of billable hours, and hope no one misses a prior-art land mine. That model is buckling under scale and cost pressure, especially as the patent search and analytics market itself races past the $1 billion mark and is projected to grow at double-digit CAGR through 2025. More patents, more data, same 24-hour day.
That’s the problem Amunet IP came to us with — and the one our team at Lumitech set out to solve.
Amunet IP is a patent intelligence firm that needed to process 1,000+ patents per query, return trustworthy results in 10–15 minutes, and do it without the cost structure of a traditional analyst-heavy workflow. We built them a purpose-built AI patent search software platform, a modular system combining NLP pre-processing, specialized AI agents, and microservices architecture, that cut their patent review costs by 90% and delivered approximately $180K in annual savings.
This article breaks down how we built it: the technical decisions, the architecture, and the lessons any team can take away. If you’re weighing whether custom AI patent search software is the right move for your organization, the answer is probably somewhere in here.
What is an AI Patent Search?
AI patent search is the use of artificial intelligence — primarily natural language processing (NLP) and machine learning — to search, analyze, and extract insights from patent databases at a scale and speed that manual review cannot match.
Traditional patent search relies on keyword matching: an analyst enters specific terms, the database returns documents containing those terms, and a human reads through the results. It works, but it has a hard ceiling. Keywords miss synonyms, miss concept-level similarities, and miss the structural logic of patent claims. A competitor can file a patent that describes your technology in an entirely different language, and a keyword search will never surface it.
Patent search using artificial intelligence works differently. Instead of looking for exact terms, AI systems interpret semantic meaning — understanding that “a method for reducing thermal output in semiconductor devices” and “a process for cooling microchips” are describing the same thing. NLP models parse the claim structure of each patent, identify the core inventive concept, and compare it against thousands of other filings at once. The result is a relevance-ranked output that reflects actual conceptual similarity, not just word overlap.
When these capabilities are combined in a purpose-built platform, AI patent search becomes less a research tool and more a decision engine — the same transformation happening in AI wealth management, where AI has shifted from a data retrieval layer to a full analytical and advisory one. It becomes a tool that turns weeks of analyst time into a 10–15 minute workflow, processing 1,000+ patents per query with consistent, auditable results.

Source: Quytech
The Client: Amunet IP and Its Patent Management Challenge
Amunet IP is a patent intelligence firm that helps businesses protect their innovations, assess the competitive landscape, and make informed IP decisions. Like most firms in this space, they faced a core challenge — not expertise, but throughput. Client demand was outpacing what a traditional analyst-driven workflow could sustainably deliver, and the economics weren’t working: deep patent review is skilled work, and skilled work billed by the hour doesn’t scale cleanly.
They came to Lumitech with a specific goal: to build a platform that could handle the volume without proportionally increasing headcount.
When we joined forces with the Amunet IP team, they needed a real, working AI patent search platform. One that could process 1,000+ patents per query and return clean, trustworthy insights in minutes, not weeks. That meant translating AI’s potential into something practical, scalable, and stable. And that’s where the real challenges began.
Challenge 1: Big data is messy, slow, and expensive
Most patent search AI tools choke when pushed beyond a handful of documents. Amunet’s use case demanded high-volume comparisons, sometimes thousands of patents at once. Feeding all of that into a large language model (LLM) wasn’t just slow; it was prohibitively expensive, with early estimates putting query costs at over $200 each.
Challenge 2: LLMs can’t handle long patent texts
Patent documents are long. AI context windows are not. Even the best models struggle when the input exceeds a few thousand tokens, which is a problem when you’re comparing multiple patents, each running dozens of pages. Without a way to break down and route tasks, results would be incomplete or misleading.
Challenge 3: AI patent screening is too much noise
Dumping full patent texts into an LLM is a surefire way to rack up costs and confuse the model. But manual pre-filtering wasn’t scalable. We needed a way to intelligently trim the input and focus only on what actually mattered for AI-based patent search: keywords, structures, and claim logic, without losing critical context.
Challenge 4: Legal users don’t want to learn new tools
This wasn’t a platform for data scientists. It was for lawyers, analysts, and solo inventors. People who don’t have time to debug UI flows or interpret raw AI output. If the interface of AI patent search software wasn’t clean, intuitive, and export-ready, the product wouldn’t stick—no matter how powerful the backend was.
These weren’t theoretical blockers. They shaped every decision we made — and reflect the kind of challenges our AI development services are specifically built to navigate.
The Solution: Custom AI Patent Search and Analytics Software
Amunet IP needed a system purpose-built for the specific demands of patent intelligence: high document volumes, long and technically dense inputs, and users who needed clean outputs they could act on without additional processing.
Lumitech built that system as a modular, microservices-based platform — one where each component fits into a sequence of AI workflows with a defined job and a defined handoff point. Together, they form an AI patent search and analytics pipeline that handles everything from initial query to exportable report — without routing work through a human analyst at every step.
Before a single line of model code was written, we built pipelines to scrape, clean, and tag patent data from the ground up. Claim sections were isolated, boilerplate stripped out, images converted, and metadata normalized. The goal was simple: every token sent to the LLM later had to earn its place. That data groundwork is what makes the rest of the system reliable at scale.
NLP pre-processing: filtering before the AI sees anything
The first cost problem in AI patent search is what you feed it. Sending full patent texts to a large language model is expensive and counterproductive: long documents exceed context windows, noise confuses the model, and every unnecessary token costs money.
The platform addresses this with an NLP pre-processing layer that runs before the LLM gets involved. It strips boilerplate, isolates claim sections, tags key structural elements, and narrows the dataset to what actually matters for the query. By the time the AI agent receives its input, the heavy filtering is already done.
Modular AI agents: one focused job at a time
Rather than routing every task through a single model, the system uses a relay of specialized agents. One converts a plain-language query into structured search logic. Another analysis claims that structure and scores are relevant. A third composes plain-language summaries of the results. Smaller inputs, narrower tasks, and cleaner outputs — at a fraction of the cost of a monolithic approach.
This architecture was a deliberate choice in contrast to the obvious alternative. A monolithic system would have collapsed under the first 1,000-document query. By splitting the workload into independent microservices — search, relevance scoring, agent orchestration, report generation — each component can be scaled individually. When one part of the pipeline is under load, only that part needs more resources. The rest keep running.
Analysis output: comparison, scoring, and visualization
Users don’t receive raw lists of patent documents. The platform generates similarity scores, thematic clusters, and visual landscape maps — automatically, and formatted for export. That means no manual summarisation, no back-and-forth with analysts, and no spreadsheet assembly before a result is usable.
The system handles structured and unstructured patent data simultaneously, processing 1,000+ patents per query and returning results in 10–15 minutes.
Early validation: checking novelty before filing
One of the less obvious cost sinks in patent work is filing something that was never patentable. The platform includes a draft validation capability: upload a patent application, and the system checks it against existing filings, flags conceptual overlaps, and highlights where claims may be weak or redundant.
This doesn’t replace legal review. It prevents the kind of backtracking that makes legal review more expensive than it needs to be.
Portfolio monitoring and competitive intelligence
The platform monitors existing portfolios against new filings, surfaces potential conflicts early, and tracks competitor patent activity over time. Visual maps show coverage gaps and white-space opportunities. Because the system is built on microservices, high-volume queries don’t affect performance — each component scales independently.
Ongoing performance doesn’t run on autopilot. Dashboards track query latency, token usage, and edge-case failures across the system. When costs start drifting upward or a model’s output quality slips, the monitoring layer catches it before users do. Continuous tuning at this level is significantly cheaper than diagnosing problems after they’ve already affected results — and it’s what keeps the cost-per-query stable over time rather than creeping back toward where it started.

How the AI-Powered Patent Search Workflow Works
Most AI patent search tools treat the process as a single step: submit a query, receive results. In practice, returning trustworthy patent insights at scale requires a sequence of operations — each one narrowing the problem before passing it to the next stage. Here is how the workflow runs in Amunet IP’s platform, from user request to actionable output.
Step 1: The user submits a request
The workflow begins with a plain-language query — a technology description, a draft patent claim, a competitor name, or a specific patent number. The user doesn’t need to know Boolean search syntax or patent classification codes. The interface accepts natural language input — similar in principle to how AI chatbots handle conversational queries — and translates it into structured search logic internally.
Step 2: Relevant patent data is retrieved
The system queries the relevant patent databases and pulls candidate documents based on the structured search parameters. Depending on the request type — prior art search, freedom-to-operate check, portfolio monitoring, or novelty validation — the retrieval scope and source databases adjust accordingly. A broad landscape query may pull 1,000+ documents at this stage.
Step 3: Documents are cleaned and structured
Raw patent data is noisy. Filing metadata, legal boilerplate, abstract formatting, and image-heavy sections all add bulk without adding analytical value. Before any AI model gets involved, a document processing layer cleans the inputs: stripping irrelevant content, isolating claim sections, normalizing structure, and converting the remaining text into a format the analysis models can work with efficiently.
Step 4: Irrelevant records are filtered out
Not everything retrieved in Step 2 warrants deep analysis. A filtering stage scores each document for preliminary relevance and removes low-priority records before they reach the more computationally intensive analysis models. This is where the system earns much of its cost efficiency — a query that retrieves 1,000 patents may pass only the most relevant fraction forward for full AI analysis. Less input means faster results, lower processing cost, and cleaner outputs.
Step 5: AI models analyze the shortlisted patents
The filtered set moves into the analysis stage, where specialized AI models handle different aspects of the task. Rather than one model attempting to do everything, the approach draws on agentic AI development principles — routing subtasks to specialized agents designed for them: one interprets claim language and identifies inventive scope, another scores conceptual similarity between documents, and another extracts key technical features for comparison. Each agent works on a focused input and returns a structured output to the next stage.
This is where semantic understanding does the work that keyword search cannot — recognizing that two patents describe the same inventive concept even when the terminology is completely different.
Step 6: The system generates outputs
The individual agent outputs are assembled into the user-facing result: similarity scores ranked by relevance, side-by-side claim comparisons, thematic clusters of related patents, plain-language summaries of key findings, and visual landscape maps showing how a technology area is distributed across filers and time periods. All outputs are formatted for direct use — ready to export, share, or include in a client report without further manual processing.
Step 7: The expert reviews and decides
The final step belongs to the human. The platform delivers AI-assisted insights; the patent attorney, analyst, or IP strategist applies professional judgment to interpret them in context, identify edge cases the system may have weighted differently, and make the decisions that carry legal and commercial consequences.
This is the intended division of labor. AI handles the volume, filtering, pattern recognition, and summarisation. The expert handles the judgment. The result is a workflow where skilled time is spent on analysis that genuinely requires it — not on reading through hundreds of documents to find the ten that matter.
Results: 90% Lower AI Costs and $180K Annual Savings
The Amunet IP platform has been in production use since launch. The results below reflect actual outcomes measured against the manual workflow it replaced.

The savings figure is the difference between what Amunet IP was spending on analyst time and external review costs under the manual workflow, and what the platform costs to run at equivalent — and significantly higher — output volume.
A few of the less obvious gains are worth noting alongside the headline numbers:
Consistency — AI-assisted analysis applies the same scoring and filtering logic to every query, removing the variability that comes with multiple reviewers working independently across a large document set.
Scalability — query volume can increase without a proportional increase in cost or headcount; the system handles load by scaling individual microservices, not by adding analysts.
Earlier risk detection — the draft validation capability surfaces potential novelty conflicts before filing, reducing the downstream cost of reworking or abandoning applications late in the process.
Faster client turnaround — compressing a multi-week review cycle into minutes changes what Amunet IP can promise clients, which has commercial value beyond the internal cost savings.
The same engineering approach Lumitech applies to patent intelligence — cost-optimized AI pipelines, high-volume data processing, and modular architecture — is equally applicable in adjacent regulated industries. Teams in financial services can find a related example in Lumitech's Fintech development services.
Human expert review remains part of the workflow. The platform does not eliminate attorney or analyst time — it redirects it. The time recovered from manual document screening goes back into higher-value legal judgment, client communication, and strategic IP work.
AI Patent Search Software vs Patent Search Databases
When people look for patent search tools, they often land on one of the major patent search databases — USPTO, EPO’s Espacenet, WIPO’s PatSnap, or Google Patents. These are valuable resources. But they are not the same thing as AI patent search software, and understanding the difference matters before deciding what your workflow actually needs.
A patent search database is a data access tool. It holds millions of patent records and lets you query them by keyword, classification code, inventor name, filing date, or patent number. The patent finder does exactly what it says: it finds patents. What you do with them afterward is up to you.
Patent search AI is a decision support tool. It doesn’t just retrieve documents — it analyses them. It interprets claim language semantically, assesses relevance, compares filings, and returns structured insights rather than a list of links. The difference in practice is the difference between receiving 800 search results and receiving a ranked, summarised shortlist of the 15 that actually warrant your attention.
The two are not mutually exclusive. Platforms like Amunet IP’s system are built on top of patent database sources — they pull data from USPTO, EPO, WIPO, and others — but layer AI analysis on top of what those sources return. The database provides the raw material. The AI patent search software determines what it means.
The same shift from data access to decision support is reshaping how AI is applied across regulated industries more broadly — the AI fintech market is following an identical pattern, with AI moving from a search layer to a full analytical and decision-support layer.
Off-the-Shelf Patent Tools vs Custom AI Patent Screening Software
Off-the-shelf patent tools are a reasonable choice for straightforward lookups, occasional prior art checks, or teams with low query volume. The case for custom AI patent search software starts where they hit their ceiling.
Most commercial tools are built for the broadest possible user base — which means they optimize for standard workflows. That works until yours isn’t standard: high-volume queries, proprietary data, custom relevance logic, or deep integration with internal systems are where off-the-shelf coverage typically runs out.
The table below maps common patent workflow requirements against both approaches to help clarify where the line falls.

For companies with proprietary patent workflows, high query volume, or domain-specific analysis requirements, custom AI patent search software can be more effective than a generic patent search engine.
Who Needs Custom AI Patent Search Software?
Custom AI patent search software is best suited for organizations that operate in or adjacent to the legal sector — IP law firms, patent analytics companies, R&D teams, and LegalTech startups. Lumitech's software development for the legal industry covers the full scope of what these teams need: large-volume document processing, claim comparison, automated prior art analysis, and cost reduction across manual review workflows.
A custom solution makes sense when a company needs more than access to a patent search database — proprietary ranking logic, integration with internal workflows, automated reporting, or secure ID systems for controlling access to sensitive patent data.
Lumitech’s work with Amunet IP shows how a custom AI patent search and analytics platform can process 1,000+ patents per query, reduce AI processing costs by 90%, and turn patent review from a manual research workflow into a scalable AI-assisted system.
Why Lumitech for AI Patent Search Software Development
Lumitech is a software development and AI solutions company with hands-on experience building custom AI systems for data-intensive, high-stakes domains — including LegalTech, patent intelligence, and IP management.
The Amunet IP platform is a production system, built and delivered by Lumitech, that processes 1,000+ patents per query, runs in under 15 minutes, and has generated approximately $180,000 in annual savings for a real client. That project involved every layer of the development stack: data pipeline architecture, NLP pre-processing, multi-agent AI orchestration, microservices infrastructure, and a user-facing interface designed for legal professionals rather than engineers.
What Lumitech brings to AI patent search software development
Domain-outcome alignment. Lumitech's engagement process starts with the business problem, not the technology. For Amunet IP, that meant anchoring every architectural decision to a single measurable goal — reducing the cost and time of patent review — rather than building toward a feature list.
Full-stack AI development capability. Lumitech handles the complete scope of a custom AI patent search software project: data ingestion and cleaning, model selection and integration, agent orchestration, backend infrastructure, and frontend delivery through dedicated web development services. There is no handoff between separate vendors at different stages of the build.
LegalTech-specific understanding. Patent intelligence software has requirements that general-purpose AI tools don’t meet: long-document handling, claim-structure parsing, jurisdiction-aware data sourcing, and output formats that work within legal workflows. That extends to the interface itself: UI/UX branding for LegalTech requires a different approach than consumer software, and Lumitech has built for these constraints directly
Cost engineering as a first-class concern. One of the central challenges in AI patent search is keeping per-query costs low enough to make the system economically viable at scale. Lumitech reduced Amunet IP’s query cost from $200 to $20 through deliberate architectural choices — NLP pre-filtering, modular agent design, and iterative production tuning — not as an afterthought, but as a core project objective from the start.
Iterative delivery with production accountability. The system launched early, was tested against real query loads, and was refined based on actual performance data. The $180K savings figure came from a production system that was continuously monitored and tuned — not from a demo environment.
Who Lumitech builds for
Lumitech works with IP firms, in-house legal teams, patent analytics companies, and technology businesses with complex, data-intensive workflows — including those in financial services, where AI in investment management presents engineering challenges comparable in scale and stakes to patent intelligence. If the bottleneck is volume, cost, integration with proprietary data, or the need for analysis logic that reflects how your organization actually works, that is the problem Lumitech is equipped to solve.



