logoalt Hacker News

brotchieyesterday at 9:23 PM6 repliesview on HN

Not enough time, too many projects. Useful projects I did over the weekend with Opus 4.6 and GPT 5.4 (just casually chatting with it).

2025 Taxes

Dumped all pdfs of all my tax forms into a single folder, asked Claude the rename them nicely. Ask it to use Gemini 2.5 Flash to extract out all tax-relevant details from all statements / tax forms. Had it put together a webui showing all income, deductions, etc, for the year. Had it estimate my 2025 tax refund / underpay.

Result was amazing. I now actually fully understand the tax position. It broke down all the progressive tax brackets, added notes for all the extra federal and state taxes (i.e. Medicare, CA Mental Health tax, etc).

Finally had Claude prepare all of my docs for upload to my accountant: FinCEN reporting, summary of all docs, etc.

Desk Fabrication

Planning on having a furniture maker fabricate a custom walnut solid desk for a custom office standing desk. Want to create a STEP of the exact cuts / bevels / countersinks / etc to help with fabrication.

Worked with Codex to plan out and then build an interactive in-browser 3D CAD experience. I can ask Codex to add some component (i.e. a grommet) and it will generate a parameterized B-rep geometry for that feature and then allow me to control the parameters live in the web UI.

Codex found Open CASCADE Technology (OCCT) B-rep modeling library, which has a web assembly compiled version, and integrated it.

Now have a WebGL view of the desk, can add various components, change their parameters, and see the impact live in 3D.


Replies

cjyesterday at 9:33 PM

I love the tax use case.

What scares me though is how I've (still) seen ChatGPT make up numbers in some specific scenarios.

I have a ChatGPT project with all of my bloodwork and a bunch of medical info from the past 10 years uploaded. I think it's more context than ChatGPT can handle at once. When I ask it basic things like "Compare how my lipids have trended over the past 2 years" it will sometimes make up numbers for tests, or it will mix up the dates on a certain data points.

It's usually very small errors that I don't notice until I really study what it's telling me.

And also the opposite problem: A couple days ago I thought I saw an error (when really ChatGPT was right). So I said "No, that number is wrong, find the error" and instead of pushing back and telling me the number was right, it admitted to the error (there was no error) and made up a reason why it was wrong.

Hallucinations have gotten way better compared to a couple years ago, but at least ChatGPT seems to still break down especially when it's overloaded with a ton of context, in my experience.

show 3 replies
thijsvandienyesterday at 9:27 PM

I don't know, but I would never upload such sensitive information to a service like that (local models FTW!) or trust the numbers.

show 1 reply
mandeepjyesterday at 9:57 PM

> Result was amazing. I now actually fully understand the tax position.

You couldn’t do that with TurboTax or block’s tax file? You don’t have to submit or pay.

MikeNotThePopeyesterday at 9:56 PM

Be careful with taxes. Hallucinations will cost you.

whattheheckheckyesterday at 9:36 PM

I had ai hallucinate that you can use different container images at runtime for emr serverless. That was incorrect its only at application creation time.

Hope you dont get audited

slopinthebagyesterday at 9:57 PM

> had Claude prepare all of my docs for upload to my accountant: FinCEN reporting, summary of all docs, etc.

I imagine your accountant had the same reaction I do when an amateur shows me their vibe codebase.