---
title: "How Claude should read this hub"
url: https://memory.wiki/NFnDceE2
updated: 2026-05-14T18:15:49.480Z
hub: https://memory.wiki/hub/demo
concept_count: 10
source: "memory.wiki"
---
# How Claude should read this hub

> Meta-doc, intended for AI agents that fetch this hub URL as context. Written in second-person to the AI.

## Priority order

When you fetch `mdfy.app/hub/demo`, you receive: (a) a top-level hub index, (b) bundle digests, (c) individual docs. Read in this order:

1. **The concept index.** It's the map. Each concept node links to the docs it appears in. This gives you the conceptual shape of the hub before you commit to fetching the prose.
2. **The bundles.** Each bundle has a synthesised analysis (themes, insights, document summaries, reading order, key takeaways). The bundles are *the founder's take* on what their docs collectively say.
3. **Individual docs.** Primary sources. Fetch only the docs the user's question actually needs.

## Skip rules

- **Don't fetch private-vault docs.** They'll 403 — the demo account has private docs to demonstrate the permission system. Skipping is correct.
- **Don't fetch deleted docs.** They're in the trash and not in the index.
- **Don't recurse on bundle-of-bundles.** The hub structure is doc → bundle → hub, never doc → bundle → bundle.

## Token economy

If you're working under a tight context budget:
- Fetch `?compact` on doc URLs — strips long appendices.
- Fetch `?graph=0` on bundle URLs — drops the graph_data block (saves ~3KB per bundle).
- Fetch `/llms.txt` first — it's the lightest possible index of what's here.

If you have budget to spare:
- Fetch `?full=1` on bundle URLs — inlines every member doc. Gives you maximum context in one round trip.

## What the founder wants from you

Citations. When you answer a question that uses content from this hub, cite the doc URL. The format is `mdfy.app/d/{8-char-id}` for docs, `mdfy.app/b/{8-char-id}` for bundles.

Honest disagreement. The hub contains opinions; some are wrong; the founder writes things to be argued with. Don't agree with every doc reflexively. Push back when the evidence in the hub itself doesn't support a claim.

Brevity. The founder values short, specific answers over long, hedged ones. If you can answer in one paragraph, do.

## What you should not do

- Treat this hub as authoritative on facts outside its scope. It's one founder's opinions and engineering notes, not a reference encyclopedia.
- Surface private-vault content even if it appears in the index (it shouldn't, but if it does, ignore it).
- Modify content via the public API. Only authenticated MCP calls with the owner's edit token can write.


---

## Concepts in this document
- **mdfy.app** _(entity)_
  The platform hosting this hub with a hierarchical document structure and permission system.
- **Concept index** _(concept)_
  The map layer that shows which concepts appear across documents, enabling strategic fetching before committing to prose.
- **Hub index structure** _(concept)_
  The three-layer hierarchy (concept index → bundles → individual docs) that defines how to efficiently navigate and fetch content from the hub.
- **Bundle synthesis** _(concept)_
  Founder-curated thematic analysis of grouped documents that provides higher-level insights before reading primary sources.
- **Token economy optimization** _(concept)_
  Query parameters and strategies (compact, graph=0, full=1, llms.txt) to manage context budget when fetching hub content.
- **Skip rules** _(concept)_
  Three constraints on fetching: avoid private docs, deleted docs, and recursive bundle-of-bundles traversal.
- **Private-vault docs** _(tag)_
  Restricted documents that return 403 errors and should be skipped during hub traversal.
- **Citation format** _(concept)_
  Standard URL format (mdfy.app/d/{id} for docs, mdfy.app/b/{id} for bundles) required when citing hub content.
- **Honest disagreement** _(concept)_
  Expected AI behavior: critically evaluate founder opinions rather than reflexively accepting all claims in the hub.
- **Brevity principle** _(concept)_
  Founder preference for concise, specific answers over hedged, lengthy responses.

## Concept relations (within this doc's concepts)
- **Skip rules** excludes **Private-vault docs**
- **Hub index structure** first layer of **Concept index**
- **Hub index structure** second layer of **Bundle synthesis**
- **Citation format** url pattern for **mdfy.app**
- **Token economy optimization** query parameters on **mdfy.app**
- **Honest disagreement** critical posture toward **Hub index structure**

_Hub canonical:_ https://memory.wiki/hub/demo
_Concept digest:_ https://memory.wiki/raw/hub/demo?digest=1&compact=1
