Earlier quoted context omitted.
yeh, but the main problem is the quality. with algorithm bug can be fixed. with llm it's more complicated. in practice they do some mistakes consistently, and in some cases cannot recover even with assistance. (don't take me wrong, I'm very happy with the results most of the time)
You just fix the mistakes and keep moving. It's like autocomplete where you still need to fill in the blanks or select a different completion.
Google CEO says more than a quarter of the company's new code is created by AI
631–640 of 1001 posts
Re: Google CEO says more than a quarter of the company's new code is created by AI
#632Earlier quoted context omitted.
For me it's really goddam satisfying having good autocomplete, especially when you are just writing boilerplate lines of code to get the code into a state where you actually get to work on the fun stuff (ther harder problems).
Also if your code gets sent to someone else's cloud?
If so, all your code is sent to cloud.
Re: Google CEO says more than a quarter of the company's new code is created by AI
#633Earlier quoted context omitted.
So this is basically the google CEO saying "a quarter of our terminal inputs is written by a glorified tab completion"?
Yeah, but he wants people to hear "reduce headcount by 25% if you buy our shit!"
I am going to argue contrary. If AI increases productivity 2x, it opens up as much new usecases that previously didn't seem worthy to do for its cost. So overall there will just be more work.
Re: Google CEO says more than a quarter of the company's new code is created by AI
#634Earlier quoted context omitted.
To err is human. To err at scale is AI.
err , "hallucinate" is the euphemism you're looking for. ;)
Re: Google CEO says more than a quarter of the company's new code is created by AI
#635I 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…
Do people find these AI auto complete things helpful? I was trying the XCode one and it kept suggesting API calls that don't exist. I spent more time fixing its errors than I would have spent typing the correct API call.
When I copy and paste code, very often it needs some small changes (like changing all xs to ys and at the same time widths to heights).
It's very good at this, and does the right thing the vast majority of the time.
It's also good with test code. Test code is supposed to be explicit, and not very abstracted (so someone only mildly familiar with a codebase that's looking at a failing test can at least figure the cause). This means it's full of boilerplate, and a smart code generator can help fill that in.
Re: Google CEO says more than a quarter of the company's new code is created by AI
#636I 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…
This workflow is not perfect but I am definitely building out all the core features way faster than if I wrote the code myself, and the code is in quite a good state. Quite often I do some bits of cleanup, refactorings, making sure typings are complete myself, then update ChatGPT with what the code now looks like.
I think what people miss is there are dozens of different ways to apply AI to your day-to-day as a software engineer. It also helps with thinking things through, architecture, describing best practices.
Re: Google CEO says more than a quarter of the company's new code is created by AI
#637Earlier quoted context omitted.
Yes. Most AI hype is this bad. They have to justify the valuations.
"tab completion good enough to write 25% of code" feels like a pretty good hit rate to me! Especially when you consider that a good chink of the other 75% is going to be the complex, detailed stuff where you probably want someone thinking about it fairly carefully.
https://www.techspot.com/news/104945-ai-coding-assistants-do...
Re: Google CEO says more than a quarter of the company's new code is created by AI
#638Earlier quoted context omitted.
Do people find these AI auto complete things helpful? I was trying the XCode one and it kept suggesting API calls that don't exist. I spent more time fixing its errors than I would have spent typing the correct API call.
I like Cursor, it seems very good at keeping its autocomplete within my code base. If I use its chat feature and ask it to generate new code that doesn’t work super well. But it’ll almost always autocomplete the right function name as I’m typing, and then infer the correct parameters to pass in if they’re variables and if the function is in my codebase rather than a library. It’s also unsurprisingly really good at pa…
Re: Google CEO says more than a quarter of the company's new code is created by AI
#639Re: Google CEO says more than a quarter of the company's new code is created by AI
#640Earlier quoted context omitted.
> I'm continually surprised by the amount of negativity Maybe I'm just old, but to me, LLMs feel like magic. A decade ago, anyone predicting their future capabilities would have been laughed at.
Nah, you just were not up to speed with the current research. Which is completely normal. Now marketing departments are on the job.