Live data from Hacker News

Google CEO says more than a quarter of the company's new code is created by AI

businessinsider.com

31–40 of 1001 posts

Re: Google CEO says more than a quarter of the company's new code is created by AI

#31
post #10
post #3

i 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

I agree. It seems like counting lines of generated code is like counting bytes/instructions of compiled code - who cares? If “code” becomes prompts, then AI should lead to much smaller code than before. I’m aware that the difference is that AI-generated code can be read and modified by humans. But that quantity is bad because humans have to understand it to read or modify it.

[deleted]

Re: Google CEO says more than a quarter of the company's new code is created by AI

#33
post #18

Earlier quoted context omitted.

The elitism of programmers who think the boilerplate code they write for 25% of the job, that's already been written before by 1000 other people before, is in fact a valuable use of company time to write by hand again. 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 h…

If 25% of your code is boilerplate, you have a serious architectural problem. That said, I've seen even higher ratios. But never in any place that survived for long.

Android mobile development has gotten so …architectured that I would guess most apps have a much higher rate of “boilerplate” than you’d hope for.

Everything is getting forced into a scalable, general purpose way, that most apps have to add a ridiculous amount of boilerplate.

Re: Google CEO says more than a quarter of the company's new code is created by AI

#34
I read these threads and the usual 'I have to fix the AI code for longer than it would have taken to write it from scratch' and can't help but feel folks are truly trying to downplay what is going to eat the software industry alive.
Post reply on HN