HACKER Q&A
📣 behnamoh

How are you incorporating ChatGPT/GPT-3/4 in your workflow?


I mean, e.g., a better interface that lets you use these models more easily? Or connecting them to other tools to get the most out of them?

I know Microsoft is gonna bring Copilot to their products. Is there something like that in other software or workflows that you've hacked together and enjoy?


  👤 mhrmsn Accepted Answer ✓
Found this quite useful: https://www.macgpt.com

👤 zora_goron
I've put a simple OpenAI API call in my emacs config (although as of late I've been using the ChatGPT interface more and more): https://github.com/samrawal/gpt-emacs-macro

👤 lamchob
Im currently working on a project, involving a language I‘m not familiar with. It is super simple to paste a function or section of code, have the functionality explained to me and iterate on any open questions.