Urgent.News

What's breaking now, across thousands of outlets.

Editions

Tech

TSMC could start mass producing 1.6nm chips as soon as late 2026

TSMC may have already gone beyond 2nm.

TSMC could start mass producing 1.6nm chips as soon as late 2026

TSMC, the world's largest contract chip maker, is reportedly on the verge of mass producing 1.6nm chips as early as late 2026, according to a report from Liberty Times (via Chosun). This development comes as chip manufacturers race to catch up with IBM's groundbreaking sub-nm architecture. IBM recently showcased its sub-nm technology, but estimates it will take five years for their design to be ready for production.

In contrast, TSMC has reportedly finalized the development and verification of its angstrom-class A16 (1.6nm) process, signaling their potential lead in the race towards the next generation of chip manufacturing.

Written by urgent.news from Android Authority's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at androidauthority.com →

More in Tech

What Is a Vulnerability, Really? Source, Sink, and Taint

Two Java methods. One of them will let an attacker delete your entire products table. The other is completely safe. public int deleteA ( HttpServletRequest request , Connection conn ) { String id =…

  • Source is user input entry point, e.g. HttpServletRequest object
  • Sink is program operation where tainted data can cause harm
  • Taint spreads malicious data through program operations

More from Thursday 20 August →