Live data from Hacker News

Viewing profile — kyars

kyars

HN member
Joined
Tue, Feb 11, 2025, 12:51 AM UTC
HN karma
56
Public activity
34 items

About kyars

No profile information was provided.

Recent public activity

  1. comment
    Comment #48362444

    You're thinking of the unreasonable effectiveness of RNN's.

  2. story
  3. comment
    Comment #48143401

    Yes, that is more or less correct.

  4. comment
    Comment #48143398

    even ant?

  5. comment
    Comment #48056952

    I'd like to know too

  6. story
  7. 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 …

  8. 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!

  9. story
  10. comment
    Comment #47129124

    gg bird is closed-source now

  11. comment
  12. comment
    Comment #47040651

    sorry for misleading, added an update stating that this is a simulacra of sqlite

  13. 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?

  14. 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…

  15. comment
    Comment #47040542

    That project is definitely of higher quality than this one. For instance, this project does not have concurrency.

  16. 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…

  17. comment
    Comment #47040522

    not initially, but it's the genisis

  18. comment
    Comment #47040513

    I push back on loops being insufficient because algorithms such as alpha evolve have already proved very effective.

  19. 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

  20. comment
    Comment #47040474

    this project certainly fails against the official sqlite test suite, so I did not bother testing

  21. comment
    Comment #47040468

    I believe so

  22. 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

  23. comment
    Comment #47040364

    hello, thanks! all of the harnessing is in this repo: https://github.com/kiankyars/parallel-ralph/

  24. 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…

  25. comment
    Comment #47039887

    You are right, I'm rectifying that now