HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mr_wiglaf

no profile record

comments

mr_wiglaf
·6 tháng trước·discuss
From my understanding that is exactly what this group are doing: https://chess960v2.com/en
mr_wiglaf
·8 tháng trước·discuss
Ah so taking the Fourier transform of this function[0]? The summation of the fizz and buzz frequencies don't lead to perfect peaks for the fizz and buzz locations. I need to revisit Fourier cause I would have thought the transform would have just recovered the two fizz and buzz peaks not the fizzbuzz spot.

[0]: https://www.desmos.com/calculator/wgr3zvhazp
mr_wiglaf
·11 tháng trước·discuss
I'm new to this sort of inquiry. What do you do to see if questions can be recognized? Do you just ask/prompt "do you recognize this puzzle?"

What does it mean for it to "be surfaced without relying on reasoning"?
mr_wiglaf
·12 tháng trước·discuss
The tricky thing is you get to define the state. So if the "state" is the current word _and_ the previous 10 it is still "memoryless". So an LLM's context window is the state. It doesn't matter whether _we_ see parts of the state as called history, the markov chain doesn't care (they are all just different features).

Edit: I could be missing important nuance that other people are pointing out in this thread!