Live data from Hacker News

Viewing profile — mzl

mzl

HN member
Joined
Tue, Apr 27, 2010, 7:21 AM UTC
HN karma
1,916
Public activity
479 items

About mzl

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #48459566

    Skills for creating good and repeatable benchmarking scripts. A knowledge base for my research area, with tools for paper ingestion and search. An md file to html presentation tool…

  4. comment
    Comment #47934924

    If you modify the work, that creates a derived work from whatever copyright the original works has, not a new work that is fully copyrightable. As the article says in the Tl;DR at …

  5. comment
    Comment #47886920

    Kimi K2.5 and K2.6 are both >1T

  6. comment
    Comment #47886759

    It is tricky to build good infrastructure for prompt caching.

  7. comment
    Comment #47861114

    Which version of Kimi and served from where?

  8. comment
    Comment #47861109

    Composer-2 is based on Kimi K2.5, but with extensive RL. Cursor estimated 3x more compute on their RL than the original K2.5 training run (some details in https://cursor.com/blog/c…

  9. comment
    Comment #47860251

    I've been prescribed slightly more than 5g per day (2 x 650mg tablets every 6 hours) for pain after an operation jointly with ibuprofen, which is scarily close to the limits.

  10. comment
    Comment #47833621

    I've heard people saying the study is bad, but whenever I've asked about why the answers have been pretty bad. Do you have a good source for why we should disregard it?

  11. comment
    Comment #47833596

    Dan Luu had some interesting analysis about car safety, comparing how different auto-makers fared on newly introduced crash tests: https://danluu.com/car-safety/ The main take-away…

  12. comment
    Comment #47598089

    There was an interesting scandal in Sweden where Oracle managed to sell the Millenium system to a regions hospitals even though they did not fulfill the requirements, and then when…

  13. comment
    Comment #47348540

    No, but a lot of AI-adjsuted wordings have the very idiosyncratic AI-style that is prevalent in the AI-slop that is everywhere, and that style has quickly become associated with wr…

  14. comment
    Comment #47325236

    As others have said, this is more of a constraint programming system than Wave Function Collapse. Whatever one wants to call it, I liked it. For guiding the search, you might want …

  15. comment
    Comment #47319960

    I have a (very slight) beef with the name Algorithm X, as it is more of a data-structure to manage undo-information for the backtracking than an algorithm. It is a very fun, useful…

  16. comment
    Comment #47244388

    In my view, Scrum is a way to force dysfunctional teams to have some process, it is not useful for a team that is already delivering and working in a samll-a agile manner.

  17. comment
    Comment #47163718

    Are you using the Model GPU memory snapshotting for this?

  18. story
  19. comment
    Comment #47072926

    I like the intelligence per watt and intelligence per joule framing in https://arxiv.org/abs/2511.07885 It feels like a very useful measure for thinking about long-term sustainable…

  20. comment
    Comment #47044228

    The cost of running things like prompt caching is defined by the implementation as that gives the infrastructure costs.

  21. comment
    Comment #47039895

    Saying that it is just in index from string prefixes into KV Cache misses all the fun, interesting, and complicated parts of it. While technically the size of the prompt-pointers i…

  22. comment
    Comment #47035009

    The prompt cache caches KV Cache states based on prefixes of previous prompts and conversations. Now, for a particular coding agent conversation, it might be more involved in how c…

  23. comment
    Comment #47034155

    Depends on which cache you mean. The KV Cache gets read on every token generated, but the prompt cache (which is what incurs the cache read cost) is read on conversation starts.

  24. comment
    Comment #46999992

    Technically, Cerebras solution is really cool. However, I am skeptical that it will be economically useful for models that are larger in size, as the requirements on the number of …

  25. comment
    Comment #46999106

    I find it interesting that the spark version seems worse than the gpt-oss version ( https://simonwillison.net/2025/Aug/5/gpt-oss/ )