Hacker News new | ask | show | jobs
by xiphias2 1213 days ago
Or rather you can just catch method missing in the runtime and patch it with a chatgpt call
1 comments

Love it. Get ChatGPT to write the missing method, execute it this once, then store it in a file, update the current source file with the include to cache it for next time.
I can't find it, but someone already did a Python module that plugs into GPT-3 and automatically generates functions on the fly as you call them - and then the same for methods on the returned values etc.