A few weeks ago I wrote about why AI agents struggle with Word documents . The short version: agents produce text, Markdown, JSON, and HTML, but a . docx is an OOXML package, and most of what makes it a Word document lives in XML parts outside the visible text.
Source: [Dev.to](https://dev.to/ilia-sokolov/word-document-editing-for-ai-agents-introducing-officeagentnet-01-2cc)