16 comments

  • 2dvisio 45 minutes ago
  • ehe78qhe 2 hours ago
    Article is just a vague summary of https://www.saturnos.com/report/artificial-authority

    Anecdotally, current models seem to be decent at general personal finance principles - certainly better than the majority of personal finance education that people get exposed to unless they seek it out and read a variety of books and sources. But I wouldn't trust them with direct decision making with actual money due to the training lag time on current tax policy, etc.

    • NitpickLawyer 1 hour ago
      > certainly better than the majority of personal finance education that people get exposed to unless they seek it out and read a variety of books and sources.

      Also, models are now good enough that you can give them chapters from "authoritative" books, and they'll integrate that and come up with better answers even if their "vanilla" answers were average. And they'll tailor stuff to your particular situation. It's funny that the "agentic" stuff is only used in coding mostly, while it can and does work in other fields as well.

      As always, you kinda need to check it (at least spot check) but all in all I'd agree it's better than the average stuff you used to find with a quick google search.

      • legostormtroopr 18 minutes ago
        So if you know a book that has the information you need, you just need to upload it into the model to get the right answer.

        Isn't that a bit circular - if you already know the authoritative source, why ask a model?

        • Calazon 5 minutes ago
          Because it's faster.

          I've done this on different topics - I know the answer is in a particular eBook/PDF/document, but for whatever reason it's not trivial to look it up. The model can do it a lot more quickly than I can, and then I can still verify the accuracy.

  • lukeify 1 hour ago
    Given most financial advisors tend to vend out suboptimal advice and steer customers in favour of products they receive a kickback for, I'm happy to be accepting of an unbiased LLM that's trained on bogleheads.org.
    • in_absentia 1 hour ago
      If that's what you want, I'll save you some tokens:

      #!/bin/sh

      while read question; do echo "Put it into VFIAX"; done

      • chasil 15 minutes ago
        While I also practice Bogle's approach from The Little Book of Common Sense Investing, even with this baseline there are some subtleties.

        -VFIAX is currently $707/share. Fidelity's FXAIX does not have to be purchased in increments of a share price, and this fund's expenses are lower.

        -There are versions of the S&P 500 for taxable accounts that minimize capital gains.

        -Vanguard has a total-market index, VTSAX, that is mentioned in the book.

        -Vanguard also has a non-U.S. total market fund, VTIAX, that avoid the current CAPE problems of the U.S. market.

        Claude is very familiar with Bogle's approach, likely because the pirated book was part of the training set.

      • ehe78qhe 1 hour ago
        This is missing a lot of steps like:

        - Building an emergency fund

        - Budgeting and tracking where your money goes

        - Planning and saving for large purchases like cars, homes and life goals

        - Optimizing use of tax-advantaged accounts like 401Ks, HSAs, and IRAs

        - What to do with ESPPs, RSUs, and options

        - How taxes work and how to optimize around them

        - Estate planning

      • IshKebab 29 minutes ago
        Some people do have complex financial situations. It's not as simple as that.

        For example in the UK (and maybe US?) you get tax relief for money you put into your pensions, but there's a limit of £60k/year. Unless you earn a lot (which I do, yeay) when that limit is tapered. Except that you can also use up to 3 years of previously unused allowance. But you have to use this year's first.

        Also interest is taxed, but you can put up to £20k/year into an ISA which isn't. And if you still want to avoid some tax you have kids ISA's and even pensions!

        Then there are also startup investment schemes that save you some tax. Those seem to be not worth it, but you get the idea - it can be complicated. Especially if you are near one of the many tax/benefit thresholds.

        The marginal tax rate in the UK bounces all over the place - it's even technically possible for it to be over 100%!

  • emsign 1 minute ago
    Not a surprise, so do financial advisors: garbage in = garbage out.
  • 01100011 1 hour ago
    Single shot or with reasoning enabled? My experience is that reasoning dramatically reduces hallucinations and improves output quality. I don't trust models without it.
    • wonnage 1 hour ago
      > Overall, the best-performing model was Claude Opus 5 on “reasoning” mode, which still made mistakes in 39 per cent of answers.
  • Havoc 33 minutes ago
    And they hallucinate errors in the millions and struggle with financial data that is in a layout that isn’t in the training data. Ie balance sheet etc.

    Been trying to add more AI to my workflow but it just doesn’t work (yet) - not in the same way as vibe coding does

    The technical references lookups work though. Looking up regulations etc

  • sixtyj 2 hours ago
    I would prefer to use agent-assisted python scripts that chatbot.
    • k7peak 2 hours ago
      Agreed, this works really well for me. Double check the math/python, execute many times without a LLM that can change o
  • simianwords 1 hour ago
    These models do pretty well in benchmarks and real world so I'm highly suspicious of this article. Further more, in the original report, the examples of bad answers are from Haiku - at least 7 out of 10. Anyone who knows anything about LLMs know that haiku shouldn't be used for anything pretty much.

    There's no reproducible set either. I'm not gonna trust this report.

    • stymaar 1 hour ago
      Most people[1] interacting with chatbots don't have a paid subscription and they do interact with the free-tier LLMs that are Luna and Haiku, so I still think it's relevant.

      [1]: not on HN obviously, but IRL, and probably among FT's readership as well.

      • cillian64 25 minutes ago
        A free claude account with no subscription gets you access to sonnet and I believe uses it by default over haiku
  • in_absentia 1 hour ago
    Now, compare this to a recent story that seemed to claim the opposite:

    https://news.ycombinator.com/item?id=49139102

    I don't have the time to review the underlying research and decide which one is more correct. My personal biases make me want to believe the current one. Your personal biases may be pulling you in the other direction. How do we make the conversation more intelligent than that?

  • bluecalm 1 hour ago
    So I downloaded that report which of course doesn't contain the most relevant information (the questions) but it contains some examples of wrong answers.

    I fed the first question to Grok (which they claimed they tested as well) and it answered it correctly in detail.

    I repeated it with another one - again correct answer. I then selected the question they said Grok specifically answered incorrectly and it again answered it correctly.

    I am sticking with my first intuition: people are terrible at testing tools and probably wanted them to answer incorrectly/not fully (the questions are constructed in a way to make it difficult as well). They also have vested interest in the conclusion (they are financial advisory firm) so there is that to consider.

    People reading ft will now think chat boxes are bad at answering financial questions while they are pretty good at it. Zero consequences for spreading fake news for Financial Times there but good for financial advisors I guess.

  • 74gee 1 hour ago
    Well duh! If it's not using tools to look up the state of the market empirically it's not likely to be accurate financially.
  • yieldcrv 1 hour ago
    Tool calling solves this
  • SyneRyder 1 hour ago
    Another summary report here, for those who can't get past the paywall:

    https://www.financialreporter.co.uk/ai-models-give-wrong-fin...

    Much of the testing is on Haiku and Luna, and criticizing the quality of free AI (!). But they do claim Opus 5 with reasoning still failed 39% of their financial questions.

  • demibabs 2 hours ago
    I like how FT makes me accept cookies from their 46 “technology” (advertising) partners before showing me that the article is behind a paywall anyway.
    • jb1991 2 hours ago
      You actually like that? I find it kind of annoying.
      • Wololooo 1 hour ago
        No they do not like it, it is a figure of speech to underline how much they do not like it.
        • onetokeoverthe 1 hour ago
          that figure of speech is called sarcasm.

          very popular on Earth.

  • sreekanth850 1 hour ago
    [dead]
  • zikalify 1 hour ago
    [dead]