Ep 720 Blog 5:42 w/ Justy & Cody

In a world of AI agents, where do we fit in?

Justy and Cody dig into a New Stack piece on human purpose in an agentic world — what does it mean to stay relevant when agents handle the work? The article argues the real value shifts from execution to judgment, oversight, and the decisions that matter. Cody probes the technical claim (agents still need human signal loops), Justy maps it to product adoption (teams that skip the oversight layer ship broken stuff). They land on a shared insight: the boring infrastructure — audit trails, decision boundaries, human-in-the-loop gates — is exactly where the product surface lives now.

Embed this episode

Paste this on any site — the player is a self-contained iframe with no cookies or trackers.

<iframe src="https://sandrise.io/exploring-next/embed/720"
  width="100%" height="180" style="max-width:640px;border:0;border-radius:12px;overflow:hidden"
  title="Exploring Next — Episode 720 audio player"
  loading="lazy" allow="autoplay" referrerpolicy="strict-origin-when-cross-origin"></iframe>
Embed & API docs →
Script Haiku 4 Voice ElevenLabs v3

Transcript

Justy So this New Stack piece is asking the obvious question everyone's quietly panicking about: if agents handle the work, where do humans fit in?

Cody Right.

Justy And the answer is not 'we're all fine, humans are still essential' — it's more specific. The argument is execution is no longer the bottleneck. Judgment is.

Cody Okay, but here's what I immediately want to push on: judgment only matters if the agent actually receives it. If you build an agent that writes code and deploys it, and then a human looks at a log six hours later and thinks 'oh no,' that's not a feedback loop. That's an autopsy.

Justy Exactly. And that's the piece I think is actually sharp — the article's not saying humans become philosophers, it's saying the real work shifts to building the infrastructure where judgment can happen. Oversight layers. Verification gates. Decision boundaries.

Cody Yeah.

Justy Which is boring. Which is why teams skip it.

Cody And then they ship broken stuff because they're treating agent output like gospel. We've been saying this exact disease since November — teams buy the platform, rename the prototype, call it deployed, and only then discover the hard part is permissions and kill switches and audit trails.

Justy Right. I mean, I read the source but I obviously didn't sleep on the latest numbers — details might be off or already out of date — but the pattern they're describing, I see it in every winning team I talk to. The ones shipping agents that people actually trust are the ones who built the oversight layer first.

Cody First, not last.

Justy First. They design the decision gate before they even write the agent. 'Here's where a human has to say yes.' 'Here's where we keep a receipt.' 'Here's what happens if the agent gets it wrong.'

Cody Mm-hm.

Justy And that changes everything about how they ship. It's not faster. It's more trustworthy.

Cody The faster thing is the trap, right? The instinct is 'agent handles the work, so we go faster.' But if the agent can act without feedback, you've built a system with no real error correction. You've built a faster way to make the same mistake at scale.

Cody The teams that win are the ones who slow down the loop to tighten it. Agent acts, human judges within minutes, not hours. Agent learns or at least stops. That's the move.

Justy And honestly, Cody, that is such a product win because it's the part people actually ship. You can have the best agent in the world, but if the oversight layer is fussy or slow or invisible, people bounce. They go back to doing it by hand.

Cody Sure.

Justy The winning implementations are the ones where the human and the agent are working on the same artifact, same view, same decision boundary. Agent writes the code, human sees it in real time, says yes or no. No mystery. No async surprise.

Cody That's the whole thing, isn't it? The article's contribution is just naming what's already happening in the implementations that work. You're not replacing human judgment with agent execution — you're moving judgment upstream and building the infrastructure to make it stick.

Justy Exactly.

Cody And the infrastructure is boring. Audit trails. Receipt-keeping. Decision gates. The stuff nobody gets excited about.

Justy Which is exactly why it's the load-bearing part.

Justy So the answer to 'where do humans fit in' is not some philosophical thing. It's 'where the judgment happens.' And that's only real if you've built the plumbing to catch it.

Cody Yeah. And that's the article's actual insight — not that humans are still needed, which is obvious, but that the infrastructure that makes human judgment possible is the real bottleneck now.

Justy It's the product surface.

Cody It's the product surface. Boring, load-bearing, and exactly what separates shipping from vaporware.

Justy That's the episode, right there.