amal66 is building an AI chat assistant into Microsoft Word
A drafting copilot that lives inside the document, not in a separate tab you paste into.
This slice of amal66's Word add-in adds three pieces that turn Word itself into the workspace:
- Document-aware chat: a chat panel inside Word where the model can see the document you're working on and answer against it, with responses streaming in as they're written.
- Write-back into the document: the add-in doesn't just read the text for context, it can push edits back into the file, so the assistant can actually change what you're drafting.
- Stop button: a running response can be interrupted mid-stream instead of forcing you to wait for it to finish.
Together these are the plumbing for an interactive drafting assistant that lives in the editor rather than a separate tool. Worth noting: amal66 built this as one reviewable layer in a larger six-part stack, and this particular pull request was closed after about a day and a half without merging, so the chat tab did not land through it.
So what Anyone who drafts in Word and is tired of copy-pasting into a chatbot should watch where this goes.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?