Paper Office is a newly released suite of Python packages designed to enable AI agents to manipulate Microsoft Word, PowerPoint, and Excel files. These packages build upon existing open-source libraries such as python-docx, python-pptx, and OpenPyxl, aiming to enhance safety, correctness, and breadth in agent-driven document editing tasks.
Across five models and 61 tasks, Paper Office packages, combined with guidance, achieved a 92.5% success rate in trials. This compares to 80.7% for upstream packages without specific skills and 69.5% for Anthropic's comparable Office skills. A key improvement is the reduction in agents writing direct code to edit Office file internals, occurring in only 1.6% of Paper runs, versus 78.7% without skills and 50.5% with Anthropic skills.
The development addresses the challenge of AI agents manipulating existing documents in a way that maintains fidelity to human workflows. Current agent methods often produce documents that are not suitable for professional use due to inconsistencies. Office Open XML (OOXML) files, which are ZIP archives of XML files and other resources, require careful manipulation to maintain consistency across linked components, even for minor visible changes.
Standard Python Office libraries, while mature, have not seen updates in several years and lack feature breadth and correctness for many agent-specific workflows. Paper Office forked, patched, and reworked the APIs of these libraries to support agent-first use cases, focusing on improving correctness and expanding feature completeness. This allows agents to find logical objects, apply changes while maintaining formatting, and preserve unaffected content.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Paper Office, a new suite of Python packages, allows AI agents to edit Word, PowerPoint, and Excel files with improved safety and accuracy. These packages, built on existing open-source libraries, significantly reduce the need for agents to write direct code for file manipulation, outperforming previous methods and Anthropic's comparable skills.