Artifact-Scoped Agents: Stop Mimicking Job Titles

Most enterprises design AI agents to imitate roles: an agent that is a marketer, an agent that is an analyst. Chris Butler, Director of Product Operations at GitHub, argues that framing loses the plot. Agents are combinations of deterministic and non-deterministic instructions, not coworkers, and they should be scoped to the specific artifact they produce and run inside governed workflows with clear human handoffs. He walks through what his team built at GitHub, the trust boundary he recommends, why he automates dissent, and why the compounding advantage in enterprise AI is institutional context rather than the model.

Key takeaways

  • Agents are a combination of deterministic and non-deterministic instructions. Treating one as a full coworker is the wrong mental model, and it leads to scoping agents to job titles instead of to outputs

  • The artifact is the unit that matters. If no human interacts with what an agent produces, that agent is probably not valuable

  • Read wide, write narrow. Give an agent permissive read access, because context helps, then restrict its write actions to one narrow declared output channel. GitHub Next calls this safe outputs

  • Scoping each agent to one artifact means many agents can run in the same environment without stepping on each other\

  • Automating dissent works because there is no reputational risk in an agent being blunt. Chris runs an adversarial PM and a chaos monkey for process

  • The model is not the advantage, because frontier models diffuse fast. The enterprise context inside the harness is what differentiates you, which is why durable artifacts matter more than polished ones

About Chris Butler

Chris Butler is Director of Product Operations at GitHub, where he leads Synapse, a team building AI-powered tools that automate how cross-functional teams work. He has held product leadership roles at Microsoft, Facebook, KAYAK, and Waze, and he writes and speaks on practical methods for reducing bias and improving outcomes in product development. He also runs Liminal Practice, a consulting and learning-and-development practice focused on helping organizations implement agentic workflows.

Chris was a previous guest on this podcast. Click here to listen to his earlier interview.

 

In this episode

00:00 Welcome, and why Chris is back
01:55 Why personifying agents loses the plot
02:44 Bloom, and decomposing the product manager role
03:56 Agents as the embodiment of an artifact
04:53 Keeping documents current as scope changes
05:51 Building a network between artifacts
06:41 ADRs, and why coding agents need decision records
07:31 Living documents and the how we work retrospective
08:37 Detecting strategy gaps from escalation themes
09:44 Status reporting, and where the human shapes it
11:06 How to adopt Agentics Beyond Code
12:26 Read wide, write narrow
13:19 Prompt injection and token scoping
13:55 Safe outputs, and one agent per artifact
15:20 A/B testing instead of evals
16:05 The adversarial PM
16:36 Rubber ducking 2.0
17:53 A chaos monkey for process
19:00 Why a blunt agent carries no reputational risk
19:40 Team of Tomorrow, and agents in meetings
20:13 Room Clarity
21:52 Provocation versus adversarialness
22:45 Different meetings need different stances
23:22 Why the model is not the advantage
24:01 Model, harness, app
24:53 Why durable artifacts compound
26:00 What leaders should build today
27:20 Mapping where artifacts actually live
29:00 Resources
30:14 Leadership skill: asking good questions
31:16 The one thing to remember
31:45 Wrap-up

In Chris’ words

“These agents are really just a combination of deterministic and non-deterministic instructions that are operating. The idea of personifying these agents so much to be like a full coworker is the wrong thing.”

— Chris Butler (01:55)

“If a human is not interacting with something that comes out of the agent, that agent is actually probably not that valuable.”

— Chris Butler (04:14)

“Agents can read a lot of context but then only take one action.”

— Chris Butler (15:20)

“There’s no reputational risk for these agents to be mean, because I don’t respect the agent. The agent is just a process automaton. But if I get this feedback, it really does help me a lot.”

— Chris Butler (19:00)

“Agents should not be coworkers, and the artifacts that they create, and the way that the humans actually work with those artifacts, are really the most important things.”

— Chris Butler (31:16)

 

Resources

Chris Butler

•    Chris Butler on LinkedIn: linkedin.com/in/chrisbu

•    Liminal Practice: liminalpractice.com/contact. His consulting and learning-and-development practice, offering workshops and implementation help

•    Liminal Practice on Substack: liminalpractice.substack.com

•    Agents Should Produce Artifacts, Not Impersonate Roles: His article for the AI Realized Now newsletter at airealizednow.substack.com, which this conversation builds on

•    Podcast episode 43: AI Governance as Code

Projects and tools

•    Agentics Beyond Code: github.com/chrizbo/agentics-beyond-code. Chris’s open source collection of agentic workflows for non-engineering roles: launch readiness, compliance review, status reporting, transcript parsing, process review, the adversarial PM, and the chaos monkey for process

•    GitHub Agentic Workflows: githubnext.com/projects/agentic-workflows. GitHub Next’s framework, with the token-scoped permission model Chris builds on

•    Safe Outputs documentation: github.github.io/gh-aw/reference/safe-outputs. The mechanism that restricts an agent’s write actions to one declared channel

•    Automate repository tasks with GitHub Agentic Workflows: github.blog. The GitHub blog post introducing the framework

•    GitHub Next sample pack: github.com/githubnext/agentics. Related but distinct from Chris’s repo. Worth linking separately rather than in place of his

Research and reading

•    McKinsey Podcast, Trust in the Age of Agents. Nearly two-thirds of respondents cite security and risk as the top barrier to scaling agentic AI, and only about a third of organizations have reached governance maturity adequate for autonomous agents

•    McKinsey, The State of AI Trust in 2026

•    Why Your IT Project May Be Riskier Than You Think: Bent Flyvbjerg and Alexander Budzier, Harvard Business Review. Average IT project cost overrun of 27 percent, with one in six exceeding 200 percent

•    Gary Klein’s pre-mortem: Prospective hindsight, and the grounding for the adversarial PM concept

•    Vending-Bench: A benchmark for long-term coherence of autonomous agents, showing how agents decohere over longer tasks

•    Red Teaming, Bryce G. Hoffman: Crown Business, 2017. Background reading on structured dissent

Also referenced

•    Chaos Monkey and chaos engineering: The Netflix practice Chris adapts for process rather than infrastructure

•    Room Clarity: His side project experimenting with agents that listen to meetings and surface decisions, assumptions, and risks

•    Cognizer: Raised in passing as solving document discovery on the legal side. Confirm the spelling before publishing

Related AI Realized episodes and events

 

Frequently Asked Questions

 
 
 
 
 
 
 
 
 
 
 
Previous
Previous

AI Governance as Code: From PDF Policies to Pipelines

Next
Next

Agentic AI and Revenue Work: What Actually Pays Off