To be honest, I was surprised by ChatGPT. I didn’t think we were close. We are running out of textual data now to train on… so now they have switched to VIDEO. Geez now they can train on all the VIDEOS on the internet. And when they finally get bots working, they will have limitless streams of TACTILE data… Writing it off as the next fad seems fun. But to be honest, I was shocked by what openai did the first time. So…
How are you using AI to double your coding productivity? Are you using ChatGPT, or Claude, or GitHub Copilot? I am an AI-skeptic, so I am curious here. Thanks!
Artificial intelligence is losing hype
41–50 of 814 posts
Re: Artificial intelligence is losing hype
#42To be honest, I was surprised by ChatGPT. I didn’t think we were close. We are running out of textual data now to train on… so now they have switched to VIDEO. Geez now they can train on all the VIDEOS on the internet. And when they finally get bots working, they will have limitless streams of TACTILE data… Writing it off as the next fad seems fun. But to be honest, I was shocked by what openai did the first time. So…
> Seriously I am a 2x coder compared to what I was because of this. Isn't the energy consumption of this technology pretty catastrophic? Do you consider the issue of energy consumption so abstracted you don't worry about it? Do you do anything to offset your increased carbon emissions?
Re: Artificial intelligence is losing hype
#43To be honest, I was surprised by ChatGPT. I didn’t think we were close. We are running out of textual data now to train on… so now they have switched to VIDEO. Geez now they can train on all the VIDEOS on the internet. And when they finally get bots working, they will have limitless streams of TACTILE data… Writing it off as the next fad seems fun. But to be honest, I was shocked by what openai did the first time. So…
> Seriously I am a 2x coder compared to what I was because of this. You probably shouldn't advertise that.
Re: Artificial intelligence is losing hype
#44The Economist, seriously?
Re: Artificial intelligence is losing hype
#45I’m just surprised something nearly replaced google in my lifetime.
Re: Artificial intelligence is losing hype
#46Earlier quoted context omitted.
How are you using AI to double your coding productivity? Are you using ChatGPT, or Claude, or GitHub Copilot? I am an AI-skeptic, so I am curious here. Thanks!
What does it mean to be a skeptic here? Have you tried ChatGPT? Copilot?
Re: Artificial intelligence is losing hype
#47In other words, lot of people seem to think that human attention spans are what determine everything, but the technological cycles at work here are much much deeper.
Personally I have used Midjourney and ChatGPT in ways that will have huge impacts on many activities and industries. Denying that because of media trendiness about AI seems shortsighted.
Re: Artificial intelligence is losing hype
#48This supposed “cycle” has been crazy it’s been about 1.5 years since gpt4 came out, which is really the first generally capable model. I think a lot of this “cycle” is media’s wishful thinking. Humans, especially humans in large bureaucracies, just don't move this quickly. Enterprises have barely had time to dip their toes in. For what it’s worth hype doesn’t mean sustainability anyway. If all the jokers go onto a ne…
Re: Artificial intelligence is losing hype
#49To be honest, I was surprised by ChatGPT. I didn’t think we were close. We are running out of textual data now to train on… so now they have switched to VIDEO. Geez now they can train on all the VIDEOS on the internet. And when they finally get bots working, they will have limitless streams of TACTILE data… Writing it off as the next fad seems fun. But to be honest, I was shocked by what openai did the first time. So…
> Seriously I am a 2x coder compared to what I was because of this. Isn't the energy consumption of this technology pretty catastrophic? Do you consider the issue of energy consumption so abstracted you don't worry about it? Do you do anything to offset your increased carbon emissions?
Re: Artificial intelligence is losing hype
#50To be honest, I was surprised by ChatGPT. I didn’t think we were close. We are running out of textual data now to train on… so now they have switched to VIDEO. Geez now they can train on all the VIDEOS on the internet. And when they finally get bots working, they will have limitless streams of TACTILE data… Writing it off as the next fad seems fun. But to be honest, I was shocked by what openai did the first time. So…
How are you using AI to double your coding productivity? Are you using ChatGPT, or Claude, or GitHub Copilot? I am an AI-skeptic, so I am curious here. Thanks!
I pay for Leetcode, which usually gives editorial examples in Python and Java and such, and paste it into ChatGPT and say "translate this to a language I am more familiar with" (actually I have other programs that have been doing this for some language to language conversions for years, without AI). Then I say "make it more compact". Then again "make it more compact". So soon I have a big O(n) time, big O(1) space solution to Leetcode question #2718 or whatever in a language I am familiar with. Actually sometimes it becomes too compact and unreadable, and I back it up a little.
Sometimes it hallucinates, but it has been helpful. In the past I had problems with it, but not recently.