Doubling GPT-3 Inference Speed and Eliminating Silicon Furnaces: Vertical Memory Architectures V-Die and MOSAIC Revolutionize HBM Cooling and Bandwidth for AI Accelerators
Future AI accelerators may soon feature memory chips literally standing on their edges. Researchers from South Korea and Japan have proposed rotating DRAM dies vertically to boost both the speed and capacity of HBM without turning multilayer stacks into poorly cooled silicon furnaces.
Two new architectures, V-Die and MOSAIC, were presented in June 2026 at the IEEE Symposium on VLSI Circuits. Both teams abandoned the conventional approach of stacking dynamic memory dies horizontally on top of a base die and connecting them through TSV (through-silicon via) channels. Instead, the engineers assemble the package first and then rotate the entire structure so that individual dies stand vertically, functioning like the fins of a radiator.
Current HBM places multiple memory dies above a base die and links the layers with short, wide TSV buses that deliver several terabytes per second of bandwidth, making it the foundation of powerful AI accelerators. However, increasing the number of layers makes heat removal increasingly difficult. Lower dies become extremely hot, and heat must travel through silicon, solder, insulating materials, and additional package layers. The TSVs themselves also consume valuable die area that could otherwise be used for memory cells.
The Korean V-Die architecture removes TSVs from the memory dies altogether. Each vertical die receives its own input/output lines along the bottom edge and connects directly to the substrate. According to the researchers’ calculations, the design provides four times more connections than HBM4 and cuts data read time by 37 percent. Microfluidic channels running between the dies maintain temperatures around 45 °C, whereas dense conventional HBM packages can exceed 80 °C under heavy load.
Simulations of a 16-die system demonstrated significant performance gains. When processing GPT-3-scale workloads, the V-Die architecture achieved 540 tokens per second compared with 296 tokens per second for an equivalent-capacity HBM4 configuration. First-token latency dropped by 32 percent, or roughly 24 milliseconds. These results are currently simulation-based; the research team is now preparing physical prototypes to validate thermal and electrical characteristics.
The Japanese MOSAIC project addresses a different challenge of vertical assembly: even small thickness variations among dozens of dies can misalign contact pads. Engineers from the University of Tokyo, Tohoku University, and RIKEN proposed transmitting data without direct metal contact. Miniature coils on the dies and substrate exchange signals through electromagnetic induction, eliminating the need for perfect physical alignment during assembly.
The experimental MOSAIC interface reached speeds of up to 4 Gbit/s per channel. Researchers expect to double the memory volume of HBM4 by placing the vertical block directly above the GPU while increasing maximum temperature by only about one degree. One configuration accommodates 98 dies and 294 GB of memory; further thinning of the dies could theoretically push capacity to 882 GB.
Neither V-Die nor MOSAIC is yet ready to replace production HBM. The Korean architecture exists primarily as calculations, while the Japanese prototype must still demonstrate acceptable cost, reliability, and high manufacturing yield. Nevertheless, both developments outline a promising route around the thermal barrier that increasingly constrains memory scaling for AI accelerators. Instead of endlessly stacking dies higher, engineers are proposing to rotate the entire structure and turn the memory dies themselves into an integrated heat-dissipation system.
Related articles
MEPhI Opens 2026 Admissions for Online Cybersecurity Master's Program with Yandex Practicum
The National Research Nuclear University MEPhI, in partnership with Yandex Practicum, is accepting applications for its online master's program in Cybersecurity for the 2026 intake. The two-year program leads to a state diploma in Information Security under code 10.04.01 and a professional retraining certificate from Yandex Practicum. Students can choose from four specialized tracks covering AppSec, DevSecOps, network security, and AI security. Admission is fully online and includes document submission via Gosuslugi, an entrance exam, and a motivation letter requiring at least 80 points. The program runs entirely remotely with evening and weekend classes, allowing students to combine studies with work while accessing student benefits and an educational loan at a subsidized 3% rate.
360 Group Launches NanoWork Enterprise AI Platform with Built-in Security and Opens Nationwide Channel Partner Recruitment
On July 28 at the Beijing National Convention Center, 360 Group founder Zhou Hongyi officially unveiled NanoWork, a next-generation enterprise intelligent agent work platform. The platform is designed to bridge the gap between powerful AI models and real-world business tasks by enabling multi-agent collaboration, on-demand model scheduling, and 24/7 cloud operation across diverse scenarios. NanoWork was developed through extensive real-world testing involving 100,000 intelligent agents, coverage of 630 positions over 150 days, consumption of 350 trillion tokens, and collection of 56,000 feedback items. A core emphasis is placed on native security features drawn from 360 Group's two decades of cybersecurity experience to prevent errors that could lead to actual data loss or permission breaches. The company is now actively recruiting city-level channel partners across China to help deploy the solution in local industries and activate existing customer bases with AI capabilities.
Google Enables Document Backup to Drive in Stable Play Services 26.26 Release
Google has rolled out automatic document backup from Android devices to Google Drive in the stable version of Google Play Services 26.26. The feature, which the company prepared for nearly a year, adds a new Documents option in Settings on Pixel phones under Accounts and backup. It remains disabled by default to avoid uploading the Downloads folder without user consent. Once enabled, supported files including PDF, DOC, PPT, XLS, ZIP and even APK files are copied to a new Android backups folder on Drive, with separate subfolders created for each device. The backup consumes storage quota and offers no automatic two-way sync, requiring manual cleanup when disabled. Traces of the capability first appeared in August 2025, followed by an official mention in February 2026 and beta testing before the current stable deployment.
Bridging Manual and Automated Testing: InfoWatch Engineer Outlines Unified Quality Process
InfoWatch senior test engineer Mikhail Shalepo has published a detailed article describing how his team built a reproducible process that links manual and automated testing into a single quality system. The approach addresses the growing complexity of server-side products that undergo quarterly releases and require extensive matrix testing across multiple operating systems and installation scenarios. Shalepo explains that the regulation focuses on decision points rather than prescribing exact test volumes, ensuring that choices about automation candidates, smoke-test gates, failure ownership, and manual compensation are documented and visible to the entire team. The framework divides work into two main blocks—feature development and pre-release regression—each containing preparation, execution, and completion stages. Key outputs include linked artifacts in TMS Scale, explicit Definition of Done criteria, and traceable coverage data that prevents reliance on individual knowledge. The article also shares practical lessons, including why separate mind maps and tables failed to stay current and how the team now integrates automation status directly with test cases.