Feels like a dead end optimisation ala the bitter lesson. No LLM has seen enough of this language vs. python and context is now going to be mostly wordy not codey (e.g. docs, specs etc.)
Nerd: A language for LLMs, not humans
41–50 of 110 posts
Re: Nerd: A language for LLMs, not humans
#42>NERD is what source code becomes when humans stop pretending they need to write it. It is so annoying to realise mid read that a piece of text was written by an LLM. It’s the same feeling as bothering to answer a call to hear a spam recording.
I think HN should really ban complaints about LLM written text. It is annoying at best and a discouraging insinuation at worst. The insinuation is really offensive when the insinuation is false and the author in fact wrote the sentence with their own brain.
I don't know if this sentence was written by LLM or not but people will definitely use LLMs to revise and refine posts. No amount of complaining will stop this. It is the new reality. It's a trend that will only continue to grow. These incessant complaints about LLM-written text don't help and they make the comment threads really boring. HN should really introduce a rule to ban such complaints just like it bans complaints about tangential annoyances like article or website formats, name collisions, or back-button breakage
Re: Nerd: A language for LLMs, not humans
#43A programming language for LLMs isn't a bad idea, but this doesn't look like a good one.
Re: Nerd: A language for LLMs, not humans
#44Doesnt typescript have types? The example seems to not have types?
Re: Nerd: A language for LLMs, not humans
#45Re: Nerd: A language for LLMs, not humans
#46Re: Nerd: A language for LLMs, not humans
#47I’ve run into countless situations where this simply doesn’t work. I once had a simple off-by-one error and the AI could not fix it. I tried explaining the end result of what I was seeing, as implied by this example, with no luck. I then found why it was happening myself and explained the exact problem and where it was, and the AI still couldn’t do it. It was sloshing back and further between various solutions and compounding complexity that didn’t help the issue. I ended up manually fixing the problem in the code.
The AI needs to be nearly flawless before this is viable. I feel like we are still a long way away from that.
Re: Nerd: A language for LLMs, not humans
#48I can't tell if this is parody or not. It seems like it's parody.
Re: Nerd: A language for LLMs, not humans
#49> Do you debug JVM bytecode? V8's internals?
People do debug assembly generated by compilers to look for miscompilations, missed optimization opportunities, and comparison between different approaches.