Deutsch   English   Français   Italiano  
<vv0fvc$38og2$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com>
Newsgroups: comp.lang.c++
Subject: =?UTF-8?Q?Re=3A_=E2=80=9CMicrosoft_CEO_says_up_to_30=25_of_the_comp?=
 =?UTF-8?B?YW554oCZcyBjb2RlIHdhcyB3cml0dGVuIGJ5IEFJ4oCd?=
Date: Thu, 1 May 2025 11:53:32 -0700
Organization: A noiseless patient Spider
Lines: 37
Message-ID: <vv0fvc$38og2$2@dont-email.me>
References: <vurv36$340f4$1@dont-email.me> <vuu6d2$15jnq$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 01 May 2025 20:53:33 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="49d9acf7dbf41e3cd9ef0374d9609b05";
	logging-data="3432962"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19NwtTAPXt0ZCjeIt4YGbqVhjvbfEFzhp8="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:4ryG8d+YcLTu6NPQVrVWGfigbew=
Content-Language: en-US
In-Reply-To: <vuu6d2$15jnq$1@dont-email.me>
Bytes: 3121

On 4/30/2025 2:57 PM, 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 ;-)
> 
> 

FWIW, I use MSVC a lot, has copilot. Never tried it. I don't want that 
sucker to insert code into my flow, or alter anything. Actually, I don't 
know what it does. Sigh. Anyway, MSVC is not all that bad. Working on a 
Unity project and, it uses C#, but MSVC is there as my editor. Then, 
funny, it (unity) deploys into an intermediate form, C++. then I compile 
it, and deploy it to my xbox in dev mode. Works good, but its funny that 
it uses C++ as a medium. It think its C++, not "managed" C++ fro the 
winfolk... ;^)