TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: GPT grader for your startup's bookkeeping

14 pointsby wdaherover 1 year ago

2 comments

wdaherover 1 year ago
Is your accountant actually doing a good job with your books? It’s kinda impossible to know.<p>But LLM context windows are now large enough that you can feed your entire balance sheet and P&amp;L into the LLM and ask it to point out things that might be errors (or that could be optimized). With the right prompting, it produces results that are… surprisingly good.<p>So I hacked together a little tool around it, combining some LLM checks with some deterministic checks of a few things that are usually signs of a problem in QuickBooks. I’m pretty happy with it.<p>My main critique so far is that some of the LLM output feels a little bit like a horoscope: specific enough to feel tailored, but vague enough to be true for anyone. In my testing, it always seems to want you to be more profitable (which, in its defense, is probably a nearly-universally-true statement about businesses.)<p>On the backend it’s Python and Flask, and it uses a mix of Claude (Anthropic) and OpenAI for different parts of the prompt.<p>I’ve always been shocked at how manual the job of doing the books is, and I’m very bullish on stuff like this to both (a) improve quality, and (b) actually make the job more enjoyable.<p>I incidentally happen to be a founder of an accounting firm, but this was a nights-and-weekends hackathon-style project made by me and a person on our marketing team--don’t tell the engineers :)<p>Trying this out (perhaps obviously) requires a QuickBooks Online account. If you don’t have one, you can watch a short screen recording of it working here: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;Xvqnzr82XVc" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;Xvqnzr82XVc</a><p>Very interested in your feedback. I&#x27;ll be checking this all day to answer any questions.
nbantaover 1 year ago
@wdaher, this seems like such a natural fit for a GPT! I&#x27;m excited to check it out.