why aren't all 69 resolved? a statement only gets an assessment when the public
record can support or contradict it. opinions and what-ifs never can, and 1 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
Wu: Internal operational tools are a major use case for Claude Code
“You mentioned internal tools, and that's actually a really big use case that we're seeing emerge, because a lot of times if you're working on something operationally intensive, if you can spin up a internal dashboard for it, or like an operational tool where y…”
Assertion Supported
Cherny: Claude Code uses pure chain-of-thought, not Think Tool
“Yeah, this is, it is, it's all chain of thought, actually, in quad code. So we don't use the think tool. Anytime that quad code does thinking, it's all a chain of thought.”
Disclosure
Zaharia: Databricks built Isaac as an internal wrapper for Claude Code and Codex
“We have a really great dev info team. They built something called Isaac that's basically like a wrapper on cloud code and codex and let's you use them either on the web and like, Sandboxes or just on your dev machine or on your laptop or whatever.”
Disclosure
Anthropic evaluates Claude Cowork on finance and legal tasks, not coding
“So like clock code is like quite optimized for coding tasks, and we mostly evaluate whether or not we're getting better or worse, depending on how good it is at like a typical sweet job. And cloud co-work on the other hand, we evaluate more against typical kno…”
Disclosure
Colvin uses Gemini CLI to review branches and Claude Code to implement
“Gemini doesn't, is not allowed to by default run, like edit any files and it will just go off and like review a particular branch and write me out a report. And then I basically just point called code at that report and say, implement the following things.”
Assertion Supported
Martin: Claude Code uses zero automation for reading and writing memory
“For reading memories, they just suck in your Claude MDs every time. So every time you spin up Claude Claude code, it pulls in all your Claude MDs. For writing memories, The user specifies, hey, I want to save this to memory, and then CloudCode writes it to Clo…”
Assertion Supported
OpenCode uses a decoupled client-server architecture unlike Anthropic's Claude Code.
“So the one other difference between us and cloud code is under the hood, there's a client and server architecture here. So open code is a server that has a built in TUI client.”
Disclosure
Anthropic compacts Claude Code context by having Claude summarize older messages
“We tried a bunch of different options for compacting, you know, like rewriting old tool calls and truncating old messages and not new messages. And then the end, we actually just did the simplest thing, which is ask Claude to summarize the, you know, the previ…”
Disclosure
Anthropic implements Claude Code memory as a plain CLAUDE.md auto-read file
“And WhatMD, it's another example of this idea of, you know, do the simple thing first. We had all these crazy ideas about, like, memory architectures, and, you know, there's so much literature about this. There's so many different external products about this,…”
Insight
Cherny: Claude works best when researching code before planning execution
“Generally, the usage pattern that works best is you ask Quad to do a little bit of research, like use some tools, pull some code into context, and then ask it to think about it. And then it can make a plan, you know, do a planning step before you execute.”
Disclosure
Cherny: Anthropic uses Bun to compile Claude Code executables
“So we use Bunn to compile the code together.”
Assertion Supported
Cherny: Claude Code operates as both an MCP client and an MCP server
“Because Cloud Code is an MCP client and an MCP server.”
Disclosure
Anthropic: Claude Code uses regex allowlisting and default read permissions
“We're spending a lot of time building out the permission system, so Robert on our team is leading out this work. We think it's really important to give developers the control to say, hey, these are like the allowed permissions. Generally, this includes stuff l…”
Disclosure
Wu: Anthropic plans native cross-session resumption for Claude Code
“We plan to build in more native ways to handle this specific workflow.”
Assertion Not checkable as stated
Cherny: Aider inspired internal Anthropic tool Clyde, which inspired Claude Code
“It was, ah, Adr inspired Clyde, which inspired Cloud Code.”
Disclosure
Boris Cherny: Claude Code was prototyped using Anthropic's public API
“When I joined Anthropic, I was experimenting with different ways to use the model kind of in different places. And the way I was doing that was through the public API, the same API that everyone else has access to.”
Disclosure
Anthropic: Cycle time and backlog unlocking are key productivity metrics
“The two that we're really trying to nail down are, one, decrease in cycle time. So how much faster are your features shipping because you're using these tools? So that might be something like the time between first commit and when your PR is merged. It's very …”
Disclosure
Anthropic: Most of Research Team Uses Claude Code Daily
“Most of our research team actually uses quad code day to day, and so it's been a great way for them to be very hands-on and, like, experience the model failures, which makes it a lot easier for us to target these in model training and to actually provide bette…”
Assertion Supported
Cherny: Claude Code spawns parallel sub-agents to investigate complex coding tasks
“And so in the UI, when you say, when you see a task that's actually like a sub-Claud, it's a sub-agent that does this. And usually when I do something hairy, I'll ask it to just investigate, you know, three times or five times or however many times in parallel…”
Disclosure
Asawa: Abridge engineers frequently run six Claude Code instances at once
“Many, many, many of the tools available, but it's like, you look at just earlier in the day, you see an engineer screen, you see like six different, you know, clouds running at it sometimes.”
Disclosure
Yasser Elsaid uses Claude Code directly despite his team using Cursor
“No cursor, no. Like, the team uses cursor, but I feel like I'm one step removed from, like, the code that I just use cloud code directly.”