Editing essays or other text through existing LLM chat UI's feels clunky and doesn't give you much control. Inspired by the collaboration features in Google Docs that allow you to suggest edits that the original author can either accept or reject, as well as the ability to comment on specific portions of text, I built this small web-app to allow for a similar experience with LLM’s. Just input a valid Anthropic API key to start using the editor.How it works:
I'm using Claude 3.5 Sonnet with a prompt to output simple mark-ups that are parsed and displayed by the front end. A limitation with the current approach is the fact that 3.5 Sonnet only allows for a maximum of 8192 output tokens, meaning editing larger texts may result in an incomplete review.
Let me know what you think!
Code: https://github.com/VijayGKR/LLM-Peer-Review