Live data from Hacker News

I miss the old Claude Code

alexkras.com

11–20 of 26 posts

Re: I miss the old Claude Code

#11
post #2

My first deep dive with Claude Code was in Jan of this year. I was working on rebuilding an old city builder game from the the 00s and was trying to parse the original images from the game files. There was plenty if info on the structure online so I said I'd let Claude give it a go. I was running one of the sonnets I think. After about 5 prompts I had a web interface that I could drag the files into and it presented…

Not commenting on speed, but it seems models and their harnesses have generally gotten much worse over time. My suspicion is that the "Frontier" labs really dont have a strong handle on good quality evals that equal expectations of their users, so they just churn out new models for marketing to sell the shit out of.

Recently cancelled my Codex subscription because I cannot stand 5.6-sol/terra/luna. On top of that, Codex the harness is just so dammed buggy in VS Code.

I just discovered https://tinfoil.sh, which is fully private and attestable AI which works amazing with Kilo Code. Its costing me at API prices but for cheaper to run models which so far feel more consistent then what I get from frontier models.

Re: I miss the old Claude Code

#12
Fable is quite good, but i also noticed that the later opus models don't seem quite as effective as before.

We break down our tasks pretty granularly before they get picked up by a model, and for that workflow we've found that sonnet 4 and opus 4 are still quite effective, and debatably more effective than the 5s

for reference, we use n-dx (https://n-dx.dev) for our workflow

Re: I miss the old Claude Code

#13
post #6
post #3

Earlier quoted context omitted.

> I have tried to do the same recently with the newer models and we're still not writing code by the time the older models had finished their work Claude used to run at ~150tps in January. Now it runs at 50tps if you're lucky. That explains most of the speed issues without even getting into technical details about the new models.

Oh that's interesting. When did that happen? a 3x reduction in speed would probably explain it

It happened as their user base exploded and their infrastructure could not keep up with all the new demand.

Re: I miss the old Claude Code

#14
I do too. In the past couple of months it's just doing too much. Before it was prompt -> model writes code -> done, I check the work. Now it's prompt -> model seems to read the entire codebase to 'get the full picture' -> takes forever to write code -> runs a whole bunch of things to verify the result. It seems like they have optimized the harness more and more for people who don't know what they are doing or what they want. I know what I want. I mostly want to 10x my typing, I already know what I want and what files to edit and how to verify the result.

Re: I miss the old Claude Code

#16
post #2

My first deep dive with Claude Code was in Jan of this year. I was working on rebuilding an old city builder game from the the 00s and was trying to parse the original images from the game files. There was plenty if info on the structure online so I said I'd let Claude give it a go. I was running one of the sonnets I think. After about 5 prompts I had a web interface that I could drag the files into and it presented…

Not commenting on speed, but it seems models and their harnesses have generally gotten much worse over time. My suspicion is that the "Frontier" labs really dont have a strong handle on good quality evals that equal expectations of their users, so they just churn out new models for marketing to sell the shit out of. Recently cancelled my Codex subscription because I cannot stand 5.6-sol/terra/luna. On top of that, Co…

[dead]

Re: I miss the old Claude Code

#17
post #2

My first deep dive with Claude Code was in Jan of this year. I was working on rebuilding an old city builder game from the the 00s and was trying to parse the original images from the game files. There was plenty if info on the structure online so I said I'd let Claude give it a go. I was running one of the sonnets I think. After about 5 prompts I had a web interface that I could drag the files into and it presented…

Not commenting on speed, but it seems models and their harnesses have generally gotten much worse over time. My suspicion is that the "Frontier" labs really dont have a strong handle on good quality evals that equal expectations of their users, so they just churn out new models for marketing to sell the shit out of. Recently cancelled my Codex subscription because I cannot stand 5.6-sol/terra/luna. On top of that, Co…

As someone working in this space: unless they're a very big player with resources to create custom hardware, afaik there's no way to actually prevent the GPU host from seeing the request content. There's no "secure enclave" that sits between a CPU and the GPU, the decrypted payload must necessarily hit system RAM, as would the output. They are, at best, running in TEE VMs which are also pretty horribly broken and don't provide the security that they say they do.

Tinfoil is almost certainly lying to you.

Post reply on HN