logoalt Hacker News

kamaitachitoday at 3:02 PM18 repliesview on HN

I just retired after 40 years writing code.

The last year or so wasn’t fun - battling with AI, trying to get it do what I wanted.

For a long time, I thought I’d do a lot of hobby or open source coding when I retired.

I haven’t even tried. I’m not burned out, but find I’ve lost the passion for coding I once had.

Is that AI? Or is it me?

Maybe as my retirement progresses, I can rekindle that passion, but as of now, I don’t miss tech.

Sorry, got to go - my garden needs me :-)


Replies

ChrisMarshallNYtoday at 3:07 PM

I retired, after 30-some years. Actually, I was forced to retire, by folks that don't think us greyheads should be working. Fortunately, I had the means to retire. Those means had nothing to do with a FIRE strategy. I just saved, lived humbly, and stayed at a job for a couple of decades.

But I have been doubling down on my tech work. Once the knuckleheads were removed from the soup, the flavor improved markedly. I love this tech stuff.

Oh, and I have been using AI. It just helped me to find a nasty crashing problem, and I hope that it will help me to determine the best way to fix it.

show 3 replies
pipestoday at 3:15 PM

The battling ai bit you mentioned. This is my life right. Ai is both amazing and shit. I feel like everyone else is running dark factories and producing millions of lines of code and having amazing lives. Meanwhile I am going insane with stress because I've burnt so much time trying to wrangle it on a team I've just joined. My productivity has not been good. I half feel like I am being gas lit by YouTubers and half feel "no I'm just doing it wrong"

show 6 replies
cantalopestoday at 4:10 PM

I feel you. I've been coding for about 20 years and the last 2 years were an absolute downer, draining all the joy of programming by offloading the actuall puzzles to an ai third party thst i just navigate and correct. I am 20 times more productive but 20 times less happy

beached_whaletoday at 3:08 PM

More and more I have realized it was not the coding that I enjoyed, but solving problems/puzzles. This fits into the beautiful code not really mattering to more than myself but the solution for people, but that is hard to let go of.

azangrutoday at 3:12 PM

> battling with AI, trying to get it do what I wanted

What I am selfishly curious about is: is it possible to remain a software developer, and ignore AI? To write code the same way we did before 2022? I understand that there are many companies in which managers demand more of workforce — but are there still places where people are satisfied to not rush ahead and do business same way they did three or four years ago?

In other words, is it possible to not battle with AI trying to get it what we want? Were you forced to do this by your employer, or was this entirely self-inflicted?

Asking for a friend.

show 5 replies
sqirclestoday at 3:56 PM

Sounds quite normal, honestly. Programming is in a dark place right now relative to how I used to enjoy it. I haven't touched a personal project in many months. You did something for four decades and whatever mystery may have been left there is probably gone with AI.

Try identifying what made it feel like a "passion." Was it problem solving and discovering new things on your own by piecing things together? Then yeah, AI probably has something to do with that in regard to software development - but there are many other avenues you can take to fulfill that whether it be unrelated hobbies or charity work, etc.

show 1 reply
adamddev1today at 3:08 PM

Honest question: if you didn't enjoy using AI, why not just write code without using AI?

show 1 reply
creaturemachinetoday at 3:10 PM

Congratulations! Tech doesn't have to be the end goal. Personally I can't wait to shake this industry and find a new path in retirement.

sharkweektoday at 3:41 PM

Father in law was a real estate agent from the 80s until maybe 5 years ago.

The day he retired was the day he absolutely positively suddenly wanted nothing to do with real estate anymore. He loved the career but it was interesting watching him just suddenly be done with it.

He found other hobbies and interests pretty quickly once he took an inventory of how he wanted to spend his time.

show 1 reply
jjicetoday at 3:23 PM

I'm not near retirement, but I have found that the side projects I work on have diminished quite a bit since AI took over coding. It used to be that writing a library for something like parsing ICal files was something I could spend time on, write, build out, and then other people could use. But now anyone can throw together a working version of it in a little bit. That's a good thing, but also it removes the fun of spending the time implementing it and creating something for others.

baggachipztoday at 3:26 PM

Man I really want to retire. I've gotten a couple stark reminders recently that life is fragile and short. I'm trapped by the golden handcuffs of the software industry, but I console myself by saying it's a means to an end (early retirement). I really hope that becomes possible in the near future, because whatever this is now is not sustainable.

ItsBobtoday at 3:33 PM

I'm hoping to retire in the next 12 months (52 years old). When I do, I'll be buying a Chromebook. Any and all PC-related shit is being sold off.

I will quite literally never write a line of code again... with any luck!

show 1 reply
kellogahtoday at 3:57 PM

I think part of the problem is that source code is always in flux. So to think of the satisfaction of completing a project seems difficult to imagine.

Big corporations invent new “features” and then axe them, even if the products are delightful; venture capitalists obsessed with building to exit on profit alone; open source developers trying to make a name for themselves by building something in Rust to improve performance by 5%.

Compare that to something like architecture or woodworking, gardening, baking, painting—creating real tangible things.

My recommendation is combine the two: use arduinos and/or raspberry PI to automate water delivery in your garden. Stuff like that that you can experience the value at first-hand. :)

righthandtoday at 3:48 PM

It’s both, IMO from your brief comment, LLMs made you think it’s all troublesome endeavor because it outputs spaghetti code. No one likes hunting through spaghetti code and fixing it. Nobody wants to fill their plate with seconds immediately.

Mess around with a poc and try not using the LLM to get started (use a project scaffolding tool/code generator instead if you must). Start with some appetizers and a first course. Stop working on it even if you feel satisfied.

I like to try and get my pocs to a publishable state someone else can download and compile even if it’s wonky. That helps me bookend my work even if I don’t accomplish all the goals.

I most recently made a poc with nuklear ui and libuvc make a small app that displays my camera feed. I pushed it up, the camera frames have some green flicker but it works. I did more research and found out there are better libraries than libuvc for this kind of thing. Now I have another prototype to make for my ideas. And a base to clone if I need some starter template.

retiredtoday at 3:20 PM

Retired as well. Hated that dealing with AI was a big part of my job. Hated how half my time was spend clicking through portals, scrum boards, devops tooling. I just wanted to code.

Haven't touched code since I retired unfortunately. Just don't feel like it. Don't need it either.

Devastatoday at 3:15 PM

I have definitely found my enjoyment of coding in my spare time is lessened now that AI is on the scene. I know very few if any were going to use the code, but it felt like working on a classic car, the act of working on it was fun even if the final results seem like they could have been used more productively.

Now, I just feel like I am transcribing a phonebook.

CuriouslyCtoday at 3:04 PM

It's not AI or you, it's this late stage capitalist marketing firehose of bullshit and enforced productivity. Hype is out of control, nothing is real, it's exhausting.

show 2 replies
add-sub-mul-divtoday at 3:07 PM

I made it 27 before I retired. I kind of wish I was older so I could have enjoyed more years of what was a fun career before it turned into... this.

show 1 reply