So, you want me to code in a language that has no formal specification, no test suite, that changes continuously, where builds are not reproducible, where results depend on a hidden state in a build cache that can't be backed up, where I have to pay for each compilation, where I have to continuously send a copy of my code to a third party, and that might disappear with no notice?

Geee, vibe coding looks FUN!

@jbqueru hi. Can you tell me what you are talking about?
(Not sure I will like the answer but better be prepared and informed about our current enemy....)
@benjamin generally speaking, the notion of trusting generative LLMs to write code. More specifically, Musk's recent goal of generating binaries directly, i.e. of removing the ability for humans to review the result in practice.

@jbqueru oh okay, thanks.
I didn't know they wanted to produce binary directly. Nothing unepexcted from this person...

what a weird and infuriating timeline,..

@jbqueru @benjamin

As someone who has done a little assembly language programming, I guess a human could review the code AI generated, but they would need to be very, very skilled.

@w_b @benjamin I would say, yes, and no. A disassembly is far from being the same as assembly source code, it'll be missing comments and symbols and macros, which are critical to being able to read assembly source code. Without those, it's all magic values.