Just a dumb question - your technology could work for replacing logic, but the big challenge for AI isn't the logic. It's really the architecture that links computation to massive amounts of memory and the ability to map and execute models to the combination of compute and memory. From your paper, you don't do anything for memory. Are you suggesting static memory within in your chips ?
Kevin,
You're right that the memory wall is a critical crisis - but it's not the only one. We're building nuclear power plants and $30B fabs because traditional architectures use 3,200+ transistors where DRDCL uses 38, AND they spend 70-80% of their energy and time moving data between compute and memory.
DRDCL attacks both problems:
Logic Efficiency: 100-100,000x fewer transistors for the same computations through nanosecond reconfiguration - the same 38 transistors perform thousands of different operations. Radically reducing chip area and power dissipation while increasing logic speed will be very helpful for AI, even as memory remains the dominant bottleneck.
Memory Bottleneck Solutions: Dynamic reconfiguration accomplished by the chip logic itself, combined with integrated short-term memory elements (microseconds) with negligible impact on chip density, opens up new architectural possibilities. The transistor efficiency creates headroom for on-chip I/O acceleration:
Integrated I/O acceleration - circuits dynamically optimize data movement patterns
Adaptive memory controllers that reconfigure based on access patterns
On-chip preprocessing for data compression/decompression to reduce bandwidth requirements
Intelligent caching that adapts to workload patterns in real-time
We're essentially flipping the ratio: instead of 70% data movement overhead and 30% computing, we're targeting 80% useful compute with 20% optimized I/O. This might even lead to completely new architectures that aren't possible with today's fixed silicon.
This is why we're focused on the silicon compiler first - the tooling needs to handle the logic reconfiguration and I/O optimization to fully exploit what DRDCL enables.
- Tom Jackson, Founder & VP Business Development, SoftChip | TJ@SoftChip.tech