Remix.run Logo
bayindirh 2 days ago

> Whenever I see an IDE that pops up method selection, etc, my entire brain breaks because like an LLM, i'm just streaming in and need to litterally see the code block or flow I'm working on. So i've hated most complex IDEs.

Interesting, our minds work completely different, then. I can generally keep most of the plan of the machinery I'm building, and working with full-blown IDEs is much more comfortable for me since it allows a birds-eye-view of the project I'm working on.

OTOH, I can't see myself attaching a LLM to my IDE and meddle with my code any time soon.

cyanydeez 2 days ago | parent [-]

yeah, I started mostly with copy paste in the idea: duplicate this component and rename it to X because it largely did the same thing.

Eventually, I just use vscode to get a better picture, but i can get deer flow to pump out scaffolds, then tidy them up in open code.

It's about equal to what I can accomplish, but the current local LLMs when properly guided, do a lot better with complex dependency errors. So what I give up in my little programming bubble, I gain from not banging my head against some stupid 3rd party error or speghetti even driven madness.

They still don't get passed the level of complexity I know I can, but doing mostly greenfield or patches to open source, I spend a lot of time just restructuring.

With all that said, I'm probably in the same place as all the other AI users: not that much ROI in the bag.