Viewing profile — garrinm
garrinm
HN member- Joined
- Wed, Sep 04, 2019, 12:06 AM UTC
- HN karma
- 282
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About garrinm
No profile information was provided.
Recent public activity
-
comment
Comment #49582790
Originally I had those parts written in math with probability functions and the likes (its closer to my background). Then I remembered who is my target audience... but now that I s…
-
comment
Comment #49576219
To be more specific there’s no ground truth tokens to predict. There a verifiable answer in RLVR. But the tokens are explored. Not predicted as there’s no true token to predict.
-
comment
Comment #49572604
I try to make 3 claims in the post, it was a bit clumsy I'll admit that. 1. At inference time, LLMs emit one token at a time given the prior tokens. This looks like prediction and …
-
comment
Comment #49572531
Yes I understand the analogy was a bit loose. I'm comparing what happens at "inference time" in chess engines to what happens at train time in LLMs. In hindsight AlphaGo Zero was t…
-
comment
Comment #49571991
In the article I made 3 claims, and I agree it was a bit clumsy. 1st I say that "working forwards" in the sense of outputting one token at a time could be some form of prediction, …
-
comment
Comment #49571923
I think the point is more that in RL there's no ground truth to predict. So when training a model with RL the idea of "predicting" doesn't fit anymore. I'll make some edits I see t…
-
comment
Comment #49571375
It does in pre training, but not in RL post training. And not at inference time. Reading over all these comments I get the feeling my mistake was not clearly delineating inference …
-
comment
Comment #49571161
I think that’s fair, I didn’t actually run the whole thing through an AI. it was more targeted edits, but each time it does erode at my writing. But at the same time, I don’t think…
-
comment
Comment #49571074
The distinction I perhaps didn’t make clearly enough is that I’m not really debating the concept of prediction at inference time, although, as I pointed out elsewhere, I think that…
-
comment
Comment #49571060
It was written by a human. There are AI edits but it’s very much a human composition. Perhaps a bit sloppy.
-
comment
Comment #49571046
Yes, I think that’s a good explanation. There are really two sides to it. There’s the mechanical, inference time, autoregressive, one-token-after-another side, which I’m not going …
- story
- story
- story
- story
- story
- story
-
comment
Comment #44025768
Thanks for the insight, I wasn't aware of `track_caller`. I'll definitely be looking into this. I was scratching my head trying to figure out how to make file and line number usage…
-
comment
Comment #44025740
Anyhow still makes things easier for application development. The main drawback is that the resulting error type doesn't implement std::error::Error, so it's not suitable for libra…
-
comment
Comment #44025727
I played around a bit with SNAFU a couple of years ago, but I'm haven't worked deeply with the library so there might well be some features I'm not aware of. I think SNAFU is more …
-
story
Show HN: Stack Error – ergonomic error handling for Rust
Stack Error reduces the up-front cost of designing an error handling solution for your project, so that you focus on writing great libraries and applications. Stack Error has three…
- story
- story
-
comment
Comment #42210385
Stack Error is a pragmatic error handling library for Rust that provides helpful messages for debugging, and structured data for runtime error handling. Features: - Informative err…
- story