
Thomas Kehrenberg
Articles
-
Nov 16, 2024 |
lesswrong.com | Seth Herd |Thane Ruthenis |Leon Lang |Thomas Kehrenberg
As part of the court case between Elon Musk and Sam Altman, a substantial number of emails between Elon, Sam Altman, Ilya Sutskever, and Greg Brockman have been released. I have found reading through these really valuable, and I haven't found an online source that compiles all of them in an easy to read format. So I made one. I used some AI assistance to generate this originally, and then went meticulously through each email and checked them for differences.
-
Apr 23, 2024 |
lesswrong.com | Johannes Mayer |Thomas Kehrenberg
You want to get to your sandwich:Well, that’s easy. Apparently we are in some kind of grid world, which is presented to us in the form of a lattice graph, where each vertex represents a specific world state, and the edges tell us how we can traverse the world states. We just do BFS to go from S (where we are) to T (where the sandwich is):Ok that works, and it’s also fast. It’s O(|V|+|E|), where |V| is the number of vertices and |E| is the number of edges... well at least for small graphs it’s fast.
-
Apr 23, 2024 |
lesswrong.com | Johannes Mayer |Thomas Kehrenberg |Nathan Helm-Burger |Robert Kralisch
You want to get to your sandwich:Well, that’s easy. Apparently we are in some kind of grid world, which is presented to us in the form of a lattice graph, where each vertex represents a specific world state, and the edges tell us how we can traverse the world states. We just do BFS to go from S (where we are) to T (where the sandwich is):Ok that works, and it’s also fast. It’s O(|V|+|E|), where |V| is the number of vertices and |E| is the number of edges... well at least for small graphs it’s fast.
Try JournoFinder For Free
Search and contact over 1M+ journalist profiles, browse 100M+ articles, and unlock powerful PR tools.
Start Your 7-Day Free Trial →