Everything Dan McAteer said on any show that made the record, most notable first. Each card names its show and opens the statement there.
McAteer: o1 is the first model to achieve one-shot codebase implementation
“Using O-one was, it was the first time where I would connect it to my IDE. I would provide the full context of my code base. I'll just create a file that concatenates all my files into one just simple text file, give it to O-one, and then say, hey, based on th…”
McAteer: AI reasoning models are probably already superhuman at scientific synthesis
“I think that I think it's hard for one person to take in so much data, so much information and like make connections. And I think that's definitely one of the areas where these models, they're probably already superhuman at doing that.”
McAteer: OpenAI o1 is the first model that grows more impressive over time
“O-one is actually the first model where I'm getting more impressed by it the more I use it. So, like, when ChatGPT first came out, right, I think it was GPT-III. And at first it seemed like, oh wow, this is amazing, it can actually create text that sounds like…”
McAteer: Asking o1 for full code files instead of diffs is ineffective
“At first I was asking it to generate full files of code, like as I'm making changes. That can get a little bit confusing, and then if you're trying to use like a coding agent to bring it over into your projects. So I feel like that's not the best format for co…”
McAteer: Use Claude Sonnet for simple tasks and o1 for complex context
“Anything where it just seems simple and like, you can do one off and you don't need to bring a ton of context into it. You can typically use like sonnet or GPT for that. Anything where I feel like if I was going to try to implement it myself and I would need t…”
McAteer: Use coding assistants to bootstrap structured prompts from raw brainstorms
“What I do, and I think what you should do is use other prompts to sort of bootstrap your prompts. So like I have it set up in cursor or in windsurf where I was telling Alessio before we started, you basically, I have like a prompt template in a prompts directo…”