jwpapi
8 hours ago
I thought that the new models were super smart. Fable and Astra. They definitely outperformed their previous generations, but after a couple of weeks of heavy usage my codebase again is a stupid mess and there is no way out except me fixing code by hand.
My new suspicion is now that they didn’t got drastically smarter, but they got trained on the user input on the previous generations. I don’t think anymore we had a massive intelligence jump. It just seems like they know more edge cases. Therefore I see this as marketing.
Happy to discuss.
asabla
7 hours ago
> My new suspicion is now that they didn’t got drastically smarter, but they got trained on the user input on the previous generations
I think this happened around Opus 4.5 or 4.5 and the same for GPT 5.4.
The more I use those models, harnesses, techniques for guidance etc etc. The more I land in going back to writing software by hand again. Maybe not all of it, but at least the crucial parts + foundations.
larodi
5 hours ago
This cycle was expected. Then surely in few years comes the next, which will be better structured in a more comprehensive way.
irthomasthomas
7 hours ago
Astra scores the same on DeepSWE 1.1 (~75%) as Gemini Flash 3.8 and Deeepseek Flash 4.1 So general coding ability has plateaued, for now. Also consider the context windows. 1M token models where a breakthrough two years ago. Today they are still limited to 1M. In fact, if you don't want intelligence to drop off a cliff, you are really limited to 200k tokens.
BenzeneDream
7 hours ago
Gemini Flash is a joke for coding. If you can get the same output as you can get with Sol/Astra I'm impressed. Not to mention that Antigravity is awful.
It is not a universal opinion at all that general coding ability has plateaued.
bigbadfeline
6 hours ago
> I don’t think anymore we had a massive intelligence jump.
Not among the public-facing models, they're indeed stagnating. However, the development of models for military use won't be slowed down, that much is certain.
> Therefore I see this as marketing.
It's some marketing but mostly politics, it's an attempt to discourage others from developing AI countermeasures to what is being developed in secret. And to fulfill the backstage agreements which aren't worth the paper they aren't written on.
gharman
6 hours ago
> My new suspicion is now that they didn’t got drastically smarter, but they got trained on the user input on the previous generations.
Yes - that’s one of the ways in which they got smarter. More data more better.
I presume also lessons learned re training procedures, algorithmic advances, but data is a primary lever.
talon8635
7 hours ago
Well they are collaborating in swarms to breach network, so just because you don’t know how to use them the the same effect doesn’t mean much
BenzeneDream
7 hours ago
You are using Astra and your codebase is a 'stupid mess'?
Do you think the majority of developers agree with you? If that was the case wouldn't there be much less disruption of the SWE industry?
I can't remember the last time I even opened VSCode to even check something let alone to fix it.
jwpapi
7 hours ago
I don’t know that’s why I’m happy to discuss.
When I have a clean codebase it’s super powerful and faster than I am. Then I start to use it more, more sessions and longer tasks less checking in between.
It kind of works but later I’m in a deadlock where every change introduces new bugs or takes ages. This might be for a lot of reasons for example me going to fast, me losing mental model, me explaining it wrongly.
However when I then start checking the code it’s all spaghetti like frankly the spaghetti Astra produces I’ve never seen before. Processes that should be simple stretch over 11 files with weird wrappers and abstractions and I need a whole day to entangle it.
These are ai assisted user workflows that Im working on in this case.
I just have the feeling no matter what AI just always expands it. And expansions hinders agility and sometimes you need that.