why aren't all 12 resolved? a statement only gets an assessment when the public
record can support or contradict it. opinions and what-ifs never can, and 0 checkable
ones are still open, waiting for their date. predictions held up or didn't;
assertions are supported or contradicted. on every card:
▮▮▮▮▮ certainty ·
▮▮▮▮▮ debate potential. speakers are clickable
Insight
Murray: Standalone agents cannot compete against sandbox and model layers
“I don't want to compete for like 20 dollars a seat. I think that that is just a really difficult business. I think it's very easy to copy the main pieces of it. I mean, again, like I built this fairly quickly, and I think because you are not owning, I guess, t…”
Insight
Murray: Codebases regress to worst engineer as AI multiplies bad patterns
“The meme that I have is that your code base regresses to your worst engineer because that engineer who is, you know, very gung ho about AI and is not auditing their code, their pattern starts cementing into the code. And now the AI is referencing their pattern…”
Insight
Murray: Background agents require deep company integration to provide real value
“It's one thing to kind of have the background agent system set up, but if it isn't actually integrated into your larger ecosystem, It isn't that useful. I mean, it is useful to be able to kick off sessions, but what we really want to be able to do is hook it i…”
Assertion Not checkable as stated
Murray: AI agent budgets typically run $1,000 to $5,000 per engineer
“Common numbers that I hear are anywhere from a thousand an engineer up to 5000 an engineer. I have not heard anywhere in the realm of, like, 50,000 an engineer for a frame of reference.”
Insight
Murray: Out-of-the-box agent architecture adds state management complexity
“In my opinion, running it out of the box is much more complex because you have state that has to be managed. Whereas if you're running it in the box all of the state of that agent is actually in the box. And yes, it's, you could persist it elsewhere, but it's …”
Insight
Murray: A good developer environment setup solves agent sandbox setup
“I think any environment that you've set up that is a good experience for your developer naturally lends itself to being easy to set up for the agent. And once you figure out kind of that local developer story you've kind of more or less solved the Agent in a s…”
Opinion
Murray: Integrated AI reviewers are critical for background agent systems
“I think to touch on that as well, I think having the AI reviewer integrated into the system is a critical part of this background system.”
Insight
Murray: Companies should own high-frequency agent integrations instead of off-the-shelf tools
“If this is something that nearly every session is going through, it probably makes sense to own it so that you can make optimizations on top of it versus just whatever is off the shelf.”
Disclosure
Murray: Open Inspect will eventually move agent harness out of sandbox
“I think long term, the architecture will eventually come back out of the box. Some of the newer tools that I've added are calling back into the control plane so that you don't have the secrets in the sandbox. And so I think long-term I probably will pull the a…”
Disclosure
Murray: Lint rules failing getattr calls prevent AI reward hacking
“From what I've seen is more of like a reward hacking mechanism where it doesn't want to, yeah, it doesn't want the code to fail. And so it, even when it knows it has the attribute, it'll call get Atcher on it. And for a lot of my clients who have moved towards…”
Assertion Not checkable as stated
Murray: GPT models and Claude 4.6 force backwards-compatible imports
“A pattern that I see a lot of cross GPT models specifically is backwards compatibility at all costs where it's doing these weird import exports so that it doesn't have to modify the names of where the modules were. And I've seen Claude 4.6 starting to do this …”
Assertion Not checkable as stated
Murray: SRE first response is the most common cloud agent use case
“I think the easiest and most common use case I see across everyone is SRE use cases. The idea that whether we have our alerts in Slack or Datadog or wherever they're going, we want the agent to be the first responder on that.”