Google CEO says more than a quarter of the company's new code is created by AI
11–20 of 1001 posts
Re: Google CEO says more than a quarter of the company's new code is created by AI
#12That may explain why google search has, in the past couple of months, become so unusable for me that I switched (happily) to kagi.
Re: Google CEO says more than a quarter of the company's new code is created by AI
#13I would hope a CEO, especially a technical one, would have enough sense to couple that statement to some useful business metric, because in isolation it might be announcement of public humiliation.
Re: Google CEO says more than a quarter of the company's new code is created by AI
#14> New tool bypasses Google Chrome’s new cookie encryption system
Re: Google CEO says more than a quarter of the company's new code is created by AI
#15[flagged]
Re: Google CEO says more than a quarter of the company's new code is created by AI
#16Related? > New tool bypasses Google Chrome’s new cookie encryption system https://news.ycombinator.com/item?id=41988648
Re: Google CEO says more than a quarter of the company's new code is created by AI
#17Re: Google CEO says more than a quarter of the company's new code is created by AI
#18I would hope a CEO, especially a technical one, would have enough sense to couple that statement to some useful business metric, because in isolation it might be announcement of public humiliation.
IMO it's only really an issue if a competent human wasn't involved in the process, basically a person who could have written it if needed, then they do the work connecting it to the useful stuff, and have appropriate QA/testing in place...the latter often taking far more effort than the actual writing-the-code time itself, even when a human does it.
Re: Google CEO says more than a quarter of the company's new code is created by AI
#19i would be may more impressed if LLMs could do code compression. more code == more things that can break, and when llms can generate boatloads of it with a click you can imagine what might happen
This actually sparked an idea for me. Could code complexity be measured as cumulative entropy as measured by running LLM token predictions on a codebase? Notably, verbose boilerplate would be pretty low entropy, and straightforward code should be decently low as well.
Although, if we were to ignore all this for a second, you could also make similar estimates with, e.g., gzip: the higher the compression ratio attained, the more "verbose"/"fluffy" the code is.
Fun tangent: there are a lot of researchers who believe that compression and intelligence are equivalent or at least very tightly linked.