Ask HN: How to get back into programming without AI?
6 points
7 hours ago
| 6 comments
| HN
It's been a long time since I've written code without AI, and I miss it. How can I get back into it without ending up reaching for AI?
crionuke
26 minutes ago
[-]
there was a link on HK to the article about building writebook (from the legacy laptop) i guess you need similar setup but for coding: simple editor eg vim, offline docs, that's it

but honest it's better to move forward and learn how to delivery value without hand-written code at all, seems it has more prospects

we never turn back time

reply
delis-thumbs-7e
6 hours ago
[-]
- Remove AI from your editor completely. - Start a project which is easy and fun for you,something you did when first learning to code. Text-based adventure game, or some silly little app that is just for fun. - Or take a new language or some aspect of coding, that you have only brushed over, but want to learn better, and learn it properly by doing coding exercises or some silly project that teaches you the syntax etc. - Most importantly relearn how fun coding is

I use Claude only to ask questions (in separate virtual desktop, no chat inside the editor) if I can’t grokk the doc’s or find the answer online. This keeps the LLM input valuable, but not using it as a crutch, and me honest and learning constantly.

reply
coolcoder613
6 hours ago
[-]

  1. I don't have AI in my editor in the first place, mostly use web chat with a bit of gemini CLI
  2. Good ideas; worth considering
  3. I'll pass
  4. That is my goal
I think the last time I really tried to code by hand was a temporal clock. I thought it would be simple but I bit off more than I could chew math-wise. The last time I was sucessful (as far as I can remember) was a small PR to a game mod manager.
reply
SashaMApps
3 hours ago
[-]
- Would you like to do that for a fun? - just do.

- Would you like to do that to encrease quality - build architecture manually and then ask AI to refine and code it, add more automation testing with help of AI.

Tell why you would like to do that, the answers can be different.

reply
coolcoder613
3 hours ago
[-]
For fun, for personal projects.
reply
yashnitro
6 hours ago
[-]
I don’t think the goal should necessarily be “without AI,” but more “without depending on AI before thinking through the problem yourself.”

One thing that helped me was forcing myself to: - design architecture first - debug manually for a while - read docs before prompting - use AI more like a reviewer than an autopilot

The fun part of programming for me was always the problem-solving loop, and it’s easy to accidentally skip that now.

reply
grasbergerm
6 hours ago
[-]
This is a genuine question, to get more context:

What's stopping you from programming without AI?

reply
coolcoder613
6 hours ago
[-]
The conflict between wanting the result versus wanting to program. The result tends to win out. Instant gratification, in short. If I want something enough to not lose interest when programming it myself, I usually want it enough to forego programming it myself in favour of having it earlier.
reply
grasbergerm
6 hours ago
[-]
It sounds like you just don't want to write code by hand then. You prefer instant gratification over writing code yourself. You said you miss programming without AI, my read here is that you do not have a strong desire to program without AI. Both things can be true, there's no dichotomy here.
reply
coolcoder613
6 hours ago
[-]
Not exactly, that's more due to the projects. Let's say I want a music player with scrolling lyrics, I have a greater desire to have and use that music player than I do to build it. If there was a music player that already did exactly what I wanted I would use that. I think that might be a good way to put it: What I may be looking for is a project that I would build even if it already existed.
reply
LogicCraft678
5 hours ago
[-]
Start by setting a timer or a limit
reply
coolcoder613
5 hours ago
[-]
How so?
reply