HN user

mkrd

149 karma
Posts11
Comments35
View on HN
Claude Fable 5 1 month ago

Open source models seems to be 1-2 years behind the frontier, so I am very excited to see what happens when those open source labs get their hands on capabilities like this to accelerate their own development speed.

A low effort AI written blog post, about a slop-company destroying itself, posted by someone who clearly has no idea what LLMs actually do, which he anthropomorphizes, trying to assign accountability and intent to matrix multiplicatuons.

I wonder why this garbage even gets upvotes, maybe because of how much of a trainwreck the entire situation is

Working on a budgeting app which uses interactive sankey diagrams.

https://budgetflow.cc

It has some dynamic features like sending excess cash or taking missing cash from somewhere else, making it quite useful.

Also, you can connect with our partner or flatmates for shared budgets.

I am actively using it myself together with my girlfriend, and adding new stuff as our demands for budgeting become more elaborate!

Claude 4 1 year ago

Yes, this is pretty annoying. You give it a file and want it to make a small focused change, but instead it almost touches every line of code, even the unrelated ones

Claude 4 1 year ago

True, I think the biggest problem of the latest models is that they hopelessly over-engineer things. As a consequence, I often can only copy specific things from the output

Hey, thanks a lot for the feedback! It's not harsh, direct feedback is by far the most useful. You are right, it is not super clear how the simulation is done, I'll add that to the page. Currently, you enter a volatility rate, and then the simulation randomly draws from a normal distribution according to the volatility. Doing this around 1000 times gives the range of possible scenarios. In the future I'm planning to add simulations based on historical data. The code is not open source, however you also don't have to connect any banking to it, it can be used as-is. I am taking privacy pretty seriously, that is why there is a legally binding privacy policy on the bottom of the page. But yes, I could put more emphasis on it, and explain how the page is keeping data secure.

That thought keeps me motivated to continuously work on a project of mine. That one day, maybe years from now, it will reach that point where it is good enough to get the ball rolling. Only a few, which where there from the beginning, will be able to imagine the efforts that had to go into it.

Hey, thanks for the info, I didn't know that there is a wait period. The version I posted back then was still very much in its alpha stage, compared to now. I would say it is a major difference, but I also get that HN doesn't want too many product updates posted

I am working on https://budgetflow.cc

It is a budgeting tool that allows you to create budgets and visualize them as interactive Sankey diagrams. You can configure smart "pockets", which can automatically send excess cash or take missing cash from other pockets. It also allows you to invite other users to shared budgets, so you can use it to plan budgets with roommates or your partner. Currently I am thinking about ways to make it into a viable business, but it is still not quite there yet where it needs to be for that.

Hey thanks for the feedback! The default budget on the home page does not have the add pocket/flow buttons, those are on the pages where you add your budgets are listed. But it totally makes sense to have them there as well, just added them! Thanks for noticing!

The naming is really hard, the where first called "nodes", but that was hard to understand for many. I habe to analyze this again, maybe you are onto something by just naming them income/expense/account/grouping etc.

The idea to take or send a percentage is very interesting, basically a generalization of how it currently works.

Really valuable feedback, thank you!

Yes, seeing the estimate vs the real thing will depend on how you set up your accounts. I have separate accounts for separate concerns, and automatically transfer the budgeted amounts, so I can see at the end of the month if my estimates are correct, or if I need to change them. But if you only have one bank account for everything, this will become harder