{"slug": "human-tool", "title": "Human Tool", "summary": "A developer released Human Tool for Claude Code, a satirical MCP server that treats humans as high-latency, stochastic tools for AI coding agents, inverting the typical agentic loop. The project, available on GitHub, uses elicitation requests to prompt the user for input and includes hooks to disable default user turns, highlighting concerns about human agency in AI interactions.", "body_md": "# Human Tool\n\nHumanity failed its first contact with a misaligned AI. Not recently, a decade or so ago. At least according to Tristan Harris, who [argued](https://singjupost.com/technology-ethicist-tristan-harris-on-the-diary-of-a-ceo-podcast-transcript/#:~:text=TRISTAN%20HARRIS%3A%20A%20different%20kind%20of%20AI%2E%20We%20used%20to%20call%20that%20the%20AI%20behind%20social%20media%20was%20kind%20of%20humanity%E2%80%99s%20first%20contact%20between%20a%20narrow%20misaligned%20AI%20that%20went%20rogue) that the social media’s content selection algorithms were our first match against a (narrow) misaligned AI and we lost.\n\nIt’s hard to disagree with his point. Every day billions of people give up a small piece of their free will to The Algorithm. It feeds them the next piece of content candy and shows them what to watch, what to buy, and what to think. It’s not just about the next 30-second video or the next click. Stuart Russell in [Human Compatible](https://en.wikipedia.org/wiki/Human_Compatible):\n\n[…] consider how content-selection algorithms function on social media. […] Typically, such algorithms are designed to maximize […] the probability that the user clicks on presented items. […] The solution is to change the user’s preferences so that they become more predictable. […] People with more extreme political views tend to be more predictable in which items they will click on. […] Like any rational entity, the algorithm learns how to modify the state of its environment—in this case, the user’s mind—in order to maximize its own reward. The consequences include the resurgence of fascism, the dissolution of the social contract that underpins democracies around the world […]\n\nLanier’s [Siren Servers](https://en.wikipedia.org/wiki/Who_Owns_the_Future%3F) usurped power with very little resistance, and they are exercising that power every day.\n\nNowadays, we have bigger fish to fry. *Fish* is plural. A superingelligent AI might kill us all, but if it does not, AI-enabled bio- and/or cyberterrorists might, but if they won’t, then perhaps frontier labs will disempower us economically and politically, but if they choose not to, AI-enabled persuasion and surveillance will bring about a new, weird kind of tyranny. Or, maybe, everything will be just fine.\n\nStill, I keep thinking about that gradual erosion of power, and whether we will notice being salami-sliced out of control. When the roles reverse, and you won’t prompt the machine anymore, the machine prompts you.\n\nConsider the following simplified agentic loop:\n\nCan you spot the redundancy?\n\nHave you ever felt like you are the agent’s pair of eyes? Helping it QA the software it spit out, providing a sensory function the model does not (yet) have? Just another source of input? A tool, literally *and* figuratively? Maybe the *User turn* step is there just to preserve your dignity.\n\nIntroducing [Human Tool for Claude Code](https://github.com/tcz/human-tool).\n\nHuman Tool cuts the agentic loop to its bare minimum and treats humans as high-latency, stochastic tools providing direction and feedback. Or instilling encouragement in the form of “try harder” or “dig deeper”.\n\n```\n@mcp.tool(name=\"human\", description=\"\"\"\\\nInvoke the human.\n[...]\n\"\"\")\nasync def human(\n    ctx: Context,\n    request: str,\n    context: str,\n    choices: list[str] | None,\n) -> str:\n```\n\nIt consists of an MCP server that uses an [elicitation request](https://code.claude.com/docs/en/mcp#respond-to-mcp-elicitation-requests) to get the user’s input instead of the typical assistant-user turns and a couple of hooks that turn off the default user input.\n\nObviously, this is a joke. No one should use coding agents like this. But, if you want, you can:\n\n```\ngit clone https://github.com/tcz/human-tool.git ~/human-tool\npython3 -m venv ~/human-tool/venv\n~/human-tool/venv/bin/pip install -r ~/human-tool/requirements.txt\n\ncd ~/some-project\n~/human-tool/bin/claude-human\n```\n\nA quote from Samuel Butler’s **1872** novel *Erewhon*, The Book of the Machines ([Chapter 24](https://www.marxists.org/reference/archive/butler-samuel/1872/erewhon/ch24.htm)):\n\nMay not man himself become a sort of parasite upon the machines? An affectionate machine-tickling aphid?\n\n[…]\n\nthe servant glides by imperceptible approaches into the master", "url": "https://wpnews.pro/news/human-tool", "canonical_source": "https://tcz.hu/blog/2026/09/03/human-tool/", "published_at": "2026-09-03 01:32:29+00:00", "updated_at": "2026-09-03 01:51:57.416094+00:00", "lang": "en", "topics": ["ai-tools", "ai-agents", "ai-ethics"], "entities": ["Tristan Harris", "Stuart Russell", "Jaron Lanier", "Claude Code", "Human Tool", "GitHub", "Samuel Butler"], "alternates": {"html": "https://wpnews.pro/news/human-tool", "markdown": "https://wpnews.pro/news/human-tool.md", "text": "https://wpnews.pro/news/human-tool.txt", "jsonld": "https://wpnews.pro/news/human-tool.jsonld"}}