Great article, one I wait for yearly. Relatedly - how do others deal with being objectively inferior, in basically every way, to the types of people that work at Jane Street? It always irks me that they end each of these articles with a recruiting pitch, as if most of us would ever be good enough to even get an interview, much less get an offer.
What the interns have wrought, 2023 edition
71–80 of 96 posts
Re: What the interns have wrought, 2023 edition
#72Earlier quoted context omitted.
The best minds of my generation are thinking about how to make money off the next financial crisis.
One way to look at is that the more people who can figure out how to make money in a crisis without adding to said crisis, the less severe the crisis becomes. If someone can price distressed corporate bonds better, they will bid higher, and bagholders of companies that actually have decent prospects (but are hurt by market anomalies in crisis situations) can then lose less money, compared to the alternative. As an an…
You're right that market bending is too abstract for most of us to appreciate the benefits, but markets abstract away the humans, too. I don't pretend that the industry ever knows when to stop making markets efficient and ask for regulation because they're making paperclips out of all of our savings. Whatever benefit they produce should be a tool wielded by boring technocrats.
Re: What the interns have wrought, 2023 edition
#73Earlier quoted context omitted.
HN often confuses $300k for low-end-of-normal for early-career US software devs in general, when it’s above most seniors and leads at most employers. You don’t hit that territory until you’re a manager-of-tech-managers, outside the smallish third hump of the trimodal dev compensation graph. My pay’s almost 3x median household income in my medium-sized US city, but is pathetic compared to what I see thrown around regu…
Yeah, $300k isn't considered great for my level of tenure, but it is less than what Jane Street/Jump/HRT new grads make.
2020-2022 high tech sector pay and huge profitability brought by the return of volatility also saw much higher base/bonus pay across the board, but the market really cooled down towards the end of 2022 longwise all the tech layoffs and HFT firm over hiring. I watched a few eye watering open offers fade away towards year end myself.
Re: What the interns have wrought, 2023 edition
#74Earlier quoted context omitted.
Yep. I worked at JS, and there's plenty of ways you're probably "superior" to me. Also, ~almost everyone I worked with at JS was brilliant and I don't say this to disparage anyone, even as engineers there were definitely blindspots. Also also: please remember that SBF worked there too.
> and there's plenty of ways you're probably "superior" to me. I guarantee you there is probably none, lol. I can't play an instrument, I can't lift, I can't run a marathon, haven't written a book, don't know a Presidential candidate - those are all normal things for the Jane Street that came from HYPSM or even the Google class of people, but extremely out of reach for people like me.
Re: What the interns have wrought, 2023 edition
#75Great article, one I wait for yearly. Relatedly - how do others deal with being objectively inferior, in basically every way, to the types of people that work at Jane Street? It always irks me that they end each of these articles with a recruiting pitch, as if most of us would ever be good enough to even get an interview, much less get an offer.
My point is you shouldn’t feel inferior, you’ve just been doing different things with your brain. What’s so great about trading anyway? It’s not a particularly efficient allocation of brainpower to society.
Re: What the interns have wrought, 2023 edition
#76I always love these posts. Great job to the interns. Building a tokenizer with a handcrafted automaton instead of a regex sounds like a cool project. And I found it interesting that Jane Street has a frontend for interacting with different AI services and LLMs. I'm curious how that's used. But to be honest, what surprised me most about that was that Jane Street cares about counting the token usage in its API calls. I…
API costs are margin in trading and margin is everything. If you don’t have a way of managing that margin, you’re not a real trading firm. Pairing this type of execution with HFT would be their long term goal and that requires lots of feedback done in microseconds.
Re: What the interns have wrought, 2023 edition
#77I always love these posts. Great job to the interns. Building a tokenizer with a handcrafted automaton instead of a regex sounds like a cool project. And I found it interesting that Jane Street has a frontend for interacting with different AI services and LLMs. I'm curious how that's used. But to be honest, what surprised me most about that was that Jane Street cares about counting the token usage in its API calls. I…
For the tokenizer they had three more obvious options:
1. Use a JavaScript lib and call it via FFI. Tokenization isn't a hard task.
2. Compile tiktoken to WASM and call it directly.
3. Stick with their Python server.
Writing a custom regex automaton in OCaml and then running it in the browser is surely the worst option. How does this make sense, outside of just arbitrarily writing more OCaml for the sake of it? The justification for not using their previous scheme is only that it's "grungy", without further explanation.
Every other project also seems to be like this. The justification for it boils down to nobody else using OCaml, so they need an intern army to reinvent all the wheels they're missing.
I mean, I'm sure the interns had fun and were paid well. But there's a post below by someone with a massive inferiority complex, stating that everyone is "objectively inferior" to the people at Jane Street. This post doesn't make me feel inferior, it makes me feel a sense of awe and wonder that Jane Street's traders are so profitable they can subsidise this kind of objectively excessive IT bloat. Even the author seems to recognize this, it says the post is by the guy who has "the dubious honor of having convinced the firm to start using OCaml".
Re: What the interns have wrought, 2023 edition
#78Great article, one I wait for yearly. Relatedly - how do others deal with being objectively inferior, in basically every way, to the types of people that work at Jane Street? It always irks me that they end each of these articles with a recruiting pitch, as if most of us would ever be good enough to even get an interview, much less get an offer.
try it I dare you. Whats the worst that could happen? Ask for feedback, be confident and open.
Re: What the interns have wrought, 2023 edition
#79TIL: "wrought" means about the same as "worked", but it has a more "tangible" sense to it, like doing some smithery/forgery.
I had years of germanic linguistics in undergrad and grad school, and i think this is an alternate ("archaic") past tense of work, so it's literally "worked", just like you said a blacksmith would do. i mention the germanic classes because i can't at the moment think of other examples where (outside arabic etc) there's a commutativity between a consonant and vowel (work & wrokt) but i'd swear i would think of some if…
Another odd one is "fraught".
Re: What the interns have wrought, 2023 edition
#80Great article, one I wait for yearly. Relatedly - how do others deal with being objectively inferior, in basically every way, to the types of people that work at Jane Street? It always irks me that they end each of these articles with a recruiting pitch, as if most of us would ever be good enough to even get an interview, much less get an offer.