The Ledger

Every statement that passed quotation and attribution checks. Mix any filter with any other: certainty 1/5, debate potential 5/5, or both at once.

clear all ✕

why aren't all 22 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
Trojanowski: Technical AI moats are not real moats
“Technical moats are not real moats. Like, I, there's no portion of basis's long-term terminal value that stems from some, you know, secret RL trick we found that nobody else found.”
Mitch Trojanowski Aug 5, 2026 ▶ 1:19:08 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: 10-Hour Agent Runs Are Not Black Boxes
“Not thinking that an agent operating over 10 hours is a black box. It's not. It has a lot of data, and you're probably doing a disservice to your customers if you don't understand, like, how it's going about the work.”
Mitch Trojanowski Aug 5, 2026 ▶ 58:07 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: English prompt context matters more than code quality in agents
“A lot of engineers, they treat the code as more precious than the English, when actually the English is more precious because the English affects the performance. The code does not affect the performance, right? If the logic, assuming the logic's the same, it …”
Mitch Trojanowski Aug 5, 2026 ▶ 1:13:18 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: AI agents prefer raw spoken thoughts over summarized text
“Speaking is just so much faster than writing things down, and in fact, when you try to write things down, you are Actually, essentially trying to summarize all the crazy thoughts in your head, and so that's why it takes a lot of time. And it's useful for your …”
Mitch Trojanowski Aug 5, 2026 ▶ 2:15 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: OpenAI o3 proved post-training improves per-token reasoning quality
“And then I think after a one, it was oh three, because I think oh three helped prove that not only could you scale the amount of reasoning at inference time, but with better training, with more compute, better data, et cetera, in the post-training phase, you c…”
Mitch Trojanowski Aug 5, 2026 ▶ 16:40 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Verifiable rewards cannot solve software engineering because coding is subjective
“At the end of the day, coding is subjective. It's an art and you're not going to solve an art through verifiable rewards.”
Mitch Trojanowski Aug 5, 2026 ▶ 24:26 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Good AI agent design should replicate how human organizations verify work
“Humans are already used to working with non-deterministic systems. It's just the systems are normally their coworkers, not their computers. And in many ways, like companies and processes, it's all about how do you design a system for non-deterministic entities…”
Mitch Trojanowski Aug 5, 2026 ▶ 27:47 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Context engineering is runtime training with far less data
“I think the framework I like is thinking about it as training data. Except you're just training the model at runtime. It is training data. And because you, the model's learning at inference time, the total amount of training data is far lower, right? Like the …”
Mitch Trojanowski Aug 5, 2026 ▶ 43:17 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Cheaper inference is replacing graphs and embeddings for agent ontologies
“As models are getting cheaper and cheaper, more and more of that actually can just be done using inference instead of using determined, like things like graphs or things like embeddings.”
Mitch Trojanowski Aug 5, 2026 ▶ 1:03:30 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Legal drafting requires the same skills as AI context engineering
“I think law actually is kind of like that. You know, in many ways I think about, I think maybe the founding fathers would have been really good context engineers or agent managers, because you had to write, you know, a piece of English that was going to be, yo…”
Mitch Trojanowski Aug 5, 2026 ▶ 1:07:52 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Accounting Automation Requires Long-Horizon Coherence Across Many Actions
“Accounting is difficult. It's not something that is just purely text in text out. And so it requires the ability for like AIs to be able to, you know, perform lots of actions over long periods of time and actually you know, be coherent over that period of time…”
Mitch Trojanowski Aug 5, 2026 ▶ 3:49 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Accounting Acts as Information Compression Over the Economy
“And accounting is actually the art of compressing all of that into something that is structured that now people can look at and understand and make decisions. So something about accounting you could argue in a meta way is kind of like an intelligence over the …”
Mitch Trojanowski Aug 5, 2026 ▶ 5:52 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Autonomous agents must optimize for reviewer legibility, not just completion
“And you can like optimize, not just for getting the work done, but for making it easy for your reviewer to understand the decisions that you made. And that's obviously very true in software engineering, and it's actually true in, I think, most professions and …”
Mitch Trojanowski Aug 5, 2026 ▶ 10:58 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Long-Horizon Agents Must Use Reasoning for State Management
“Once you start getting to longer horizons where you're beyond the context window or you're getting to context rot, you need to kind of use in sort of brute force your reasoning to build out your environment. Whether that be with sub agents or compaction, we ta…”
Mitch Trojanowski Aug 5, 2026 ▶ 13:45 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Better to Give AI Agents Principles and Context Than Step-by-Step Instructions
“As people who are good at building agents know, like it's much better at the margins to be able to give principles and the whys and more context and let them figure it out.”
Mitch Trojanowski Aug 5, 2026 ▶ 40:49 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: LLM agent review requires uncorrelated trajectories to avoid bias
“So there's some activation state that by definition is going to be biased to that current trajectory. And so maybe for review, you want an uncorrelated trajectory, right? Where it's like a new box and it's just a smart.”
Mitch Trojanowski Aug 5, 2026 ▶ 52:09 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Frontier agent architectures combine LLM intuition with org design
“If you build these kind of LLM intuitions and you combine them with, you know, maybe basic principles of, like, organizational design and management I think you start to get to maybe what is, like, the frontier of agent building.”
Mitch Trojanowski Aug 5, 2026 ▶ 52:31 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Best Agent Intuition Comes From Automating Your Own Work
“A lot of the people with the best agent intuition, actually, yes, a lot of people come from ML backgrounds, but people who don't, a lot of them are ones who are just really good at automating their own work.”
Mitch Trojanowski Aug 5, 2026 ▶ 54:21 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Agent Behavior Specs Align Human Teams, Not Just Models
“It is actually both a spec and a rubric. We call this specs and there were some people who asked, isn't this a rubric? And it is, it's both. The reason it's both is because it is not just used to grade or potentially reward the agent. It's also used to align t…”
Mitch Trojanowski Aug 5, 2026 ▶ 55:12 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Codebase ontology matters as much for AI agents as for engineers
“The ontology of your code base, it always mattered for engineers. It matters just as much, if not more, for really good agents over time.”
Mitch Trojanowski Aug 5, 2026 ▶ 1:01:12 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Maintaining company canon will be a key human role in agent-native firms
“And that's why I think, you know, for true agent native companies especially in the future today, I think it's still quite early, but especially in the future, having a clear understanding of what your company canon is and organizing that in an ontology that m…”
Mitch Trojanowski Aug 5, 2026 ▶ 1:06:09 How to Build Autonomous, Long-Horizon AI Agents | Basis
Insight
Trojanowski: Key skill for agent roles is systems thinking across abstractions
“I think one thing, one skill that really matters is good systems thinking. And where does good systems thinking come from? It comes from people who have had to think about some abstraction, some system, something, and design it in such a way that it performs i…”
Mitch Trojanowski Aug 5, 2026 ▶ 1:07:03 How to Build Autonomous, Long-Horizon AI Agents | Basis
Made with StarZero

Turn any episode into a week of clips.

This entire site, over 400 conversations transcribed, diarized, checked and made playable, runs on the StarZero media pipeline. Drop in your own episode and the podcast clipper finds the moments worth sharing, cuts them, captions them, and reframes them for every feed.