Sacks: AI makes software maintenance easy without institutional code knowledge
“I think maintenance mode becomes way easier with AI because you don't need the historical knowledge anymore. The AI can go in and sort of reconstitute that, that historical knowledge.”
Swyx: Introducing narrow waists in codebases helps developers contain AI slop
“And I think introducing narrow waste in a code base Allows you to contain slop, right? You can say, I don't care what goes on in here, but what goes in is defined by me. What goes out is defined by me. Do whatever you want inside.”
Walling: Solo developers default to wanting full rewrites of unfamiliar codebases
“I find that the people who have only written code, have never worked on a team, have never had to get into a code base that they've never seen before. It's like they're code blind, and they've only experienced the way they do it, and they have these really str…”
Chen: Vibe coding is overhyped and will make codebases unmaintainable
“I definitely think that Vibe coding is overhyped.
I think people don't realize,
How much it's going to make your systems unmaintainable in the long term and decently dump this code into your code bases.”
Dwivedi: AI agents that reorganize whole codebases are years away
“That kind of a full agentic system that, you know, just reorganizes the whole code base. I would say, well, AI always keeps surprising you, but at least a couple of years away, if not more, where you can then rely on creating the code base.”
Field: AI code generation will force developers to rely on visual abstractions
“I also think that it's going to be something that as we move forward in time with more Asians writing more parts of your code base, you will also be less familiar with the code. And so then you might want a different abstraction where you're able to work on th…”
Ezinne Udezue: Bolting AI onto legacy codebases will not revolutionize industries
“Companies where their code base remains and they are attaching AI to it often aren't the ones who are going to revolutionize their industry. Companies for whom their code base perhaps shrinks and the LLM becomes a core part of what it is that they use to solve…”
VCs rarely inspect accounts or codebases when investing in AI startups
“I had someone tell me, a source tell me, that there are, it's very rare that venture capitalists see the books, the actual accounts, and they almost never see the code base.”
Ng's teams rebuilt a codebase three times in one month using AI
“So I'm on teams where, you know, we've completely rebuilt the code base three times in the last month, right? Because it's not that hard anymore to just completely rebuild the code base, pick a new data schemer, it's fine, because the cost of doing that has pl…”
Wu: Users report Devin has become top committer in their codebases
“We've had users talking about how, how Devon's now quickly become become the number one committer in their code base and so on.”
Field: Rapid AI prototyping generates spaghetti code that requires untangling
“Like you can go and get locked in for three hours and make something cool. Will it be the design you want? Probably not, but also it will take some time to untangle the spaghetti mess of your code base. As it currently stands when you're going from start to pr…”
Nahum: Developers ship faster by recycling previous codebases and UI
“The more you build, I think the faster it is to build. Now, you know, like every time I'm starting a new project, I can just copy the code base from the previous project, keep all the UI and that kind of things. And I can just focus on the core logic and the v…”
Bhaskaran: Not rewriting an acquired company's codebase is a huge long-term mistake
“The first time I did it, I did not rewrite the platform. I rewrite their code base and I, that's, in fact in long term, a huge mistake, right? So because now you have multiple code bases, and my team doesn't want to work on better, and there's all this, all th…”
Salva: Copilot helps developers build mental maps of unfamiliar codebases
“One of the, you know, really magical pieces of Copilot here is that, that AI is collecting context of the application that you're going into. And so it can help you build that mental map and learn the code base, even if it's a language that you're already fami…”
Dada says data science experiment parameters must be separated from codebases
“So your experiment parameters for data science workflow should also be outside of your code base because we really believe it helps you make code that is generalizable and reusable by removing things that loading and load the code for loading and saving your d…”
Latka: Running redundant software tools on one codebase cuts dev costs in half
“By buying two tools that do the same thing, I can run them on the same code base and save half the developer costs.”