Remix.run Logo
keithwhor 19 hours ago

It’s also possible for LLMs to be inevitable, generate massive amounts of wealth and still be mostly fluff in terms of objective human progress.

The major change from my perspective is new consumer behavior: people simply enjoy talking to and building with LLMs. This fact alone is generating a lot (1) new spend and (2) content to consume.

The most disappointing outcome of the LLM era would be increasing the amount of fake, meaningless busywork humans have to do just to sift through LLM generated noise just to find signal. And indeed there are probably great products to be built that help you do just that; and there is probably a lot of great signal to be found! But the motion to progress ratio concerns me.

For example, I love Cursor. Especially for boilerplating. But SOTA models with tons of guidance can still not reliably implement features in my larger codebases within the timeframe it would take me to do it myself. Test-time compute and reasoning makes things even slower.

ehnto 18 hours ago | parent [-]

> For example, I love Cursor. Especially for boilerplating. But SOTA models with tons of guidance can still not reliably implement features in my larger codebases within the timeframe it would take me to do it myself. Test-time compute and reasoning makes things even slower.

Importantly it also takes you guiding it to complete the task. Meaning you still need to pay a human and the cost of the LLM, so it's slower and a bit more expensive.

I am not convinced either that AI working on complex programming tasks could be guided by less skilled devs, meaning you still need to pay the skilled dev.

In my experience so far, the cost analysis doesn't work for more complex application development. Even if the cost of the LLM was free it is often wasting the skilled dev's time.

All these metrics will change over the years and maybe the math works out eventually, or in specific circumstances, and I forsee LLMs assisting in development into the future.

I am not seeing the cataclysmic wholesale replacement of humans in the workforce some are predicting, at this stage.