TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Notification Summary Miscues

4 点作者 zdw大约 2 个月前

1 comment

PaulHoule大约 2 个月前
I don&#x27;t share the enthusiasm people have for AI summaries. In AI coding you can deal with something being wrong 5-20% of the time because you&#x27;re going to test it, but having to check summaries for simple errors defeats the whole point of making summaries. [1]<p>I&#x27;ve been thinking about writing something that busts down titles down to 80 characters for HN submissions. It&#x27;s a task that I screw up maybe 3% of the time, more when my condition is acting up. Options I&#x27;m looking at are: (a) rule-based, which can be very safe<p><pre><code> &quot;very&quot; -&gt; &quot;&quot; &quot;novel&quot; -&gt; &quot;&quot; (in a scientific paper title) &quot;Study finds X&quot; -&gt; X &quot;$350 billion&quot; -&gt; $350B </code></pre> and (b) training a T5 model which would mostly learn to do the above, with the advantage of maybe getting it right when &quot;novel&quot; is &quot;Bukowksi&#x27;s novel <i>Post Office</i>&quot; or &quot;novel result on prime numbers&quot; but would screw up sometimes and worse, not really understand the 80 character limit so it would sometimes be squashing things down harder than it has to, and other times squashing down to 82 characters<p>[1] The real problem I see with the current environment is not &quot;reading is hard&quot; but other forms of information overload, the most problematic of which now is that when I want to show somebody some content on the web I usually have to direct them to ignore 2 or 3 ads <i>even though I&#x27;m running an ad blocker</i> and if I wasn&#x27;t running that ad blocker I&#x27;d probably have to close 4 or 5 pop up windows before seeing any content at all.