HN user

skitsofrandom

-1 karma
Posts0
Comments2
View on HN
No posts found.

It's easy to get all high and mighty but there really doesn't have to be complex subterfuge behind "replacing the majority of our technical infrastructure with devices solely created within the borders of our primary military, industrial, and economic rival is not a good idea for security and sovereignty."

We cast aside local manufacturing for cheaper prices in another country and are going to pay the price one way or another.

I would guess a good way to implement a language meant for LLMs would be to strip out as many features as possible, so that all programs needed to be composed of just a handful of common structures written in shorthand. As much compiletime enforcement as possible. Maybe human-crafted abstractions for more error-prone concepts like multithreading that limit how they can be used in the language but provide ample, testable bumpers.

It would be interesting to design some mechanism where an external actor could program extensions into the language easily, which then would become a new black-box tool that an LLM could program with. Ideally though, I think you want to remove as much agency in reimplementation and re-abstraction as possible from the LLM. This is really just some tier above current high level languages, with as much dumbing down as possible.

I'm not sure this is really necessary or would even be effective because there wouldn't be a million examples for the training data of an LLM. But I imagine something along these lines could make an LLM more productive and token efficient.