HackerTrans
トップ新着トレンドコメント過去質問紹介求人

yellowflash

no profile record

投稿

[untitled]

1 ポイント·投稿者 yellowflash·24 日前·0 コメント

[untitled]

1 ポイント·投稿者 yellowflash·27 日前·0 コメント

[untitled]

1 ポイント·投稿者 yellowflash·27 日前·0 コメント

[untitled]

1 ポイント·投稿者 yellowflash·先月·0 コメント

[untitled]

1 ポイント·投稿者 yellowflash·4 か月前·0 コメント

Fixpoints to think clearly

blog.yellowflash.in
16 ポイント·投稿者 yellowflash·4 か月前·5 コメント

Conversation with Claude on Reasoning

blog.yellowflash.in
2 ポイント·投稿者 yellowflash·10 か月前·3 コメント

コメント

yellowflash
·3 か月前·議論
Kernel is a bad analogy, if you understand how it behaves you can understand how its built. LLMs don't have that, their behaviour is not completely defined by how they are built.

Every abstraction is leaky, its not like I have 1 in every 100 tickets I work on needs understanding of the existence of filesystem buffers, it's in the back of my mind, it's always there. I didn't read linux kernel source, but I know it's existence. LLM output doesn't have that.
yellowflash
·3 か月前·議論
Today I learned, Stockfish moved to neural network on 2023. I knew that it was just a minmax with alpha beta pruning and a really good eval function. Now its not.
yellowflash
·4 か月前·議論
Very good question. This is totally dependent on the starting point of the search. The entire domain is not a contraction in such cases, there are sub sets of domains where it is a contraction and as whole it's not. Like multiple pieces where we can apply Banach theorem.
yellowflash
·4 か月前·議論
Sorry, can you check now?
yellowflash
·10 か月前·議論
I was wondering if I could get a different way of thinking about reasoning machines as such. Reasoning models are trying to just externalize the reasoning through chain of thought or fine-tuning on reasoning focused dataset.

They all seem very hacky and not really reasoning. I wanted to see if there are alternative fundamental ways to think about reasoning as end by itself.
yellowflash
·10 か月前·議論
I am trying to get a better understanding of what reasoning could possibly mean. So far, I am thinking that more we are able to compress knowledge more it's an indicator for reasoning. I would like to understand more about these, please tell me where my understanding is lacking or point me what I should learn more regarding this.
yellowflash
·4 年前·議論
It would be Graham Hutton's Programming in Haskell. That one little chapter on parser combinators was totally worth it.

If I can include this functional pearl "A play on regular expression", Not a book though.

These two showed how composition and simple abstraction could make the solution super beautiful.