← Latest papers
🤖 AI

AutoSizer: Automatic Sizing of Analog and Mixed-Signal Circuits via Large Language Model (LLM) Agents

This paper introduces AutoSizer, a reflective Large Language Model (LLM) agent framework that automates Analog and Mixed-Signal (AMS) circuit sizing by unifying circuit understanding with a two-loop optimization process to iteratively refine search spaces, while also providing the AMS-SizingBench benchmark to demonstrate its superior performance over traditional and existing LLM-based methods.

Original authors: Xi Yu, Dmitrii Torbunov, Soumyajit Mandal, Yihui Ren

Published 2026-05-29
📖 4 min read☕ Coffee break read

Original authors: Xi Yu, Dmitrii Torbunov, Soumyajit Mandal, Yihui Ren

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to bake the perfect cake, but you don't have a recipe. You only know the ingredients (transistors) and the goal (a cake that tastes great, isn't too heavy, and rises perfectly). In the world of electronics, designing "Analog and Mixed-Signal" circuits is exactly like this. It's a high-stakes game where tiny changes in the size of a component can turn a masterpiece into a disaster.

For decades, engineers have tried to automate this using computers. But traditional methods are like a blindfolded person throwing darts at a board, hoping to hit the bullseye. They try millions of random combinations, wasting time and energy, often getting stuck in a "good enough" solution that isn't actually the best.

Recently, computers got smarter with Large Language Models (LLMs)—the same technology behind chatbots that can write stories and solve riddles. People thought, "Let's ask the AI to design the circuit!" But there was a problem: LLMs are great at talking and reasoning, but they are terrible at doing precise math. They might say, "Make the transistor bigger," but they can't calculate exactly how much bigger to get the perfect result.

Enter AutoSizer.

The authors of this paper created a new system called AutoSizer. Think of it not as a single chef, but as a team of expert consultants working together in a loop to bake that perfect cake.

The Two-Loop Team

AutoSizer works like a conversation between two distinct roles:

  1. The Inner Loop (The Baker): This is the part that actually does the heavy lifting. It tries different sizes for the components, runs a simulation (a "test bake"), and sees how the circuit performs. It uses standard mathematical tools to tweak the numbers.
  2. The Outer Loop (The Master Critic): This is where the "smart" AI comes in. After the Baker tries a few things, the Critic looks at the results. It asks questions like:
    • "Why did the cake fail? Was the oven too hot?"
    • "We keep trying to make the flour bigger, but maybe we should be changing the sugar instead."
    • "We are stuck in a corner; let's try a completely different range of ingredients."

If the Baker is stuck, the Critic steps in, changes the rules of the game, and tells the Baker, "Okay, stop trying to fix the flour. Let's try adjusting the eggs instead, and let's try a wider range of egg sizes."

The "Self-Reflection" Magic

The secret sauce of AutoSizer is reflection. Most old systems just keep doing the same thing over and over until they run out of time. AutoSizer is like a student who takes a test, gets a bad grade, and then thinks about why they got it wrong before trying again.

  • If the search space is too big: The Critic says, "We are looking at too many options. Let's focus only on the top 3 ingredients that matter most."
  • If the search space is too small: The Critic says, "We are stuck because we aren't looking at enough options. Let's expand our search."

This back-and-forth allows the system to learn from its mistakes in real-time, refining its strategy as it goes.

The New "Tasting Menu" (AMS-SIZINGBENCH)

To prove their system works, the authors didn't just test it on one type of circuit. They created a new, open-source "tasting menu" called AMS-SIZINGBENCH.

Imagine a cooking competition where you have to bake 24 different types of dishes:

  • Simple ones like a basic inverter (like a light switch).
  • Medium ones like an amplifier (like a volume knob).
  • Hard ones like a voltage regulator (like a complex temperature controller).

They tested AutoSizer against traditional "dart-throwing" methods and other AI agents. The results were clear:

  • Speed: AutoSizer found the best designs much faster.
  • Quality: The circuits it designed performed better.
  • Reliability: It succeeded in finding a working design almost 100% of the time, even on the hardest circuits, whereas other methods often gave up or failed.

The Bottom Line

The paper claims that by combining the reasoning power of a smart AI (the Critic) with precise mathematical optimization (the Baker), and letting them talk to each other in a loop, we can automate the design of complex electronics much better than before.

They also made their "tasting menu" (the benchmark) and their code public, so other researchers can try to beat their record or build upon their work. It's a step toward making the design of future electronics faster, cheaper, and more reliable, without replacing the human engineers, but rather giving them a super-powered assistant.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →