We scan new podcasts and send you the top 5 insights daily.
Traditional file formats like PowerPoint and Word documents are difficult for LLMs to parse. The future of work involves creating artifacts, like SOPs or presentations, in formats such as HTML that are easily understood by both humans and AI, improving workflow automation and knowledge transfer.
Instead of relying on engineers to remember documented procedures (e.g., pre-commit checklists), encode these processes into custom AI skills. This turns static best-practice documents into automated, executable tools that enforce standards and reduce toil.
Instead of static documents, business processes can be codified as executable "topical guides" for AI agents. This solves knowledge transfer issues when employees leave and automates rote work, like checking for daily team reports, making processes self-enforcing.
The simple, text-based structure of Markdown (.md) files is uniquely suited for both AI processing and human readability. This dual compatibility is establishing it as the default file format for the AI era, ideal for creating knowledge bases and training documents that both humans and agents can easily use.
The old method involved asking an LLM for a slide outline, then feeding that into a design tool. The modern workflow is more powerful: provide the presentation AI with a raw data source (e.g., a call transcript, Slack channel) and instructions, letting it perform the analysis, outlining, and visualization in a single step.
When building AI workflows that process non-text files like PDFs or HTML, consider using Google's Gemini models. They are specifically strong at ingesting and analyzing various file types, often outperforming other major models for these specific use cases.
"Skills" are markdown files that provide an AI agent with an expert-level instruction manual for a specific task. By encoding best practices, do's/don'ts, and references into a skill, you create a persistent, reusable asset that elevates the AI's performance almost instantly.
Standard file formats like .docx and .pptx are filled with complex code that LLMs struggle to parse. To build effective AI workflows, companies must create deliverables in formats that are both human-readable and AI-friendly. HTML is a prime example, as it is visually appealing for people and easily ingested by AI.
Claude Cowork demonstrates a significant evolution from conversational AI by functioning as an agent that creates finished deliverables. Instead of just suggesting a strategy in text, it can be prompted to write the underlying code to build a complete presentation deck with charts and custom files.
The rise of AI support agents is changing the purpose of internal documentation. Knowledge bases are now being written less for human readers and more for AI agents to consume. This leads to more structured, procedural content designed to be parsed by a machine to answer questions accurately.
Consolidate key company information—brand voice, copywriting rules, founder stories, and playbooks—into structured markdown (.md) files. This creates a portable knowledge base that can be used to consistently train any AI model, ensuring high-quality output across applications.