Deutsch English Français Italiano |
<vuu6d2$15jnq$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Paavo Helde <eesnimi@osa.pri.ee> 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 00:57:54 +0300 Organization: A noiseless patient Spider Lines: 27 Message-ID: <vuu6d2$15jnq$1@dont-email.me> References: <vurv36$340f4$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Wed, 30 Apr 2025 23:57:54 +0200 (CEST) Injection-Info: dont-email.me; posting-host="bb7a5b42b540d1ea5da9c70109f617ba"; logging-data="1232634"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19WL/aZtZJzksYuy1IapIf9pNuuicZftX8=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:AnE9S/gWw0NyMWZMnnAaUCwjiLA= Content-Language: en-US In-Reply-To: <vurv36$340f4$1@dont-email.me> 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 ;-)