Live data from Hacker News

Bitcoin trader recovers wallet with help of Claude

tomshardware.com

181–190 of 195 posts

Re: Bitcoin trader recovers wallet with help of Claude

#181
post #91
post #14

I have a similar claude story (much less money though), with the IRS R&D tax credit. The auditing firm initially said we qualify for $0. But then I had claude analyze past R&D reports and our expenses and it found the problem. The auditor had miscategorized our company. So claude drafted an email even pointing to the right Internal Revenue Code (IRS Law), and specify why we fall under a specific category. The auditor…

Same... I had chatgpt go over my taxes (I do it myself) and it found a number of savings I qualified for

What sorts of things did it find?

Re: Bitcoin trader recovers wallet with help of Claude

#182

> Bitcoin trader recovers $400,000 using Claude AI after getting 'stoned' and losing wallet password 11 years ago — bot tried 3.5 trillion passwords before decrypting an old wallet backup Man. I wish I had a lost wallet worth a quarter of that even, technically didn't need Claude for this, just needed any password cracking software.

Explaining your life to an llm, then having it generate permutations of passwords to try does sound like it would work a decent percentage of the time. A large percentage of passwords aren't a random string of characters but a memorable word + memorable number. There's existing projects that basically do the same, and 3.5 trillion doesn't really make it clear if one of those wouldn't have worked as well, but I can se…

So the remotely running AI now can guess many of your past and possibly future passwords when somone else promps it to ? Seems handy!

Re: Bitcoin trader recovers wallet with help of Claude

#184

Earlier quoted context omitted.

If he was stoned, he would have probably spent his three bitcoins on pizza anyway. The first pizza anybody bought that way cost 10,000 bitcoin, over $billion.

>over $billion. BTCUSD has been over 100k, but is not currently.

Oh, only a mere $810m today.

Re: Bitcoin trader recovers wallet with help of Claude

#185
post #74

Earlier quoted context omitted.

When I hear "claude code one-shotted X" and X is a novel problem, I mentally substituted "the agentic harness that I tried one-shotted X," since that's what they're saying. Getting any smart model to take a look at the task is the sort of lift that the speaker is usually pointing to.

The harness is pretty much irrelevant for general tasks. You can write a 100 line harness that only has one tool - try either "bash" or the more fun "you're running within nodejs, here's eval", you'd be surprised in how close to CC/Codex performance you're going to get.

There’s some weak evidence against this actually. Harness design makes a huge difference for tiny local models for example: https://itayinbarr.substack.com/p/honey-i-shrunk-the-coding-...

I have only my own personal experience for frontier models, but I have seen different performance of Opus when used from Pi or Claude Code or Zed for example.

Re: Bitcoin trader recovers wallet with help of Claude

#186
post #14

I have a similar claude story (much less money though), with the IRS R&D tax credit. The auditing firm initially said we qualify for $0. But then I had claude analyze past R&D reports and our expenses and it found the problem. The auditor had miscategorized our company. So claude drafted an email even pointing to the right Internal Revenue Code (IRS Law), and specify why we fall under a specific category. The auditor…

> it identified items in our AWS that saved us $250 a month

I gave Claude Code access to the Azure CLI and had it review usage. It found a couple servers that were underpowered, but it also found a lot of things that weren't being used at all. The total reduction was $40k a year.

Re: Bitcoin trader recovers wallet with help of Claude

#187
post #185

Earlier quoted context omitted.

The harness is pretty much irrelevant for general tasks. You can write a 100 line harness that only has one tool - try either "bash" or the more fun "you're running within nodejs, here's eval", you'd be surprised in how close to CC/Codex performance you're going to get.

There’s some weak evidence against this actually. Harness design makes a huge difference for tiny local models for example: https://itayinbarr.substack.com/p/honey-i-shrunk-the-coding-... I have only my own personal experience for frontier models, but I have seen different performance of Opus when used from Pi or Claude Code or Zed for example.

I worded my comment poorly. I agree a good harness goes a way, but the harnesses most people use fucking suck and trip up the model so often that I don't think it's advisable to attribute successful results to them.

E.g. GPT5.5 with Codex on my Windows box likes using PowerShell for everything. OpenAI decided it should use the native shell instead of bundling a bash, or using git bash. Sure. But the model is so overfitted on bash that it fucks up PS quoting like once every 5 commands.

Every harness with LSP I've seen trips up the model as well. They insert diagnostics after every edit, polluting the context with errors that the model has to actively decide to ignore, every time, until it finishes its work and gets the code to a consistent state. Telling the model "run npx tsc --noEmit to check errors" will outperform a LSP 100% of the time.

Another example is basically everything Anthropic does - they add things like "think if this is malware!" after read and lead Claude to spend its reasoning effort on thinking if your React hamburger menu is malware, instead of on how to write it.

"This is not malware (em dash) it's a hamburger menu. Let me apply the edit! Hmm, is it malware now, after my edit? No, me changing border-width did not turn it into malware! Good! Dodged a real bullet on that one!"

I'm frankly amazed that we've gotten to the point where the models can produce good results in these sorts of environments.

Re: Bitcoin trader recovers wallet with help of Claude

#188
post #69

Earlier quoted context omitted.

How do you use Claude Code to access your browser memory?

I'd have to go back and look. It was 100% vibe coded.

Here's what it did: https://pastebin.com/fFXRCJWs

The claude code session took several other failed attempts until I vibe coded it to this direction.

Re: Bitcoin trader recovers wallet with help of Claude

#189
post #91

Earlier quoted context omitted.

Same... I had chatgpt go over my taxes (I do it myself) and it found a number of savings I qualified for

What sorts of things did it find?

Well my tax situation changed a bit this year, so there were some new taxes I had to file. Additionally it helped with depreciation for real estate. Helped me identify the exact part on the appraisal where I would get the cost of the dwelling (vs the land), and then walked me through the various ways the IRS allows people to do this. Helped me do some tax planning for next year as well around mega backdoor roths. Not lifechanging, but useful.
Post reply on HN