The Markdown.company Manifesto

Why AI-native companies should use Markdown, plain text, and vendor-independent systems.

An article ToThePoint. No extras. Just what you need to know.

TL;DR: This blog is about becoming AI-native, prompt-native, vendor-independent. No lock-in. No product to sell. Not about the hype of latest tools. Just keeping things simple, lean, efficient. Compatible with any AI tool.

Why going AI-native?

Turn everything into markdown so you can be AI-native. Everything should be a prompt away. Whether you, an employee, or an AI agent — all see the same data, deal with it the same way.

AI speeds up productivity. But if you can’t find the right resource, an AI won’t be better at it. The difference: AI is always eager to try.

Garbage in, garbage out. To make AI useful, you need organization so anything you need is reachable. That requires discipline. I hate organizing — I’m a messy person. But the potential makes the effort worth it.

A core concept: how AI understands information

  • LLMs, what we commonly refer to as AI, like ChatGPT, Claude, work best with text. Images, video, Excel, PowerPoint, PDFs — those aren’t text-native. Hard for AI.
  • LLMs are trained mostly on text. Text is what they handle best.
  • What you feed them is called context — the most crucial factor for relevance. Not about providing more, but providing exactly what they need.
  • They search on their own — they run what’s called a grep (a search command that scans every file for a word or phrase and shows you which files contain it and the surrounding context). No folders to click through, no guessing where something lives. To search efficiently, everything must be text.

Why Markdown

Because it’s what they use. All formatting you see in a ChatGPT conversation is Markdown syntax. It’s a simple syntax for titles, tables, bold text, and more. It’s:

  • Simple — not a programming language, designed for humans
  • Flexible — plugins add diagrams, math formulas, vectors or any custom use case
  • AI-friendly — AI handles markdown natively

Here’s how it works:

Markdown:

## A markdown title

- Item one
- Item two
- Item three

| Product   | Price | Status |
|-----------|-------|--------|
| Website   | $500  | Live   |
| Slides | $200 | Draft |

Rendered:

A markdown title

  • Item one
  • Item two
  • Item three
ProductPriceStatus
Website$500Live
Slides$200Draft

The same file feeds your website, your AI agent, and any employee. One source.

Read the full Markdown essentials guide →

A new workflow

Write in markdown. Export with templates. That’s it.

  • Need a presentation? Export markdown via Marp with your brand template. Marp guide →
  • Need a printed report, flyer or letter? Use Pandoc or a custom template. Pandoc PDF guide →

Templates are written once. Everyone uses them because it’s the only way to export documents. No more fighting with Office template compliance.

Real-world examples

  • Brand consistency across tools — AI reads your website theme, applies it to Marp slides and Remotion social media videos. Seconds, not hours.
  • AI explores your codebase — give it access, it reviews recent features, takes browser screenshots, records video walkthroughs.
  • Custom apps — I built a custom acquisition dashboard instead of spending 2-3 hours configuring HubSpot. Server + dashboard, exactly what I need, done in fraction of the time.

The mindset shift: “I need X. Should I find a service, or can I do it myself?” Doing it yourself is often faster — even when non-technical.

What you need: the tooling stack

The stack has four parts. Only one costs you money.

  • The harness — the interface between you and the LLM. It’s what accesses your files, runs the tools, and manages the workflow. I recommend OpenCode, AnythingLLM or Hermes Agent. Compare AI agent tools →. All open source, all free.
  • The LLM — the AI brain itself. The harness uses the LLM to reason, search, and act on your data. This is the only part that costs you. Access them all from OpenRouter.
  • The scripts or references — to use the free, open-source tools that turn your markdown into deliverables: Marp (presentations), Remotion (videos), Pandoc (documents, flyers, letters). Set them up once, use them forever. Then create your own to build the tools you really need to run your business efficiently. Like our custom Markdown CRM.
  • A markdown editorObsidian is the most well-known — open source, free (buy a license to support them). There are plenty of others. Navigate folders, browse tags, view connection graphs across all files. Graph view isn’t for everyone (not for me), but many swear by it.

What about the cost?

Expensive models (GPT, Claude Opus) are specialized for code. Your business doesn’t need that complexity. Use models at 1/10th or 1/100th the cost.

I run my businesses on DeepSeek Flash — handles 95% of tasks. Cost: ~$0.30/day in API calls.

No vendor lock-in

  • Once everything is in text, any AI agent and harness can access it.
  • No cloud subscription required. No specific tool.
  • Always Open Source options available

Everything in text = any AI can do anything with your data.

Data safety

Two approaches:

  • Self-hosted — Full ownership. The data stays on your network. Buy a workstation (~$10K), run DeepSeek Flash locally. Enough for 10-15 employees. Not my recommendation.
  • APIs with privacy — use OpenRouter with confidentiality setting turned on. Only uses APIs that respect privacy. No maintenance needed. You could use a gateway like LiteLLM in front to make model upgrades and cost control easier.

The takeaway

You don’t need a bigger tool budget. You need a better format.

Markdown makes your data yours, readable by any AI, and cuts the SaaS bloat. The stack is minimal — a harness, an LLM, and a few free tools. Your only recurring cost is the model.

Discipline. Clarity. Simplicity. That’s the whole playbook.

We provide the blueprints and the support to turn your bloated SaaS stack into a lean, AI-ready engine. Less to worry about.

What’s next

Two paths forward:


Your data. Your rules. Let’s write it that way. By Charles Henri Gayot.