HN Debrief

Don't be a meat proxy

  • AI
  • Programming
  • Developer Tools
  • Management
  • Workplace Culture

The post coins “meat proxy” for a now-common habit: someone asks a human a question, that human asks Claude or another model, then forwards the raw answer back without checking, rewriting, or owning it. The complaint is not “don’t use AI.” It is that raw model output is expensive for everyone downstream. It is verbose, jargon-heavy, often detached from local context, and cheap to generate but costly to verify. The core objection landed hard with people dealing with AI-written PRs, docs, Slack replies, and even meeting summaries that nobody seems to have actually read.

Treat AI output like untrusted draft material, not communication. If your team is moving fast with agents, set explicit norms for human summaries, ownership, and verification before slop turns into hidden organizational cost.

Discussion mood

Strongly negative toward unfiltered AI-mediated communication. People are frustrated by the extra verification burden, loss of accountability, jargon-heavy output, and management incentives that reward visible AI usage over actual understanding.

Key insights

  1. 01

    Context handoff beats pasted conclusions

    Passing around a model’s final answer throws away the most valuable artifact, which is the context behind it. A better pattern is to share Claude sessions, structured context dumps, or agent traces so the next person can inspect what the model saw and continue the work directly. That reframes the human job as context management rather than forwarding giant markdown summaries.

    If agents are part of your workflow, preserve prompts, context, and session state as first-class artifacts. Build handoff paths around those, not around polished-looking AI prose.

      Attribution:
    • WillMorr #1
    • rufasterisco #1 #2
    • torment-nexus #1
  2. 02

    Verification capacity is the real bottleneck

    Several commenters gave the problem a sharper name. LLMs make generation nearly free, but verification has not sped up in the same way. That means teams can now create review debt faster than humans can burn it down. Framing it as “verification debt” or Brandolini’s Law makes clear why the damage compounds even when no single AI output is catastrophic.

    Track review load as a real operational constraint. If AI use increases generated artifacts faster than reviewers can validate them, add gates or reduce generation before quality collapses.

      Attribution:
    • intended #1
    • yourapostasy #1
    • joquarky #1
  3. 03

    Social norms can suppress slop quickly

    A few people reported that simple public pushback changed behavior fast. Asking “is this yours or the LLM’s,” replying “I can ask Claude myself,” or setting a local rule against raw AI dumps noticeably reduced the practice. One company even added a handbook rule that people must show human effort before requesting human attention. The point is that this does not always require elaborate policy. It often just needs a norm with teeth.

    Write a lightweight team rule for AI-mediated communication and enforce it consistently in reviews and chat. Small social costs early are cheaper than normalizing unreadable output.

      Attribution:
    • maccard #1
    • GrinningFool #1
    • nomel #1
    • bjackman #1
  4. 04

    Dense AI prose creates its own cognitive tax

    People were not only complaining about correctness. They were complaining about the reading experience itself. Recent model output was described as both too terse and too verbose at once, packed with acronyms and compressed reasoning that takes repeated passes to decode. That makes even accurate output tiring to use, especially when it arrives all day long.

    Tune model output for short, plain language and require human compression before sharing. If your team is reading machine prose all day, readability is now a productivity issue, not a style preference.

      Attribution:
    • dstroot #1
    • 0xb0565e486 #1
    • vitaflo #1
    • aucisson_masque #1
  5. 05

    Management incentives are driving the behavior

    The worst cases were often linked to top-down pressure. Managers and executives are being measured on AI adoption, so they reward the appearance of AI-native work even when it means flooding teams with docs, transcripts, PR comments, and plans nobody understands. That turns meat proxy behavior from an individual bad habit into the path of least resistance inside the org.

    If you lead a team, stop measuring AI usage by volume of generated artifacts. Evaluate whether the work reduced cycle time or improved decisions after human verification.

      Attribution:
    • jurgenburgen #1
    • Gigachad #1
    • sdiupIGPWEfh #1
    • canucktrash669 #1
  6. 06

    Simplified Technical English is a practical filter

    One concrete tactic stood out. Asking the model for ASD-STE100 Simplified Technical English bullet points produced output that was easier to verify and easier to rewrite into a human voice. Others liked the idea because it reduces Claudisms and forces a plainer, more checkable intermediate form.

    For docs or summaries you must draft with an LLM, try constrained output formats like Simplified Technical English bullet points. They are easier to audit than polished pseudo-expert prose.

      Attribution:
    • xyzelement #1
    • biztos #1
    • NorthSouthNorth #1
  7. 07

    Guardrails matter more than model choice

    A useful implementation detail came from a team that had to unwind an AI-built mess. The failure was not just “used AI.” It was missing basic engineering controls like tests, rollout safeguards, and explicit quality gates. Comments comparing agentic coding to distributed systems made the point well. Speed only helps if you also invest in the infrastructure that keeps fast changes safe.

    Do not roll out agent-heavy development without test coverage, CI and CD gates, rollback paths, and review standards. Otherwise the model is just a faster way to manufacture rework.

      Attribution:
    • dontparticipate #1 #2
    • wuliwong #1

Against the grain

  1. 01

    Centralized AI documentation can be rational

    One dissenting view argued that having subject matter experts generate and review shared AI documentation once may be better than letting every individual ask ad hoc questions and inspect their own hallucination-prone answers. The uncomfortable logic is that standardized slop can still beat duplicate slop if the alternatives are isolated one-off prompts and no shared knowledge base.

    If your org is already relying heavily on AI for answers, consider channeling that into curated, reviewed reference material instead of countless private prompt sessions. The key is that experts must own the review.

      Attribution:
    • lukeschlather #1
    • DenisM #1
  2. 02

    For some developers AI is a net gain

    A minority of commenters said their work has become faster and more enjoyable with disciplined AI use. They described getting more leverage on refactoring, glue code, and side systems, freeing attention for product and system design instead of hand-writing every branch. Their argument was not that blind prompting works. It was that with harnesses, rollback paths, and judgment, the workflow can be genuinely better.

    Do not confuse backlash against unread AI output with proof that LLM-assisted development fails everywhere. Separate bad communication habits from workflows where the model is contained by process and actually buys back time.

      Attribution:
    • xyzelement #1
    • mikebenfield #1
    • abustamam #1
  3. 03

    Sometimes Claude said means do basic research

    Some people use “Claude said” the way earlier teams used Let Me Google That For You. In their framing, the issue is not forwarding unread output but signaling that the asker could have gotten a decent first-pass answer themselves. That changes the social meaning of the phrase from buck-passing to a nudge toward self-service.

    Distinguish between two cases in your own team. Redirect basic, context-free questions to self-service tools, but do not let that become an excuse to answer judgment calls with raw model output.

      Attribution:
    • ecountry #1
    • dwarhl #1
    • an0malous #1
    • rglynn #1
  4. 04

    AI output can outperform past human summaries

    One executive-facing commenter said a ten-page Claude synthesis of account history delivered faster and richer situational awareness than they could have gotten before AI, even though it contained at least one hallucination. Another said LLM-assisted bug analysis bot messages worked because the slop was localized in a dedicated channel instead of spread through human chat. This view treats AI summaries as useful if recipients know what they are reading and where the trust boundary is.

    If AI-generated analysis is providing real speed, isolate it in places where people can opt in and calibrate trust. Keep human-to-human channels for distilled conclusions and decisions.

      Attribution:
    • washbasin #1
    • RicDan #1

In plain english

ASD-STE100 Simplified Technical English
A controlled writing standard that uses restricted vocabulary and simple grammar to make technical instructions easier to understand.
Brandolini’s Law
The idea that refuting nonsense usually takes much more effort than producing it.
Claude
Anthropic’s family of large language models and coding products.
LLM
Large language model, a type of AI system trained to predict and generate text, including code.
PR
Pull request, a proposed code change submitted for review before merging into a shared codebase.
Slack
A workplace messaging tool commonly used for team chat and coordination.
TLDR
Too long didn’t read, used for a short summary of a longer piece of text.

Reference links

Practices and policy

  • No Slop Grenade
    A tongue-in-cheek site people use to push back on raw pasted AI output in chat.
  • Human attention and human effort
    Referenced as a norm for requiring visible human effort before asking others for attention.
  • Attention Request
    Shared as a workflow that requires people to write questions about a document before asking others to review it.
  • Appeal to Aithority
    Referenced for the idea that citing an LLM can become a false appeal to authority.

AI filtering and anti-slop tools

  • Kagi Slop Stop
    Mentioned as an example of productized filtering for AI-generated content online.

Talks and explainers

Books and essays

Related posts and projects

  • Just send me the prompt
    Referenced for the argument that the prompt and context are often more useful than the generated answer.
  • Business Intelligence Slop
    Shared as a related framing for AI-generated corporate analysis that hides weak human contribution.
  • AI meat shields
    Mentioned as a related concept about humans shielding AI systems from accountability.
  • aweb
    An open source framework for agent-to-agent interaction, proposed as a way to avoid humans relaying AI output manually.
  • aweb GitHub repository
    Repository for the agent coordination framework mentioned in the discussion.

Research and data