Remix.run Logo
fluidcruft 14 hours ago

I mostly hate that it spits out this gibberish and then sees its own gibberish and argues about things in gibberish with itself to then tell me that it thinks it's maybe a bad idea to do the simple task that I told it to do (which is very much not a bad idea, I just don't feel like typing out the whole goddamn plan to justify refactoring when I know the refactoring is the point)

okwhateverdude 13 hours ago | parent [-]

Tell it that. Seriously. "Shut the fuck up and do what I say. Don't think about it. Don't go spelunking through the code base. I've already given you all the context you need." I've needed to start doing this because otherwise, it wants to `find /` and grep its way across my system for everything. I've got one project where I force certain complete documents into context, specifically to avoid it trying to grep around and only load partial chunks. It will still want to go do that grepping of those documents for some reason.