Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kyars
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kyars
4mo ago
You're thinking of the unreasonable effectiveness of RNN's.
2.
▲
Situational Awareness LP Q1 13F Filings Are Public
(kiankyars.github.io)
2 points
by
kyars
4mo ago
|
0 comments
3.
▲
by
kyars
4mo ago
Yes, that is more or less correct.
4.
▲
by
kyars
4mo ago
even ant?
5.
▲
by
kyars
4mo ago
I'd like to know too
6.
▲
by
kyars
5mo ago
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 market as well?
7.
▲
Show HN: rlvrbook
(rlvrbook.com)
1 points
by
kyars
5mo ago
|
1 comments
8.
▲
by
kyars
5mo ago
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!
9.
▲
by
kyars
7mo ago
gg bird is closed-source now
10.
▲
by
kyars
7mo ago
agreed!
11.
▲
by
kyars
7mo ago
sorry for misleading, added an update stating that this is a simulacra of sqlite
12.
▲
by
kyars
7mo ago
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?
13.
▲
by
kyars
7mo ago
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 workers per model is purely pragmatic: I can't afford more
14.
▲
by
kyars
7mo ago
That project is definitely of higher quality than this one. For instance, this project does not have concurrency.
15.
▲
by
kyars
7mo ago
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 than not having it and expecting the AI to build it.
16.
▲
by
kyars
7mo ago
not initially, but it's the genisis
17.
▲
by
kyars
7mo ago
I push back on loops being insufficient because algorithms such as alpha evolve have already proved very effective.
18.
▲
by
kyars
7mo ago
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
19.
▲
by
kyars
7mo ago
this project certainly fails against the official sqlite test suite, so I did not bother testing
20.
▲
by
kyars
7mo ago
I believe so
21.
▲
by
kyars
7mo ago
not the sqlite test suite unit tests, this project certainly fails against the official sqlite test suite, so I did not bother testing
22.
▲
by
kyars
7mo ago
hello, thanks! all of the harnessing is in this repo: https://github.com/kiankyars/parallel-ralph/
23.
▲
by
kyars
7mo ago
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 respect to the context size, Cursor has made agentic projects wi
24.
▲
by
kyars
7mo ago
You are right, I'm rectifying that now
25.
▲
by
kyars
7mo ago
Sorry full transparency, I put my confidence in the fact that the model said it was passing all tests and had implemented most SQLite operations, but that was a mistake, so now I'm independently running tests.
26.
▲
by
kyars
7mo ago
Ultimately, this was an experiment with no intent to migrate to a production environment. Regarding single agents, for large projects one agent is too slow. So that's why developing multi-agent paradigms is compelling. I view SQLite as
27.
▲
by
kyars
7mo ago
I don't think I spoke about the fact that yeah, the code quality is suboptimal and this is purely a proof of concept. So I'm going to update the blog post with that information, but I completely agree with you that the code you ge
28.
▲
by
kyars
7mo ago
Claude code token tracking doesn't even work, for example. And Gemini also doesn't provide statistics, so I'm just being honest here.
29.
▲
by
kyars
7mo ago
I hope I did not give the impression that I wanted people to actually use this. I'm just using this as a test bench similar to how Anthropic made a C compiler with Claude, which of course they do not recommend you use.
30.
▲
by
kyars
7mo ago
I hope someone
More ›