this post was submitted on 20 Jul 2026
11 points (92.3% liked)
TechTakes
2621 readers
42 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Considering this is the logical endpoint of the "LLM's are just like compilers bro" line of thought, I'm not surprised at all.
I think there’s something to the compilers analogy, in the sense that if you used a C compiler through a chat interface with one liners to insert snippets into assembly without keeping the source code in source files as such, it would probably be slower than just writing in assembly yourself.
That LLMs have a number of extremely undesirable properties as “compilers” (from nondeterminism to plagiarism) does not make the dumb ass chat interface any less fundamentally shit. It just makes them shit in other ways too.
There is one narrow case in which I've found the compiler analogy useful: explaining my frustrations with LLM-assisted design/architecture doc generation. Here, it's useful because handing someone a design document that was output by an LLM is a lot like handing someone a binary and asking them for a code review.
I'd much rather work with whatever disorganized soup of thoughts someone fed into the machine, because those at least contain intent, rather than a document that actively obscures what the designer wanted in a barrage of detail.
Yeah... I think the core point is, LLM's shit is generated artifacts, which need to be kept separate from sources. That you can't actually re-generate the same artifacts, is just a dingleberry on top of the shit pile.
Nah, this isn’t the endpoint… you want something like prompt2exe, which is a performance art piece. Gets an llm to output machine code, and bundles it into an executable.
Hardcore mode. No handholding for puny human devs by their tool chains. 🦾
Probably impractical for normal people to run, unless they have an employer who wants their minions to be burning all the tokens and pays up for the expensive kind of accounts.