Switch language한국어
Back to the list

Principles of Mechanical Sympathy | Hacker News

TL;DR AI

Key summary

2 min read
  1. Most AI runtimes can execute only one model inference call at a time.

  2. Request volume is described as low relative to meaningful system limits.

  3. Parallelism helps when different parts of a problem do not interact much.

  4. High-frequency trading works well because the shared resource is contentious and local.

  5. The global sequence is also described as a contentious, local shared resource.

Read the original