why aren't all 7 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
Singleton: TypeScript is the optimal language for AI-driven development
“TypeScript is an amazing language for AI because there's tons of training data. In the models and it's strongly typed. And actually at the company, we built most of the stack in TypeScript, and we have this amazing property, which is we have type safety all th…”
Insight
Singleton: Dreamer replaced Vector DB RAG for agent memory due to complexity
“Very early on, we were putting lots of facts into a vector database and doing embeddings and pulling them back out using, you know, reverse look of embeddings. Rag that actually worked, but turned out to be much more complexity than was actually required. So, …”
Insight
Singleton: Hands-on engineering managers have the ideal skill profile for AI orchestration
“It turns out being an engineering manager, as long as you stay very close to the code and are able to continue to craft it yourself, is actually a great skill profile for being able to make agents work for you and for your team in this in this age.”
Insight
Singleton: Standalone AI apps cannot scale safely without an OS-like core
“Because if you try to pick off just one piece of this, you can't actually make it work for people at scale because you could build little vibe coded apps, but they're going to grab all your data willy nilly. They won't be able to work together. You actually ha…”
Insight
Singleton: Orchestrating concurrent coding agents in a round-robin pipeline multiplies productivity
“Anytime I'm working on code these days, I always have more than one agent going at the same time, because while one agent is going and reviewing the output of the next one, and if you get them in a nice round robin, you can be very, very productive. You can al…”
Insight
Singleton: AI agents work best when integrated into users' existing apps
“We've actually find that making things show up in the other apps that you already use in your life is incredibly powerful.”
Insight
Self-testing feedback loops unlock the magic of state-of-the-art coding models
“Anytime you can get any modern state-of-the-art coding model into a loop where it can make changes and perceive its own output and then fix bugs, magic happens.”