Earlier quoted context omitted.
I'm not sure if you're being sincere or sarcastic, but the whole reason that coaching, pestering, and goading works is that I value my relationship with the human who is doing it.
So what you are saying it's that the AI accountant needs to mimick a human well enough to the point people value their relationship with it.
Tell HN: AI coding is sexy, but accounting is the real low-hanging target
41–50 of 58 posts
Re: Tell HN: AI coding is sexy, but accounting is the real low-hanging target
#42I should say upfront I don’t hate humans or CPAs. What I’m working on is the opposite of that. I want to free humans from boring, repetitive finance work so they can use their time for higher-value and more creative things. While building an “AI CFO” for small businesses (LayerNext), I’ve learned a few things that changed how I see bookkeeping: Most of bookkeeping is repetitive and under-optimized. Everyone says “90%…
And yes , automating that , very valuable.
Really you want an AI interface to a rules engine / system.
Embed with some companies finops teams if you can. Especially the software engineers who are in finops.
Re: Tell HN: AI coding is sexy, but accounting is the real low-hanging target
#43Kudos for framing this! note: I'm passionate about this too. We're building https://fairlight.app/ as a successor to https://moneyflow.camplight.net/ (an internal tool that helps accounting and book-keeping we use to power our venture studio and agency as it's a real hell)
Re: Tell HN: AI coding is sexy, but accounting is the real low-hanging target
#44I’m an accountant (CPA, CMA, Big 4), and while there’s some truth in what you’re saying, you’re significantly underestimating the complexity of applying GAAP, or even tax law. What you’re describing is really bookkeeping, not accounting, and there are plenty of tools that already automate that. There’s a lot of subjectivity in how GAAP is applied and interpreted - creating accruals, deciding when revenue should be re…
Isn't that the benefit of LLM-powered accounting over existing rules-based software? LLMs can help to handle the subjectivity in how GAAP is applied and provide justifications, which previous rules-based tax software could not before.
That's not good enough when you're dealing with matters that can lead to civil or even criminal liability. Errors can be incredibly expensive to fix, if they can be fixed at all.
With a CPA or attorney, you at least have recourse if they screw up. You don't with LLMs.
Re: Tell HN: AI coding is sexy, but accounting is the real low-hanging target
#45I should say upfront I don’t hate humans or CPAs. What I’m working on is the opposite of that. I want to free humans from boring, repetitive finance work so they can use their time for higher-value and more creative things. While building an “AI CFO” for small businesses (LayerNext), I’ve learned a few things that changed how I see bookkeeping: Most of bookkeeping is repetitive and under-optimized. Everyone says “90%…
That's what LLMs are for. TOOL BUILDERS
Re: Tell HN: AI coding is sexy, but accounting is the real low-hanging target
#46I’m an accountant (CPA, CMA, Big 4), and while there’s some truth in what you’re saying, you’re significantly underestimating the complexity of applying GAAP, or even tax law. What you’re describing is really bookkeeping, not accounting, and there are plenty of tools that already automate that. There’s a lot of subjectivity in how GAAP is applied and interpreted - creating accruals, deciding when revenue should be re…
Isn't that the benefit of LLM-powered accounting over existing rules-based software? LLMs can help to handle the subjectivity in how GAAP is applied and provide justifications, which previous rules-based tax software could not before.
Re: Tell HN: AI coding is sexy, but accounting is the real low-hanging target
#47"It’s verifiable. The books either balance or they don’t. Ledgers either reconcile or they don’t. There’s almost always a “ground truth” to compare against (bank feeds, statements, prior periods). It’s boring and repetitive. Same vendors, same categories, same patterns every month. Humans hate this work. Software loves it." These are all true statements, but all of those things are solvable with classic software. Qui…
Re: Tell HN: AI coding is sexy, but accounting is the real low-hanging target
#48Re: Tell HN: AI coding is sexy, but accounting is the real low-hanging target
#49"It’s verifiable. The books either balance or they don’t. Ledgers either reconcile or they don’t. There’s almost always a “ground truth” to compare against (bank feeds, statements, prior periods). It’s boring and repetitive. Same vendors, same categories, same patterns every month. Humans hate this work. Software loves it." These are all true statements, but all of those things are solvable with classic software. Qui…
They might not be solvable but you can get 5-10% Improvement on them, unfortunately you can't do a new product that is exactly like QuickBooks but 5% better at reconciliation etc.
If you want better software, then sure, maybe a coding assistant can help you write it faster, but when it comes to actually doing accounting I would not rely on an LLM in any way shape or form any more than I would do so for law.
Re: Tell HN: AI coding is sexy, but accounting is the real low-hanging target
#50"It’s verifiable. The books either balance or they don’t. Ledgers either reconcile or they don’t. There’s almost always a “ground truth” to compare against (bank feeds, statements, prior periods). It’s boring and repetitive. Same vendors, same categories, same patterns every month. Humans hate this work. Software loves it." These are all true statements, but all of those things are solvable with classic software. Qui…
When /humans/ bring up the idea of integrating LLMs into UIs, I think most of the time the sentiment comes from legitimate frustration about how the UI is currently designed. To be clear, this is a very different thing than a company shimming copilot into the UI, because the way these companies use LLMs is by delegating tasks away from users rather than improving their existing interfaces to complete these tasks themselves. There are /decades/ of HCI research on adaptive interfaces that address this, in the advent of expert systems and long before LLMs -- it's more relevant than ever, yet in most implemenations it's all going out the window!
My experience with accounting ^H^H^H^H^H^H^H^H^H^H bookkeeping / LLMs in general resonates with this. In gnu cash I wanted to bulk re-organize some transactions, but I couldn't find a way to do it quickly through the UI. All the books are kept in a SQL db, I didn't want to study the schema. I decided to experiment by getting the LLM to emit a python script that would make the appropriate manipulations to the DB. This seemed to take the best from all worlds -- the script was relatively straightforward to verify, and even though I used a closed source model, it had no access to the DB that contained the transactions.
Sure, other tools may have solved this problem directly. But again, the point isn't to expect someone to make a great tool for you, but to have a tool help you make it better for you. Given the verifiability, maybe this /is/ in fact one of the best places for this.