It might be difficult to figure out what that is, and some folks will fail at it. It might not be code though.
I miss thinking hard
541–550 of 764 posts
Re: I miss thinking hard
#542Not every programming task needs to be a research project. There are plenty of boring business problems that needs the application of computing to automate. And it’s been a decent way to make a living for a while.
It’s great getting a good problem to chew on.
I try to keep a small percentage of my time occupied by one or two good ones. If I’m always bored it’s a sign I could be doing better. And I like being at my best.
Re: I miss thinking hard
#543I don't get it. I think just as hard, I type less. I specify precisely and I review. If anything, all we've changed is working at a higher level. The product is the same. But these people just keep mixing things up like "wow I got a ferrari now, watch it fly off the road!" Yeah so you got a tools upgrade; it's faster, it's more powerful. Keep it on the road or give up driving! We went from auto completing keywords, t…
Here are some clipped comments that I pulled from the overall post
> I don't get it.
> I'm using LLMs to code and I'm still thinking hard.
> I don't. I miss being outside, in the sun, living my life. And if there's one thing AI has done it's save my time.
> Then think hard? Have a level of self discipline and don’t consistently turn to AI to solve your problems.
> I am thinking harder than ever due to vibe coding.
> Skill issue
> Maybe this is just me, but I don't miss thinking so much.
The last comment pasted is pure gold, a great one to put up on a wall. Gave me a right chuckle thanks!!!
Re: I miss thinking hard
#544Re: I miss thinking hard
#545Re: I miss thinking hard
#546I've not seen this take yet, but this is exactly how I feel. I do not yet know what I want to do, and my parts of my personality are no longer satisfied by coding. I'm thinking we need some kind of community of people like us where we can discuss these things.
I bring these up with others, and I find that most people around me are just builders.
Re: I miss thinking hard
#547Re: I miss thinking hard
#548Earlier quoted context omitted.
[flagged]
Thank you for the AI warning, so I didn't have to read that.
What I wanted to show is that, clearly different from a camera or other devices, AI can copy originality. OPs comment was pretty original in it's wording, and gpt came pretty close imo. It really wasn't meant as a low effort comment
Re: I miss thinking hard
#549This March 2025 post from Aral Balkan stuck with me: https://mastodon.ar.al/@aral/114160190826192080 "Coding is like taking a lump of clay and slowly working it into the thing you want it to become. It is this process, and your intimacy with the medium and the materials you’re shaping, that teaches you about what you’re making – its qualities, tolerances, and limits – even as you make it. You know the least about wha…
Coding is not at all like working a lump of clay unless you’re still writing assembly. You’re taking a bunch of pre-built abstractions written by other people on top of what the computer is actually doing and plugging them together like LEGOs. The artificial syntax that you use to move the bricks around is the thing you call coding. The human element of discovery is still there if a robot stacks the bricks based on a…
Re: I miss thinking hard
#550Earlier quoted context omitted.
Fair enough but I am a programmer because I like programming. If I wanted to be a product manager I could have made that transition with or without LLMs.
Agreed. The higher-ups at my company are, like most places, breathlessly talking about how AI has changed the profession - how we no longer need to code, but merely describe the desired outcome. They say this as though it’s a good thing. They’re destroying the only thing I like about my job - figuring problems out. I have a fundamental impedance mismatch with my company’s desires, because if someone hands me a weird…
When I play sudoku with an app, I like to turn on auto-fill numbers, and auto-erase numbers, and highlighting of the current number. This is so that I can go directly to the crux of the puzzle and work on that. It helps me practice working on the hard part without having to slog through the stuff I know how to do, and generally speaking it helps me do harder puzzles than I was doing before. BTW, I’ve only found one good app so far that does this really well.
With AI it’s easier to see there are a lot of problems that I don’t know how to solve, but others do. The question is whether it’s wasteful to spend time independently solving that problem. Personally I think it’s good for me to do it, and bad for my employer (at least in the short term). But I can completely understand the desire for higher-ups to get rid of 90% of wheel re-invention, and I do think many programmers spend a lot of time doing exactly that; independently solving problems that have already been solved.