OpenAI · Filed Mar 23, 2026 · Published Jul 30, 2026 · verified — real USPTO data

OpenAI Patents a Chip That Runs AI Calculations Forward and Backward Without Interruption

Moving data around inside a chip is often more expensive, in time and energy, than doing the actual math. OpenAI's new patent describes hardware that sidesteps a common version of that problem by running two different flavors of matrix multiplication on the same weights without ever shuffling them.

OpenAI Patent: Matrix Transpose Math Without Moving Data — figure from US 2026/0220227 A1
Figure from the official USPTO publication.
See all 6 drawings from this filing ↓
Publication number US 2026/0220227 A1
Applicant OpenAI Opco, LLC
Filing date Mar 23, 2026
Publication date Jul 30, 2026
Inventors Mohammed Elneanaei Abdelmoneem Fouda, Ramyad Hadidi
CPC classification 708/200
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Apr 24, 2026)
Parent application is a Continuation of 18949783 (filed 2024-11-15)
Document 20 claims

What OpenAI's stationary-weight chip trick actually does

Imagine a massive spreadsheet of numbers permanently bolted to a wall. Normally, to do two different calculations with it, you'd have to print two separate copies, one in the original layout and one with all the rows and columns swapped. That copying takes time and wastes energy.

OpenAI's patent describes a chip design that keeps those numbers exactly where they are and instead changes how the chip reads and combines them. A routing switch inside the hardware directs partial results to different adder circuits depending on which kind of calculation you need, original layout or flipped.

Almost every AI model, including the large language models behind ChatGPT, runs on enormous amounts of this kind of matrix math. Doing it faster and with less data-shuffling means lower costs and potentially lower power draw for the servers that run these models.

How the multiplexer routes results for two matrix operations

The patent covers a hardware unit that can perform two related operations, a standard vector-matrix multiplication (VMM) and a transposed VMM (where the matrix is flipped so its rows become columns), without ever moving the stored weight values.

The key components described are:

  • Memory cells that hold the weight values and stay put throughout both operations
  • Multiplication circuitry attached directly to those cells, which multiplies each stored weight by a piece of the input data
  • Multiple adder trees (circuits that sum up partial products in parallel) that handle the accumulation step
  • A multiplexer module (essentially a configurable routing switch) that decides which partial result feeds into which adder tree, selecting one wiring pattern for normal VMM and a different pattern for transposed VMM

In a conventional approach, performing the transposed version requires either physically rearranging the data in memory or loading a second, pre-transposed copy. This design avoids both by making the routing logic reconfigurable while the weights stay stationary.

What this means for the cost of running AI models

AI inference and training are dominated by matrix operations. Every token your chatbot generates, every image a diffusion model renders, involves thousands of these multiplications per second. Hardware that cuts the overhead of switching between matrix orientations could reduce memory bandwidth pressure, which is one of the primary bottlenecks on today's AI accelerators.

For OpenAI specifically, which operates at enormous scale, even incremental gains in per-operation efficiency compound into real cost savings. This patent also signals that OpenAI is actively developing its own custom silicon thinking, a space currently dominated by Nvidia, AMD, and Google's TPUs. Whether this specific design ever ships in a production chip is an open question, but the IP establishes a foothold.

Editorial take

This is a solid, concrete hardware patent with a clear efficiency target: eliminate redundant data movement for transposed matrix math. It's not flashy, but matrix operations are the atomic unit of AI computation, and anyone building chips at scale cares deeply about this. The fact that OpenAI is filing chip-architecture patents at all is arguably the more interesting story.

The drawings

6 drawing sheets from US 2026/0220227 A1 · click any drawing to enlarge

Patent filing page

Which company should we read for you?

We track 17 companies here. Pro is the same weekly breakdown for any company you choose, delivered privately. Type a name and we'll scope it and send you a quote.

Get one Big Tech patent every Sunday

Plain English, intelligent commentary, no hype. Free.

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

Editorial commentary on a publicly published patent application. Not legal advice.