Bỏ qua đến nội dung chính
Back to home
AI Tech 2 min read

PICasso: AI Framework Automates Photonic IC Design from Natural Language

Researchers have introduced PICasso, an LLM-powered framework that automates photonic integrated circuit (PIC) synthesis, layout, and optimization directly from natural language, cutting insertion loss to 3.25 dB.

Tier 2 · sources 56% confidence Reviewed
Sources arxiv.org

Transforming Natural Language into Photonic Layouts

A research paper released under arXiv identifier 2608.26113v1 has introduced PICasso, an artificial intelligence framework designed to automate the complete synthesis, verification, and optimization workflow for photonic integrated circuits (PICs) from natural language prompts. The system addresses a major bottleneck in semiconductor design by turning large language models (LLMs) from isolated netlist generators into layout-ready design agents capable of producing fabrication-grade photonic circuits.

Multi-Tier Pipeline and Integrated Simulation

Technically, PICasso operates through a multi-stage compilation pipeline:

* Input Translation: Translates natural language design specifications into structured YAML representations. * Physical Compilation: Converts intermediate YAML representations into foundry-standard GDS layout files. * Foundry-Aware Routing: Integrates process design kit (PDK) knowledge to automate component placement and routing. * Design Verification: Embeds physical design rule checking (DRC) and layout-versus-schematic (LVS) verification directly into the loop. * Simulation Feedback: Utilizes the SAX photonics simulation engine to compute real-time optical responses.

The PIC-Set Benchmark and Performance Gains

The authors also introduced PIC-Set, a comprehensive benchmark consisting of 36 parameterized photonic design tasks ranging from fundamental component blocks to complex, multi-element integrated circuits. State-of-the-art LLMs were evaluated on PIC-Set using standardized metrics, including structural and functional specification satisfaction rates (Spec@k), optimization efficiency, and perturbation robustness.

Experimental results demonstrated that PICasso significantly outperforms baseline LLM code generation:

* High-Complexity Accuracy: Achieved up to 92.7% structural Spec@3 and 52% functional Spec@3 on complex circuits. * Optical Optimization: Leveraged simulation feedback loops to reduce average insertion loss from 4.98 dB down to 3.25 dB, marking a 1.74 dB improvement.

Implications for Photonic Circuit Design

According to the research team, combining physical layout constraints, automated verification, and simulation feedback dramatically reduces design turnaround times compared to traditional manual GUI-based workflows. However, the arXiv preprint has not yet confirmed open-source availability for the framework or immediate plans for physical tape-out and foundry fabrication.