"Human in the loop" - this expression really bugs me. AI proponents point to it and claim jobs wont disappear, but in fact companies really just need someone to blame when AI systems inevitability err.
Another angle: the cost of AI is highly subsidized. Every use costs the AI company considerably more than they're charging (read Ed Zitron's commentary on this). Example: A June 2026 SemiAnalysis report shows that a $200/mo Claude subscription can, when maxed out, cost Anthropic $8000/mo in tokens. Therefore, one way to harm AI companies is to max out one's subscription.
Yes, they cannot reason at all, despite clever marketing names like 'reasoning models'. A responsible operator must verify all output, something humans can't collectively be trusted to do. Even when verification is performed, we must ask ourselves if 'old-fashioned' thinking wouldn't have given a just as good or better result. IMO, it's hard to find anything positive about this technology.
Something related I've been thinking about: they're unable to produce truth or lies, only output.
I despise "AI" for quite a few reasons: It's built on theft, it empowers the fascists and oligarchs, its masters seek to dis-empower or replace human workers and creatives, its name is a deception as well as its primary use case, etc. This community doesn't need a rehash. I personally despise AI because I love the programming craft and I worry about a future where code is only generated, or worse: generated autonomously. Don't get me started on "AI first" companies. Fuck that.
"AI" is an anti-human technology.
Now, separate "AI" and all its awfulness from LLM as an algorithm/data structure. Can LLMs be ethical? I honestly don't know whether the good can be isolated from the bad. I started to brainstorm this out below, but the more I write, the less convinced I am that there's a middle way. I'm afraid that much of the perceived benefit of LLMs is derived from the universal theft of training data.
Dear reader, please consider the following a brainstorm only from a non-expert Anti who's trying in good faith to find a path.
--
Here are some possible ethical use cases:
Natural Language Interface - Like a Terminal Interface (TUI) or Graphical User Interface (GUI) or Command Line Interface (CLI), but instead discerns user intent from human language
Pattern Recognition - Some of LLMs' legitimate accomplishments have been their ability to pore over decades of human work and detect patterns that otherwise would have been missed. Examples: Recent Erdős and Knuth news. LLMs are reasonable at code review and bug/security flaw detection
Summarization/Search - LLMs and their precursors have been rehashing summaries of well-tread topics in training data for years. Crafting summaries for human consumption seems a 'ok' use case, with the understanding than hallucinations are unavoidable. Examples: API documentation, code examples, encyclopedia-like snippets
IMO, an ethical LLM solution might have attributes like these. Disclaimer: I'm not an expert so some of this may be nonsense ("brainstorm"):
Public audit trail of training data
Author consent, voluntary or paid, for participation in training data
Harnesses should have a query-able manifest of valid operations. All user input should map to one of them
Harnesses should strictly require human acknowledgement before executing an operation, and especially when interacting with external systems
Human-first output - should encourage human learning and thought, not seek to replace it
Signed output - this one is tricky. I don't know how to accomplish it. It would be great if LLM output could be signed in a way that excluded it from future training. The signature would also serve as notice to humans that the content is explicitly from an LLM. Web browsers could then have configurations to filter LLM content out so that users can consent to consume it. This solution may not be part of LLMs themselves
Limited topic/training data - imagine an LLM that's only for recipes or only for a specific programming API or a specific new site. A smaller model should use fewer resources
I have high doubts that these qualities can be achieved due to complexity and cost. Such is the price of legitimacy.
--
OK, that's all. I'm going back now to stewing in my disdain for "AI".
As an adult, it's only sad dramas and dreary procedurals for me. No time for fun what with taxes, job, and housework. I'm afraid it's all very serious, adulting. I'm gonna sing the doom song.
Yes, exactly. With Search, one evaluates a source or two, weighs veracity, reconsiders the current problem given the new information, then comes to a conclusion. All that's out the window with LLMs. Just trust the output without any critical thought. Even worse, just paste the output to a friend or coworker like it's authoritative.
Here's a quick story: I have one colleague who ran some source code through an LLM to summarize what it was doing. Then they copied the output, pasted it into a document, then claim they "wrote" it and wondered where we could store this document for future reference 🗑️
One idea I read is that showing others LLM output should be considered rude. If folks find the tools useful, by all means use them, but do others the service of translating the output back into verified, truthful, human signal first.
I had to watch the video. She looks so confused when they start booing. She tries laughing it off, says something else to tout AI and is booed again. Completely tone deaf.
It's cathartic reading that AGENTS.md. It seems a controversial take these days among my dear colleagues, but IMO, it's best for humans to author code.
"Human in the loop" - this expression really bugs me. AI proponents point to it and claim jobs wont disappear, but in fact companies really just need someone to blame when AI systems inevitability err.
The only thing inevitable about AI is mistakes.
Just wanted to say this is a great write up, thanks.
Another angle: the cost of AI is highly subsidized. Every use costs the AI company considerably more than they're charging (read Ed Zitron's commentary on this). Example: A June 2026 SemiAnalysis report shows that a $200/mo Claude subscription can, when maxed out, cost Anthropic $8000/mo in tokens. Therefore, one way to harm AI companies is to max out one's subscription.
This is exactly what an obsolete programmer would say. Also, I had a good laugh, thanks
Is that Sazan Island?
Yes, they cannot reason at all, despite clever marketing names like 'reasoning models'. A responsible operator must verify all output, something humans can't collectively be trusted to do. Even when verification is performed, we must ask ourselves if 'old-fashioned' thinking wouldn't have given a just as good or better result. IMO, it's hard to find anything positive about this technology.
Something related I've been thinking about: they're unable to produce truth or lies, only output.
I despise "AI" for quite a few reasons: It's built on theft, it empowers the fascists and oligarchs, its masters seek to dis-empower or replace human workers and creatives, its name is a deception as well as its primary use case, etc. This community doesn't need a rehash. I personally despise AI because I love the programming craft and I worry about a future where code is only generated, or worse: generated autonomously. Don't get me started on "AI first" companies. Fuck that.
"AI" is an anti-human technology.
Now, separate "AI" and all its awfulness from LLM as an algorithm/data structure. Can LLMs be ethical? I honestly don't know whether the good can be isolated from the bad. I started to brainstorm this out below, but the more I write, the less convinced I am that there's a middle way. I'm afraid that much of the perceived benefit of LLMs is derived from the universal theft of training data.
Dear reader, please consider the following a brainstorm only from a non-expert Anti who's trying in good faith to find a path.
--
Here are some possible ethical use cases:
IMO, an ethical LLM solution might have attributes like these. Disclaimer: I'm not an expert so some of this may be nonsense ("brainstorm"):
I have high doubts that these qualities can be achieved due to complexity and cost. Such is the price of legitimacy.
--
OK, that's all. I'm going back now to stewing in my disdain for "AI".
As an adult, it's only sad dramas and dreary procedurals for me. No time for fun what with taxes, job, and housework. I'm afraid it's all very serious, adulting. I'm gonna sing the doom song.
Yes, exactly. With Search, one evaluates a source or two, weighs veracity, reconsiders the current problem given the new information, then comes to a conclusion. All that's out the window with LLMs. Just trust the output without any critical thought. Even worse, just paste the output to a friend or coworker like it's authoritative.
Here's a quick story: I have one colleague who ran some source code through an LLM to summarize what it was doing. Then they copied the output, pasted it into a document, then claim they "wrote" it and wondered where we could store this document for future reference 🗑️
One idea I read is that showing others LLM output should be considered rude. If folks find the tools useful, by all means use them, but do others the service of translating the output back into verified, truthful, human signal first.
That's what happens when they wander too far from LinkedIn.
I had to watch the video. She looks so confused when they start booing. She tries laughing it off, says something else to tout AI and is booed again. Completely tone deaf.
I'm convinced LLMs' primary use case is deception.
Oh well, there's always Towel Day.
That's number wang!
As usual, Ed Zitron is a voice of sanity.
The AI First companies will reap what they sow.
6 months. That was how long.
It's cathartic reading that AGENTS.md. It seems a controversial take these days among my dear colleagues, but IMO, it's best for humans to author code.