I wonder if we might someday see #programming languages where the "code" in its raw text form is _only_ directly visible to the #AI.
What if instead the developer sees a kind of preview (markdown style) of the code to fit their sensibilities while the agent is actually looking at the raw source.
Imagine if the programming language _requires_ all imported symbols to be `fully.qualified.at.all.Times`. Maybe that's useful for AI due to locality, but it's really annoying for humans.
So let the language require it and then use an IDE preview layer to translate it to just `Times`.
RE: https://techhub.social/@develwithoutacause/116223441415706537
Actually I'm realizing the logical extreme of this is to invent a new programming language for #AI codegen.
Except that language doesn't actually have to *exist*, it just needs to be transpiled as a post-processing step in the workflow to the real language you want.
note17ns…9789