cd /news/artificial-intelligence/my-wise-buddy-and-i-2-deciding-less-… · home topics artificial-intelligence article
[ARTICLE · art-84016] src=dev.to ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

My Wise Buddy and I #2: Deciding Less, Twice

A developer with an ordinary office job in the food industry, who only started using a terminal this year, built an AI project and discovered that the human is the bottleneck in the decision-making process. They split decisions into two piles—those only the human can answer and those derived from them—and created a global rule with three notes per project. When comparing a context-holding session with a clean-room session, they found that the context session was stronger on core logic while the clean-room version added instrumentation and enforcement, leading to a merged final version.

read4 min views1 publishedAug 2, 2026

I have an ordinary office job in the food industry — mostly planning work, no engineering — and I build this AI project in the hours around it. I watched AI from the stands for three years and only opened a terminal for the first time this year. This is the week I found out that my main contribution to my own project had quietly become: being the bottleneck.

"The human is the bottleneck." I'd read that line many times and, honestly, took it as a complaint shaped like a compliment. Look how much depends on me.

Then I looked at where my hours actually went. Reading long AI answers closely. Then either approving something I didn't fully understand, or asking a follow-up question that produced another long answer to read closely. I wasn't steering anything. I was proofreading.

The thing that clicked: "the human is the bottleneck" is a diagnosis, not a prescription. Removing myself isn't the fix, and neither is reading faster. The fix is to split decisions into two piles.

Pile 1 — only I can answer this. What problem are we solving. What is the goal. What counts as success, and how do we verify it. Who reviews. Where is the irreversible boundary — the thing that must never happen without me. These deserve dense, slow conversation, and they deserve it early.

Pile 2 — everything derived from pile 1. Usually in a domain I don't know, and usually with no meaningful effect on the outcome. The AI decides, proceeds, and records what it decided.

Naming the two piles took ten minutes. The hard part is that the border between them drifts — always toward pile 1, because asking me feels safe to the model and feels like control to me. So the border needed its own supervision. Two reviewers:

I turned this into a global rule the same day. Its shape:

A second idea fell out of the same morning: three notes per project. A fact note (what is true, with sources). A decision note (why we chose this, and — the field that matters — who decided: me, or the AI alone, plus a later verdict: held, overturned, discarded). A prompt note (the history of the conversation). Counting "decisions the AI made" tells you nothing useful. Decisions the AI made × later overturned gives you a concrete signal about where to review or narrow autonomy.

Here's the uncomfortable part. That rule was written by the session I'd been working in all morning — the one that had watched every mess that produced the idea. Which is precisely the session you should not let grade its own homework.

So that afternoon I handed the same prompt to a fresh top-tier session with no context at all. Clean room. Then I put the two versions side by side and merged them.

I expected one to win. Instead, reading both, what I found split by layer.

In this comparison, the context-holding session was stronger on the core. The precision of the gate's pass conditions. The data model — including that decision-maker taxonomy. The hygiene rules about what not to copy where. It reads like it was written by someone who had been burned in specific places, because it was.

The clean-room version added instrumentation, enforcement, and automation — four things the other version simply didn't have. A written contract that makes each gate judgment auditable as a document diff. The quantitative calibration loop (those two rates). A JSONL export turning the decision log into training material. A reminder hook that fires right before the AI asks me a question.

Look at that list again. The clean room built the machinery that measures whether the rule works. The session that invented the rule couldn't see that gap — it was the rule. Skin in the game buys precision and charges you perspective.

Final version: the context session's core, plus the clean room's instrumentation layer. Cost: the same work twice, two contexts, one afternoon. Return: a hypothesis about which layer to trust from which condition — one I can now test on the next rule instead of guessing. So it's a working rule of thumb, not a law:

None of this is a new idea. Separating the author from the reviewer is something every team already knows. What surprised me is that it applies to the tool, not just to people. I had assumed more context is strictly better. It isn't. Context is a lens — sharper in the middle, curved at the edges.

And the joke writes itself: I set out to make fewer decisions, and the immediate cost was two extra decisions about how to make fewer decisions. I'd take that trade again.

── more in #artificial-intelligence 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/my-wise-buddy-and-i-…] indexed:0 read:4min 2026-08-02 ·