Live data from Hacker News

Viewing profile — animan

animan

HN member
Joined
Tue, Jan 16, 2024, 7:11 AM UTC
HN karma
14
Public activity
5 items

About animan

No profile information was provided.

Recent public activity

  1. comment
    Comment #48593655

    Hi Satoshi

  2. comment
    Comment #46989155

    What was the point of Claude code or Gemini banning the OP? Why would they care about how IDEs use the underlying API?

  3. comment
    Comment #44409247

    That snippet is trying to say that you can calculate KV for all the input tokens at once, and you don't need to loop over them since you have them all available. Instead for decode…

  4. comment
    Comment #44409243

    Prefill is part of Inference. It's the first major step where you calculate all the keys and values for the input tokens. Decode is the next major step where you start generating o…

  5. comment
    Comment #41013057

    One of us, one of us...