|
|
|
|
|
by Veen
1177 days ago
|
|
I use it for first drafts of some less demanding writing work. My workflow is more or less research with Bing Chat for summarisation and key point extraction, then feeding the results to GPT-4 so it uses the research as context for a first draft. Then the longest phase is editing, fact-checking, adding new information as required, etc. I’ve also created vector indexes for large documentation sites I work with and used langchain so I can query them, get sources, and have ChatGPT write summaries. Honestly, it doesn’t save a huge amount of time because then research phase was always the most time consuming to begin with: I still have to read and understand the material. Of course, that’s only possible if the context content exists in the first place. If not, then it’s back to the old-fashioned technique of figuring things out for myself and writing about them. |
|