I'm more and more confident I must be doing something wrong. I (re)tried using Claude about a month ago and I simply stopped using it after about two weeks because on one hand productivity did not increase(perhaps even decreased), but on the other hand it made me angry because of the time wasted on its mistakes. I was also mostly using it on Rust code, so I'm even more surprised about the article. What am I doing wro…
The Bitter Prediction
61–70 of 189 posts
Re: The Bitter Prediction
#62New challenges would come up. If calculators made the arithmetic easy, math challenges move to next higher level. If AI does all the thinking and creativity, human would move to next level. That level could be some menial work which AI can't touch. For example, navigating the complexities of legacy systems and workflows and human interactions needed to keep things working.
Re: The Bitter Prediction
#63> It makes economic sense, and capitalism is not sentimental.
I find this kind of fatalism irritating. If capitalism isn't doing what we as humans want it to do, we can change it.
Re: The Bitter Prediction
#64AI will be cheap to run. The hardware for AI is getting cheaper and more efficient, and the models are getting less wasteful too. Just a few years ago GPT-3.5 used to be a secret sauce running on the most expensive GPU racks, and now models beating it are available with open weights and run on high end consumer hardware. Few iterations down the line good-enough models will run on average hardware. When that Xcom game…
I wouldn't be so optimistic. Moore's law is withering away due to physical limitations. Energy prices go up because of the end of fossil fuels and rising climate change costs. Furthermore the global supply chain is under attack by rising geopolitical tension. Depending on US tariffs and how the Taiwan situation plays out and many other risks, it might be that compute will get MORE expensive in the future. While there…
Re: The Bitter Prediction
#65I'm more and more confident I must be doing something wrong. I (re)tried using Claude about a month ago and I simply stopped using it after about two weeks because on one hand productivity did not increase(perhaps even decreased), but on the other hand it made me angry because of the time wasted on its mistakes. I was also mostly using it on Rust code, so I'm even more surprised about the article. What am I doing wro…
I'd love to watch a video of someone using these tools well, because I am not getting much out of it. They save some time, sometimes, but they're nowhere near the 5x boost that some people claim.
And I might not be the best coder, by far, but I've got over 40 years experience at this crap in practically every language going.
Re: The Bitter Prediction
#66Earlier quoted context omitted.
Same here. I do not usually enjoy programming as an craft but the act of building something is what is loveable experience.
The challenge I often face is having an entire _mental model_ of what I want to build already crystallized in my head, but then the realization that it will take hours of coding to actually convert that to code... That can be incredibly demotivating.
AI coding has removed the drudgery for me. It made coding 10X more enjoyable.
Re: The Bitter Prediction
#67So the OP was in a bad place without Claude anyways (in industry at least).
This realization is the true bitter one for many engineers.
Re: The Bitter Prediction
#68AI will be cheap to run. The hardware for AI is getting cheaper and more efficient, and the models are getting less wasteful too. Just a few years ago GPT-3.5 used to be a secret sauce running on the most expensive GPU racks, and now models beating it are available with open weights and run on high end consumer hardware. Few iterations down the line good-enough models will run on average hardware. When that Xcom game…
I wouldn't be so optimistic. Moore's law is withering away due to physical limitations. Energy prices go up because of the end of fossil fuels and rising climate change costs. Furthermore the global supply chain is under attack by rising geopolitical tension. Depending on US tariffs and how the Taiwan situation plays out and many other risks, it might be that compute will get MORE expensive in the future. While there…
Re: The Bitter Prediction
#69Earlier quoted context omitted.
Which model and tool are you using? There's a whole spectrum of AI-assisted coding.
ChatGPT, Claude (both through the website), and Github Copilot (paid if it makes any difference).
I find it they all make errors, but 95% of them I spot immediately by eye and either correct manually or reroll through prompting.
The error rate has gone down in the last 6 months, though, and the efficiency of the C# code I mostly generate has gone up by an order of magnitude. I would rarely produce code that is more efficient than what AI produces now. (I have a prompt though that tells it to use all the latest platform advances and to search the web first for the latest updates that will increase the efficiency and size of the code)
Re: The Bitter Prediction
#70The financial barrier point is really great. I feel the same with a lot of points made here, but hadn't yet thought about the financial one. When I started out with web development that was one of the things I really loved. Anyone can just read about html, css and Javascript and get started with any kind of free to use code editor. Though you can still do just that, it seems like you would always drag behind the 'coo…