Microsoft's CEO reveals that AI writes up to 30% of its code — some projects may have all of its code written by AI
Almost every company uses Artificial Intelligence to a certain extent. At its Q3 financials last year, Sundar Pichai revealed that 25% of new code at Google is AI-generated. As it stands, AI is mostly there to power repetitive, data-heavy, and predictable tasks, which would yield a noticeable gain to corporate efficiency by cutting down on entry-level jobs. While it is true that AI-generated code has improved significantly over the recent years, it still requires senior developer oversight to ensure the production environment doesn't go haywire.
Mark and Satya spent part of their discussion detailing each company's AI adoption scale. AI generates one-third of the code in Microsoft's repositories and projects. The Meta CEO didn't provide an exact figure, but did outline plans for a future AI model to build and create future iterations of their Llama AI models. Although using AI to design AI might sound counterintuitive, there's an entire dedicated field that focuses on automating this design process, called AutoML.
“I’d say maybe 20%, 30% of the code that is inside of our repos today and some of our projects are probably all written by software,”
Satya Nadella, CEO of Microsoft
Microsoft is seeing better results with AI-generated Python code than C++, remarked Satya Nadella. There are several good reasons, including Python's simpler syntax, dynamic typing style, error handling, and memory management, since C/C++ don't natively feature a garbage collector. Likewise, C/C++ are mainly related to low-level code, which can be challenging to automate. You probably wouldn't want AI to be writing the next major Windows update.

Comments
Post a Comment