Remix.run Logo
ihateolives a day ago

Just today I gave my local agent a CSV which listed a bunch files with of human readable size units and asked it to count rows in each GB range. Sounds simple enough but it completely miscalculated, because it parsed MB as GB for some reason. In hindsight it would've be quicker just to do it in Excel or something.

dabbz a day ago | parent | next [-]

I've found personally it's better to use AI to build a deterministic script for calculations like that. (anything that manipulates data should be a script not an AI).

ihateolives a day ago | parent [-]

It was just one off task and I already had agent doing categorising with the same data so I just asked it. Otherwise I agree.

monkpit 15 hours ago | parent [-]

It doesn’t take any longer to have the llm script this kind of thing, one off or not.

marcta a day ago | parent | prev [-]

That is literally what Excel is for. Why didn't you use that first of all?

ihateolives a day ago | parent | next [-]

Because I was already doing categorising and analysing same data with agent and I had my session open already. It should've been an easy task for an agent, right?

AlienRobot a day ago | parent | prev [-]

When all you have is a hammer, but the hammer looks more like a swiss knife