Google CEO says more than a quarter of the company's new code is created by AI
791–800 of 1001 posts
Re: Google CEO says more than a quarter of the company's new code is created by AI
#792Re: Google CEO says more than a quarter of the company's new code is created by AI
#793Earlier quoted context omitted.
> Humans are machines Even if we accept the premise (seeing humans as machines is literally dehumanising and a favourite argument of those who exploit them), not all machines are created equal. Would you use a bicycle to fill your taxes? > Somehow, we got to the moon Quite hand wavey. We didn’t get to the Moon by reading a bunch of text from the era then probabilistically joining word fragments, passing that around t…
LLMs are a lot better at a lot of things than a lot of humans. We got to the moon using a large number of systems to a) avoid errors where possible and b) build in redundancies. Even an LLM knows this and knew what the statement meant: https://chatgpt.com/share/6722e04f-0230-8002-8345-5d2eba2e7d... Putting "corrected" in quotes and saying "death spiral" implies error compounding. https://chatgpt.com/share/6722e19c-7f…
Yes, they do *seem* smart. My experience with a wide variety of LLM-based tools is that they are the industrialization of the Dunning-Kruger effect.
Re: Google CEO says more than a quarter of the company's new code is created by AI
#794Earlier quoted context omitted.
Next human will put the code in a prompt and ask what it does. Chinese Whispers.
I tried making a meme some months ago with exactly this idea, but for emails. One person would tell an LLM "answer that I'm fine with either option" and sends a 5 KB email, in response to which the recipient receives it and gets the automatic summary function to tell them (in a good case) "they're happy either way" or (in a bad case) "they don't give a damn". It didn't really work, too complex for meme format as far…
This is one that I really liked: https://www.reddit.com/r/ProgrammerHumor/comments/l5gg3t/thi...
Re: Google CEO says more than a quarter of the company's new code is created by AI
#795Earlier quoted context omitted.
I'm sorry but I don't understand how people say LLMs are simply "tab completion". They allow me to do much more than that thanks to all the knowledge they contain. For instance, yesterday I wanted to write a tool that transfers any large file that is still being appended to to multiple remote hosts, with a fast throughput. By asking Claude for help I obtained exactly what I want in under two hours. I'm no C/C++ exper…
That's fine for your quick hack that is probably a reimplementation of an existing program you can't find. But it's not a production quality implementation of new need.
Re: Google CEO says more than a quarter of the company's new code is created by AI
#796I work for Google, and I just got done with my work day. I was just writing I guess what you'd call "AI generated code." But the code completion engine is basically just good at finishing the lines I'm writing. If I'm writing "function getAc..." it's smart enough to complete to "function getActionHandler()", and maybe suggest the correct arguments and a decent jsdoc comment. So basically, it's a helpful productivity…
Re: Google CEO says more than a quarter of the company's new code is created by AI
#797I work for Google, and I just got done with my work day. I was just writing I guess what you'd call "AI generated code." But the code completion engine is basically just good at finishing the lines I'm writing. If I'm writing "function getAc..." it's smart enough to complete to "function getActionHandler()", and maybe suggest the correct arguments and a decent jsdoc comment. So basically, it's a helpful productivity…
A few years ago we called that IntelliSense, right? I remember many years ago as a Java developer, Netbeans could do such things as complete `psvm` to "public static void main() {...}", or if you had a field "private String name;" you could press some key combination and it would generate you the getter and setter, complete with javadoc which was mandatory at that place because apparently you need "Returns the name.\…
On the other hand, LLMs are completely different -- based on machine learning and everything is random and about statistics. It depends on training data and context. It is more useful but make a ton of mistakes.
Re: Google CEO says more than a quarter of the company's new code is created by AI
#798Re: Google CEO says more than a quarter of the company's new code is created by AI
#799Earlier quoted context omitted.
Not hours; but days instead of months: porting around 30k lines of legacy livescript project to typescript. Most of the work is in tweaking a prompt for Claude (using Aider) so the porting process is done correctly.
Thankfully it seems like AI is best at automating the most tedious and arguably most useless endeavor in software engineering- rewriting perfectly good code in whatever the language du jour is.
Re: Google CEO says more than a quarter of the company's new code is created by AI
#800Earlier quoted context omitted.
> no one is stating "we've replaced X% of our workforce with AI" Even if that's been happening, I don't think it would be politically savvy to admit it. In today's social climate claiming to replace humans with AI would attract the wrong kind of attention from politicians (during an election year) and from the public in general. This would be even more unwise to admit for a company like Google who's an "AI producer".…
> I don't think it would be politically savvy to admit it. Depends on who you ask. If Trump wins and Elon Musk actually gets a new job, they would be bragging about replacing humans with AI all day long. And corporates are going to love it. Not sure about what voters think though. But the fact that most of these companies are in California, New York etc means that it barely matters.