You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrating LLM's to writing. Basically, it is not that hard: many LLM's have API, and we could use that API for writing purposes.
What is probably needed, is that you can include some sort of AI guidance to the document. That is: the comment paragraphs, synopsis & notes scenes and Notes section are meant for yourself. We could have similar sorts of elements meant to aid the LLMs to understand what you want them to do.
There is also some needs for frontmatter and backmatter blocks (being it separate section, or act, chapter or scene):
...And when implementing those, we could keep in mind that we may need some specialized LLM sections, too, to guide the LLMs.
Implementing this feature would of course start by writing the low level interface: connecting to LLM (ChatGPT, Gemini, etc) and abstracting the API for editor's use.
Integrating LLM's to writing. Basically, it is not that hard: many LLM's have API, and we could use that API for writing purposes.
What is probably needed, is that you can include some sort of AI guidance to the document. That is: the comment paragraphs, synopsis & notes scenes and Notes section are meant for yourself. We could have similar sorts of elements meant to aid the LLMs to understand what you want them to do.
There is also some needs for frontmatter and backmatter blocks (being it separate section, or act, chapter or scene):
...And when implementing those, we could keep in mind that we may need some specialized LLM sections, too, to guide the LLMs.
Implementing this feature would of course start by writing the low level interface: connecting to LLM (ChatGPT, Gemini, etc) and abstracting the API for editor's use.
Some examples of AI assisted writing software:
The text was updated successfully, but these errors were encountered: