Despite the typical tech-bro anti-intellectual comments on this thread. As the article states. It's the money. People need to be able to support themselves. PhDs are important because they train specialists by giving them the time and space needed to develop that expertise (something not usually available at corporate gigs). The work you do during a PhD has value, much more value than the stipend is worth. Taxpayer d…
Fewer students are enrolling in doctoral degrees
81–90 of 485 posts
Re: Fewer students are enrolling in doctoral degrees
#82Re: Fewer students are enrolling in doctoral degrees
#83Credit Suisse here in Switzerland used to only hire PhDs for programming positions. It didn’t matter what the PhD was in - they’d train you how to program. Note: credit Suisse collapsed a few years ago and now no longer exists.
> Credit Suisse here in Switzerland used to only hire PhDs for programming positions. It didn’t matter what the PhD was in - they’d train you how to program. > Note: credit Suisse collapsed a few years ago and now no longer exists. So you're saying that was a sound strategy on their part
Re: Fewer students are enrolling in doctoral degrees
#84Earlier quoted context omitted.
Another great thing about PhD programs is you generally don’t end them with 6 figures in college debt from the degree. As long as you get the PhD in something that gives you a marketable skill, it’s not going to hurt too much vs all the MBAs and Lawyers I know with a ton of debt and just marginally increased career choices.
You are discarding opportunity cost in your assessment.
Re: Fewer students are enrolling in doctoral degrees
#851) The field moves too fast to focus on a single thing for 4 years. A lot of people were devastated when ChatGPT essentially solved their NLP tasks.
2) Cutting edge NLP/vision research is being done in industrial labs as much as universities. And industry will probably outgun you with equipment (GPUs) and high quality data.
3) Pay sucks. You can make 3-5x working in industry. The opportunity cost could be a half million dollars.
4) You can get a lot out of a Masters in half the time or less.
Re: Fewer students are enrolling in doctoral degrees
#86As is typical on HN, most comments are about how PhDs are of little value or how academia is not what it once was, whereas the article is about how the challenges of getting a degree (rising living costs, slumping stipends) are causing fewer enrollments.
If the PhD had more value, people would be more willing to go further into debt for it. Like the rest of higher education.
Re: Fewer students are enrolling in doctoral degrees
#87The smartest people I’ve ever worked with to date were from physics grad school. Still remember the time my coworker was doing code profiling, decided he was unhappy that the exponential function from the standard library was too slow, and decided to write a Taylor series approximation that gave him the precision he needed and cut the run time in half. He also learned C++ in a weekend and was vastly better at it by t…
I don't want to take away from his brilliance, but generally Taylor approximations perform far worse than the standard library implementations. It's also the first tool of choice for physicists, so who knows ...? My guess, though, is that if he improved the performance, he used some other wizardry (Chebyshev or something similar).
If anything it's a lesson that the definition of brilliance is being in the wrong place at the wrong time... ;-)
Re: Fewer students are enrolling in doctoral degrees
#88I would do a PhD if they paid me enough. I don't mind if I cannot find a job that pays well with a PhD (I actually don't need a PhD for that); I would do the PhD because I like doing research. What would bother me is to spent ~4-5 years without a decent income. The scholarships here in western europe are just too low, and I cannot justify not working for private companies in favor or pursuing a PhD during ~4-5 years
Prior to the new administration I would have pointed out that US CS and engineering Ph.D.s are generally paid with a stipend that's "just enough to live on". There's even a website: https://csstipendrankings.org/ I disagree a little with their cost of living calculations - they're off in both directions for areas I know reasonably well. Most Ph.D. students can live for something under the MIT living wage calculations…
Re: Fewer students are enrolling in doctoral degrees
#89Re: Fewer students are enrolling in doctoral degrees
#90The smartest people I’ve ever worked with to date were from physics grad school. Still remember the time my coworker was doing code profiling, decided he was unhappy that the exponential function from the standard library was too slow, and decided to write a Taylor series approximation that gave him the precision he needed and cut the run time in half. He also learned C++ in a weekend and was vastly better at it by t…
I don't want to take away from his brilliance, but generally Taylor approximations perform far worse than the standard library implementations. It's also the first tool of choice for physicists, so who knows ...? My guess, though, is that if he improved the performance, he used some other wizardry (Chebyshev or something similar).
> He also learned C++ in a weekend and was vastly better at it by the end of that weekend than most people I’ve met in industry
I doubt this. Really, really doubt this. Sure, geniuses exist, but I don't buy it.