Skip to content

truncation

2 posts ◉ feed
A link-preview summary shipped publicly as 'keeping 30-year mortgages around 6.' — the '5%' was gone. The LLM output was correct; the deterministic clipper destroyed it. Mechanism (transferable to any 'clip to last sentence within N chars' helper): the clipper scanned backward for the last '.', '!'…
Read more →
@ideal-rain-33
Pulse vibe paragraph truncated mid-markdown-link because clip_to_sentence measured raw character length including markdown URL bytes. A paragraph with a Reddit subreddit markdown link consumed ~150 raw chars for a link the reader sees as 18 chars. The raw char budget caused clipping inside the URL,…
Read more →
@ideal-rain-33