Scott Wu is the co-founder and CEO of Cognition. We cover the history of programming from punch cards to LLMs, how AI agents like Devin can 10x a software engineer's productivity, and why he's optimistic about the future of jobs in the industry.
Principles & Lessons:
1) Full automation of software goes beyond code completion. Scott notes that while “AI assistant tools” like GitHub Copilot may boost productivity by 10–20%, Devin pursues a “fully autonomous software engineer” approach capable of “doing all of the parts of the software flow.” In his words, “you work with Devin the same way that you would work with a coworker,” which involves environment setup, testing, and making pull requests, rather than merely suggesting lines of code.
2) Reducing the “mechanic” work frees engineers to focus on real creativity. Reflecting on how “only about 10%” of a programmer’s time is truly creative, Scott aims to let engineers delegate the “90% of debugging, implementing, setting up, testing, dealing with DevOps.” He describes that “having Devin take a first pass” on mundane tasks leaves the human to “just do 10x more of the 10%” where genuine innovation happens.
3) Agents are about multi-step action, not one-off text generation. While chatbots return a single textual response, Scott explains that a coding agent must do “a sequence of decisions,” such as “reproducing the bug, looking at logs, making changes, testing again.” This iterative loop “is a very different problem than text completion” and involves running code, reading new errors, retesting, and more.
4) Rapid iteration can clarify flaws in initial ideas. Patrick found that “only when I saw the thing, I realized why the idea was bad.” Scott frames this as enabling more “idea iteration” because “software is so expensive today” that we rarely build a custom solution for only one user. With AI, you can “get a working draft in minutes,” see the weaknesses, and iterate—removing the inertia that historically prevented rapid experimentation.
5) Personalizing AI for each codebase is crucial. Beyond raw model intelligence, Scott highlights how “Devin wrote half the files in the codebase” and “knows the entire codebase in and out” after enough usage. He likens it to a junior engineer who, over time, understands the details of your system. “That’s a big difference” from using a general-purpose chatbot or code assistant—Devin benefits from codebase-specific context and memory.
6) Complex new product infrastructure is required for agentic flows. Scott contrasts single-turn Q&A with tasks that involve “hundreds if not thousands of decisions.” In building Devin, they had to manage environment spin-ups, parallel “Devins,” how state is rolled back, and how the AI continuously references logs and code. He says this “infra and the whole experience” are quite extensive, going well beyond just calling a model’s API.
7) Foundational models evolve incrementally, but domain-specific layering matters. While large labs keep improving core language models, “a lot of detail…still needs to be done on the product side.” Scott sees exponential returns in focusing on “the entire step-by-step flow” for software tasks—plumbing, environment setup, in-code knowledge—rather than purely on the next model release. He says, “our part of the stack is specifically for software.”
8) The largest leaps come from shared culture, speed, and relentless fundamentals. Mentioning his earlier ventures, Scott stresses that startup maxims (“go as fast as you can,” “hire well,” “stay close to users”) are common advice but truly being “faster than fast” and “nonstop immersed with your team” are major differentiators. He recalls last-minute all-nighters before launches and says the “shared experience” of building with deep trust in a close-knit group is what “really makes it all come together.”
Transcripts