This weird trend reached an apex in a Feb 2026 OpenAI blog post [1], recently on the front page [2], which describes the process for building... something... written 100% by agents. There is no description of what the thing is, no indication of what value it provides its users. The closest it gets is "the product has been used by hundreds of users internally, including daily internal power users". But the fact that t…
> "the product has been used by hundreds of users internally, including daily internal power users". My guess is it’s an email filter. > million lines of code > written 100% by agents Yeah, probably an email filter. Or maybe a JS menu for a departmental wiki that basically recreates jquery using MS JScript and transpiles it into JS 5.
Lines of code got a better publicist
101–110 of 309 posts
Re: Lines of code got a better publicist
#102> I think every engineer should be using AI daily. Why?
Because it's fun. And why shouldn't we be into incremental automation? I still write code manually to keep my trad-coding skills from withering away, but using AI without a doubt has allowed me to better test my existing apps. Create playwright automations I would've never had the time for. Allowed me to search through docs many times faster. And it just making programming more fun when I do use it for more challengi…
Re: Lines of code got a better publicist
#103I'm constantly thinking about that Microsoft guy who posted something like "we want 1 million LoC per engineer per month", which basically read as satire to most engineers I talked to, except apparently it was not satire at all, and indeed seemed to reflect the position of many CEOs etc when it comes to LLM code generation. I do think that over the past few months, it feels like the hype around producing unmaintainab…
It's not unmaintainable if you have 1000 agents maintain it.
Re: Lines of code got a better publicist
#104Earlier quoted context omitted.
The entire Linux kernel is about 40 million LoC, and only something like 16 million LoC after you remove drivers. I have a hard time imagining whatever OpenAI was talking about there having anywhere close to 6% as much utility as the Linux kernel, despite having 6% as many lines of code. And I have a hard time imagining it's anywhere close to maintainable, regardless of how powerful their LLMs might be.
Chrome has 50 mil LoC https://openhub.net/p/chrome/analyses/latest/languages_summa...
Re: Lines of code got a better publicist
#105> If you got a free headcount increase essentially overnight, why wouldn’t you use it to deliver more value to your customers, faster?
That shows that, in reality, it's short-sighted profit-taking. Boss just wants another lambo in the garage, and doesn't really plan to be around, when it's time to pay the piper.
Re: Lines of code got a better publicist
#106Earlier quoted context omitted.
Chrome has 50 mil LoC https://openhub.net/p/chrome/analyses/latest/languages_summa...
Chrome is basically reinventing each OS API and libraries. One day they’ll have their own tcp stack and packet filter.
Re: Lines of code got a better publicist
#107Earlier quoted context omitted.
AI is the new cloud. There's no market for people or companies who aren't committed to it. If you're a dev who refuses to use AI, no company will hire you; and should a company decide not to use AI they will have a hard time retaining devs (and they will need more devs). Their investors and big-ticket customers will also think twice before signing off on major commitments. So yes, use AI. Don't nitpick the costs and…
> and should a company decide not to use AI they will have a hard time retaining devs (and they will need more devs) Need more devs? Why? If a company was being profitable just fine prio AI era, they will still be profitable if they decide not to use AI. Shipping crap faster is not a formula for success. Shipping quality faster? I prefer shipping quality at a good pace
growth is much more important than profitability
Re: Lines of code got a better publicist
#108>The difference this time is pace: you could delay adopting “the cloud” for a couple of years and survive. With AI you might get a few months. I don't think so. Take a good company A (with a good product and a good pace of good features) of today. Take the extreme case they decide not to use AI at all. Well, they will still be shipping good features at their current pace. No amount of AI will make a bad company ship…
Re: Lines of code got a better publicist
#109Earlier quoted context omitted.
AI is the new cloud. There's no market for people or companies who aren't committed to it. If you're a dev who refuses to use AI, no company will hire you; and should a company decide not to use AI they will have a hard time retaining devs (and they will need more devs). Their investors and big-ticket customers will also think twice before signing off on major commitments. So yes, use AI. Don't nitpick the costs and…
> and should a company decide not to use AI they will have a hard time retaining devs (and they will need more devs) Need more devs? Why? If a company was being profitable just fine prio AI era, they will still be profitable if they decide not to use AI. Shipping crap faster is not a formula for success. Shipping quality faster? I prefer shipping quality at a good pace
Re: Lines of code got a better publicist
#110A few of my workflows now are: Use an LLM to generate code that generates code.
"Second Order AI Software Engineering(TM)"