Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Ask HN: My recent show HN post got flagged need guidance
    discuss
  2. Raspberry Pi 5 EEPROM update now blocks manual RAM upgrades(reddit.com ↗)
    discuss
  3. Rosenbjerg/local-review: Minimal webapp for local code review of branches(github.com/rosenbjerg ↗)
    discuss
  4. Shopify CEO says employees' `slop grenades` making more work for everyone else(fortune.com ↗)
    discuss
  5. Replacing an agentic classification loop with Jev: 7x faster(r6i.it ↗)
    discuss
  6. Do Artifacts Have Politics? (1980)(jstor.org ↗)
    discuss
  7. Thoughts on a Typesafe Coding Agent(docs.google.com ↗)
    discuss
  8. North Korean Hackers Posed as Recruiters.They Infected 30k Devices Worldwide(inc.com ↗)
    discuss
  9. Should you trust Al to deliver financial advice?(saturnos.com ↗)
    discuss
  10. Publications on Regality theory and cultural selection theory(agner.org ↗)
    discuss
  11. Models Watching Models(southbridge.ai ↗)
    discuss
  12. Software Optimization Resources(agner.org ↗)
    discuss
  13. Simple and Efficient Row-Level Security(acadia.engineering ↗)
    discuss
  14. Slower than an SD card under heavy load: iPhone 18 Pro Max's QLC storage tested(notebookcheck.net ↗)
    discuss
  15. Infinitely Recursive of Game of Life(oimo.io ↗)
    discuss
  16. Evaluating Long-Term Memory for AI Agents: AML Cycle 2 Is Now Open(twitter.com/agentmemoryl ↗)
    discuss
  17. Perennial Technical Reads(parallelprogrammer.substack.com ↗)
    discuss
  18. Why Are People Cancelling?(bankstatementconverter.com ↗)
    discuss
  19. BYD car was easily hacked by cybersecurity expert(abc.net.au ↗)
    discuss
  20. A computer scientist-novelist reflects on AI and our understanding of maths(scroll.in ↗)
    1comments
  21. International Observe the Moon Night(wikipedia.org ↗)
    discuss
  22. iPhone 18 Pro Teardown: What Changed Inside? [video](youtube.com ↗)
    discuss
  23. The big ideas and tiny details behind Amazon's new recyclable mailer (2019)(aboutamazon.com ↗)
    discuss
  24. Jev's Architecture Unmasked(archerhume.com ↗)
    discuss
  25. The Toxicity of Sports Media(medium.com/freedomofthought ↗)
    discuss
  26. Lightweight Markdown Viewer/Editor for Linux and Windows(marklite.app ↗)
    discuss
  27. Kanye West: A Civil Rights Leader?(medium.com/freedomofthought ↗)
    discuss
  28. Elektron Machinedrum in the Browser(machinedrum-study.pages.dev ↗)
    discuss
  29. Less Typing, More Work(nicolasdular.com ↗)
    discuss
  30. Understanding the European Cyber Resilience Act (CRA)(openssf.org ↗)
    discuss

AI chatbots give wrong answers to financial queries 'most of the time'

58 pointsby 2h agoft.com
21 comments
1h agoHN ↗

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.

48m agoHN ↗

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.

1h agoHN ↗

I would prefer to use agent-assisted python scripts that chatbot.

1h agoHN ↗

Agreed, this works really well for me. Double check the math/python, execute many times without a LLM that can change o

1h agoHN ↗

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.

1h agoHN ↗

You actually like that? I find it kind of annoying.

1h agoHN ↗

No they do not like it, it is a figure of speech to underline how much they do not like it.

1h agoHN ↗

that figure of speech is called sarcasm.

very popular on Earth.

1h agoHN ↗

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.

34m agoHN ↗

Overall, the best-performing model was Claude Opus 5 on “reasoning” mode, which still made mistakes in 39 per cent of answers.

1h agoHN ↗

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.

28m agoHN ↗

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.

56m agoHN ↗

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?

49m agoHN ↗

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.

45m agoHN ↗

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.

36m agoHN ↗

If that's what you want, I'll save you some tokens:

#!/bin/sh

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

26m agoHN ↗

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

23m agoHN ↗

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.