I wonder about his marketing channels. If it was primarily SEO, that has taken a huge hit especially for programming related searches since AI answers showed up at the top of the SERP.
Really depends on the suburb. Where I live in NYS (a suburb of Buffalo) all of those things are within walking distance if you live within the village limits.
In some languages you can create a type that is equivalent to a string, but it’s own distinct type (sometimes called the New Type pattern). Which I guess is the same as a struct with a single field, but languages have syntactic sugar, and depending on implementation doesn’t allocate another extra wrapper object on the heap (this would happen in JavaScript/TypeScript).
I had a repeatable process set up with o4-mini that gave very good results. It generated output in a structured format, and the results were fairly formulaic but good. I did a lot of runs of this process and observed a lot of output.
I set that process down for like 4 or 5 months and then came back to it after GPT 5 came out. o4-mini was literally unusable. I've seen it with my own eyes.
Most people have no need for a SOTA model, and even a model from a year ago would be fine for their needs (a little bit of research, small bits of writing prose, etc).
It's true for computer science and any STEM discipline. Even if the PhD eventually does account for increased wages (it often doesn't), you usually have to work decades at that higher rate to make up the foregone wages.
I would only ever get a PhD due to intrinsic interest, or if it unlocks a specific type of job I want that would be unavailable without it. It's a bad investment to get a PhD to get higher wages (in America, I don't know the labor market in other countries).
I think it just depends on the workflow. A lot of times (probably the majority of the time) a well crafted deterministic process is what people want.
Sometimes you can have a multistep deterministic workflow with a decision that needs made somewhere in the middle, which is where an LLM that can call tools is useful.
I think there are much less repeated tasks where you would want a fully agentic process (but there are many ad hoc tasks where that is exactly what you want).
The real best case scenario is using LLMs to help build deterministic systems. Instead of asking an LLM to do some task that you know will be repeated, instead ask the LLM to build a program (Python script or whatever) to do the task.
Getting a PhD is almost never worth the foregone wages if your goal is to be in private industry. For sure, people should get one if they are interested in research, or specific jobs that are only available to people with PhDs. But otherwise it isn't something to get into half-hearted.
I agree, it seems like the current most popular languages and frameworks will become ossified, because they have the highest amount of training data. It's hard to see a future where Python and JavaScript aren't the most popular languages to use (assuming LLM-assisted development is the norm moving forward).
Isn't this just grading on a curve, which has been done probably as long as universities have existed? The key is the instructor making sure a high standard is met (which seems to be the crux of the issue).
You should probably use software to do such large transformations (especially in dynamic languages). In Python LibCST is available, not sure what exists for Ruby.
To be fair PwC is a very well established initialism. It would be like saying HTTP but actually referring to something other than the well understood meaning of that thing.
Humans also make mistakes in ways that other humans can understand or expect. Sometimes LLMs make mistakes in a way that makes you say “no human would have ever done that”.
The original post said “in college”. It might be true for PhD candidates halfway through their program, but that’s like 0.5% of college students. The vast majority of students are leagues behind their instructors in domain knowledge.
People game benchmarks for fake internet points to get their favorite web framework to the top of the list. I'm pretty sure they will do it for billions of dollars.