anovIP Analytics Insights → The Intent-Driven Enterprise Stack An Executive P...

The Intent-Driven Enterprise Stack An Executive Patent White Paper on IBM’s Strategic Direction (20

The Intent-Driven Enterprise Stack  An Executive Patent White Paper on IBM’s Strategic Direction (20

The Intent-Driven Enterprise Stack

An Executive Patent White Paper on IBM's Strategic Direction (2025–2026)

Prepared by anovIP

Executive Brief

Between Q4-2025 and January 2026, IBM published a dense portfolio of patent applications spanning hybrid cloud orchestration, AI governance, secure multi-tenancy, edge intelligence, explainable AI, privacy-preserving computation, and enterprise automation.

From an intellectual-property strategy perspective, these filings are not fragmented innovations. They form a coherent architectural thesis:

The next enterprise computing era will be intent-driven, continuously adaptive, explainable, and cryptographically trustworthy—across cloud, edge, silicon, and AI models.

This anovIP executive white paper distills IBM's recent patent activity into strategic signals, competitive implications, and board-level insights for technology leaders, investors, and policymakers.


1. Strategic Overview: IBM's Patent Philosophy (2025–2026)

IBM's patent direction diverges sharply from consumer-AI or accelerator-centric strategies. Instead, IBM is codifying enterprise invariants:
a) Intent over configuration
b) Trust by design, not compliance afterthoughts
c) AI systems that explain, audit, and self-correct
d) Zero-downtime, always-on operations from core to edge
e) Privacy enforced mathematically, not contractually

Collectively, these patents define what anovIP characterizes as: The Trusted Enterprise Nervous System


2. Intent as the New Control Plane

Patent Highlight

US 20260030202 – Intent-Based Container Image Building

Publication Number: US20260030202A1

Publication Date: January 29, 2026

Applicant: International Business Machines Corporation

Abstract: Methods, computer program products, and systems are presented. The method computer program products, and systems can include, for instance: performing natural language processing to process a text string of a user, wherein the text string specifies characteristics of a container image to be built; processing, with use of natural language processing, instances of text-based data that describe respective ones of a plurality of container images stored within a container image repository; selecting, in dependence on a result of the performing natural language processing, and the processing, a base image from the plurality of container images; and presenting prompting data to the user that prompts building of a new container image, wherein the prompting data references the base image.

First Indepedendent Claim: A computer implemented method comprising:

performing natural language processing to process a text string of a user, wherein the text string specifies characteristics of a container image to be built;

processing, with use of natural language processing, instances of text-based data that describe respective ones of a plurality of container images stored within a container image repository;

selecting, in dependence on a result of the performing natural language processing, and the processing, a base image from the plurality of container images; and

presenting prompting data to the user that prompts building of a new container image, wherein the prompting data references the base image.

What IBM Patented

a) Natural-language interpretation of user intent
b) Semantic analysis of existing container images
c) Base image selection and guided construction aligned with described intent

anovIP Insight

IBM is quietly replacing infrastructure-as-code with infrastructure-as-language. This positions natural language not as a chatbot layer, but as a first-class orchestration primitive.

Executive Implication

Whoever owns the intent layer owns developer productivity, platform gravity, and long-term lock-in.


3. Trust Starts Below Software: Memory-Level Isolation

Patent Highlight

US 20260030176 – Condensed Memory-Management Protection in Multi-Tenant Systems

Publication Number: US20260030176A1

Publication Date: January 29, 2026

Applicant: International Business Machines Corporation

Abstract: An embodiment includes configuring a configuration of a crossbar of a memory management unit comprising a set of regions of N workers and D partitions. The embodiment includes writing by a worker, to D partitions in the set of regions of the crossbar. The embodiment also includes reading by a partition, N regions in the set of regions of the crossbar where each of the N regions is assigned an address that is mapped to a physical memory address and where an access control is achieved by the configuration of a N plus D mapping of workers to partitions of the crossbar of the memory management unit.

First Indepedendent Claim: A computer-implemented method comprising:

configuring a configuration of a crossbar of a memory management unit comprising a set of regions of N workers and D partitions;

writing by a worker, to D partitions in the set of regions of the crossbar; and

reading by a partition, N regions in the set of regions of the crossbar wherein each of the N regions is assigned an address that is mapped to a physical memory address and wherein an access control is achieved by the configuration of a N plus D mapping of workers to partitions of the crossbar of the memory management unit.

What IBM Patented

a) Crossbar-based MMU region partitioning
b) Hardware-enforced access control across tenants
c) Condensed isolation for dense multi-tenant workloads

anovIP Insight

This patent reinforces IBM's historical strength: hardware-rooted trust. As AI workloads become multi-tenant and regulator-visible, software isolation alone is insufficient.

Executive Implication

Confidential computing is moving from "premium feature" to regulatory baseline.


4. Silicon Still Matters: Micro-Efficiency as Strategy

Patent Highlight

US 20260030028 – Branch Prediction Correction Based on Nonuse of Relevant Prediction Structure

Publication Number: US20260030028A1

Publication Date: January 29, 2026

Applicant: International Business Machines Corporation

Abstract: A branch prediction unit of the processor powers-up and accesses only a subset of a plurality of prediction structures to obtain a first set of branch prediction information for a conditional branch. During the access, at least one of the plurality of prediction structures remains powered-down. The branch prediction unit thereafter determines whether all of the plurality of prediction structures having branch prediction information relevant to the conditional branch were accessed. Based on a determination that fewer than all of the plurality of prediction structures having branch prediction information relevant to the conditional branch were accessed, the branch prediction unit refrains from outputting a branch prediction based on the first set of branch prediction information, powers-up and accesses a greater number of the plurality of prediction structures to obtain a second set of branch prediction information, and outputs a branch prediction based on the second set of branch prediction information.

First Indepedendent Claim: A method of branch processing in a processor, the method comprising:

a branch prediction unit of the processor powering-up and accessing only a subset of a plurality of prediction structures to obtain a first set of branch prediction information for a conditional branch, wherein at least one of the plurality of prediction structures remains powered-down during the accessing, the branch prediction unit comprising a plurality of arrays storing branch prediction information, each array in the plurality of arrays being a prediction structure, an index pipeline including indices of instruction addresses of conditional branch instructions, a prediction pipeline configured to evaluate branch prediction information from accessed prediction structures, a line input buffer configured to buffer branch related information utilized by the prediction unit to access the prediction structures, a latency accelerator, wherein the latency accelerator is an array of entries configured to store indices of prediction structures and a power mode field configured to be utilized by the branch prediction unit to predict an appropriate power state of the prediction structures during a prediction access, and a regulator circuit configured to control powering down of the prediction structures;

thereafter, the branch prediction unit determining whether all of the plurality of prediction structures having branch prediction information relevant to the conditional branch were accessed; and

based on a determination that fewer than all of the plurality of prediction structures having branch prediction information relevant to the conditional branch were accessed: the branch prediction unit refraining from outputting a branch prediction based on the first set of branch prediction information accessed from the subset of the plurality of prediction structures;

the branch prediction unit powering-up and accessing a greater number of the plurality of prediction structures to obtain a second set of branch prediction information; and

the branch prediction unit outputting a branch prediction based on the second set of branch prediction information; and

the branch prediction unit detecting a prediction structure subset changing (PSSC) event, wherein the PSSC event includes a line split event in which at least one addition conditional branch instruction is encountered in a given instruction cacheline and the at least one additional conditional branch instruction maps to one or more additional subarrays that have not been previously powered-on; and

based on detecting the PSSC event, powering-up and accessing all of the plurality of prediction structures for one or more branch predictions in a limited time window.

What IBM Patented

a) Selective powering of branch prediction structures
b) Runtime detection of unused predictors
c) Correction logic for performance-per-watt gains

anovIP Insight

Even in an AI-first world, IBM continues to invest in foundational CPU intelligence—especially relevant for mainframes, financial systems, and sovereign infrastructure.

Executive Implication

Energy efficiency and determinism remain competitive differentiators in regulated enterprise compute.


5. Observability Evolves into Autonomic Intelligence

Patent Highlight

US 20260023672 – Dynamic Logging

Publication Number: US20260023672A1

Publication Date: January 22, 2026

Applicant: International Business Machines Corporation

Abstract: Methods, computer program products, and systems are presented. The method computer program products, and systems can include, for instance: generating log messages from one or more data source; evaluating one or more log message produced from the generating, and outputting, in dependence on the evaluating the one or more log message, a log message rating of the one or more log message; evaluating a logging system, and outputting, in dependence on the evaluating the logging system, a logging system rating of the logging system, wherein the logging system includes a logging volume for storing log messages; comparing the log message rating to the logging system rating; and producing an action decision impacting a count of log messages stored in the storage volume in dependence on the comparing of the log message rating, and the logging system rating.

First Indepedendent Claim: A computer implemented method comprising:

generating log messages from one or more data source;

evaluating one or more log message produced from the generating, and outputting, in dependence on the evaluating the one or more log message, a log message rating of the one or more log message;

evaluating a logging system, and outputting, in dependence on the evaluating the logging system, a logging system rating of the logging system, wherein the logging system includes a logging volume for storing log messages;

comparing the log message rating to the logging system rating; and

producing an action decision impacting a count of log messages stored in the storage volume in dependence on the comparing of the log message rating, and the logging system rating.

What IBM Patented

a) Real-time evaluation and rating of log messages
b) Feedback loops to evaluate logging systems themselves

anovIP Insight

IBM reframes observability as a self-optimizing system, not a data exhaust problem.

Executive Implication

AIOps is transitioning from dashboards to closed-loop automation.


6. AI for Regulated Decision Support (Healthcare Case Study)

Patent Highlight

US 20260013800 – Predicting Glucose Values Using Overlapping Time Windows

Publication Number: US20260013800A1

Publication Date: January 15, 2026

Applicant: International Business Machines Corporation

Abstract: A computer-implemented method and system for predicting and displaying glucose values, including receiving CGM data, determining, based on the data, a plurality of first predicted glucose values (33) for a first prediction time window (30), determining, based on the data, that a hypoglycemia event is predicted to occur during a second prediction time window (31) which has a contemporaneous beginning with the first prediction time window (30) but is shorter than the first window (30), and determining a plurality of second predicted glucose values (34) for the second prediction time window (31) and displaying the plurality of second predicted glucose values (34) for the second prediction time window (31) while not displaying predicted glucose values subsequent to the second prediction time window (31).

First Indepedendent Claim: A computer-implemented method for predicting and displaying glucose values, the method being carried out in a system with at least one data processing device (1), the method comprising:

receiving continuous glucose monitoring data indicative of a glucose level in a bodily fluid from a continuous glucose monitoring system worn by a user;

receiving the user's carbohydrate ingestion data and insulin administration data;

determining, based on the continuous glucose monitoring data, the carbohydrate ingestion data and the insulin administration data, a plurality of first predicted glucose values (33) for a first prediction time window (30);

determining, based on the continuous glucose monitoring data and the carbohydrate ingestion data that a hypoglycemia event is predicted to occur during a second prediction time window (31) which has a contemporaneous beginning with the first prediction time window (30) but is shorter than the first prediction time window (30); and

determining a plurality of second predicted glucose values (34) for the second prediction time window (31) and displaying the plurality of second predicted glucose values (34) for the second prediction time window (31) while not displaying predicted glucose values subsequent to the second prediction time window (31).

What IBM Patented

a) Multi-window glucose prediction
b) Early hypoglycemia risk detection
c) Temporal prioritization of alerts

anovIP Insight

IBM's healthcare AI patents emphasize actionable foresight, not black-box prediction—consistent with clinical accountability requirements.

Executive Implication

Decision-support AI, not autonomous AI, will dominate regulated verticals.


7. Orchestration as a Learning System

Patent Highlight

US 20260004181 – Intelligent Orchestration

Publication Number: US20260004181A1

Publication Date: January 1, 2026

Applicant: International Business Machines Corporation

Abstract: Methods, computer program products, and systems are presented. The method computer program products, and systems can include, for instance: training a machine learning model in dependence on traffic between at least a first service and a second service defining an application; querying the machine learning model; generating service characterizing data that characterizes at least one service defining the application, wherein the generating the service characterizing data is in dependence on the querying of the machine learning model; and modifying a performance attribute of the application in dependence on characterizing data of the service characterizing data.

First Indepedendent Claim: A computer implemented method comprising:

training a machine learning model in dependence on traffic between at least a first service and a second service defining an application;

querying the machine learning model;

generating service characterizing data that characterizes at least one service defining the application, wherein the generating the service characterizing data is in dependence on the querying of the machine learning model; and

modifying a performance attribute of the application in dependence on characterizing data of the service characterizing data.

What IBM Patented

a) ML models trained on service-to-service traffic
b) Generation of service characterizing data
c) Adaptive orchestration based on learned behavior

anovIP Insight

Applications are treated as living graphs, continuously learning from their own runtime behavior.

Executive Implication

Static orchestration is becoming obsolete in complex hybrid environments.


8. Edge Intelligence Without Downtime

Patent Highlights

US 20250328338 – Hot Upgrade Workflow in an Edge Computing Environment

Publication Number: US20250328338A1

Publication Date: October 23, 2025

Applicant: International Business Machines Corporation

Abstract: An embodiment includes detecting by a Process Monitor of a system, a hot upgrade from a first version to a second version. The embodiment includes responsive to the detecting the hot upgrade, predicting by a Process Analyzer a predicted process instance. The embodiment includes generating by the Process Analyzer an upgrade workflow based on a current process instance, a progress metric of the current process instance and the predicted process instance. The embodiment also includes deploying by a Device Upgrade Manager the hot upgrade to the second version on a device of the system based on the upgrade workflow.

First Indepedendent Claim: A computer-implemented method comprising:

detecting, by a Process Monitor of a system, a hot upgrade from a first version to a second version;

responsive to the detecting the hot upgrade, predicting by a Process Analyzer a predicted process instance;

generating by the Process Analyzer an upgrade workflow based on a current process instance, a progress metric of the current process instance and the predicted process instance; and

deploying by a Device Upgrade Manager the hot upgrade to the second version on a device of the system based on the upgrade workflow.

What IBM Patented

a) Predictive workflows for live upgrades
b) Version transitions based on progress metrics and predicted process instances

US 20250342090 – Technology-Agnostic Backup

Publication Number: US20250342090A1

Publication Date: November 6, 2025

Applicant: International Business Machines Corporation

Abstract: An embodiment includes a backup trigger by a system. The embodiment includes responsive to detecting the backup trigger, processing by a Backup Executor of the system a manifest comprising of a component for backup. The embodiment also includes orchestrating, by the Backup Executor, the backup between an adaptor proxy of the component in a first location and an adaptor of the component in a second location wherein the orchestrating comprises invoking the adaptor proxy by the Backup Executor wherein the adaptor proxy performs a get from the component in the first location and performs a put to the adaptor of the component in the second location and wherein the Backup Executor is technology agnostic.

First Indepedendent Claim: A computer-implemented method comprising:

detecting a backup trigger by a client system in a first location;

responsive to detecting the backup trigger, processing by a Backup Executor of the client system a manifest comprising of a component on the client system for backup; and

orchestrating, by the Backup Executor, the backup between an adaptor proxy of the component in the client system in the first location and an adaptor of the component in a second location wherein the orchestrating comprises invoking the adaptor proxy in the client system in the first location by the Backup Executor wherein the adaptor proxy performs a get from the component in the first location and performs a put to the adaptor of the component in the second location and wherein the Backup Executor is technology agnostic.

What IBM Patented

a) Technology-agnostic backup orchestration across locations
b) Manifest-based component backup via adaptor proxies

anovIP Insight

IBM is engineering for physical irreversibility—systems deployed where downtime or manual intervention is impossible.

Executive Implication

Edge deployments require mainframe-grade reliability.


9. Explainable, Auditable, Governable AI

Patent Highlights

US 20250335798 – Explainer Model Evaluation and Training

Publication Number: US20250335798A1

Publication Date: October 30, 2025

Applicant: International Business Machines Corporation

Abstract: An embodiment includes detecting an explainer model check by a system. The embodiment includes responsive to the detecting the explainer model check, computing a first result by a Data and Model Preparation of the system wherein the first result is based on a first dataset and a second data set generated by the Data and Model Preparation. The embodiment includes generating a second result by an explainer model of a Prediction and Explanation of the system based on the first dataset and the second data set. The embodiment includes computing a difference metric between a first result and a second result by a Judgment Retraining of the system. The embodiment also includes training the explainer model based on the difference metric.

First Indepedendent Claim: A computer-implemented method comprising:

detecting an explainer model check by a system;

responsive to the detecting the explainer model check, computing a first result by a Data and Model Preparation of the system wherein the first result is based on a first dataset and a second data set generated by the Data and Model Preparation;

generating a second result by an explainer model of a Prediction and Explanation of the system based on the first dataset and the second data set;

computing a difference metric between a first result and a second result by a Judgment Retraining of the system; and

training the explainer model based on the difference metric.

US 20250335800 – Probabilistic Black-Box Anomaly Attribution

Publication Number: US20250335800A1

Publication Date: October 30, 2025

Applicant: International Business Machines Corporation

Abstract: An embodiment identifies, by a probabilistic black-box anomaly attribution engine, an anomalous sample in test data associated with a black-box model, the black-box model comprising a plurality of variables. The embodiment generates, by the probabilistic black-box anomaly attribution engine, a variable distribution based on the test data using a plurality of outputs generated using a plurality of perturbations. The embodiment generates, by the probabilistic black-box anomaly attribution engine based on the variable distribution, an attribution score representing a responsibility of a variable for the anomalous sample.

First Indepedendent Claim: A computer-implemented method comprising:

identifying, by a probabilistic black-box anomaly attribution engine, an anomalous sample in test data associated with a black-box model, the black-box model comprising a plurality of variables;

generating, by the probabilistic black-box anomaly attribution engine, a variable distribution based on the test data using a plurality of outputs generated using a plurality of perturbations; and

generating, by the probabilistic black-box anomaly attribution engine based on the variable distribution, an attribution score representing a responsibility of a variable for the anomalous sample.

US 20250342181 – Ranking-Augmented Generation for Long Documents

Publication Number: US20250342181A1

Publication Date: November 6, 2025

Applicant: International Business Machines Corporation

Abstract: A computer-implemented method comprising: receiving, as input, a query and a source document intended for a content-grounded question-answering or multi-turn conversation task by a specified large language model (LLM) which has a context window size limit, wherein the source document has a size which exceeds the context window size limit; dividing the source document into a plurality of segments; applying a language model to each of the segments, to assign to each of the segments a relevance score; selecting the k-top segments having the highest the relevance scores; combining the selected k-top segments into a virtual document having a size which complies with the context window size limit; and feeding the virtual document as input to the specified LLM, to generate a response that is grounded in the content of the virtual document.

First Indepedendent Claim: A computer-implemented method comprising:

receiving, as input, a query and a source document intended for a content-grounded question-answering or multi-turn conversation task by a specified large language model (LLM) which has a context window size limit, wherein said source document has a size which exceeds said context window size limit;

dividing said source document into a plurality of segments;

applying a language model to each of said segments, to assign to each of said segments a relevance score;

selecting the k-top segments having the highest said relevance scores;

combining said selected k-top segments into a virtual document having a size which complies with said context window size limit; and

feeding said virtual document as input to the specified LLM, to generate a response that is grounded in the content of said virtual document.

What IBM Patented

a) Formal evaluation of explainer models
b) Attribution mechanisms for black-box anomalies
c) LLM augmentation for long-document reasoning

anovIP Insight

IBM continues to lead in explainability as infrastructure, not UX polish.

Executive Implication

AI governance is becoming a technical capability, not a policy document.


10. Privacy by Mathematics

Patent Highlight

US 20250307242 – Database Table Joining Under Fully Homomorphic Encryption

Publication Number: US20250307242A1

Publication Date: October 2, 2025

Applicant: International Business Machines Corporation

Abstract: An embodiment appends, into a concatenated table, a second plurality of records in a second table to a first plurality of records in a first table. An embodiment sorts, according to each identification value in the concatenated table, the concatenated table. An embodiment generates, using an equality mask derived from each identification value in the sorted table, an intersection table, the intersection table comprising a record in the first plurality of records with a first identifier value matching a second identifier value in a record in the second plurality of records. An embodiment generates, using a not-in-intersection mask derived from the equality mask, a not-in-intersection table. An embodiment adds contents of the intersection table and contents of the not-in-intersection table together, resulting in a join table.

First Indepedendent Claim: A computer-implemented method comprising:

appending, into a concatenated table, a second plurality of records in a second table to a first plurality of records in a first table, wherein the first table and the second table each comprise an identification field storing an identification value, wherein the first plurality of records and the second plurality of records in the second table comprise fully homomorphic encrypted data;

sorting, according to each identification value in the concatenated table, the concatenated table, the sorting resulting in a sorted table;

deriving, using each identification value in the sorted table, an equality mask corresponding to the sorted table;

generating, using the equality mask derived from each identification value in the sorted table, an intersection table, the intersection table comprising a record in the first plurality of records with a first identifier value matching a second identifier value in a record in the second plurality of records;

deriving, from the equality mask, a not-in-intersection mask;

generating, using the not-in-intersection mask derived from the equality mask, a not-in-intersection table, the not-in-intersection table comprising a record in the first plurality of records with a third identification value failing to match any identification value in a record in the second plurality of records; and

adding contents of the intersection table and contents of the not-in-intersection table together, the adding resulting in a join table.

What IBM Patented

a) Performing joins directly on encrypted datasets
b) No decryption during computation

anovIP Insight

This is a cornerstone patent for post-trust data economies, where even operators cannot see data.

Executive Implication

Future compliance regimes may require computation on encrypted data.


11. Business-Weighted Cyber Risk

Patent Highlight

US 20250298891 – Connected Asset Risk Management

Publication Number: US20250298891A1

Publication Date: September 25, 2025

Applicant: International Business Machines Corporation

Abstract: An embodiment extracts, from vulnerability data describing a vulnerability applicable to a connected asset within a network of connected assets, a set of technical impacts of the vulnerability. An embodiment generates, using a business value context of the connected asset and the set of technical impacts of the vulnerability, a network layer impact score corresponding to the connected asset and the vulnerability. An embodiment generates, using the business value context of the connected asset and the set of technical impacts of the vulnerability, an enterprise layer impact score corresponding to the connected asset and the vulnerability. An embodiment generates, using the network layer impact score and the enterprise layer impact score, a remediation plan for the connected asset, the remediation plan comprising a planned adjustment of the connected asset to ameliorate the vulnerability.

First Indepedendent Claim: A computer-implemented method comprising:

extracting, from vulnerability data describing a vulnerability applicable to a connected asset within a network of connected assets, a set of technical impacts of the vulnerability;

generating, using a business value context of the connected asset and the set of technical impacts of the vulnerability, a network layer impact score corresponding to the connected asset and the vulnerability;

generating, using the business value context of the connected asset and the set of technical impacts of the vulnerability, an enterprise layer impact score corresponding to the connected asset and the vulnerability; and

generating, using the network layer impact score and the enterprise layer impact score, a remediation plan for the connected asset, the remediation plan comprising a planned adjustment of the connected asset to ameliorate the vulnerability.

What IBM Patented

a) Mapping technical vulnerabilities to business context
b) Generating network-layer impact scores

anovIP Insight

Risk is no longer binary or technical—it is contextual, financial, and operational.

Executive Implication

CISOs and boards are converging on a shared risk language.


12. anovIP Strategic Assessment

IBM's Differentiation

a) Enterprise-first AI governance
b) Hardware-rooted trust and privacy
c) Intent-driven orchestration
d) Zero-downtime operational design

Competitive Positioning

IBM is not competing head-on with GPU or consumer-AI players. It is patenting the rules, guardrails, and continuity mechanisms that large institutions cannot operate without.


Conclusion: IBM Is Codifying the Rules of Enterprise AI

From intent-based infrastructure to homomorphic databases, IBM's patent portfolio signals a long-term bet:

The winners of enterprise AI will not be those who build the smartest models—but those who make intelligence safe, explainable, reliable, and governable at scale.

IBM is patenting that future—quietly, methodically, and defensively.


About anovIP

anovIP is a global IP strategy and analytics firm advising technology companies, enterprises, and investors on patent landscapes, competitive intelligence, and innovation risk. anovIP specializes in translating complex patent activity into clear strategic insight for decision-makers.

STAY UPDATED WITH anovIP

Subscribe for Our Latest Insights

anovIP Asia


Patents – Reference Guide + Fee Schedule (Thailand)

This guide provides a comprehensive overview of patent protection in Thailand, covering PCT national phase entry, conventional priority applications, petty patents, filing requirements, examination procedures, publication timelines, patent validity, renewal obligations, and official fee schedules. It serves as a practical resource for inventors, businesses, and IP professionals seeking patent protection and maintenance in Thailand.

Patents – Reference Guide + Fee Schedule (Sri Lanka)

This guide provides a comprehensive overview of patent protection in Sri Lanka, covering PCT national phase entry, conventional priority applications, filing requirements, examination procedures, publication timelines, patent validity, renewal obligations, and official fee schedules. It serves as a practical resource for inventors, businesses, and IP professionals seeking patent protection and maintenance in Sri Lanka.

Patents – Reference Guide + Fee Schedule (Philippines)

This comprehensive guide explains the patent filing process in the Philippines, including PCT national phase entry, conventional priority applications, utility models, examination requirements, publication timelines, patent validity, annual maintenance fees, and official fee schedules. It serves as a practical reference for inventors, businesses, and IP professionals seeking patent protection in the Philippines.

Patents – Reference Guide + Fee Schedule (Pakistan)

This guide provides a comprehensive overview of patent protection in Pakistan, covering conventional priority filings, documentation requirements, examination procedures, publication timelines, patent validity, renewal obligations, and official fee schedules. It serves as a practical resource for inventors, businesses, and IP professionals seeking patent protection and maintenance in Pakistan.

Patents – Reference Guide + Fee Schedule (Nepal)

This reference guide provides a complete overview of patent protection in Nepal, including convention priority filings, documentation requirements, examination procedures, patent validity, renewal rules, and official fee schedules. It serves as a practical resource for inventors, businesses, and IP professionals seeking to secure and maintain patent rights in Nepal.

Patents – Reference Guide + Fee Schedule (Malaysia)

Malaysia offers comprehensive patent protection through standard patents, PCT national phase applications, convention filings, and Utility Innovation (UI) patents. Applicants must comply with filing requirements, examination procedures, priority deadlines, and annual maintenance obligations. This guide provides an overview of patent requirements, prosecution procedures, examination routes, validity periods, and official fee schedules, helping inventors and businesses effectively secure and maintain patent rights in Malaysia.

Your Strategic IP Partner in Asia and Beyond

At anovIP Asia, we don't just understand intellectual property; we strategize its power. From mitigating risks in joint ventures and securing trademarks in new markets, to maximizing the value of your patent portfolio, our expertise spans the full IP lifecycle. We are your dedicated counsel for navigating the complexities of IP in Southeast Asia and across the globe.

anovIP Analytics


What If Your EV Battery Never Needed a Charger Again?

This article explores how solar paint batteries could revolutionize electric vehicles by transforming painted surfaces into energy-generating systems. It explains the science behind photovoltaic coatings, nano-materials, and self-charging EVs while highlighting benefits such as reduced charging dependence, improved energy efficiency, and lower range anxiety. The article also examines emerging patent opportunities in solar coatings, AI-powered energy optimization, and battery integration, along with how anovIP helps innovators protect and commercialize next-generation clean mobility technologies.

Recycling of Wind Turbine Blades

This article explores the growing need for wind turbine blade recycling as renewable energy installations reach the end of their lifecycle. It covers recycling challenges, advanced technologies such as mechanical, thermal, and chemical recycling, environmental and economic benefits, industry case studies, and future innovations. The article also highlights emerging patent opportunities and explains how anovIP supports organizations through patent strategy, technology scouting, market intelligence, commercialization, and intellectual property protection in the circular economy.

Generative AI in Software-Defined Vehicles

This article explores how Generative AI is transforming Software-Defined Vehicles (SDVs) into intelligent, adaptive, and continuously evolving mobility platforms. It highlights key innovations such as context-aware decision-making, natural language interaction, digital twins, AI-generated OTA updates, and predictive intelligence. The article also examines emerging patent opportunities and explains how anovIP helps organizations protect AI-driven automotive innovations through patent strategy, landscape analysis, freedom-to-operate assessments, and global intellectual property management.

FMCW LiDAR in Smart Cities: Infrastructure Monitoring and Digital Twins

This article explores how FMCW LiDAR is revolutionizing smart cities through accurate infrastructure monitoring and real-time digital twin technology. It explains the technology, its benefits, applications in structural health monitoring, and market opportunities. The article also highlights the importance of intellectual property protection and demonstrates how anovIP helps innovators with patent strategy, freedom-to-operate analysis, patent landscaping, and commercialization of next-generation LiDAR technologies.

The Evolution of Mixed Reality: Innovations, Applications, and Emerging Trends

Mixed Reality (MR) is revolutionizing digital interaction by seamlessly blending physical and virtual environments through spatial computing, artificial intelligence, and advanced wearable devices. This article explores the evolution of MR technology, key innovations in hardware and software, real-world applications across healthcare, education, manufacturing, and entertainment, as well as emerging trends such as AI-powered smart glasses, digital twins, cloud-based collaboration, and 5G-enabled immersive experiences. As adoption accelerates worldwide, Mixed Reality is set to become a cornerstone of future work, learning, and everyday digital experiences.

WI-FI 8: POWERING THE FUTURE OF ULTRA-FAST, LIMITLESS CONNECTIVITY

Wi-Fi 8 (IEEE 802.11bn) is the next evolution of wireless networking, designed to deliver highly reliable, low-latency, and seamless connectivity rather than simply increasing speed. Through innovations such as Multi-AP Coordination, smarter power management, advanced spectrum utilization, enhanced roaming, and improved Quality of Service (QoS), Wi-Fi 8 aims to support emerging technologies including IoT, smart homes, extended reality (XR), industrial automation, healthcare, and high-density enterprise environments. As digital ecosystems continue to expand, Wi-Fi 8 is poised to become a foundational technology for the connected future.

Streamline Your IP Operations with Expert Paralegal Support

anovIP Paralegal delivers exceptional outsourced paralegal services, helping IP law firms, corporate legal departments, and patent practitioners master their non-technical IP tasks. We drive down operational costs and elevate workflow efficiency without sacrificing quality.

anovIP Paralegal


Assignments And Transmissions

Learn the critical differences between trademark assignment and transmission to effectively manage and transfer your valuable brand assets.

Registered User Not to Have Right of Assignment or Transmission

Learn the vital legal distinctions between a trademark owner and a registered user regarding the rights of assignment and transmission.

International Registration Under Madrid Protocol – A Comprehensive Study

Discover the strategic advantages of the Madrid System for securing and managing your trademarks across multiple international jurisdictions.

Unlock R&D Potential with Strategic IP

At anovIP R&D Support, we champion research and development as the engine of transformative innovation. Our specialized division provides research-backed insights and strategic IP planning designed to help businesses, academic institutions, and startups amplify their R&D outcomes and achieve market success.

anovIP Advisors


What NVIDIA’s Recent Patent Portfolio Reveals About Its Full-Stack Innovation Strategy

Discover the strategic IP blueprint behind NVIDIA's dominance by analyzing its recent patents across the entire AI and graphics stack.

Netflix's Section 101 Strategy: How Netflix Engineers System-Level Patent Defensibility

Learn how Netflix builds a litigation-ready patent portfolio by focusing on technical systems to overcome post-Alice Section 101 challenges.

What a Review of Netflix's Recently Published Patents Reveals

Beyond its content library, Netflix's patent filings expose a deliberate technology-first strategy. Learn what their IP reveals about their future.

How Google’s Patent Portfolio Secures Section 101-Eligibility by Patenting Ambient Intelligence Syst

Uncover the strategic framework Google uses to secure AI patent eligibility, focusing on integrated systems over abstract algorithmic concepts.

What Google’s Recent Patent Portfolio Reveals About Its Platform-First Innovation Strategy

Discover the strategic patterns in Google's recent patents, revealing how they build a cohesive, platform-first intelligent ecosystem.

Gilead’s Patent Portfolio as a Map of Future Blockbusters

Discover how Gilead's 'anchor patent' strategy provides a blueprint for its next generation of blockbuster drugs and market dominance.

Unlock IP Success in the Indian Market with anovIP India

At anovIP India, we provide specialized IP counsel tailored for the dynamic Indian landscape. We empower startups and established businesses alike by navigating Indian IP law, developing robust trademark and patent strategies, and fostering incubator collaborations.

anovIP India


CHAPTER V - OPPOSITION PROCEEDINGS TO GRANT OF PATENTS

The Indian Patents Act, 1970 provides a robust opposition framework that allows third parties to challenge patent applications and granted patents to ensure only valid inventions receive protection. Section 25 establishes two forms of opposition—pre-grant opposition, which may be filed by any person before a patent is granted, and post-grant opposition, which can be filed by an interested person within one year of grant. These proceedings help prevent wrongful patent monopolies, encourage transparency, and safeguard public interest by scrutinizing novelty, inventive step, patentability, disclosure requirements, and compliance with statutory obligations. The opposition system plays a critical role in maintaining the integrity and quality of the Indian patent regime.

CHAPTER VI - Anticipation

Anticipation is a fundamental concept in patent law that determines whether an invention is truly novel and eligible for patent protection. Under the Indian Patents Act, 1970, an invention may be anticipated if it has been publicly disclosed, published, claimed, or used before the filing or priority date of the patent application. However, Sections 29 to 34 provide important exceptions for disclosures made without the inventor's consent, government testing, scientific exhibitions, public trials, and provisional applications. These provisions help protect genuine inventors from losing patent rights due to unavoidable or permitted disclosures while maintaining the novelty requirements of the patent system.

CHAPTER IV - PUBLICATION, AND EXAMINATION OF APPLICATION

The Indian Patents Act, 1970 establishes a structured framework for the publication and examination of patent applications to ensure only novel and inventive technologies receive patent protection. Sections 11A to 21 govern important aspects such as publication of applications, Request for Examination (RFE), prior art searches, examination reports, divisional applications, and substitution of applicants. Recent amendments have shortened examination timelines and introduced expedited procedures for eligible applicants. Understanding these provisions is essential for inventors, startups, and businesses seeking efficient patent prosecution and successful patent grants in India.

CHAPTER XII - SURRENDER AND REVOCATION OF PATENTS

The Indian Patents Act, 1970 provides comprehensive mechanisms for surrender and revocation of patents to ensure that only valid, lawful, and socially beneficial inventions enjoy patent protection. Sections 64 to 66 outline various grounds for revocation, including lack of novelty, non-patentable subject matter, wrongful obtaining, insufficient disclosure, non-working of patents, and violations of secrecy provisions. The Act also permits post-grant opposition, compulsory licensing-related revocation, and government-led revocation in matters affecting public interest or national security. These provisions act as important safeguards against abuse of patent rights while maintaining a fair balance between innovation, competition, and public welfare.

CHAPTER XVI - WORKING OF PATENTS, COMPULSORY LICENCES AND REVOCATION

The Indian Patents Act, 1970 ensures that patents serve not only private interests but also the public good. Under Sections 83 to 94, patentees are expected to commercially work their inventions in India and make patented products reasonably accessible to the public. Where patented inventions are not adequately worked, are unaffordable, or fail to meet public demand, the law permits compulsory licensing. The Act also empowers the Controller to modify, terminate, or revoke patent rights in certain circumstances while balancing the interests of inventors, businesses, and society. These provisions are particularly significant in sectors such as pharmaceuticals, healthcare, and essential technologies, where public access is a key policy objective.

Chapter XVIII - Suits Concerning Infringement of Patent

Patent rights are meaningful only when they can be effectively enforced. The Indian Patents Act, 1970 provides a comprehensive legal framework for patent infringement actions, enabling patentees, exclusive licensees, and compulsory licensees to protect their inventions against unauthorized use. The Act outlines the jurisdiction of courts, available remedies such as injunctions, damages, and account of profits, as well as procedural safeguards including burden of proof provisions for process patents. It also recognizes important exceptions such as the Bolar exemption, parallel imports, good-faith infringement, and declaratory actions for non-infringement. Through judicial precedents and statutory protections, the Act balances the rights of patent owners with the interests of businesses, innovators, and the public.

Transform University Research into Real-World Impact

At anovIP Universities, we specialize in forging the crucial link between academic innovation and industry application. Our dedicated division empowers universities to maximize the societal and economic impact of their research through strategic IP commercialization, IP education tailored for academics, and collaborative joint patent development.

Ready to take the next step? Contact us.

anovIP Abstract Design
anovIP Asia anovIP Analytics anovIP Paralegal anovIP India anovIP Universities anovIP AI anovIP Advisors anovIP Foundation anovIP Asia anovIP Analytics anovIP Paralegal anovIP India anovIP Universities anovIP AI anovIP Advisors anovIP Foundation anovIP Asia anovIP Analytics anovIP Paralegal anovIP India anovIP Universities anovIP AI anovIP Advisors anovIP Foundation anovIP Asia anovIP Analytics anovIP Paralegal anovIP India anovIP Universities anovIP AI anovIP Advisors anovIP Foundation anovIP Asia anovIP Analytics anovIP Paralegal anovIP India anovIP Universities anovIP AI anovIP Advisors anovIP Foundation anovIP Asia anovIP Analytics anovIP Paralegal anovIP India anovIP Universities anovIP AI anovIP Advisors anovIP Foundation anovIP Asia anovIP Analytics anovIP Paralegal anovIP India anovIP Universities anovIP AI anovIP Advisors anovIP Foundation anovIP Asia anovIP Analytics anovIP Paralegal anovIP India anovIP Universities anovIP AI anovIP Advisors anovIP Foundation anovIP Asia anovIP Analytics anovIP Paralegal anovIP India anovIP Universities anovIP AI anovIP Advisors anovIP Foundation