← Back to news

Don't be a meat proxy

gruhn.me|1464 points|623 comments|by ngruhn|Aug 3, 2026

Stop Acting as a Human Interface for AI

Published: August 03, 2026

I frequently encounter a frustrating trend across Slack, merge/pull request threads, and WhatsApp group chats. I'll pose a question or offer a critique, only to receive a response that looks like this:

"Claude said: [A massive, verbatim wall of text]"

Please keep doing this. Please stop doing this.

The Problem with Raw AI Output

When you simply copy-paste, you are delivering content that is typically:

  1. Excessively verbose.
  2. Riddled with "plausible nonsense" (hallucinations that sound correct).
  3. Overloaded with dense jargon.

For example, I recently received this specific string from Claude: NATS control-plane events: stream leader election / R3 quorum re-form during pod churn.

To avoid being a mere conduit, you should follow this workflow:

  • Read the output.
  • Understand the logic.
  • Validate the facts.
  • Rewrite the answer in your own voice.

Doing this serves as a certificate of comprehension, proving you actually processed the information.

The "Meat Proxy" Cycle

The danger is that the barrier to shipping code has dropped to nearly zero. The current "low-effort" pipeline looks like this:

# The Meat Proxy Workflow
copy "ticket_description.txt" | paste into Claude_Code
# ... code is generated and pushed ...
copy "reviewer_feedback.txt" | paste into Claude_Code
# ... fix is generated and pushed ...

When both the developer and the reviewer use Claude Code without critical thought, the human becomes nothing more than a meat proxy.

Comparison: Proxy vs. Professional

FeatureThe Meat ProxyThe Active Engineer
InputVerbatim Copy-PasteSynthesized Insight
VerificationAssumed CorrectManually Validated
EffortEffort0\text{Effort} \approx 0Effort>0\text{Effort} > 0
Value AddNone (Interface only)Critical Thinking

The Feedback Loop

AI Proxy Illustration


Bottom line: If you aren't adding your own understanding to the conversation, you aren't contributing; you're just a biological API.