HN user

ChrisLTD

2,838 karma

Website: https://chrisltd.com

Posts17
Comments793
View on HN

So why do you recycle? Based on your argument, you're just wasting your own time or "shooting yourself in the foot".

Claude Sonnet 5 22 days ago

Yeah... Sonnet becomes the new cheap model, and some Fable class model becomes the more expensive/better one.

Claude Sonnet 5 22 days ago

Their valuations don't make sense as just programming tools, period. Forget about if they are still human driven.

You're over-indexing on the (erroneous) idea that my example meant that the program would be a single if statement.

A lot of solutions require way more code to implement than to describe the necessary properties of.

That's true to an extent, the additional code often define the emergent and undiscovered properties of a system.

I can be 99.99999999% certain when I write an if statement like "if (x > 1) do y" that the compiler will turn that into the equivalent machine code. So, yes, unless I hit some crazy performance bottleneck, I'm not concerned about reviewing the machine code.

However, LLM outputs change with slight re-wording of prompts and with each new model release. I could hand write a test that says if x > 1 make sure y happens, but then what productivity was gained?

These aren’t bugs in the traditional sense. They built the animation system to work like this, and replaced the old system that didn’t produce these psychedelic transition states.

I agree with most of what you're saying, but it's also funny that front-end developers are catching strays in your conclusion. As long as human beings are interfacing with software, there's going to be a lot of judgement and nuance necessary for building good UIs. Data structures, back-end infra, can all be alien and still work. But your UI can't be alien.