why aren't all 10 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
Assertion Supported
Shah: Supermemory outperformed Claude Code and OpenClaw benchmarks by almost 50%
“So the Claude code one performed the worst, and OpenClaw slightly more than that, and SuperMemory is the highest, and you can see that, you know, it's like a pretty significant difference, like almost 50%.”
Assertion Supported
Nina Lopatina: Claude Code saturated Princeton's agentic research benchmark within weeks
“It's a set of benchmarks for really evaluating longer-running agentic tasks, and in this case, there was one where they were evaluating, recreating a research paper, and that benchmark came out in October, and it was saturated earlier this week.”
Assertion Supported
Rieseberg: Claude Cowork is Claude Code running in a sandboxed virtual machine
“Cowork is cloud code running in a virtual machine with a little bit of padding, a little bit more guardrails, making it a little safer, a little bit more convenient for people who don't want to first open up the terminal when they go to work.”
Assertion Supported
Rieseberg: Claude Code and Cowork share unified GitHub-installable plugin format
“We do have skills as part of this container format, which was just called plugins. And plugins are available both for Cloud Code and Cloud Cowork, the same format. And you can install plugins. This works in Cowork today. You can basically say, I'm going to add…”
Assertion Supported
Martin: Claude Code operates entirely without codebase indexing
“Clock code doesn't do any indexing. It's just doing, quote unquote, agentic retrieval, just using simple tool calls, for example, using grep, to kind of poke around your files, no indexing whatsoever, and obviously works extremely well.”
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.”
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.”
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.”
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…”