Re: “Microsoft CEO says up to 30% of the company’s code was written by AI”

Liste des GroupesRevenir à cl c++ 
Sujet : Re: “Microsoft CEO says up to 30% of the company’s code was written by AI”
De : wyniijj5 (at) *nospam* gmail.com (wij)
Groupes : comp.lang.c++
Date : 01. May 2025, 07:38:48
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <b46d8a53c2e4ae1f0b9e26c7af073cdce3e326f7.camel@gmail.com>
References : 1 2
User-Agent : Evolution 3.54.3 (3.54.3-1.fc41)
On Thu, 2025-05-01 at 00:57 +0300, Paavo Helde wrote:
On 30.04.2025 04:40, Lynn McGuire wrote:
“Microsoft CEO says up to 30% of the company’s code was written by AI”
 
https://finance.yahoo.com/news/microsoft-ceo-says-30-
companys-002116317.html
 
“Microsoft CEO Satya Nadella said that 20%-30% of code inside the
company’s repositories was “written by software” — meaning AI — during a
fireside chat with Meta CEO Mark Zuckerberg at Meta’s LlamaCon
conference on Tuesday.”
 
“Nadella gave the figure after Zuckerberg asked roughly how much of
Microsoft’s code is AI-generated today. The Microsoft CEO said the
company was seeing mixed results in AI-generated code across different
languages, with more progress in Python and less in C++.”
 
Currently all my C++ code is written with the help of AI (Github
copilot). It basically replaces some googling. some find-and-replace and
some recorded macros (which Visual Studio ditched several years ago) and
sometimes offers some interesting code proposals. Still, at the moment I
would say it is ca 50-50, I am not exactly sure if the overall effort of
checking and fixing its code takes less time than figuring the correct
approach out myself. At least it feels like communicating with someone
who understands vaguely what I am doing for living! Hey, that's
something ;-)

It is already demonstrated in CSCall++'s OOP idea in ClassGuidelines.txt (about
the design of class)
https://sourceforge.net/projects/cscall/files/MisFiles/ClassGuidelines.txt/download
50% of programming task can be done mechanically, others are mostly about the
desired algorithm of solving problems.

It is all about correctness ... you need to firstly define what the correct is.

I don't use 'AI' to generate code because my feeling is that the amount of task
is greater (and the gain is less) than following the class guidelines.
And, from my understanding, 'AI' cannot solve O(2^N) problems. But that is only
necessary when Ptime-algorithm is required. Real program need not be a Ptime-algorithm.



Date Sujet#  Auteur
30 Apr 25 * “Microsoft CEO says up to 30% of the company’s code was written by AI”14Lynn McGuire
30 Apr 25 +* Re: Microsoft CEO says up to 30% of the company's code written by AI10Richard
30 Apr 25 i`* Re: Microsoft CEO says up to 30% of the company's code written by AI9Chris M. Thomasson
1 May 25 i +* Re: Microsoft CEO says up to 30% of the company's code written by AI6David Brown
1 May 25 i i`* Re: Microsoft CEO says up to 30% of the company's code written by AI5Muttley
1 May 25 i i +- Re: Microsoft CEO says up to 30% of the company's code written by AI1Chris M. Thomasson
2 May 25 i i `* Re: Microsoft CEO says up to 30% of the company's code written by AI3Bonita Montero
2 May 25 i i  `* Re: Microsoft CEO says up to 30% of the company's code written by AI2Muttley
12 May 25 i i   `- Re: Microsoft CEO says up to 30% of the company's code written by AI1Rosario19
13 May 25 i `* Re: Microsoft CEO says up to 30% of the company's code written by AI2jseigh
13 May 25 i  `- Re: Microsoft CEO says up to 30% of the company's code written by AI1Richard
30 Apr 25 `* Re: “Microsoft CEO says up to 30% of the company’s code was written by AI”3Paavo Helde
1 May 25  +- Re: “Microsoft CEO says up to 30% of the company’s code was written by AI”1wij
1 May 25  `- Re: “Microsoft CEO says up to 30% of the company’s code was written by AI”1Chris M. Thomasson

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal