Intel · Filed Jan 16, 2025 · Published Sep 3, 2026 · verified — real USPTO data

Intel Patents a Way to Design AI Models Around a Chip Before Training Even Starts

Training an AI model is expensive enough. Intel wants to skip the part where you also train dozens of experimental designs just to find the one that runs well on your chip.

A model generation controller connected to a laptop via a network. Drawing from patent filing US 2026/0260091 A1.
A model generation controller connected to a laptop via a network.
See all 12 drawings from this filing ↓
Publication number US 2026/0260091 A1
Applicant Intel Corporation
Filing date Jan 16, 2025
Publication date Sep 3, 2026
Inventors Jian ZHANG, Bin DING, Tianyi LIU
CPC classification 706/27
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Jun 2, 2026)
Parent application is a National Stage Entry of PCTCN2022122927 (filed 2022-09-29)
Document 21 claims

What Intel's training-free AI design system actually does

Every time an engineer ships a new AI feature, someone has to decide what the underlying model should look like: how many layers, how wide, how deep. The catch is that the "right" answer depends on which chip will run it, and finding that answer usually means training dozens of versions to see which one is fast enough. That burns weeks and serious computing costs.

Intel's patent describes a system that short-circuits that process. Instead of training candidates to compare them, it scores candidate model designs purely on how fast they would run on a target chip, before a single training step happens. The design with the best combined score wins and goes on to be trained, just once.

The system works across multiple domains, meaning it can help design models for image recognition, text, audio, and other tasks using the same approach. The goal is to match the model shape to the hardware, not the other way around.

From the filing · CLAIM 1
generate multiple candidate architectures for a machine learning (ML) model based on target hardware with which the ML model is to be executed and a search space applicable to multiple domains; …

Translation: It builds various AI layouts tailored to specific physical chips and broad use cases.

How the composite score picks a winning architecture

The patent describes a process called training-free neural architecture search (NAS), which means hunting for the best AI model design without the usual cost of actually training each candidate to measure how good it is.

Here is how the pipeline works:

  • Generate candidates: The system creates a large set of possible model architectures drawn from a search space (a defined menu of building blocks) that covers multiple task types, such as vision and language.
  • Score for latency: Each candidate is evaluated for how quickly it would run on the specific target hardware, such as an Intel CPU or accelerator. This is the core latency score, and it is computed without any training data.
  • Compute a composite score: The latency score is combined with other proxy signals (indicators that predict future model quality without full training) into a single composite score per candidate.
  • Select the winner: The candidate whose composite score meets a set threshold or beats all others is chosen as the architecture to actually train.

The key insight is that certain structural properties of a model design predict its eventual performance well enough that you do not need to train it first to know whether it is worth pursuing. By anchoring those predictions to real hardware timing data, Intel's system tries to produce models that are fast in practice, not just in theory.

From the filing · THE ABSTRACT
… compute respective composite scores for the multiple candidate architectures, the respective composite scores based on respective latency scores for the multiple candidate architectures.

Translation: It grades each possible design based on how fast it will run.

What this means for faster, cheaper AI deployment on hardware

For teams deploying AI on specific chips, such as edge devices, laptops, or data-center accelerators, the bottleneck is often not training the final model but finding the right model shape for the hardware. Intel's broader push into AI-optimized silicon makes a tool like this directly useful for its own customers: buy an Intel chip, run this search tool, get a model that fits.

For you as an end user, the downstream effect would be AI features that run faster and use less power on the device in your hands, because the model was designed with that chip's limits in mind from the start rather than retrofitted afterward. The savings in engineering time could also make it practical for smaller teams to build hardware-optimized AI, not just the handful of companies that can afford months of architecture experiments.

Intel's 35th filing we've tracked since May in the AI chip wars continues a push on efficient hardware, following one on cutting wasted chip space and one on saving memory for image tasks.

Editorial take

The core method runs entirely in software, so shipping this does not require new chips or specialized hardware. What has to exist first is a library of timing measurements for each chip the tool is meant to support, because the scoring system that picks good designs depends on knowing how fast each building block runs on actual hardware. That data-gathering work is substantial, and this document does not solve it.

If those timing libraries get built and bundled with existing developer tools, the distance from this filing to something a team could put to work is shorter than it appears.

The detail that matters most is that the framework handles vision, language, and audio models in one process rather than forcing teams to repeat the whole effort for each type of project. That breadth is what separates a narrow research result from something that saves meaningful time across a real product organization.

There are more where this came from

We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.

The drawings

12 drawing sheets from US 2026/0260091 A1 · click any drawing to enlarge

Patent filing page

Source. Full patent text and figures from the official USPTO publication PDF.