this post was submitted on 28 Aug 2025
18 points (73.7% liked)

Selfhosted

50928 readers
649 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I’m not necessarily interested in the traditional full budgeting and planning type stuff, but more like “AI take all these statements and tell me how to save money” purpose built tools. Anyone used anything they’d suggest?

(And to hopefully head off any unhelpful answers like I got on Reddit, I am not trying to have an AI manage my money, nor am I talking about just a wrapper for ChatGPT. AI in the broad sense of the term that can be intelligently used as part of larger programmatic workflows.)

top 10 comments
sorted by: hot top controversial new old
[–] BlameThePeacock@lemmy.ca 22 points 16 hours ago (2 children)

Saving money doesn't really need an AI, there really aren't many ways to cut budgets down short of paying attention to the most obvious spending problems (Too much housing, too much vehicle, too much food (especially eating out), and too much entertainment(too many subscription platforms))

It's usually a far better investment of time to improve your earning power (upskill, change jobs, add hours, etc.)

Cutting $40 per month from your budget by not going to the movies every week just isn't going to have the impact you need in your life.

[–] aksdb@lemmy.world 8 points 15 hours ago (1 children)

Where I could see an LLM being useful is categorizing entries and maybe proposing sanitization (for example when the payment provider uppercases or abbreviates stuff)

[–] chazwhiz@lemmy.world 2 points 14 hours ago (2 children)

Yep, that’s exactly the sort of thing I’m thinking about here. And it doesn’t even need to be full on chat style LLM, just some decent NLP that can recognize WALMART, WAL-MART, or WMART are all the same thing and label it.

But for some reason this question brings out all the assumption people who want to give financial advice or talk about the AI image the saw last year with 6 fingers.

[–] Mordikan@kbin.earth 1 points 4 hours ago

Honestly, you don't even need NLP for this. Excel supports regex now so you could just do a call like =REGEXTEST(A1, "(?!)^w.*mart$"). Then just mark by type and graph out to see where your main spending is coming from.

[–] BlameThePeacock@lemmy.ca 2 points 14 hours ago

You aren't going to find a useful AI system for personal use in Finance, you simply don't have the scale needed to benefit from it. You don't make enough transactions per month that looking over it yourself is going to be any slower than reading the AI summary.

The question as with most process optimization and data analysis is, what's the actual result you're hoping for? If you want it to be able to summarize WALMART, WAL-MART and WMART so you can see those numbers added together, you already know you spent a lot at Walmart. Whare are you going to actually do with that information?

[–] asbestos@lemmy.world 2 points 15 hours ago (1 children)

You need to live not as hard

[–] dditty@lemmy.dbzer0.com 11 points 16 hours ago

I am not aware of any self-hostable AI-powered financial/budgeting software. I am using Actual budget and finding it pretty awesome tho. It has an API you might be able to do something with

https://www.actualbudget.com/

[–] paulcdb@lemmy.world 4 points 14 hours ago

All I want is software that I can put DD’s and known regulars in and it can tell me how much I’ll have in 3 or 6 months time.

I’ve tried firefly, actual budget and most of the docker based ones but still stuck using the forecast app on the ipad.

They’re all just way to over complicated for what anyone I know wants and given how AI can’t get the simplest things right, I’d rather someone just work on simplicity that works, like microsoft money didn’t before they killed it. 🙄😕

[–] CapnClenchJaw@lemmy.world 1 points 16 hours ago* (last edited 16 hours ago)

This is an interesting and smart use case for locally run (and properly siloed) AI. Kind of an "identify any broad trends when it comes to spending habits based on this statement data, with particular focus on discretionary spending and areas where I can save money".

Have you tinkered with any LLMs for this? If so, which ones do better than others? I could see SLMs being really good for this eventually.