2 Matching Annotations
  1. Jun 2026
    1. CXL solves this by introducing a shared memory pool that expands capacity beyond GPU memory, enabling KV reuse across workers. With CXL's load/store semantics, KV data can be accessed with zero-copy, reducing recomputation, stabilizing latency, and significantly lowering cost per token.

      Zero-copy access via CXL's load/store semantics is the key architectural advantage over existing solutions like CPU offloading or NVMe storage, which require serialization and DMA transfers. This makes CXL memory behave like extended GPU memory rather than a slower storage tier, preserving latency-sensitive inference performance.

  2. Apr 2026
    1. poorly organized code means agents need to read, "understand", and make changes to more files than necessary - polluting their context and costing you tokens.

      【启发】技术债从「慢慢损害可维护性」变成了「立刻损害你的账单」。这是一个全新的技术债量化维度——不再只能用「未来的工时」来衡量,而可以用「每次 AI 调用的 token 超支」来实时计算。这为「说服管理层重视代码质量」提供了一个全新的、财务可量化的论据:烂代码不只是技术问题,它在每次 AI 执行任务时都在直接产生额外费用。