Blog IAExpertos

Descubre las últimas tendencias, guías y casos de estudio sobre cómo la Inteligencia Artificial está transformando los negocios.

Etched raises an additional $700 million, reaching a $21 billion valuation: the rise of dedicated inference chips

8/19/2026 Artificial Intelligence
Etched raises an additional $700 million, reaching a $21 billion valuation: the rise of dedicated inference chips AI-generated

1. Executive Summary

In a move that consolidates a critical trend in artificial intelligence infrastructure, Etched Inc. has announced the closing of an additional $700 million funding round, raising its total valuation to $21 billion. This capital injection, led by quantitative investment firm Jane Street and with participation from heavyweights such as Kleiner Perkins, Sequoia, Andreessen Horowitz, Tiger Global, and Bain Capital Ventures, comes just weeks after the company secured a $300 million round with direct backing from Nvidia Corp.

The magnitude of this operation is not merely a reflection of investor appetite for generative AI; it is an unequivocal signal that the market is betting on a fundamental architectural transition: the shift from general-purpose processors (GPUs) to application-specific integrated circuits (ASICs) designed exclusively for large language model (LLM) inference. For CTOs, cloud architects, and infrastructure leaders, this news is not just a financial headline; it is an indicator that the next decade of AI computing will be decided by silicon efficiency, not by the raw scale of clusters. This article breaks down Etched's underlying technology, analyzes the implications for the semiconductor market and data center operators, and offers a strategic roadmap for those who must decide between traditional GPU architectures and dedicated inference solutions. The question is no longer whether specialized chips will dominate, but when and at what speed.

2. Deep Technical Analysis

Etched's value proposition centers on a technical observation that has gained traction over the past two years: the Transformer architecture, which underpins virtually all modern LLMs, has converged on a highly predictable set of mathematical operations. Unlike training, which requires massive flexibility to backpropagate errors through billions of parameters, inference (the process of generating responses) reduces to a loop of matrix multiplications and attention mechanisms. Etched has designed its chip, named Sohu, to execute these operations with extreme efficiency, eliminating the overhead of the general-purpose cores that dominate GPUs.

The technical key lies in the implementation of attention directly in silicon. While Nvidia GPUs (such as the H100 or B200) process attention through software instructions that consume memory and bandwidth, Etched's ASIC integrates attention logic directly into hardware. This drastically reduces memory latency and energy consumption per generated token. In practical terms, this means a single Sohu chip can process tens of thousands of tokens simultaneously, a capability that on current GPUs requires entire clusters interconnected with high-speed networks like NVLink or InfiniBand.

The Sohu architecture also addresses the high-bandwidth memory (HBM) bottleneck. On GPUs, the cost of moving data between memory and compute cores is the dominant factor in total cost of ownership (TCO). Etched has optimized its design to maximize on-chip data reuse, reducing dependence on external HBM. This not only accelerates inference but also reduces manufacturing costs and power consumption, two critical variables in a market where energy is the new gold.

However, specialization comes at a cost: architectural obsolescence. If the AI industry were to migrate toward a fundamentally different model architecture (for example, a replacement of the Transformer with State Space Models or Mamba), Etched's silicon could become obsolete. The company mitigates this risk through the implementation of a flexible instruction set for matrix multiplication, but the fixed attention logic remains a bet. Technical analysts point out that the current convergence around Transformers, driven by the success of GPT-5.6 Sol, Claude Opus 5, and Gemini 3.7 Flash, makes this bet reasonable in the short and medium term. Another crucial technical aspect is scalability. Etched does not just sell chips; it offers a complete system (Sohu Server) that integrates 8 chips on a motherboard with high-speed interconnect. This design allows data center operators to scale horizontally without the complexity of managing thousands of individual GPUs. Compute density per rack is significantly higher, reducing the physical space required and, consequently, cooling and maintenance costs. In an environment where AI data centers consume gigawatts, this efficiency is a first-order competitive differentiator. Finally, it is essential to contextualize Nvidia's role in this round. Nvidia's investment in Etched ($300 million in the previous round) is a strategic hedge. Nvidia dominates training, but inference is a massive and growing market. By backing a potential competitor in the inference niche, Nvidia ensures that if the market migrates toward ASICs, it will have financial and knowledge exposure. Furthermore, this investment could be a tactic to deter Etched from exclusively partnering with Nvidia's competitors in the interconnect space, such as AMD or Intel.

3. Industry Impact and Market Implications

The $21 billion valuation for a company that has not yet generated massive revenue (or is in the initial deployment phase) sends a clear signal to the entire ecosystem: dedicated inference is the next battlefield. Hyperscalers (AWS, Google Cloud, Azure) are watching closely, as the cost of serving models like GPT-5.6 Sol or Claude Opus 5 at global scale is one of the largest operating expenses of the decade. If Etched can demonstrate a 10x to 20x reduction in cost per token compared to GPUs, adoption will be immediate and massive.

For cloud providers, the implication is twofold. First, they must evaluate whether to integrate Sohu servers into their offerings for customers running high-volume inference. Second, they must renegotiate their agreements with Nvidia, as the existence of a viable alternative in the inference niche gives them bargaining power. Historically, GPU prices have been dictated by Nvidia; the emergence of competitive ASICs could break this de facto monopoly in the inference segment. Companies operating their own AI clusters (from tech giants to quantitative hedge funds like Jane Street, which led this round) are calculating the TCO of their infrastructures. Jane Street, known for its intensive use of technology for algorithmic trading, does not invest out of mere financial interest; it is likely seeking to secure compute capacity for its own prediction models. This synergy between investor and customer is a pattern we will see repeated: end users of AI compute are becoming strategic investors to guarantee supply. The impact on the semiconductor market is equally profound. TSMC, the manufacturer of Etched's chips, will see increased demand for its 5nm and 4nm processes, which are the ones Sohu uses. However, ASIC production does not cannibalize high-end GPU production (which uses 3nm and more advanced processes), so TSMC benefits from both worlds. On the other hand, companies like AMD and Intel, which are trying to challenge Nvidia in the AI market, could see ASICs as a threat to their own GPU roadmaps, as the market could segment into two: training (GPU) and inference (ASIC). From a software perspective, the development ecosystem is also adapting. Deployment frameworks like vLLM or TensorRT-LLM are being rewritten to support execution on heterogeneous hardware. Etched has developed its own software stack, which is compatible with PyTorch and Hugging Face, reducing friction for ML teams. However, the lack of support for CUDA (Nvidia's standard) remains a barrier. Companies that depend on libraries optimized for CUDA will need to evaluate the cost of migration against the savings in compute. Finally, the labor market for silicon engineers is experiencing upward pressure. The demand for ASIC designers with AI experience has increased exponentially, and companies like Etched, along with startups like Groq or Cerebras, are competing for a limited pool of talent. This war for talent could slow down the delivery timelines of new chips, giving established players a temporary advantage.

4. Expert Perspectives and Strategic Analysis

The technical consensus among data center architects is that the era of massive inference requires radical specialization. Industry analysts point out that while GPUs are excellent for training, their inference efficiency is suboptimal, especially for models with long context windows (such as Llama 4 Scout with 10 million tokens or Kimi K-3). Long-range attention consumes a disproportionate amount of memory and bandwidth, and this is where Etched's ASICs offer a qualitative advantage.

However, caution is necessary. The industry's history is full of examples of specialized hardware that failed due to the rapid evolution of algorithms. The case of Google's tensor processing units (TPUs) is illustrative: although successful, they require constant re-engineering to keep up with changes in models. Etched must demonstrate that its architecture can adapt to future Transformer variants, such as those incorporating linear attention mechanisms or mixtures of experts (MoE). Flexibility at the matrix instruction level is a good start, but it is not a guarantee. From a strategic perspective, infrastructure leaders must adopt a hybrid approach. It is not about replacing all GPUs with ASICs, but rather identifying the workloads that benefit most from specialization. Inference of high-traffic models (chatbots, code assistants, embedding generation) is the ideal candidate. Conversely, training new models or experimental fine-tuning will continue to require the flexibility of GPUs. The recommendation is to design a data center architecture that allows both types of hardware to coexist, with an orchestration layer that routes tasks to the most efficient silicon. Another critical point is dependence on a single vendor. While Etched is the emerging leader in this niche, dependence on its roadmap (Sohu and future generations) introduces concentration risk. Companies should evaluate alternatives such as Groq (which also produces inference ASICs) or even FPGA-based solutions for specific workloads. Vendor diversification is a risk mitigation strategy that CTOs should seriously consider, especially in a geopolitical environment where semiconductor supply chains are vulnerable. Jane Street's investment is a data point that deserves deeper analysis. High-frequency trading firms are extremely sensitive to latency. If Jane Street is willing to invest $700 million, they have likely conducted internal proof-of-concept tests demonstrating latency reductions of several orders of magnitude compared to GPUs. This type of technical validation by a sophisticated investor is more valuable than any public benchmark. The investment community should interpret this as a signal that Etched's technology is not merely theoretical, but has immediate practical applications in low-latency environments. Finally, it is crucial to address the energy consumption aspect. AI data centers are under regulatory and social scrutiny for their carbon footprint. Inference ASICs, being more efficient per operation, offer a path to reduce the industry's total energy consumption. If Etched can document a 50% reduction in energy consumption per token compared to GPUs, this will become a dominant selling point, not only for economic reasons, but also for regulatory compliance and corporate responsibility.

5. Future Roadmap and Predictions

Etched's development timeline is ambitious. The Sohu chip is expected to be available in volume by the first quarter of 2027. The company has already secured production capacity at TSMC, and initial design wins include several second-tier cloud providers seeking to differentiate themselves from the hyperscalers. By mid-2027, we anticipate that the first large-scale deployments will be operational, and performance results in production environments will be public.

On the 2028 horizon, Etched's second-generation chips (codename undisclosed) should incorporate support for more advanced mixed-precision formats and tighter integration with next-generation memory (HBM4). We are also likely to see an expansion into training small and medium-sized models, a market currently dominated by mid-range GPUs. If Etched achieves this leap, its addressable market will double. Nvidia's reaction will be the most decisive factor. Nvidia is likely to accelerate the development of its own specialized inference solutions, possibly through the acquisition of smaller startups or the launch of a specific inference product line that does not cannibalize its training GPUs. We could also see Nvidia pressuring TSMC to prioritize its production over Etched's, a tactic it has already used in the past with competitors. In the AI model space, the trend toward smaller, more efficient models (such as Gemma 4 12B or DeepSeek-V4-Pro code models) will favor the adoption of inference ASICs. These models, which can run on a single chip, are ideal for Etched's architecture. The proliferation of edge and mid-sized models will reduce dependence on massive GPU clusters and increase the relevance of high-efficiency inference chips.

6. Conclusion: Strategic Imperatives

Etched's $700 million round is not an isolated event; it is the starting gun for the era of specialized inference. Companies that rely on AI for their operations must act urgently. The first action is to conduct an internal audit of their inference workloads: identify which models are served most frequently, what the current cost per token is, and what percentage of the infrastructure budget is allocated to inference. Without this data, any purchasing decision will be speculative.

The second action is to establish a pilot program with dedicated inference hardware. There is no need to commit to a massive purchase; a 90-day pilot with a vendor like Etched or Groq can provide empirical data on latency and cost reduction. This data will be the basis for a long-term architecture decision. Inaction is the greatest risk: waiting for the technology to mature could mean losing a significant competitive advantage in cost and performance. Finally, technology leaders must prepare their teams for a paradigm shift. AI infrastructure management will no longer be synonymous with GPU management. It will involve orchestrating a heterogeneous silicon ecosystem, where each type of processor is used for what it does best. This transition will require new skills in platform teams and an upgrade of observability and deployment tools. Investment in this training is as critical as investment in the hardware itself. The future of AI will not be written solely in algorithms, but in the silicon that executes them, and Etched has just secured a privileged place in that narrative.


Editorial Commitment of IAExpertos.net

This article has been prepared by the editorial team of IAExpertos.net based on verified news sources and documentation. Based on these, we use artificial intelligence tools to structure, expand, and contextualize the information. Before publication, all content is reviewed and validated by the editorial team.

IAExpertos Logo

Canal Oficial de Telegram

Únete a nuestro canal para recibir las últimas noticias sobre IA y ofertas exclusivas de hardware y tecnología recomendadas por IAExpertos.

¡Próximamente!

Estamos preparando artículos increíbles sobre IA para negocios. Mientras tanto, explora nuestras herramientas gratuitas.

Explorar Herramientas IA

Artículos que vendrán pronto

IA

Cómo usar IA para automatizar tu marketing

Aprende a ahorrar horas de trabajo con herramientas de IA...

Branding

Guía completa de branding con IA

Crea una identidad visual profesional sin experiencia en diseño...

Tutorial

Crea vídeos virales con IA en 5 minutos

Tutorial paso a paso para generar contenido visual atractivo...

¿Quieres ser el primero en leer nuestros artículos?

Suscríbete y te avisamos cuando publiquemos nuevo contenido.