There is a pattern in software engineering of:

* Project exists

* New employees come up with idea for efficiency improvement

* Months spent implementing. Old codepath becomes legacy.

* New thing now has extra features bolted on during build.

* Efficiency of new thing turns out worse than original, but now the new features and 'less technical debt' are the drivers.

* New thing launches, old thing deprecated, but there is little real benefit to all those months of work.

Then they fix the new thing implementation[1] and realise the original gains that were promised

[1](https://www.conviva.ai/resource/making-io_uring-actually-fas...)

Second System Effect

https://en.wikipedia.org/wiki/Second-system_effect

Coined by Fred Brooks in "The Mythical Man-Month" in 1975.