Tag
The author describes using OpenAI's Codex model to generate actual Office files (.pptx, .docx, .xlsx) directly via function calls, resulting in a useful end-to-end document generation pattern for AI agents.
This paper introduces OfficeEval, a benchmark based on China's National Computer Rank Examination (NCRE) to evaluate LLM agents on complex Office automation tasks. Frontier models achieve at best 36.6% in single-turn and 68.8% with agentic systems, far below human-level performance.
OfficeDex is the first AI-native VibeOfficing platform that generates native .docx/.pptx/.xlsx files directly from natural language, using multiple agents for structure, content, and formatting, with memory and built-in preview.
@dotey suggests Kimi Code and DeepSeek Harness develop GUI and support office tasks early, becoming general-purpose agents, and believes that only competing on TUI and Coding has no future.
Domestic office platforms like Feishu have released open-source CLI toolkits for agent invocation. Feishu has the most features and the highest Star count, surpassing 10,000 Stars in just over 40 days.
OfficeCLI is an open-source command-line tool that lets you create, read, and modify Word, Excel, and PPT files in the terminal without installing Office. It integrates with AI coding assistants like Claude Code and Cursor, making it ideal for automation scripts and batch file processing.