Seems to be fully AI generated, so most data is likely wrong and hallucinated
HN user
mkrd
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.
God, I whish there was a code harness I don’t have to install a JavaScript runtime for
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
Have you already observed some interesting evolved knowledge? What is the goal, should they at some point autonomously generate valuable new insights?
A phone only has roughly 1 million times the memory, as I am roughly 20 meters tall
Ah shit, back to poetry
Haha, didn’t know about that, maybe I should use that as the example on the landing page :D
Working on a budgeting app which uses interactive sankey diagrams.
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!
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
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
Really nice, thanks for linking this!
Good catch, thanks! I fixed it.
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.
Same thought, I am absolutely blown away by how much vercel overcharges. I host a similar application on netcup (like hetzner) for 3$ per month, and when it was on HN, it easily handled over 10k requests per hour
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
Thank you!
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.
Looks great man! I think we are doing something different conceptually, my app intentionally doesn’t have expense tracking, and is purely about budget planning.
But I like the idea of automatically generating a sankey from your expenses, good job on that!
I can’t reproduce it, is there a specific order of clicks I could use to get it duplicated?
Edit: Found it, happens on the landing page when not logged in. Thanks!
Haha yeah, my 3$/month server gets some hiccups with that much traffic
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!
Great to hear this! Gives me a lot of confidence that it is worth continuing to work on this. The AI integration Idea is interesting, could be a good starting help for everyone who is just starting out. Thanks man!
It's weird, sometimes they are slow for me, too. But everything is done with native CSS transitions. Definitely have to look into that again, thanks for the heads up
Thanks!
Good find :) It is the perfect foundation to make the site look good without a lot of effort
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
That makes so much sense, thanks! I will update the example accordingly. But this shows that some knowledge is needed to make good use of Sankey diagrams. I should add some tutorial pages with examples to make it easier to get started
Hey! That’s because the budget on the landing page is not really stored in the DB. Haven’t found a better way to do it yet. But if you login, it will work on your budgets!