I don't know a word or phrase for this, but I really enjoy any examples of "thinking outside the box" like this because it's something I struggle with in my professional career. Learning not only the right ways to solve problems, but figuring out the questions to ask that make solving the problems you have easier or even in some cases possible. In this case, it's hey, we don't need exact numbers if we can define a probabilistic range given defined parameters. Other problems are gonna have other questions. I guess my hope is that if I see enough examples I'll be able to eventually internalize the thought process and apply it correctly.
Last month an amazing biographical podcast came out describing his personal journey to starting rentech, and the factors that make the business so competitive.
I think Veritasium made a really good video talking about some of the differential equations governing option pricing [1] which I found really fascinating. Patrick Boyle's video about Jim Simons' history is really interesting too [2].
Also just reading about Jim Simons' being an already-very-successful mathematician dropping everything to start a hedge fund and ending up extremely successful at the end of it was a bit of a wakeup call. Clearly this was an extremely smart dude (he was the chair of the math department at Stony Brook!), and so if this is interesting enough for someone like him, then it's probably something worth looking into.
I read through a book on basic trading strategies and I thought it was pretty interesting [3], though I've gone in a pretty different direction from what they taught.
Yeah there's a famous but outdated book called A Practical Guide to Quantitative Finance Interviews by Xinfeng Zhou that gives you some idea of what questions they like to ask.
Effectively an outsider in finance who gathered a bunch of other outsiders (aka big mathematicians), and decided to start a hedge fund that takes zero interest in the actual companies and trades solely on math. Which makes sense, since none of the main people involved in its creation had any corporate or finance experience, but tons of math experience and knowledge.
This is oversimplifying it like crazy, but I recommend anyone to anyone with even a passing curiosity for this look up the details (or read “The Man Who Solved The Market”, which is documenting the beginnings and growth of RenTech, as well as that of Simons; very enjoyable read).
There's a ton of really good Rust content on the Zed blog. As somebody new to Rust, I've learned a lot from it. For example, how they do ownership in a GUI setting, in a language for which even writing a doubly-linked list is a challenge: