Skip to main content

6 posts tagged with "AI"

View All Tags

RAG Pipelines and Documentation: Why the Content Layer Is Your Biggest Risk

· 6 min read
Mattias Sander
Mattias Sander

Your RAG pipeline is only as good as the content it retrieves. Teams spend months tuning embeddings, chunking strategies, and prompt templates — then feed the system documentation that was never designed for machine consumption. The result is confident, well-formatted answers built on garbage retrieval. The content layer is where most RAG implementations silently fail.

Making Your Documentation AI-Ready with llms.txt

· 3 min read
Mattias Sander
Mattias Sander

AI tools are changing how people find and consume documentation. But most documentation systems weren't built for AI consumption — they were built for browsers. The result: AI models struggle to extract structured knowledge from your help output, and your users get incomplete or hallucinated answers.

The llms.txt standard changes that.

Why Your Documentation Will Break Your AI Implementation

· 6 min read
Mattias Sander
Mattias Sander

Enterprise AI projects are failing at a remarkable rate, and the usual suspects — model selection, prompt engineering, integration complexity — get all the attention. But there is a quieter, more fundamental problem that undermines AI initiatives before they produce a single useful answer: the documentation that AI is supposed to learn from is not structured well enough for AI to use.

A Practical AI Workflow for MadCap Flare

· 4 min read
Mattias Sander
Mattias Sander

Everyone's using AI for writing now. But if you work in MadCap Flare, you've probably noticed the gap: AI generates great drafts, but getting that content into Flare without breaking everything is a different story. Variables become plain text. Snippet references disappear. Styles don't match your stylesheet.

Here's a workflow that actually works — one that uses AI for speed while keeping your Flare architecture intact.