logoalt Hacker News

philistinetoday at 12:39 AM2 repliesview on HN

Yeah that makes no sense. Those AI are not running macOS instances to make you a docx. If anything, I’d expect them to write the weirdo xml of that cursed file format directly.


Replies

thewebguydtoday at 3:26 PM

> If anything, I’d expect them to write the weirdo xml of that cursed file format directly.

Isn't this essentially what Claude Cowork is doing? AFAIK, it's running python in a VM and using stuff like xlxswriter, openpyxl, etc. at least it was last time I used it to generate some docs.

I've done that myself too when making some excel reports for management out of pandas data frames.

doubled112today at 12:57 AM

Microsoft's own different versions of Office can't always reliably read/write docx between them.

Is a layer of LLM going to make this better or worse? Could you train a model to be very good at it?

show 1 reply