RE: https://neuromatch.social/@jonny/116324676116121930

Incredible thread.

Answered some of my questions about what people think the future will be if everyone codes like this. It seems to be: instead of thinking about constraints of any kind or "what is the most efficient way to do Y or the most readable way to do Z?" answer the question, "what is the most brute force way to perform X if I pretend that there are no resource constraints and nothing needs to make sense as long as I see some sort of test passing? Just ship it with spaghetti code.

@timnitGebru

"But it's unreadable and unmaintainable!"

"So what? No human needs to read it or maintain it, the AI will do that."

@timnitGebru

We've been here before of course. The above is a description of assembler code generated by a compiler.