logoalt Hacker News

CPLXyesterday at 1:06 PM2 repliesview on HN

If you installed Claude Code and put all your statements into a local folder and asked it to process them it could do literally anything you could come up with all the way up to setting up an AWS instance with a website that gives nifty visualizations of your spending. Or anything else you are thinking of.


Replies

darkstarsysyesterday at 1:45 PM

This is the right answer. Don't just feed the data to a chatbot; have it write code to do what you want, repeatably and testably. You can probably have working python (and a docker container for it) in under 30 min.

Razenganyesterday at 1:15 PM

I may try that, but at this point it's already more work wrestling with the AI than just doing it myself.

The most important factor is confidence: After seeing them get some things mixed up a few times, I would have to manually verify the output myself anyway.

----

Re: the multiple comments that suggest to ask AI for code instead of feeding data to the chatbot:

I get what you mean, but I WANT the AI's non-deterministic AIness in this case!

For example, in some countries there are these "omni apps" that can be used for ride hailing or ordering food etc. The bank statement lists all such transactions with the same merchant name. I want the AI to do its AI thing to guess which transactions were rides and which were food deliveries, based on the prices and times etc. Like if there are multiple small transactions those are taxis, and the most expensive transactions during a day are my lunch and dinner.

And there are other cases, that would be too much "imperative" code that would fail anyway.

Like I said, this is a task that any human could do easily after a short explanation, but takes a hell of a lot of wrangling with AI.

show 4 replies