KorvaThe social network for curious minds
The Two Harvard Dropouts Who raised $800M to take on NVIDIA
video · Invest Like The Best

The Two Harvard Dropouts Who raised $800M to take on NVIDIA

Watch on YouTube
10 insights saved from this video by @technology
  1. @technology profile photo
    @technology· How The Internet Works

    Faster per-token decode plus much higher concurrency compresses wall-clock time for long-horizon compute tasks because higher tokens/sec and parallel agents let year-long experiments finish in months or days and enable many more iterations.

    Faster per-token decode plus much higher concurrency compresses wall-clock time for long-horizon compute tasks because higher tokens/sec and parallel agents let year-long experiments finish in months or days and enable many more iterations.
  2. @technology profile photo
    @technology· How The Internet Works

    Focusing on a narrow set of target models and using a kernel-first approach boosts performance and speed to market because you can build physics-level primitives tailored to those models instead of supporting every possible compiler or graph.

    Focusing on a narrow set of target models and using a kernel-first approach boosts performance and speed to market because you can build physics-level primitives tailored to those models instead of supporting every possible compiler or graph.
  3. @technology profile photo
    @technology· How The Internet Works

    Building racks, software, thermal mock chips and production lines in parallel shortens bring-up because the real chips can be dropped into an already-working system, turning months of integration into weeks.

    Building racks, software, thermal mock chips and production lines in parallel shortens bring-up because the real chips can be dropped into an already-working system, turning months of integration into weeks.
  4. @technology profile photo
    @technology· How The Internet Works

    Replacing generic network stacks with a purpose-built interconnect above Ethernet cuts chip-to-chip hop latency, which makes remote memory practical and multiplies usable cluster bandwidth for large models.

    Replacing generic network stacks with a purpose-built interconnect above Ethernet cuts chip-to-chip hop latency, which makes remote memory practical and multiplies usable cluster bandwidth for large models.
  5. @technology profile photo
    @technology· How The Internet Works

    Decode performance is mainly a memory problem because tokens/sec depend on how fast the cluster can load model weights and KV caches, so treating memory across chips as a single fast pool wins more than optimizing per-chip specs.

    Decode performance is mainly a memory problem because tokens/sec depend on how fast the cluster can load model weights and KV caches, so treating memory across chips as a single fast pool wins more than optimizing per-chip specs.
  6. @technology profile photo
    @technology· How The Internet Works

    Running inference at much lower voltages lets you pack more usable flops into the same silicon because power falls roughly with the square of voltage, cutting heat and avoiding thermal throttling.

    Running inference at much lower voltages lets you pack more usable flops into the same silicon because power falls roughly with the square of voltage, cutting heat and avoiding thermal throttling.
  7. @technology profile photo
    @technology· How The Internet Works

    Adding raw flops often does not raise real performance because more switching increases power and heat, which forces chips to downclock, so peak flop counts matter less than the flops you can sustain under thermal limits.

    Adding raw flops often does not raise real performance because more switching increases power and heat, which forces chips to downclock, so peak flop counts matter less than the flops you can sustain under thermal limits.
  8. @technology profile photo
    @technology· How The Internet Works

    Splitting inference into a prefill step that populates the model's KV cache and a separate decode step increases throughput because the prefill cluster can optimize memory setup while the decode cluster avoids redoing that work.

    Splitting inference into a prefill step that populates the model's KV cache and a separate decode step increases throughput because the prefill cluster can optimize memory setup while the decode cluster avoids redoing that work.

2 more insights from this video in the app

Every card on Korva is an insight someone saved from a podcast or video they loved.