Been following signals and threads for a while, and it’s amazing. Have to be in a learning mood, but it gets pretty technical. Podcasts are a tough medium to do that in but if you really zone in, signals and threads is fantastic
> In Young Cho thought she was going to be a doctor but fell into a trading internship at Jane Street
Genuinely perplexing how they always try to show each multi-million earning engineer as some normal person and not someone that went to Exeter and Harvard
Graduating from a SUNY school, Jane Street gave me an interview and a fair shake. I didn't get the sense of elitism there. There does happen to be a lot of really smart engineers, mathematicians and scientists going to Harvard, MIT, etc.
There are places that without that Ivy League or Target School degree you don't hear back, I don't think Jane Street is one of them.
I don't really see a lot of elitism in these circles - there's a chunk of such engineers that did not in fact go to Exeter and Harvard - but what they have in common is they are all to a fault very bright technical people that can produce complicated things quite quickly, and can communicate effectively with people around them - to make sure that what they produce is in fact useful :)
Very interesting podcast, I find that the guest was very candid so it was great to hear what it is really like working at Jane Street.
The reproducible-Python notebook problem/notebook for researchers mentioned in the podcast inspired me to create a new project, branch-pad https://github.com/alexyorke/branch-pad which is an interactive Python notebook environment that allows you to create and explore multiple branches of code execution.
Ten years ago, all the $1mn+ earning engineers were in trading. Now they are in LLM/AI. Glad to see this happen, Jane Street has increased their advertising here because of this.
I read this and think: "I would love to spend a day with Jane Street and teach them how to use notebooks." So much effort is wasted because of knowledge gaps or systems that don't encourage best practices.
I just taught a course to a client this week helping them with this (and other best practices for Python).
I've been back and forth whether notebooks are really "best practice".
Currently leaning towards no, as they are hard to test, compose, and version control (it is possible, but you need bespoke notebook-specific tools, and most just don't).
I will eternally find it sad how much talent is wasted on trading. So much money, so much intelligence, so much time and effort, all the provide almost no tangible value to society.
Tyler Cowen did an 'ask me anything' at Jane Street when I interned in 2016. One of the interns asked him exactly this: "What do you think of the fact that we all work here instead of, I don't know, curing cancer?"
He replied with, roughly, "Those of you who work here probably couldn't do anything else other than perhaps math research. Arguably, working here is the economically efficient use of your time."
I think about whenever I see a comment like this. Quant firms select for a very specific set of skills. In particular, I've found that many traders/software engineers in quant are very smart but not very self-directed. Places like Jane Street work well for people who can excel, but only when given a lot of structure and direction. I think this is not unrelated to why so many people 'accidentally' end up as traders after going to an Ivy League school!
Why would it be wasted? I like apples and I like being able to buy them any day of year, even out of season. The only reason I can do so is because there is an entire industry of people who manage the inventory, distribution, try to predict supply and demand, and take on a risk doing that. The principal reason why I can buy and sell equities at very small spreads any day of the year is similar: traders are competing to take the other side of the bet.
I also encourage everyone to read CFTC response to the Vatican's (!) Congregation for the Doctrine of the Faith https://www.cftc.gov/PressRoom/SpeechesTestimony/giancarlore... It talks about about the social utility of derivatives and refutes the narrative that they are basically tools of "speculation." Traders take on risks others can't bear, creating massive economic value that ripples through the entire system.
If it didn’t provide value, nobody would pay for it.
The alternative to highly technical, agile quantitative trading is fat middle men, wide spreads, and capital sitting in 8%* stupider places than it would otherwise. That’s a pretty big deal even if the observable effects are extremely diffuse.
* Made up number, but if we woke up on Monday with nothing but the tech we used to trade in 1984 it would probably hit much worse.
Theres large portions of the tech industry that are pretty useless to society too while paying incredibly high salaries
random examples include:
- facebook/google ads teams
- various SaaSLOP companies
Lots of smart engineers that work on making buttons pretty and A/B testing crap rather than pushing the boundaries of science.
This reminds me of Renaissance Technologies (Jim Simons, PhD in math from uc berkeley).
He started the company in 1982 after he left academia for finance and leveraged quant models for training, they mostly hire PhD mathematicians, physicists and scientists, working on algorithms.
They have a fund called Medallion that is closed off from outsiders (you have to be an employee I believe), and it averages 66% annual gross returns (39% net after fees). Generated hundreds of billions in profits.
From a technical challenge standpoint, trading is extremely difficult. But it provides high upside which only starting a business can exceed. However, starting a business has all the other uncertainty (regulatory, accounting, insurance, licensing, taxes, customers, branding, sales, product-market-fit), making it far more psychologically challenging overall. Startup founders need to learn and juggle a lot of things instead of hyper-fixating on markets. Basically, if you know you are sufficiently intelligent and talented as an engineer, your expected return is likely much higher in trading (especially via a big quant firm), with much lower risk.
If we want more talented traders to become founders building economic value (which we should all agree on), we need to make it less onerous to start a business.
I take the silver lining. Smart people getting rich is better than dumb people getting rich. Hopefully some day they'll do something good with that money.
I'd argue it provides negative value even. The goal of these people is to extract money from the markets, without actually producing anything. In biology, we'd call that parasitism.
I recommend you read the life of Jim Simons (through The Man who Solved the Market) as well as a recent HN thread on DeepSeek showing how their trading arm finances the whole company.
There is much more nuance in this world than your post implies.
Eh, hard to say that when the main alternative (math, physics or CS research) requires jumping through a lot of selective hoops, barely has positions available, and absolutely no trouble filling all the positions they do have.
Would you rather people spend their time on centering divs? Or come up more ways to make people click on ads. I see this type of view often on HN from big tech employees. Get off your high horses people.
Are you proposing a universal hierarchy of value where the goals individuals set for themselves are inherently worth less than the goals you want to set for them, if the goal they want for themselves is prosperity?
czhu12|11 months ago
bob1029|11 months ago
laidoffamazon|11 months ago
Genuinely perplexing how they always try to show each multi-million earning engineer as some normal person and not someone that went to Exeter and Harvard
ecshafer|11 months ago
There are places that without that Ivy League or Target School degree you don't hear back, I don't think Jane Street is one of them.
foobar10000|11 months ago
unknown|11 months ago
[deleted]
upbeat_general|11 months ago
hardwaregeek|11 months ago
polygot|11 months ago
The reproducible-Python notebook problem/notebook for researchers mentioned in the podcast inspired me to create a new project, branch-pad https://github.com/alexyorke/branch-pad which is an interactive Python notebook environment that allows you to create and explore multiple branches of code execution.
brcmthrowaway|11 months ago
__mharrison__|11 months ago
I just taught a course to a client this week helping them with this (and other best practices for Python).
ErikBjare|11 months ago
Currently leaning towards no, as they are hard to test, compose, and version control (it is possible, but you need bespoke notebook-specific tools, and most just don't).
edanm|11 months ago
Do you have this written down anywhere or on video anywhere? I'd love to learn more about what you mean.
1oooqooq|11 months ago
mhh__|11 months ago
Workaccount2|11 months ago
bblcla|11 months ago
He replied with, roughly, "Those of you who work here probably couldn't do anything else other than perhaps math research. Arguably, working here is the economically efficient use of your time."
I think about whenever I see a comment like this. Quant firms select for a very specific set of skills. In particular, I've found that many traders/software engineers in quant are very smart but not very self-directed. Places like Jane Street work well for people who can excel, but only when given a lot of structure and direction. I think this is not unrelated to why so many people 'accidentally' end up as traders after going to an Ivy League school!
madars|11 months ago
I also encourage everyone to read CFTC response to the Vatican's (!) Congregation for the Doctrine of the Faith https://www.cftc.gov/PressRoom/SpeechesTestimony/giancarlore... It talks about about the social utility of derivatives and refutes the narrative that they are basically tools of "speculation." Traders take on risks others can't bear, creating massive economic value that ripples through the entire system.
twoodfin|11 months ago
The alternative to highly technical, agile quantitative trading is fat middle men, wide spreads, and capital sitting in 8%* stupider places than it would otherwise. That’s a pretty big deal even if the observable effects are extremely diffuse.
* Made up number, but if we woke up on Monday with nothing but the tech we used to trade in 1984 it would probably hit much worse.
__cxa_throw|11 months ago
Lots of smart engineers that work on making buttons pretty and A/B testing crap rather than pushing the boundaries of science.
czk|11 months ago
He started the company in 1982 after he left academia for finance and leveraged quant models for training, they mostly hire PhD mathematicians, physicists and scientists, working on algorithms.
They have a fund called Medallion that is closed off from outsiders (you have to be an employee I believe), and it averages 66% annual gross returns (39% net after fees). Generated hundreds of billions in profits.
xrisk|11 months ago
lend000|11 months ago
If we want more talented traders to become founders building economic value (which we should all agree on), we need to make it less onerous to start a business.
keyle|11 months ago
unknown|11 months ago
[deleted]
thrance|11 months ago
LeroyRaz|11 months ago
EGreg|11 months ago
I guess advertising is too, in the limit. So a lot of the business model on the web is also not much value to society.
whiplash451|11 months ago
There is much more nuance in this world than your post implies.
tikhonj|11 months ago
vismit2000|11 months ago
laughingcurve|11 months ago
dgfitz|11 months ago
logicchains|11 months ago
objektif|11 months ago
TacticalCoder|11 months ago
[deleted]
unknown|11 months ago
[deleted]
anonym29|11 months ago
Who elected you Supreme Leader?