Viewing profile — kyars
kyars
HN member- Joined
- Tue, Feb 11, 2025, 12:51 AM UTC
- HN karma
- 56
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About kyars
No profile information was provided.
Recent public activity
-
comment
Comment #48362444
You're thinking of the unreasonable effectiveness of RNN's.
- story
-
comment
Comment #48143401
Yes, that is more or less correct.
-
comment
Comment #48143398
even ant?
-
comment
Comment #48056952
I'd like to know too
- story
-
comment
Comment #47912280
What's crazy is that currently CPUs are in insane demand because of RL and the need to run simulations in RLVR workloads. I'm wondering if you guys are planning on addressing this …
-
comment
Comment #47794679
I've been working on a mini-book on RLVR for the past few weekends, sharing the v0 now, hope it is helpful, and open to feedback!
- story
-
comment
Comment #47129124
gg bird is closed-source now
-
comment
Comment #47040658
agreed!
-
comment
Comment #47040651
sorry for misleading, added an update stating that this is a simulacra of sqlite
-
comment
Comment #47040624
yes, in the order of $50 let's say, although with api I believe it would be in the hundreds Gemini is free, I don't even know if they have a paid plan?
-
comment
Comment #47040586
the code has not been rigorously tested in all honesty, (this is mainly an experiment on agent orchestration as opposed to building a viable sqlite in rust) - The choice of two wor…
-
comment
Comment #47040542
That project is definitely of higher quality than this one. For instance, this project does not have concurrency.
-
comment
Comment #47040529
Sorry for the ambiguity, it's not the test suite and I have updated the blog post to make that clear. I agree that building software where you do have this oracle is much easier th…
-
comment
Comment #47040522
not initially, but it's the genisis
-
comment
Comment #47040513
I push back on loops being insufficient because algorithms such as alpha evolve have already proved very effective.
-
comment
Comment #47040504
I think we are moving into a regime of really fast software iteration, but there could also be a slowing down of progress. Only time will tell
-
comment
Comment #47040474
this project certainly fails against the official sqlite test suite, so I did not bother testing
-
comment
Comment #47040468
I believe so
-
comment
Comment #47040450
not the sqlite test suite unit tests, this project certainly fails against the official sqlite test suite, so I did not bother testing
-
comment
Comment #47040364
hello, thanks! all of the harnessing is in this repo: https://github.com/kiankyars/parallel-ralph/
-
comment
Comment #47039909
I agree with you that choosing a subset and iterating to get an optimized version as good as SQLite or better is a better way to test and achieve more useful results. But with resp…
-
comment
Comment #47039887
You are right, I'm rectifying that now