Remix.run Logo
ryandrake 29 minutes ago

Ever since I started experimenting with AI coding, I've totally lost that feeling of accomplishment. For projects I actually developed by typing in the code, it feels like I actually did something--like here's something I built and am responsible for bringing into the world. When I finish an AI-built project, I feel...nothing. Just that empty: "Code now exists where it didn't exist before, but I didn't really do anything." Without any sense of ownership or attachment whatsoever. If someone DMCA'ed one of my GitHub projects and made me take it down, I'd be pissed. But if someone DMCA'ed an AI-coded thinggy, I'd probably delete the repo and never think about it again in my life.

sushshshhs 16 minutes ago | parent | next [-]

If your project contained original thought does it matter if the IFs and the ELSEs were generated?

I sometimes wonder if people get into this to create an actual working something or they just enjoy sorting colored blocks for the heck of it.

I am on the other extreme end: I don’t give a rat’s ass about the code itself. The spec, the intent, the architecture, the contracts are what I find interesting. All the “file handling” and “logging” and syntax wrangling and caring if some “variable” is on the “stack” or the “heap” I can live without very happily. It’s not that they are uninteresting in and of themselves but I find it hard to justify keeping my focus on these microscopic issues again and again and again and again.

3 minutes ago | parent | next [-]
[deleted]
TakeItToTen 6 minutes ago | parent | prev [-]

I have landed here myself. I have always enjoyed writing code, but I find lately that I am getting so much more satisfaction from the process of exploring and designing systems more, and code is simply the substrate.

I am becoming a better architect with AI, because I am spending more mental energy in that lane, getting less embroiled in the nitty-gritty of the code.

ryandrake 3 minutes ago | parent [-]

There was a thread[1] about this the other day! People have different goals, motivations, and reasons for developing. I guess I just like sorting colored blocks. I'll agonize over the code... I really will go back to a class I wrote months ago and ask "Do I really need this member variable?" and "Does this really need to go on the heap or can it live on the stack and be automatically cleaned up?" "Can I use a pImpl C++ pattern here and reduce the number of headers that this header file includes?"

1: https://news.ycombinator.com/item?id=48316056

culopatin 20 minutes ago | parent | prev [-]

AI is like cheap void calories. Writing by hand is calories from a good home cooked meal with all the nutrients and love, AI code (unless maybe you worked on putting together an AI system and the harness is your build), feels like calories from a Sprite.

Also I’ve been thinking that ai code is like cheap amazon furniture and hand crafted is well… hand crafted.