Viewing profile — gradys
gradys
HN member- Joined
- Sun, Mar 25, 2012, 6:07 PM UTC
- HN karma
- 1,341
- Public activity
- 291 items
- HN profile
- View on Hacker News ↗
About gradys
@GradySimon on Twitter
Recent public activity
-
comment
Comment #48862661
It can be the case that both: - The physics of the universe can be completely modeled as computation, and - It's possible to pose undecidable problems about the way the universe un…
-
comment
Comment #48707538
IPOs pushing up housing prices New Waymo car models rolling out The laser thing in front of city hall Pride month, parades this weekend Antisocial guy harassing Scott Weiner on soc…
- story
- story
- story
-
comment
Comment #47012093
This was long before. Google had conversational LLMs before ChatGPT (though they weren’t as good in my recollection), and they declined to productize. There was a sense at the time…
-
comment
Comment #46936991
Both would be understood and are roughly interchangeable. "Sequential" feels more appropriate to me for the task runner scenario where we wait for one task to finish before running…
-
comment
Comment #45932827
You might be using JSON mode, which doesn’t guarantee a schema will be followed, or structured outputs not in strict mode. It is possible to get the property that the response is e…
-
comment
Comment #42848540
Is it luck, or is scaling arithmetic genuinely a useful capability to offer the world?
-
comment
Comment #42345212
I assume you know how to program in Python? I would start with just the client libraries of the model providers you want to use. LLMs are conceptually simple when treated as black …
-
comment
Comment #41788578
I’m not as familiar with the Baby Bells, so this is a surprising comparison to me. Bell Labs was famously so productive while it had the monopoly money hose, and not as much came f…
-
comment
Comment #40529191
Sounds more like Generation Augmented Retrieval in that case.
-
comment
Comment #40382546
I don’t know of any public details on how they implement Context Caching, but that is presumably exactly what they are doing. Just caching the text would be a minimal savings.
-
comment
Comment #40382366
The size of the cached internal state of the network processing the book is much larger than the size of the book. The resource that is preserved with caching is the compute requir…
-
comment
Comment #40349821
I’m guessing there was an instrumental reason for this, for instance to check that the model was listening before launching into what they wanted to demo
- story
-
comment
Comment #38854662
There are many different rules of thumb on this floating around. 1g per lb of body weight is indeed something a number of well informed people recommend, but those people generally…
-
comment
Comment #38854616
Cardio isn’t super important for what? It certainly has longevity benefits over and above those from resistance training.
-
comment
Comment #38447767
Attention itself was the key idea of that paper and, as you sort of acknowledge, was definitely not just throwing things at the wall. It was the culmination of a long line of work …
-
comment
Comment #37696702
The key feature of the NEC is that the cities are large and close together. This is true almost nowhere else in the country.
-
comment
Comment #37099563
What does understanding and reasoning mean?
-
comment
Comment #36851038
I'd love to be able to get a print of the map with a customized zoom level and origin point.
-
comment
Comment #36850890
This is awesome! I'd love to be able to bookmark this with a specific starting location set in the URL.
-
comment
Comment #36614850
https://grady.io
-
comment
Comment #36431315
You can achieve this without UUID keys if you attach UUIDs to the requests. This has the advantage of working for all kinds of mutating requests, not just creates, but requires tha…