Remix.run Logo
getnormality 2 hours ago

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 the thing has a million lines of code is repeated twice in the first few hundred words.

[1] https://openai.com/index/harness-engineering/

[2] https://news.ycombinator.com/item?id=48416264

DrewADesign an hour ago | parent | next [-]

> "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.

getnormality 6 minutes ago | parent [-]

Your hilariously specific hypotheses remind me of how little I know about technology.

JCTheDenthog an hour ago | parent | prev [-]

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.

esperent 33 minutes ago | parent | next [-]

To be fair, few things of any number of LOC have as much utility as the Linux kernel, and it's also a particularly dense example of code. There's plenty of other examples that have higher LOC / utility ratio without being vibe coded. For example, Google's monorepo famously has 2 billion LOC, which is a statistic I've heard long before LLM coding took over.

jeffbee 18 minutes ago | parent [-]

Clarification: Google claimed to have 2 billion lines of code in their repo ten years ago, and a commit rate of 50,000 changelists per day, both on exponential growth trends.

dist-epoch 13 minutes ago | parent | prev [-]

Chrome has 50 mil LoC

https://openhub.net/p/chrome/analyses/latest/languages_summa...

skydhash 4 minutes ago | parent [-]

Chrome is basically reinventing each OS API and libraries. One day they’ll have their own tcp stack and packet filter.

getnormality a minute ago | parent [-]

It kinda makes sense given that one of their major products is a computer that runs an operating system literally called ChromeOS.