Viewing profile — top256
top256
HN member- Joined
- Mon, Feb 15, 2016, 12:20 AM UTC
- HN karma
- 213
- Public activity
- 101 items
- HN profile
- View on Hacker News ↗
About top256
Recent public activity
-
comment
Comment #48806624
Did you find tune a model?
- story
-
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…
-
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 …
-
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 …
-
comment
Comment #45442809
thanks a lot! I appreciate it
-
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…
-
comment
Comment #45442495
Great example. Thanks a lot! Can I add it my essay?
-
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
-
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…
-
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…
-
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…
-
comment
Comment #45442062
yes that's exactly what I was trying to convey. Technology is a human byproduct so we are collectively in charge.
-
comment
Comment #45440402
thanks!
-
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 …
- story
- story
-
comment
Comment #44781999
Yes I did and it solves tons of problems of coding agents
-
comment
Comment #44781591
Also it wasn't done by a human but by my tool (the code in the repo is decompiled bytecode)
-
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…
-
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…
-
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
-
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)
-
comment
Comment #44780226
Yes but the analysis it's going to run is probabilist vs the one I'm running is closer to smt
-
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 …