Tag

LLMs

5 essays

Filed under5 filed

  1. 0110 min

    What I Learned Building a Document Format from Scratch

    I started thinking the hard problem was document parsing. Then format design. Then sync logic. The real challenge was building at the interface between two domains that don't talk to each other.

    • ai-development-tools
    • open-source
    • architecture
  2. 029 min

    The Design Decisions Behind an AI-Native Document Format

    Processing a Word document through raw OOXML costs 359,706 prompt tokens. Clean markdown costs 106. Five design decisions that make that gap useful without losing formatting.

    • ai-development-tools
    • architecture
    • open-source
  3. 037 min

    Why AI Document Workflows Are Broken

    Every AI tool that works with documents treats formatting as disposable. For organizations running hundreds of documents through AI editing pipelines, it's a structural cost nobody is tracking.

    • ai-development-tools
    • architecture
    • enterprise-architecture
  4. 0412 min

    Making LLMs Work with Your Existing Data Systems: A Technical Leader's Guide to AI Integration

    Learn proven strategies for integrating LLMs with enterprise data systems. Practical insights on architecture patterns, data pipelines, and security from hands-on experience.

  5. 057 min

    Building a Custom Action Item Tool: Beyond Microsoft Teams Copilot's Limitations

    Teams Copilot struggles with long meetings, 30-day history limits, and inconsistent formatting. Learn how to build a custom Azure solution using durable functions and OpenAI that processes any meeting length with unlimited history and team-specific templates.