Friend-share: cross-language crawl translation (+ recommender same-language guard) - #697
Merged
Merged
Conversation
… guard) Completes the multiplexer's whole point — share a Spanish feed article, your friend reads it in Danish. create_recipient_derivative_from_article now, when delivery language != article language, translate+adapts the article into the recipient's language as a CHILD of the original (parent_article_id) so the reader's Original: link + is_translated + coalescing all work. Recommender overlay is now filtered to SAME-LANGUAGE children, so a translated child can never be shown as the original's 'simplified version' to speakers of the original's language. Verified a no-op on current prod data (0 cross-language children exist today). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
ArchLens - No architecturally relevant changes to the existing views |
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.
Turns on the multiplexer's core value: a foreign-language feed share arrives translated + adapted into the recipient's language. Translated as a child of the original (parent_article_id → Original: link, is_translated, coalescing). The recommender overlay is filtered to same-language children so a translated child is never mis-shown as an original's simplification — verified a no-op on current prod data (0 cross-language children exist).
Needs a device test: share a Spanish/French feed article to a Danish learner → confirm it arrives (and opens) in Danish.
🤖 Generated with Claude Code