Hacker News new | ask | show | jobs
by simonw 962 days ago
Have you tried ChatGPT Code Interpreter aka Advanced Data Analysis mode?

That's the thing that can write and then execute Python code against files you upload to it.

I've had great results using it to decipher weird binary formats, since it can try things out and iterate on them.

1 comments

Yes, I tried it for this bin file and it didn't go as deep as stock gpt4. It wrote some python code to parse the file, but it was hard to have a long conversation with it regarding the data. It was always jumping into writing python before the brainstorming finished (could be a feature not a bug) ;)