Skip to content

Blog post: reasoning-based vectorless retrieval over the wiki#44

Merged
mayurpise merged 1 commit into
mainfrom
claude/pageindex-draft-artifacts-emfxyy
Jun 20, 2026
Merged

Blog post: reasoning-based vectorless retrieval over the wiki#44
mayurpise merged 1 commit into
mainfrom
claude/pageindex-draft-artifacts-emfxyy

Conversation

@mayurpise

Copy link
Copy Markdown
Collaborator

What

A new blog post — "Similarity Isn't Relevance: How Draft Retrieves Context by Reasoning, Not Vectors" — companion to the recently merged tree-search retrieval procedure (#43).

It explains, for a general audience, how Draft locates context by navigating the knowledge wiki (reason over routing descriptions → descend matching subtrees → terminate on coverage) instead of running top-k similarity over embeddings: no vector DB, no chunking, no cloud, and a retrieval path you can audit.

Changes

  • web/blog/reasoning-retrieval/index.html — the post (modeled on the existing post template: head/meta/JSON-LD, nav, share, footer).
  • web/blog/index.html — post card added at the top of the list (June 20, 2026).
  • web/feed.xml — RSS <item> + lastBuildDate bump.
  • web/sitemap.xml — new URL + blog-index lastmod bump.

Notes

  • Framed entirely around Draft's own wiki/Concept-Map model and the "similarity ≠ relevance" thesis — no third-party prior art named in the copy, per request.
  • Static site only; no build step or tests affected. Deploys via the existing pages.yml workflow on merge to main.

🤖 Generated with Claude Code

https://claude.ai/code/session_01PCYuQxnYefqsVGnbMMriXZ


Generated by Claude Code

New post "Similarity Isn't Relevance: How Draft Retrieves Context by
Reasoning, Not Vectors" — explains tree-search retrieval over the OKF
knowledge wiki (navigate routing descriptions, descend matching subtrees,
terminate on coverage) versus top-k embedding similarity. No vector DB, no
chunking, fully traceable.

- web/blog/reasoning-retrieval/index.html: the post
- web/blog/index.html: post card at top of the list
- web/feed.xml: RSS item + lastBuildDate bump
- web/sitemap.xml: new URL + blog index lastmod bump

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PCYuQxnYefqsVGnbMMriXZ
@mayurpise
mayurpise marked this pull request as ready for review June 20, 2026 16:46
@mayurpise
mayurpise merged commit 42f1980 into main Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants