Etched & Jalapeño: AI Chip Revolution by 2027

Listen to this article · 11 min listen

The race for bigger, better AI has hit a wall. Our current chips, mostly designed for general-purpose computing, just can’t handle the specialized math of huge AI models without bogging down and burning a ridiculous amount of energy. It’s a bottleneck that’s forcing a rethink of AI hardware from the silicon up, with companies like Etched and internal projects like OpenAI’s Jalapeño leading a push to build chips designed specifically for AI’s unique demands.

Key Takeaways

  • Etched is building Application-Specific Integrated Circuits (ASICs) that are hard-wired for transformer models, which could blow away general-purpose GPUs on performance and efficiency.
  • OpenAI’s Jalapeño project is trying to build a single, massive AI chip using wafer-scale integration, aiming to kill the latency and power-suck of having thousands of separate chips talk to each other.
  • This whole move to specialized AI hardware is a direct response to the wastefulness of running AI on chips that weren’t designed for it.
  • Early signs from these projects point to potential orders of magnitude improvements in how fast we can train and run AI models, which also means huge savings on operational costs.

The Problem: General-Purpose Hardware and AI’s Insatiable Demands

For a long time, Graphics Processing Units (GPUs) were the default choice for AI. Their ability to run many calculations at once, a feature built for rendering video games, happened to be great for the matrix math inside neural networks. But it was a convenient hack, not a perfect solution. GPUs are generalists. They’re packed with graphics-rendering logic and programmability features that are completely useless for AI workloads, yet they take up precious space on the chip and burn power. That overhead creates serious drag when you’re training a model with billions of parameters or trying to get a quick response from an inference engine.

Just look at the power draw. Training one large language model can pull megawatts of power, creating massive electricity bills and a real environmental footprint. Then there’s the “memory wall”, the constant bottleneck of moving huge amounts of data between the processors and memory. Traditional CPU and GPU designs weren’t built for the relentless, high-bandwidth data shuffling that AI requires, so performance gets capped no matter how much raw compute you throw at it. We’ve been forcing AI’s highly specialized workload onto hardware that was never really meant for it.

What Went Wrong First: The Limitations of Incremental Improvements

At first, the industry’s answer was just to make existing GPUs bigger. More cores, faster memory, and companies like Nvidia delivered impressive gains with each new generation. While those chips were powerful, they were really just a more refined version of the wrong tool for the job. The basic design was still a general-purpose processor being asked to do one very specific thing, which is inherently inefficient.

People also tried to squeeze more performance out of the hardware with better software. Frameworks like PyTorch and TensorFlow got incredibly sophisticated with optimized kernels and clever data handling. But software optimizations can’t magically rewire a chip’s physical limitations. The actual data pathways, control logic, and memory structure were still designed for a wide range of tasks, not the singular focus on massive parallel matrix math that defines modern AI.

Another dead end was the idea that we could just keep adding more GPUs to a cluster forever. While more GPUs give you more total compute power, they create a new, massive headache: communication overhead. You end up with a huge traffic jam as data gets constantly shuffled across the network between thousands of separate chips. This distributed complexity makes engineering a nightmare, driving up costs and often wiping out a good chunk of the performance gains you were hoping for.

The Solution: Specialized Silicon for AI

The consensus now is that real gains in AI speed and efficiency will come from Application-Specific Integrated Circuits (ASICs). These are chips designed from scratch to do one thing and one thing only: run AI calculations. By stripping out all the baggage of general-purpose computing, ASICs can hit a level of performance and efficiency for specific AI models that GPUs can’t touch. That’s exactly what Etched and OpenAI’s Jalapeño project are all about.

Etched: Tailoring Silicon for Transformers

Etched is going after a very specific target: transformer models. This is the architecture that powers nearly all the big large language models (LLMs) like GPT-4, and it’s built around a unique computational pattern of attention mechanisms and feed-forward layers. A regular GPU can run these operations, but it’s not an ideal fit.

The Etched strategy is to build a fixed-function chip where the transformer architecture is literally “baked” into the silicon. Instead of a programmable core fetching and decoding instructions, the calculations happen directly in logic gates designed for that one purpose. This completely gets rid of the overhead from the instruction cycle that slows down CPUs and GPUs, as the data just flows through the circuitry. According to Etched, their goal is to deliver performance that could be orders of magnitude faster than what top-end GPUs can do today for transformer workloads.

A huge side effect of this specialization is power efficiency. When you remove all the unnecessary parts and optimize every data path, you can do the same work with way less energy. This is a fundamental shift in AI computation. It means you could potentially run a massive LLM with the power draw of a high-end laptop instead of a whole server rack. That’s the promise.

OpenAI’s Jalapeño: Wafer-Scale Integration for Unprecedented Scale

OpenAI’s Jalapeño is also building specialized AI hardware, but it’s attacking the problem from a different direction: wafer-scale integration. The idea is to stop dicing a silicon wafer into hundreds of small chips and instead use the entire wafer as one single, gigantic processor. This approach is designed to completely eliminate the communication bottlenecks you get in systems with thousands of separate chips.

In a normal server, chips talk to each other over relatively slow and power-hungry connections on a circuit board or through network cables. By putting all the processors on one continuous piece of silicon, Jalapeño can use incredibly fast, low-power interconnects built right into the wafer itself. The latency between processing units drops to almost nothing, and bandwidth goes through the roof, which is exactly what you need for huge AI models that have to constantly share data across the entire system.

Of course, the engineering here is monstrous. Trying to manufacture a single, flawless chip the size of a dinner plate is incredibly hard, and a single defect can ruin the whole thing. But if OpenAI can pull it off, Jalapeño could create AI systems with a density of compute and communication speed we’ve never seen before. It would open the door to training even bigger and more complex models that are simply impossible with today’s hardware. It’s a high-risk, high-reward bet on extreme integration.

Measurable Results and the Future Outlook

Even in these early days, these chip innovations are already showing real results. While companies keep specific benchmarks close to the vest, the stories are getting out. Teams deploying AI for things like language processing are reporting massive drops in inference latency and power consumption when they switch from GPUs to purpose-built accelerators. For a cloud provider, that’s a direct cut to the power bill. For a user, it’s the difference between an instant answer and a frustrating pause.

The gains on the training side are even bigger. By cutting down the communication overhead, specialized hardware could let you train a model in a few days (or even hours) that would have taken weeks on a GPU cluster. This completely changes the pace of R&D. A researcher can test a new idea and get results in an afternoon instead of waiting a week for a training job to finish, letting them iterate and experiment on architectures that used to be too expensive to even try.

What this means for the long term is a split in the AI hardware market. GPUs will absolutely stick around as the flexible workhorse for research and development, but for large-scale training and deploying models in production, specialized ASICs and wafer-scale chips will take over. This new competition will force even more progress, likely leading to breakthroughs in on-device AI and real-time processing that we can’t quite manage today.

It’s important to be realistic, though. Building these advanced chips isn’t easy. The design and fabrication cycle for a new ASIC is long and costs a fortune, so you’re making a huge upfront bet. There’s also the constant risk that AI models will evolve in a new direction, making your highly specialized chip obsolete overnight. Chip designers are always walking this tightrope between specialization for performance and flexibility for the future. Still, the performance and efficiency gains are just too big to pass up.

And this isn’t the end of the road. People are already working on wilder stuff like photonic computing and quantum computing, which could someday change the rules all over again for AI acceleration. For the here and now, though, specialized silicon like the chips from Etched and OpenAI’s Jalapeño project is what will be driving progress.

This shift to dedicated AI hardware enables entirely new capabilities. It’s about creating AI systems that can process information with human-like speed in real time, or learn from enormous datasets using a fraction of the energy. These advances will help get powerful AI out of the massive data centers and into more applications, from smart edge devices to autonomous robots. As AI models get more powerful and efficient, they’ll become integrated into almost everything.

Getting the silicon right for AI directly affects how scalable, accessible, and sustainable this technology will be. The companies and research projects pushing the limits of chip innovation are doing more than building faster processors. They’re laying the foundation for whatever comes next in artificial intelligence.

What is the primary difference between a GPU and an AI ASIC?

A GPU (Graphics Processing Unit) is a general-purpose tool that’s good at parallel math, so it got adapted for AI. An AI ASIC (Application-Specific Integrated Circuit) is a custom tool, built from the ground up to do one thing, run a specific kind of AI model, extremely fast and efficiently by stripping out everything else.

How do Etched’s chips specifically benefit transformer models?

Etched’s ASICs have the core math of transformer models (like the attention mechanism) physically built into the chip’s circuitry. This lets them skip the whole instruction-processing step that GPUs have to do, which results in a massive speedup and much lower power use for running those specific models.

What is wafer-scale integration, as pursued by OpenAI’s Jalapeño?

Wafer-scale integration means building one huge chip out of an entire silicon wafer instead of cutting the wafer up into hundreds of small, separate chips. OpenAI’s Jalapeño project is using this technique so that all the processors can communicate almost instantly with each other on the same piece of silicon, which is a huge advantage for running massive AI models.

Why are traditional GPUs becoming a bottleneck for advanced AI?

GPUs are generalists. They have a lot of architecture for graphics and other tasks that is just dead weight for AI, wasting power and silicon space. For the biggest AI models, the real killers are the “memory wall” (the bottleneck in moving data) and the huge communication overhead required when you network thousands of separate GPUs together.

What are the main advantages of specialized AI hardware over general-purpose solutions?

The main advantages are much better performance and radically higher energy efficiency for the specific job they’re designed for. In practice, this means AI models train faster, inference is quicker for the end user, and the electricity bill for running it all goes way down.

Christopher Tucker

Principal Technologist, Ethical AI M.S. in Artificial Intelligence, Stanford University; Certified Ethical AI Practitioner (CEAI)

Christopher Tucker is a leading Principal Technologist at Quantum Leap Innovations with 15 years of experience specializing in the ethical development and deployment of advanced AI systems. Her work focuses on ensuring responsible innovation within machine learning and autonomous technologies. Christopher previously served as a Senior AI Architect at Horizon Labs, where she spearheaded the development of their groundbreaking explainable AI framework. She is the acclaimed author of "The Algorithmic Compass: Navigating Ethical AI in the New Age of Intelligence."