LLM workflows
3 posts tagged LLM workflows.
How to Convert PDF to Markdown for ChatGPT and Claude
Uploading a PDF straight into a chat window is the default, and it is usually the worst option available. Markdown costs fewer tokens, preserves the structure the model needs, and keeps the file on your machine.
Markdown vs Plain Text vs JSON: Which Format for LLM Context?
The same document can reach a model as flat text, as Markdown, or as structured JSON. The choice changes token cost, how well structure survives, and what the model can reliably do with it.
Preparing Word Documents for an LLM Knowledge Base
Most internal knowledge lives in Word files. Getting it into a form a model can use is mostly a document-hygiene problem, not a technical one.