Remix.run Logo
fxtentacle 7 hours ago

Fully agree. I tried to refactor parts of a large code base with Fable+ultracode and it just keeps accidentally merging distinct concepts and making up explanations/reasonings that the code base did not contain.

For example, the code base contains a physical controller. It’s closed loop in that it can react in realtime to changes. But it’s a slightly untypical implementation because this one can even look into the future through simulations. But Fable does not understand that. Instead, I need to remind it every 30 minutes that this is closed loop. It keeps wrongly claiming that the controller was open loop and then based upon that it will make up constraints that don’t actually exist.

rapidaneurism 7 hours ago | parent [-]

Would putting that in black and white in the comments around then controller help?

bulbar 5 hours ago | parent [-]

I feel like there are a lot "you are holding it wrong" arguments flying around. Like, when somebody says that AI wasn't able to accomplish something, people tend to assume it's an User problem.

Meanwhile, I have a hard time to believe people don't encounter problems with AI solutions on a regular basis (I do).