docs: reframe README around memory reliability, add differentiator#86
Merged
Merged
Conversation
- Lead with 'Your agent remembers what matters' instead of token reduction - Add one-sentence differentiator near the top - Reframe the problem statement around agent forgetfulness and trust - Add 'Remember' stage to the How It Works table - Document new memory endpoints (expire, supersede) and MCP tools - Move token efficiency to a supporting detail, not the headline Closes #80 Closes #81 Co-authored-by: Ona <[email protected]>
05c187c to
d6595ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Rewrites the README top section to lead with memory reliability instead of token reduction, and adds a one-sentence differentiator.
Why
The previous README led with "context preprocessing" and "fewer tokens sent." This positions Distill in a crowded category of compression tools. The actual value is that agents don't forget, don't re-learn, and don't operate on conflicting information — a reliability problem, not a cost problem.
Changes
expireandsupersedeendpoints, updated MCP tools listCloses #80
Closes #81