Its a shit article with Tech crunch changing the words to get people in a flap about AI (for or against), the actual quote is
“I’d say maybe 20 percent, 30 percent of the code that is inside of our repos today and some of our projects are probably all written by software”
“Written by software” reasonably included machine refactored code, automatically generated boilerplate and things generated by AI assistants. Through that lens 20% doesnt seem crazy.
I’ve been “automatically writing code” for a system of about a dozen modules - we specify a glue file in .json between all the modules and the code generating software makes units to go in each module to do the communication interfacing based on the glue spec. That system has been running for more than 10 years now, it writes a couple hundred thousand lines of “new code” every time we modify the glue file.
Its a shit article with Tech crunch changing the words to get people in a flap about AI (for or against), the actual quote is
“Written by software” reasonably included machine refactored code, automatically generated boilerplate and things generated by AI assistants. Through that lens 20% doesnt seem crazy.
The A stands for Automation, right?
I’ve been “automatically writing code” for a system of about a dozen modules - we specify a glue file in .json between all the modules and the code generating software makes units to go in each module to do the communication interfacing based on the glue spec. That system has been running for more than 10 years now, it writes a couple hundred thousand lines of “new code” every time we modify the glue file.