Claude Relentlessly Got Nancy Drew (XP, 2007) Running on My M1 (400 Tool Calls)
1–7 of 7 posts
Re: Claude Relentlessly Got Nancy Drew (XP, 2007) Running on My M1 (400 Tool Calls)
#2Re: Claude Relentlessly Got Nancy Drew (XP, 2007) Running on My M1 (400 Tool Calls)
#3Re: Claude Relentlessly Got Nancy Drew (XP, 2007) Running on My M1 (400 Tool Calls)
#4It sounds like Vulkan was the big blocker here, then? I'd be curious if everything ran fine with nothing but the OpenGL D3DX backend, Proton seems to suggest that the Nancy Drew games are fixed on recent Proton/DXVK builds.
Re: Claude Relentlessly Got Nancy Drew (XP, 2007) Running on My M1 (400 Tool Calls)
#5Stuff like the ISO just reinforces that terror. How did it find the iso? did it do google searches? What if instead of archive.org it found totallySketchWarez.com and installed a virus? what if it found a torrent and set that up and got you in trouble with an ISP?
it's tenacity is also a double edged sword what if it starts to try to modify the OS instead of random DLLs to make things right?
Always seems so risky to let these things loose while at the same time they lose a lot of utility if you have to hold their hand for every web call or decision.
Re: Claude Relentlessly Got Nancy Drew (XP, 2007) Running on My M1 (400 Tool Calls)
#6Very cool! There's a few personal projects like this I'd love to try a SOTA agentic AI like Claude for but I'm terrified to give it any access to my machine. Stuff like the ISO just reinforces that terror. How did it find the iso? did it do google searches? What if instead of archive.org it found totallySketchWarez.com and installed a virus? what if it found a torrent and set that up and got you in trouble with an IS…
One key is sandboxing the agent (easy to do with Claude Code) so that it can only see a certain directory and needs to ask permission for additional directory access (works well). Can double layer sandbox if you don't trust the Claude cli.
The ISO issue is whole other ballgame. In this case, for me, it was a bit of a yolo. I did click through the internet archive link and it seemed decent, but definitely risk here. Watching output doesn't really matter if there is a virus in the random executable that it pulled
Re: Claude Relentlessly Got Nancy Drew (XP, 2007) Running on My M1 (400 Tool Calls)
#7> After exhausting every Vulkan approach, it switched back to OpenGL… and it worked. It fell back to an older OpenGL version, but everything rendered. It sounds like Vulkan was the big blocker here, then? I'd be curious if everything ran fine with nothing but the OpenGL D3DX backend, Proton seems to suggest that the Nancy Drew games are fixed on recent Proton/DXVK builds.
Honestly this comment is the exact reason why this is such an interesting allegory - I didn't know Proton existed! And looking at it, it might be perfect for my use case. Appreciate the tip - will take a look!