Earlier quoted context omitted.
Not this again. That study had serious problems. But I’m not even going to argue about that. I want to raise something no one else seems to mention about AI in coding work. I do a lot of work now with AI that I used to code by hand, and if you told me I was 20% slower on average, I would say “that’s totally fine it’s still worth it” because the EFFORT level from my end feels so much less. It’s like, a robot vacuum mi…
Often someone’s personal productivity with AI means someone else have to dig through their piles of rubbish to review PR they committed. In your particular case it sounds like you’re rapidly loosing your developer skills, and enjoy that now you have to put less effort and think less.
ChatGPT Pulse
231–240 of 766 posts
Re: ChatGPT Pulse
#232Earlier quoted context omitted.
If you want another data point, you can just look at my company github ( https://github.com/orgs/sibyllinesoft/repositories ). ~27 projects in the last 5 weeks, probably on the order of half a million lines of code, and multiple significant projects that are approaching ship readiness (I need to stop tuning algorithms and making stuff gorgeous and just fix installation/ensure cross platform is working, lol).
I don't do Rust or Javascript so I can't judge, but I opened a file at random and feel like the commenting probably serves as a good enough code smell. From the one random file I opened: /// Real LSP server implementation for Lens pub struct LensLspServer /// Configuration for the LSP server pub struct LspServerConfig /// Convert search results to LSP locations async fn search_results_to_locations() /// Perform searc…
Re: ChatGPT Pulse
#233My pulse today is just a mediocre rehash of prior conversations I’ve had on the platform. I tried to ask GPT-5 pro the other day to just pick an ambitious project it wanted to work on, and I’d carry out whatever physical world tasks it needed me to, and all it did was just come up with project plans which were rehashes of my prior projects framed as its own. I’m rapidly losing interest in all of these tools. It feels…
Yeah I've tried some of the therapy prompts, "Ask me 7 questions to help me fix my life, then provide insights." And it just gives me a generic summary of the top 5 articles you'd get if you googled "how to fix depression, social anxiety" or something.
you just gave me a generic summary of the top 5 articles you'd get if you googled "how to fix depression, social anxiety" or something
When you open the prompt the first time it has zero context on you. I'm not an LLM-utopist, but just like with a human therapist you need to give it more context. Even arguing with it is context.
Re: ChatGPT Pulse
#234Earlier quoted context omitted.
> I’m rapidly losing interest in all of these tools. It feels like blockchain again in a lot of weird ways. It doesn't feel like blockchain at all. Blockchain is probably the most useless technology ever invented (unless you're a criminal or an influencer who makes ungodly amounts of money off of suckers). AI is a powerful tool for those who are willing to put in the work. People who have the time, knowledge and crit…
>> Blockchain is probably the most useless technology ever invented so useless there is almost $3 Trillion of value on blockchains.
Re: ChatGPT Pulse
#235Earlier quoted context omitted.
Objectively. I’m now tackling tasks I wouldn’t have even considered two or three years ago, but the biggest breakthrough has been overcoming procrastination. When AI handles over 50% of the work, there’s a 90% chance I’ll finish the entire task faster than it would normally take me just to get started on something new.
Same. It takes the drudgery out of creating, so I can at least start the projects. Then I can go down into the detail just enough that the AI doesn't produce crap, but without needing to write the actual writes of code myself. Hell, in the past few days I started making something to help me write documents for work ( https://www.writelucid.cc ) and a viewer for all my blood tests ( https://github.com/skorokithakis/bt…
Would have never done that without LLMs.
Re: ChatGPT Pulse
#236Earlier quoted context omitted.
Often someone’s personal productivity with AI means someone else have to dig through their piles of rubbish to review PR they committed. In your particular case it sounds like you’re rapidly loosing your developer skills, and enjoy that now you have to put less effort and think less.
We know that relying heavily on Google Maps makes you less able to navigate without Google Maps. I don't think there's research on this yet, but I would be stunned if the same process isn't at play here.
Pretty much like muscles decay when we stop using them.
Re: ChatGPT Pulse
#237Earlier quoted context omitted.
If you want another data point, you can just look at my company github ( https://github.com/orgs/sibyllinesoft/repositories ). ~27 projects in the last 5 weeks, probably on the order of half a million lines of code, and multiple significant projects that are approaching ship readiness (I need to stop tuning algorithms and making stuff gorgeous and just fix installation/ensure cross platform is working, lol).
Sooo you launched https://sibylline.dev/ , which looks like a bunch of AI slop, then spun up a bunch of GitHub repos, seeded them with more AI slop, and tout that you're shipping 500,000 lines of code? I'll pass on this data point.
Re: ChatGPT Pulse
#238LLMs are increasingly part of intimate conversations. That proximity lets them learn how to manipulate minds. We must stop treating humans as uniquely mysterious. An unfettered market for attention and persuasion will encourage people to willingly harm their own mental lives. Think social medias are bad now? Children exposed to personalized LLMs will grow up inside many tiny, tailored realities. In a decade we may me…
Basically, a fanatically devoted life coach that doesn't want to be your friend.
The challenge is the incentives, the market, whether such an LLM could evolve and garner reward for serving a market need.
Re: ChatGPT Pulse
#239Earlier quoted context omitted.
> My personal productivity has skyrocketed in the last 12 months. Has your productivity objectively, measurably improved or does it just feel like it has improved? Recall the METR study which caught programmers self-reporting they were 20% faster with AI when they were actually 20% slower.
My personal project output has gone up dramatically since I started using AI, because I can now use times of night where I'm otherwise too mentally tired, to work with AI to crank through a first draft of a change that I can then iterate on later. This has allowed me to start actually implementing side projects that I've had ideas about for years and build software for myself in a way I never could previously (at lea…
I had a dozen domains and projects on the shelf for years and now 8 of them have significant active development. I've already deployed 2 sites to production. My github activity is lighting up like a Christmas tree.
Re: ChatGPT Pulse
#240Earlier quoted context omitted.
Objectively. I’m now tackling tasks I wouldn’t have even considered two or three years ago, but the biggest breakthrough has been overcoming procrastination. When AI handles over 50% of the work, there’s a 90% chance I’ll finish the entire task faster than it would normally take me just to get started on something new.
This. I had this long standing dispute that I just never had the energy to look up what needed to be done to resolve it. I just told it to ChatGPT and it generated everything -- including the emails I needed to send and who to send them to. Two weeks later and it was taken care of. I had sat on it for literally 3 months until then. If I could have something that said, "Here are some things that it looks like you're p…