Hacker News new | ask | show | jobs
by awb 1197 days ago
I had endless trouble trying to get GPT 3 and now 4 to reverse engineer a generic function:

result1 = Func1(input1)

result2 = Func2(result1)

I want to give it result2 and have it tell me what input1 should be. It’s attempts to implement a binary search have all failed.

Other programs have been largely positive though.