Hacker News new | ask | show | jobs
by prplfsh 85 days ago
I honestly don't get it - how isn't everyone having a blast with AI? Every one of those side projects you never had time for you can build in a weekend. You can explore five ideas at once. You can do big refactors/cleanups you'd never be able to dream of in the past. As a software engineer it's been fantastic.
6 comments

I've been using Claude for a side project I've been trying to write for some time. Seeing it generate features at a much faster clip than I can (that actually compiles) has definitely been addictive. However, the joy I used to get from seeing something that I wrote work is all but gone, and it sucks big time to lose that.

The back and forth is more annoying now as well. Instead of trying different approaches to code to produce an outcome, I'm prompting "this is broken; can you fix it?" or "this almost works! can you do $x instead" and doing stuff in another window while Claude churns. This isn't fun or stimulating at all for me. It's like carrying a dog to a ball instead of making them run for it.

Using it also reminds me that a big part of the experience I've spent years accumulating is (or feels) no longer useful. That everyone can "write" (produce) code now is a good thing, but SO MUCH TIME AND ENERGY was spent on putting writing and understanding code on a pedestal (especially on this site), and seeing that get torn down while gaslighting us into thinking that this never happened has been affecting my psyche for sure.

There's also the dirty feeling I get from abdicating more and more of my skills to a big company that is probably salivating at the idea of developers not being able to write code without Claude Code anymore.

I have a handful of projects I'd like to work on, but I'd rather leave them on the shelf until I can hand-write them than use agents to finish them and, in doing so, create a codebase that I'm less likely to be able to maintain without agents.

I guess I can turn the question back at you: how aren't you not losing your mind at becoming a glorified spec writer?

I get to spend more time working on the things I enjoy. For example, data modeling and workflow orchestration, and building product to solve customer problems. And really, that comes down to spending a lot of my time just thinking really hard - because once I have a clear plan, it's actually not that hard to build it. Not only that, but I can build something, react to it, rebuild it, react to it, and come up with something I think is much better than I would have been able to build myself. Not to mention much faster.
Can't disagree that Claude ships much much faster. It is also nice to be able to type up a plan of what I'd like to build and have it go after verifying the plan it generates.

I guess it's iterating in plain English instead of iterating in code that I'm having trouble latching onto. It's a "left brain vs right brain" kind of situation for me (not sure how valid that trope is, but it best expresses what I'm feeling).

I'm pretty good at outlining what I want to accomplish and how to get there, but cracking open vim and getting into it is super duper exciting for me, and I'm pretty good at communicating what is and isn't working with the agent when I use it. Claude (or any agent, I suppose) takes that away and doesn't fill that gap.

It's also been harder for me to stay focused with Claude since I'm basically printing code and reading the results. Claude's changesets err towards being pretty large (though I have rules [^1] to try and keep that at bay). When I use it, my mind shifts from "writing code that others might (probably won't) maintain someday)" to "writing code that builds the thing". Given those heavy diffs, I'm less inclined to pore through them than I would be if I were actively writing the code. I fear that this will lead to having less understanding of what my code is doing over time, which is sweeping the bugs and tech debt under the rug (especially since Claude, atm, likes to solve bugs with adding more code). This is probably one of those things that will just take some adjustment.

Then again, maybe part of this has to do with me being a long-time a Vim user and not having used a proper IDE for everyday development in a long time...

Okay, I think I finally came up with a good anecdote for how I'm feeling. I wear Mexican huarache sandals [^0] pretty much exclusively when the weather's warm (which is almost all year round in Houston). They are so unique, and getting them to work perfectly with my feet has been a Linux-like experience (i.e. lots and lots and LOTS of experimentation).

I used to buy them from Luna, Xero and others at, like, $150/pair. However, they are INSANELY EASY to make at home for a fraction of the price. I made four pairs at home. They didn't fit quite right, so I'll need to make them again, but I take MASSIVE satisfaction in wearing what I made.

The journey is as exciting as the destination for me; more so, even!

(Selfishly, I took a lot of pride in being able to show others how to do damn nearly everything they do in VSCode in Vim, but that's another victim of the Era of AI.)

[^0] These bad boys: https://xeroshoes.com/pages/tarahumara-sandals

I'm also a lifelong vim user. I guess what I'm getting at is that I find the journey even more engaging now. I think I'm a good programmer. I've worked at great companies. I was competitive in ACM contests and Top Coder. But I find the journey even more engaging now because I can focus on really, really deeply understanding something, and less time on glue. Writing code by hand is still fun, don't get me wrong, but I'm also enjoying the step change in scale.

I don't think IDEs as they exist today are necessarily the right abstraction anymore anyway, to the extent they ever were. At least any more than a C++ IDE that was centered on assembly language as the main thing would be. I want data models, API contracts, and data flows. I don't know what the right answer is, but I think there's something coming.

Thanks for your balanced perspective. It's great to hear another vim user's perspective. I'll keep giving Claude a chance!
That has been my feeling too. I have completed soo many personal projects (or improvements) that were collecting dust on my 'mental shelf'.

Without AI I would probably never get to them because realistically, I do not have dozens, or hundreds of personal hours to devote to fun, but unnecessary projects.

Same reason I've passed along offers for management roles and continue to ignore "fiverr.com". It's less having done "The Thing" and more asking for it/a substitute. With an LLM/freelancers, the muscle memory, skills, or whatever I might develop (along with the thing) have been, well, outsourced.

What's more, I can already explore five ideas at once. There is no backlog formed by incapability, lol.

I don't understand the eagerness for "productivity as a service", celebrating quotas, and lot of other conjecture I could get twisted up with... but I'll skip it this time. Rarely pays off :)

Because some of us actually enjoy programming. For some people those side projects aren't about the destination, but the journey of learning how something works by making it with your bare hands.
but that is still possible, so what makes you sad? is it that others can build theirs without bare hands? or you are no longer rewarded for bare hand programming? if the latter was it really the "journey"?
Some of us work on critical systems
You do know that there's many different personalities that people can have right? A lot of people love writing code and don't care about those things at all.