HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yellowflash

no profile record

Submissions

[untitled]

1 points·by yellowflash·24 hari yang lalu·0 comments

[untitled]

1 points·by yellowflash·27 hari yang lalu·0 comments

[untitled]

1 points·by yellowflash·27 hari yang lalu·0 comments

[untitled]

1 points·by yellowflash·bulan lalu·0 comments

[untitled]

1 points·by yellowflash·4 bulan yang lalu·0 comments

Fixpoints to think clearly

blog.yellowflash.in
16 points·by yellowflash·4 bulan yang lalu·5 comments

Conversation with Claude on Reasoning

blog.yellowflash.in
2 points·by yellowflash·10 bulan yang lalu·3 comments

comments

yellowflash
·3 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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 bulan yang lalu·discuss
Sorry, can you check now?
yellowflash
·10 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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 tahun yang lalu·discuss
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.