I work for Boeing and i deal with shitty legacy code and shitty legacy ideas
If AI is helping people code better, why aren't products getting better?
161–170 of 173 posts
Re: If AI is helping people code better, why aren't products getting better?
#162Why would there be a correlation between how fast something is developed and its quality? Assuming that AI is helping developers to write more code, it could mean: * there are fewer developers * developers are working less * the efficiency gains are resulting in more products being created rather than existing products being improved * AI isn't widely enough adopted or used to make enough of a difference * the benefi…
the efficiency gains are resulting in more products being created rather than existing products being improved This has been perhaps the only constant in the history of this industry. As software tooling and hardware get better, we never really feel or see the gains because companies and individual developers are pressed to do more. If a tool makes my job 2x easier, then I'm simply expected to have 2x more output. No…
Re: If AI is helping people code better, why aren't products getting better?
#163Re: If AI is helping people code better, why aren't products getting better?
#164Earlier quoted context omitted.
It, undeniably, makes prototyping incredibly fast. I’ve been forcing myself to use Cursor for the past month, and could create a fairly functional web app, given my skills aren’t front end dev. Very sweet for one off deterministic python scripts, figuring out the UI bugs, filling up boilerplate code and especially handy with languages/frameworks you’re not that familiar with. Sure, we’re not at the “hook it up to pro…
If your github-fu was good, you could get the same result with copy-pasting. But then you would need to worry about licenses. It's very convenient that Copilot and the like don't disclose the licenses of their training data.
Re: If AI is helping people code better, why aren't products getting better?
#165Re: If AI is helping people code better, why aren't products getting better?
#166Re: If AI is helping people code better, why aren't products getting better?
#167Re: If AI is helping people code better, why aren't products getting better?
#168Re: If AI is helping people code better, why aren't products getting better?
#169Earlier quoted context omitted.
ChatGPT came out in late 2022 so it has been almost 2 years since the "AI is going to change everything" wave started. Looking at myself and my coworkers I don't feel there has been an uptick in developer output in that time. We all have copilot licenses as well, I don't use mine but pair with people who do and it seems cool but not for much more beyond advanced autofill. My big concern with all this stuff is it is p…
I haven't tried copilot yet. I have tried Claude 3.5, which is unexpectedly brilliant. I use it very regularly. But almost entirely useful for writing new code, not fixing old code. I take your point with respect to understanding large existing codebases. AIs don't yet seem to deal well with strategic large-context thinking. But things are changing at such a furious pace, so that may change sometime much sooner than…