Computer Architecture Today

Informing the broad computing community about current activities, advances and future directions in computer architecture.
Compressing LLMs without Compromise

Compressing LLMs without Compromise

LLM execution requires moving gigabytes of data, which includes static model weights, the generated KV cache, and other intermediate representations. Depending on the deployment, this may involve communication across the network, PCIe links, accelerator links (e.g.,...

Read more...

ISCA 2026 Trip Report

ISCA 2026 Trip Report

The conference The 53rd International Symposium on Computer Architecture (ISCA) was held at the Raleigh Convention Center in Raleigh, North Carolina, from June 27 to July 1, 2026. Raleigh sits at one corner of the Research Triangle, anchored by North Carolina State...

Read more...

The Return of Rigorous Full-System Timing Simulation

The Return of Rigorous Full-System Timing Simulation

The Return of Rigorous Full-System Timing Simulation Accurate timing simulation remains one of the most important tools in computer architecture, but modern systems have made cycle-level simulation increasingly impractical. Today’s platforms combine many-core CPUs,...

Read more...

Agentic Security: Lessons from Computer Architecture

Agentic Security: Lessons from Computer Architecture

When an agent makes an incorrect guess, the obvious mistakes like bad files or stale outputs are straightforward to see. However, there are less visible leaks that pose significant risks, such as timing patterns or cached context. The context and data exchanged between tools, services, and third-party systems can also be problematic. This situation becomes particularly concerning when AI agents take action before fully understanding the task at hand. This leads to an important question: Who holds the responsibility for addressing the residue left behind by agentic mistakes?

Read more...