2025: The Year in LLMs
341–350 of 643 posts
Re: 2025: The Year in LLMs
#342Earlier quoted context omitted.
We're very clearly seeing exponential progress - even above trend, on METR, whose slope keeps getting revised to a higher and higher estimate each time. Explain your perspective on the objective evidence against exponential progress?
Pretty neat how this exponential progress hasn't resulted in exponential productivity. Perhaps you could explain your perspective on that?
Re: 2025: The Year in LLMs
#343Earlier quoted context omitted.
That's all very impressive, to be sure. But are you sure you're getting the point? As of 2025, LLMs are now very good at writing new code, creating new imagery, and writing original text. They continue to improve at a remarkable rate. They are helping their users create things that didn't exist before. Additionally, they are now very good at searching and utilizing web resources that didn't exist at training time. So…
> They are helping their users create things that didn't exist before. That is a derived output. That isn't new as in: novel. It may be unique but it is derived from training data. LLMs legitimately cannot think and thus they cannot create in that way.
Re: 2025: The Year in LLMs
#344Earlier quoted context omitted.
I don't get why Nvidia can't do both? Is it because of the limited production capabilities of the factories?
Yes. If you're bottlenecked on silicon and secondaries like memory, why would you want to put more of those resources into lower margin consumer products if you could use those very resources to make and sell more high margin AI accelerators instead? From a business standpoint, it makes some sense to throttle the gaming supply some. Not to the point of surrendering the market to someone else probably, but to a measur…
Nvidia using Mainstream node has always been the norm considering most Fab capacity always goes to Mobile SoC first. But I expect the internet / gamers will be angry anyway because Nvidia does not provide them with the latest and greatest.
In reality the extra R&D cost for designing with leading edge will be amortised by all the AI order which give Nvidia competitive advantage at the consumer level when they compete. That is assuming there are competition because most recent data have shown Nvidia owning 90%+ of discreet market share, 9% for AMD and 1% for Intel.
Re: 2025: The Year in LLMs
#345Earlier quoted context omitted.
> Skill and Langchain experts with production-grade 0>1 experience. Also , it's just normal backend work - calling a bunch of APIs. What am I missing here?
That is like saying training tensorflow models is just calling some APIs. Actually making a system like this work seems easy, but isn't really. (Though with the CURRENT generation or two of models it has gotten "pretty easy" I think. Before that, not so much.)
Re: 2025: The Year in LLMs
#346Re: 2025: The Year in LLMs
#347Re: 2025: The Year in LLMs
#348Speaking of asynchronous agents, what do people use? Claude Code for web is extremely limited, because you have no custom tools. Claude Code in GitHub Actions is vastly more useful, due to the custom environment, but ackward to use interactively. Are there any good alternatives?
Re: 2025: The Year in LLMs
#349Remember, back in the day, when a year of progress was like, oh, they voted to add some syntactic sugar to Java...
I'm very relieved we've moved away from rewriting everything in Rust.
The stricter typing of Rust would make sematic errors in generated code come out more quickly than in e.g. Python because using static typing the chances are that some of the semantic errors are also type violations.
Re: 2025: The Year in LLMs
#350Remember, back in the day, when a year of progress was like, oh, they voted to add some syntactic sugar to Java...
I'm very relieved we've moved away from rewriting everything in Rust.