@jerryjliu0
As agents are generating more and more documents, they need a better agent-native document format 🤖📄 So far the two main containers are markdown and HTML: 1️⃣ Markdown: Easily readable/reviewable by humans, but lacks rich visual output/interactivity 2️⃣ HTML: Providers richer visual output, but on its own is hard to edit by humans, and is token intensive. An ideal agent-native document format is a surface area like Microsoft Word/Google Docs that both humans and agents can easily collaborate on: ✅ Good for human-review/human-editing ✅ Good for agent-review/agent-editing ✅ Supports needed features like versioning and permissioning I touched on this during my Databricks talk this past week. There’s still a massive amount of human knowledge stored in PDFs, Powerpoints, Word that we are handling via LlamaParse, but at the same time we need to innovate on the way that agents are creating and collaborating on information.