I keep seeing lots of people saying "LLMs are like compilers/assemblers for prompts"
-
@mntmn @cwebber I think the single interesting thing LLMs have revealed is that there is a substantial market segment who has an active desire for natural language interfaces to the computer and who will flip from "do not engage to the computer" to "engage with the computer" if a natural language interface became available.
I do not personally want a natural language interface to the computer. I also do not believe the thing LLM vendors have built is a natural language interface to the computer
@mntmn @cwebber And I'd say "maybe the solution is to build a *good* natural language interface to the computer, so people use that instead" but I don't think a culture that believes LLMs are a computer interface (or are an "artificial intelligence"), could build or adopt such a system. If you put it side by side with the LLM the LLM will "win" because it is fail-open. A "good" interface would tell you when it can't do something, and then the user quits using it. An LLM can make something up.
-
@mntmn @cwebber And I'd say "maybe the solution is to build a *good* natural language interface to the computer, so people use that instead" but I don't think a culture that believes LLMs are a computer interface (or are an "artificial intelligence"), could build or adopt such a system. If you put it side by side with the LLM the LLM will "win" because it is fail-open. A "good" interface would tell you when it can't do something, and then the user quits using it. An LLM can make something up.
@mcc@mastodon.social @mntmn@mastodon.social @cwebber@social.coop Yeah, and a good computer interface needs to be precise and unambiguous. Natural language is notoriously ambiguous, e.g. pilots and air traffic controllers have to train using precise terminology and phrasing, because a misunderstanding can have catastrophic consequences. I highly doubt people who don't feel like learning a programming language would want to learn a similarly (possibly more strictly) formalized variant of their natural language.
-
@mntmn @cwebber And I'd say "maybe the solution is to build a *good* natural language interface to the computer, so people use that instead" but I don't think a culture that believes LLMs are a computer interface (or are an "artificial intelligence"), could build or adopt such a system. If you put it side by side with the LLM the LLM will "win" because it is fail-open. A "good" interface would tell you when it can't do something, and then the user quits using it. An LLM can make something up.
-
@mntmn @cwebber I think the single interesting thing LLMs have revealed is that there is a substantial market segment who has an active desire for natural language interfaces to the computer and who will flip from "do not engage to the computer" to "engage with the computer" if a natural language interface became available.
I do not personally want a natural language interface to the computer. I also do not believe the thing LLM vendors have built is a natural language interface to the computer
I think there's a broader corollary (or perhaps it's actually a central subset of what you describe).
I always thought most people shared my experience that the exciting thing about the Internet, and good Internet search in particular, was that it offered access to the most relevant sources of information for any query. It was then on me to assess these sources and try to understand the topic at hand.
LLMs have resoundingly demonstrated that for most people this is all too much work and reminds them of school.
A majority of people clearly don't want to have to put in so much effort. They'd rather have an unambiguous answer that comes back and that they can treat as authoritative.
Sidenote - this is why mansplaining is a thing.
So, the primary (and I would argue, intended) result of the current "AI" mania is that the world is happily replumbing all its information and knowledge streams so that everyone receives whatever sanctioned propaganda those behind the curtain want to shovel out. (Pick a metaphor and stick with it ...)
LLMs are an assault on human communication and our ability to reason, organise and plan. They are the oligarch's wet dream.
-
I keep seeing lots of people saying "LLMs are like compilers/assemblers for prompts"
Noooooooooo
NooooooooooooooooooooooooooooLLMs are not compilers, and they're not assemblers. Determinism is a key aspect to assemblers and compilers.
And they *certainly* can't be part of a reproducible pipeline
@cwebber of course a deterministic LLM could be made. But ~noone would use it. Being able to reroll the dice is an important part of the confidence game.
-
@cwebber exactly this. on the flip side, their seemed to be a vast desire among management types and maybe hobbyists for some super easy super high level language. but idk if it's even worth going there. avoiding the details only works until it doesn't
@mntmn @cwebber management types have wanted this since the 1950s. it’s why COBOL and SQL exist; it’s why RAD exists. It’s why so called “4th Generation Languages” exist. Management would like nothing more to be done with needing to think about all those pesky details like “that’s a logical impossibility” or “that’s P=NP”, they want their word to be the word of god
-
I keep seeing lots of people saying "LLMs are like compilers/assemblers for prompts"
Noooooooooo
NooooooooooooooooooooooooooooLLMs are not compilers, and they're not assemblers. Determinism is a key aspect to assemblers and compilers.
And they *certainly* can't be part of a reproducible pipeline
We love it when changes have non-localized and unpredictable results;
-
@cstanhope @mcc @mntmn @cwebber I like it.
-
@ireneista @mntmn @cwebber well it's a general purpose UI *now* but only in a very monkeys paw way
-
@cwebber of course a deterministic LLM could be made. But ~noone would use it. Being able to reroll the dice is an important part of the confidence game.
@joeyh I mean real talk that's why I don't play preset seeds in roguelikes, hooked on that RNG juice
-
@mntmn @cwebber I think the single interesting thing LLMs have revealed is that there is a substantial market segment who has an active desire for natural language interfaces to the computer and who will flip from "do not engage to the computer" to "engage with the computer" if a natural language interface became available.
I do not personally want a natural language interface to the computer. I also do not believe the thing LLM vendors have built is a natural language interface to the computer
@mcc @mntmn @cwebber speaking of expanding to more users and of assembler:
An argument I've heard is that: in the past high level compiled languages have replaced assembler, and LLMs are the next step.
Well, assembler -- and assembler-adjacent stuff like C's SIMD intrinsics -- are still relied upon (think finely optimised low-lvl libraries in some fields like gaming, video codecs, and number crunching in scientific data analysis).
... -
@mcc @mntmn @cwebber ...
Proper software engineering done by human with brains that can hold an actual mental model of the design implication isn't going away.At best, what we have is a (very unreliable) tool that will allow people who are utterly allergic to programming languages to still be able to play around code.
-
I keep seeing lots of people saying "LLMs are like compilers/assemblers for prompts"
Noooooooooo
NooooooooooooooooooooooooooooLLMs are not compilers, and they're not assemblers. Determinism is a key aspect to assemblers and compilers.
And they *certainly* can't be part of a reproducible pipeline
@cwebber they're lossy pseudorandom decompression
-
@cstanhope @drwho @mcc @mntmn @cwebber And to bring it full circle, grad students *can* be compilers.
-
@cwebber exactly this. on the flip side, their seemed to be a vast desire among management types and maybe hobbyists for some super easy super high level language. but idk if it's even worth going there. avoiding the details only works until it doesn't
-
@joeyh I mean real talk that's why I don't play preset seeds in roguelikes, hooked on that RNG juice
-
I keep seeing lots of people saying "LLMs are like compilers/assemblers for prompts"
Noooooooooo
NooooooooooooooooooooooooooooLLMs are not compilers, and they're not assemblers. Determinism is a key aspect to assemblers and compilers.
And they *certainly* can't be part of a reproducible pipeline
@cwebber oh, they could… if you operated them yourself. Snapshotting, and saving the PRNG seed.
-
I keep seeing lots of people saying "LLMs are like compilers/assemblers for prompts"
Noooooooooo
NooooooooooooooooooooooooooooLLMs are not compilers, and they're not assemblers. Determinism is a key aspect to assemblers and compilers.
And they *certainly* can't be part of a reproducible pipeline
@cwebber mostly agree, especially about them not being compilers, but some compilers aren't deterministic. You'll get a different result in memory layout or optimization sometimes. Especially for quantum compilers, where the compilation process itself is known to be NP hard, so heuristics are used.
-
I keep seeing lots of people saying "LLMs are like compilers/assemblers for prompts"
Noooooooooo
NooooooooooooooooooooooooooooLLMs are not compilers, and they're not assemblers. Determinism is a key aspect to assemblers and compilers.
And they *certainly* can't be part of a reproducible pipeline
@cwebber I think that the lack of determinism is less important than the lack of a precise mapping between input and output. If we hypothesize a nondeterministic compiler that exposes a precise semantics, you can statistically predict the output based on the input based on the stochastic compilation process. LLMs don't give any such guarantee: you put imprecise natural language in and then the output is vibesy related to the input. Small changes to the input can beget very large changes to the output.
-
@cwebber If I hear "LLMs are like higher level languages" I will end up on the news, i think