Live data from Hacker News

Viewing profile — _heitoo

_heitoo

HN member
Joined
Fri, Aug 30, 2019, 11:44 PM UTC
HN karma
2
Public activity
2 items

About _heitoo

No profile information was provided.

Recent public activity

  1. comment
    Comment #47268759

    It makes sense in scenarios where a model needs >200k tokens to answer a single prompt. You're shackled to a single session, and if the model hits compaction limits, it'll get lobo…

  2. comment
    Comment #44991291

    TDD does not require an upfront understanding of the solution. It’s primarily about verifying what your application (or module) does, not how it does it. In other words, tests shou…