Show HN: Causal 2.0 – Modern Financial Planning for Startups
51–60 of 73 posts
Re: Show HN: Causal 2.0 – Modern Financial Planning for Startups
#52Earlier quoted context omitted.
This alone makes me want to try Causal. I run my business with a gargantuan Google Sheet. It works - we nail our numbers. But scenario testing is very hard.
Nice — definitely try Causal out! We have a 'scenarios' feature that lets you easily spin up "discrete" scenarios, and then you can use the Monte Carlo stuff to see continuous ranges of outcomes.
[0] https://engaging-data.com/early-retirement-calculators-and-t...
Re: Show HN: Causal 2.0 – Modern Financial Planning for Startups
#53Earlier quoted context omitted.
1. It comes from the concept of 'causal inference' in statistics[1] — when we started out, we though the product would go in a much technical/statistical direction, but we were very wrong about that But 'causal' as a word is still relevant to modelling, etc. 2. Fair question haha. While a majority of our customers are startups/tech cos, a bunch of our customers are also non-tech small businesses (e.g. small agencies/…
Interesting, thanks. I’m pretty familiar with causal inference, so I’m curious — what direction did you think the product would head in?
Re: Show HN: Causal 2.0 – Modern Financial Planning for Startups
#54Earlier quoted context omitted.
please do! spin up an engineering blog on hashnode. https://danluu.com/corp-eng-blogs/
We have released a few bits actually! https://causal.app/blog/scaling is one of my favourites (HN discussion: https://news.ycombinator.com/item?id=32000400 )
Re: Show HN: Causal 2.0 – Modern Financial Planning for Startups
#55There seem to be some synergies that you can leverage with spend management and expense management platforms (such as Brex, Ramp, etc.). Is this a fair assumption, and if so, have you considered exploring any opportunities in this area? Interesting stuff!
We’ve done some marketing partnerships with Ramp before, would be great to eventually get that data live in Causal!
Re: Show HN: Causal 2.0 – Modern Financial Planning for Startups
#56We've had a number of very interesting technical challenges along the way to this 2.0 release: - traffic tiering and balancing based on request's perceived amount of work - low latency data loading during our calc loop - implementing a selector framework to unify all the stores used by the application - redesigning the formula editor to make human friendly yet expressive enough for the most hardcore user (fun UX chal…
>redesigning the formula editor to make human friendly yet expressive enough for the most hardcore user (fun UX challenge) I work in this space. I don't envy this. Been through it more than once. Did you also have challenges with circular references?
For circularity, we found that we could keep the UX dynamic by making a deep copy of the circular part of the DAG behind the scenes, asking the user to determine which variable in that path should be "resolved", hard coding that variable in the copy, then solving that variable to zero through a newton optimization. Once optimized (in parallel to main graph), it feeds back into the main DAG just like any other dependency.
Would be a silly approach in Excel, but not so much here.
Re: Show HN: Causal 2.0 – Modern Financial Planning for Startups
#57Re: Show HN: Causal 2.0 – Modern Financial Planning for Startups
#58Earlier quoted context omitted.
please do! spin up an engineering blog on hashnode. https://danluu.com/corp-eng-blogs/
We have released a few bits actually! https://causal.app/blog/scaling is one of my favourites (HN discussion: https://news.ycombinator.com/item?id=32000400 )
Looks like you've traveled the enlightenment path to array languages! The first time I read Whitney's K language description was a singular mind-expanding moment.
Re: Show HN: Causal 2.0 – Modern Financial Planning for Startups
#59WOW! congrats! it's been ages I didn't see anyone actually manage to make a website that doesn't work with the non-dominant browser! I cannot even login using firefox.
(granted, the experience is optimised for Chromium based browsers, but FF is not forgotten).
Re: Show HN: Causal 2.0 – Modern Financial Planning for Startups
#60Congrats on the 2.0! If I remember right you started as a more general purpose excel competitor, how did you think about doubling down on the financial planning use case?