2026-05-28 · 2 min. read

HACI 2026: Notes from an HPC User

Last weekend11 22–25 May 2026, I attended HACI 2026, the International Forum for HPC & AI Co-Driven Innovation.

I build scalable scientific simulation codes, and I also use AI tools in daily development. However, my simulation stack is still mostly FP64/FP32 brute force. Given that constraint, I listened with one question: What can a small lab with two consumer GPUs actually do next?

Four talks stayed with me.

For a small lab, the conclusion is straightforward: optimize for attainable performance first. My possible next steps would be:

  1. Measure data movement bottlenecks before adding compute.
  2. Expand mixed precision only where error behavior is controlled.
  3. Build one small AI+simulation prototype with validation.
  4. Reproduce one single-GPU optimization result on our own RTX hardware.

HACI 2026 was broad. My output is narrow: one clearer direction and one smaller next step.