paper-with-me

Papers

Redwood: A Frontier AI Accelerator Designed, Verified, and Deployed from Scratch in 2 Weeks by AI

2026-08-26 · Architect Labs arxiv

Modern AI workloads and the hardware that runs them evolve on different timescales: architectural definition precedes volume silicon by years, while target workloads shift in months. Design decisions are therefore committed under deep uncertainty and paid for twice, once in the generality added as a hedge, and again when new workloads map poorly onto frozen silicon. As Moore's Law stagnates, specialization is the main remaining source of performance-per-watt and demands a design cycle that runs at the cadence of the workloads. We present an end-to-end AI system that collapses the software-to-silicon stack into a single optimization loop, where hardware and software are co-designed and verified under one objective. Its first demonstration is Redwood, a frontier AI accelerator built for single-batch, low-power, ultra-low-latency inference for physical AI. From a high-level specification by two human architects, the system autonomously generated the performance model, RTL design, UVM environments, formal proofs, firmware, and kernels in under two weeks with no human intervention below the specification. Every block reached 95% coverage via commercial EDA tools, our proprietary formal engine, and hardware-in-the-loop validation. Specification changes were reverified and redeployed to hardware in under 48 hours. Redwood Nano, its ultra-low-power FPGA variant, runs multi-billion-parameter models like Llama and Qwen. Projected onto Samsung 8 nm, the Jetson Orin Nano's process class, Redwood delivers 1.75x the throughput at 1.9x lower power, a 3.4x performance-per-watt gain against a measured Jetson baseline on the same models. Qwen running on Redwood also helped design next-generation Redwood, an early step toward recursive self-improvement. To our knowledge, this is the first production-worthy AI accelerator designed end-to-end by an AI system and running a modern AI model.

📄 PDF Abstract BibTeX arXiv:2608.26418

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Communication Compression for Tensor Parallel LLM Inference

2024-11-14 · Jan Hansen-Palmus, Michael Truong Le, Oliver Hausdörfer, Alok Verma

Large Language Models (LLMs) have pushed the frontier of artificial intelligence but are comprised of hundreds of billions of parameters and operations. For faster inference latency, LLMs are deployed on multiple hardwar…

Quantization

Best of Both Worlds: AutoML Codesign of a CNN and its Hardware Accelerator

2020-02-11 · Mohamed S. Abdelfattah, Łukasz Dudziak, Thomas Chau, Royson Lee 외

Neural architecture search (NAS) has been very successful at outperforming human-designed convolutional neural networks (CNN) in accuracy, and when hardware information is present, latency as well. However, NAS-designed …

AutoMLGeneral ClassificationGPUimage-classification+4

Accelerator-aware Neural Network Design using AutoML

2020-03-05 · Suyog Gupta, Berkin Akin

While neural network hardware accelerators provide a substantial amount of raw compute throughput, the models deployed on them must be co-designed for the underlying hardware architecture to obtain the optimal system per…

AutoMLHardware Aware Neural Architecture Searchimage-classificationImage Classification+1

Exploring Robustness of Image Recognition Models on Hardware Accelerators

2023-06-02 · Nikolaos Louloudakis, Perry Gibson, José Cano, Ajitha Rajan

As the usage of Artificial Intelligence (AI) on resource-intensive and safety-critical tasks increases, a variety of Machine Learning (ML) compilers have been developed, enabling compatibility of Deep Neural Networks (DN…

Image ClassificationModel Optimization

Ultra Power-Efficient CNN Domain Specific Accelerator with 9.3TOPS/Watt for Mobile and Embedded Applications

2018-04-30 · Baohua Sun, Lin Yang, Patrick Dong, Wenhan Zhang 외

Computer vision performances have been significantly improved in recent years by Convolutional Neural Networks(CNN). Currently, applications using CNN algorithms are deployed mainly on general purpose hardwares, such as …