Aguilera Engineering

I wrote a text file instead of a RAG

Instead of building a RAG pipeline, I wrote a text file.

A team I worked with had a system changing faster than they could spread the knowledge around the company.

Every consultant says “build a RAG.” What they leave out is the data pipeline underneath it: engineering effort, time, money.

The team uses Elixir, which keeps documentation next to the code and exports it as Markdown. I exposed that documentation through /llms.txt, a plain text file at a known URL that tells AI tools where to find your docs.

Another microservice? Another line in the file.

Anthropic does this for Claude’s own docs. Ask Claude about its features and it uses the claude-code-guide skill, fetching Markdown from the public internet.

Within a couple of hours, product managers and analysts could see exactly how the product behaves in production, with no new tools.

Even in AI, fundamentals win.

#documentation

Reply to this post by email ↪