Live data from Hacker News

Viewing profile — top256

top256

HN member
Joined
Mon, Feb 15, 2016, 12:20 AM UTC
HN karma
213
Public activity
101 items

About top256

YC Badge: 0x66e555726843d7d44b947144b3f7c0d0540ccd5a

Recent public activity

  1. comment
    Comment #48806624

    Did you find tune a model?

  2. story
  3. comment
    Comment #45452160

    That distinction is really useful. My critique is aimed at how often “inevitability talk” blurs those two levels together. It’s one thing to say “networks need a lingua franca,” it…

  4. comment
    Comment #45452155

    I agree that physical and economic constraints matter, but the point I’m making is that cost curves themselves are contingent on human choices. ICs didn’t suddenly become cheap on …

  5. comment
    Comment #45442950

    "They're describing reality" - No, they're making predictions about the future. If AGI requires 30 years of compute improvements as you say, then it's not reality, it's a forecast …

  6. comment
    Comment #45442809

    thanks a lot! I appreciate it

  7. comment
    Comment #45442800

    Thanks for your thoughtful response. I think there's a misunderstanding (maybe my text wasn't clear. If so please point out where so I can fix it). We actually agree: even if the p…

  8. comment
    Comment #45442495

    Great example. Thanks a lot! Can I add it my essay?

  9. comment
    Comment #45442316

    Thanks for the link to Tom Renner's article. I've read it and agree with it. I wrote this essay to convince "unbelievers" that's why I tried to be as rigorous as I could

  10. comment
    Comment #45442257

    You're absolutely right that predictions exist on a probability spectrum. I focused on the binary for rhetorical clarity, but you're correct that some predictions are more likely t…

  11. comment
    Comment #45442218

    Thanks for engaging. I think you meant it's obvious rather than shallow? If so, yes I agree but a lot of my friends disagree so I wrote this as rigorously as possible to explain wh…

  12. comment
    Comment #45442140

    Thank you for the comment and engaging with my thinking. You're using hindsight to define inevitability, which is exactly the circular reasoning my essay critiques. "It happened wi…

  13. comment
    Comment #45442062

    yes that's exactly what I was trying to convey. Technology is a human byproduct so we are collectively in charge.

  14. comment
  15. comment
    Comment #45440213

    I wrote an essay critiquing Silicon Valley’s obsession with calling technologies “inevitable.” I argue that inevitability isn’t a fact but a rhetorical move that erases agency and …

  16. story
  17. story
  18. comment
    Comment #44781999

    Yes I did and it solves tons of problems of coding agents

  19. comment
    Comment #44781591

    Also it wasn't done by a human but by my tool (the code in the repo is decompiled bytecode)

  20. comment
    Comment #44781588

    Great idea. Which agent to use? I tried with opus and o3 but I had to copy/paste the code and I wasn't sure it was the best way. I tried 10 prompts and the simplest was the best (p…

  21. comment
    Comment #44780271

    Yes exactly and that was the hard part (extract and verify the invariants). Still it's surprising because llm needs to be able to do that for any complex code. What you wrote is gr…

  22. comment
    Comment #44780255

    It's a great idea but yeah the evaluator (especially in this case) seems hard to build. I'll think about this because it's a great idea

  23. comment
    Comment #44780230

    Oh good point which one should I use? I ran it alos with o3 and claude sonnet but the results were similar or worst.(Some are in the repo)

  24. comment
    Comment #44780226

    Yes but the analysis it's going to run is probabilist vs the one I'm running is closer to smt

  25. comment
    Comment #44780219

    Good point I should have mentioned. I was so "in it" that I didn't realize it was a valid question. This thing outperforms llvm (on o3 and O2) and the JVM too. I didn't explain it …