▲ | wiz21c 7 hours ago | ||||||||||||||||
> This indicates that AI outputs are perceived as useful and valuable by many of this year’s survey respondents, despite a lack of complete trust in them. Or the respondents have hard times admitting AI can replace them :-) I'm a bit cynical but sometimes when I use Claude, it is downright frightening how good it is sometimes. Having coded for a lot of year, I'm sometimes a bit scared that my craft can, somtimes, be so easily replaced... Sure it's not building all my code, it fails etc. but it's a bit disturbing to see that somethign you have been trained a for a very long time can be done by a machine... Maybe I'm just feeling a glimpse of what others felt during the industrial revolution :-) | |||||||||||||||||
▲ | pluc 6 hours ago | parent | next [-] | ||||||||||||||||
Straight code writing has never been the problem - it's the understanding of said code that is. When you rely on AI, and AI creates something, it might increase productivity immediately but once you need to debug something that uses that piece of code, it will nullify that gain as you have no idea where to look. That's just one aspect of this false equivalency. | |||||||||||||||||
▲ | polotics 7 hours ago | parent | prev | next [-] | ||||||||||||||||
Well when I use a power screwdriver I am always impressed by how much more quickly I can finish easy tasks too. I also occasionally busted a screw or three, that then I had to drill out... | |||||||||||||||||
▲ | cogman10 6 hours ago | parent | prev | next [-] | ||||||||||||||||
So long as you view AI as a sometimes competent liar, then it can be useful. I've found AI is pretty good at dumb boilerplate stuff. I was able to whip out prototypes, client interfaces, tests, etc pretty fast with AI. However, when I've asked AI "Identify performance problems or bugs in this code" I find it'll just make up nonsense. Particularly if there aren't problems with the code. And it makes sense that this is the case. AI has been trained on a mountain of boilerplate and a thimble of performance and bug optimizations. | |||||||||||||||||
| |||||||||||||||||
▲ | hu3 6 hours ago | parent | prev | next [-] | ||||||||||||||||
I also find it great for prompts like: "this function should do X, spot inconsistencies, potential issues and bugs" It's eye opening sometimes. | |||||||||||||||||
▲ | zwieback 5 hours ago | parent | prev | next [-] | ||||||||||||||||
I find AI coding assistants useful when I'm using a new library or language feature I'm not super familiar with. When I have AI generate code using features I'm very familiar with I can see that it's okay but not premium code. So it makes sense that I feel more productive but also a little skeptical. | |||||||||||||||||
▲ | apt-apt-apt-apt 5 hours ago | parent | prev | next [-] | ||||||||||||||||
When I see the fabulous images generated by AI, I can't help but wonder how artists feel. Anyone got a pulse on what the art community thinks? | |||||||||||||||||
| |||||||||||||||||
▲ | surgical_fire 7 hours ago | parent | prev | next [-] | ||||||||||||||||
In a report from Google, who is heavily invested in AI becoming the future, I actually expect the respondents to sound more positive about AI than they actually are Much like in person I pretend to think AI is much more powerful and inevitable than I actually think it is. Professionally it makes very little sense to be truthful. Sincerity won't pay the bills. | |||||||||||||||||
| |||||||||||||||||
▲ | bitwize 5 hours ago | parent | prev | next [-] | ||||||||||||||||
We may see a return to the days when businesses relied on systems analysts, not programmers, to design their information systems—except now, the programming work will be left to the machines. | |||||||||||||||||
▲ | bopbopbop7 6 hours ago | parent | prev [-] | ||||||||||||||||
Or you aren’t as good as you think you are :-) Almost every person I worked with that is impressed by AI generated code has been a low performer that can’t spot the simplest bugs in the code. Usually the same developers that blindly copy pasted from stack overflow before. |