|
|
|
|
|
by sota_pop
13 days ago
|
|
It’s interesting to me how many people articulate things like the “Preiminary Truths” section as if they are novel insights. Effective people managers (of whom I would not specifically consider myself) have known these tenets for as long as history. “Be concise”, “state your intent clearly”, funny how these are touted as novel “strategies” with which to expertly direct AI. I don’t agree that “everything is a file”. Files are arrays of bytes. For an LLM, everything is a vector of tokens/embeddings. An aphorism I recently heard:
"All sufficiently advanced technology eventually becomes a web browser". … seems apt especially in the context of the progression from chat-windows to harnesses and onwards to “harnesses that can do anything”. |
|
And yet, as of now, LLMs have a hammer (Bash / command line utilities) and every problem they have looks like a nail.
If there are people around you who are non-techies that are using Claude Code or similar, you'll hear them ask "what the heck is cron?" and "why is it talking to me about Bash again?".
At some point we may have LLMs working on their own output using a set of tools that'd be the equivalent of Bash (or any other terminal prompt) + command line utilities manipulating not files but tokens/embedded vectors but as of now, it sure looks like everything is a file, especially to LLMs.