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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Anyone working on systems to help preserve our attention?

15 点作者 bogdanoff_2超过 4 年前
It seems like everything these days is trying to steal our attention and increase &quot;engagement&quot; (i.e. addictiveness).<p>Even in the workplace, there&#x27;s a constant stream of information and distractions. Where I used to work there was 4 different systems I used on a daily basis, each with its own notifications.<p>I&#x27;m wondering if anyone (companies, researchers, organizations, individual people, etc...) is working to combat this assault on attention. At the extreme I imagine &quot;algorithms to fight back the algorithms&quot;, or &quot;synthetic attention&quot; that filters out and aggregates information for you. Surely, lots of simpler and more pragmatic solutions also exist.<p>Plenty of people at my job did amazing work despite all the distractions. Maybe we could study what these people do and make it easy to do it by default, by integrating it with the company tools. I&#x27;m guessing aggregating and holding back notifications and gui updates that aren&#x27;t related to the task at hand. Or something like an integrated pomodoro timer that would block notifications and instant messages during sprints.<p>Or, imagine a service like Youtube, but instead of maximizing watch-time, it would maximize some definition of satisfaction. Perhaps it would let you enter your goals, like: not watching more than x hours per day or week, unwinding on workday evening, learning or staying up to date on certain topics, encouraging curiosity or creativity, etc... And it would recommend videos that make you feel satisfied after the allotted time, instead of making you mindlessly watching for hours.<p>Or something to help me look over and sort all the articles and videos accumulating in my open tabs...<p>(Just now I heard the sound of a new email and I&#x27;m tempted to tab over and look at it...)<p>I feel like helping preserve our attention can have a huge positive impact in today&#x27;s world. I&#x27;d like to know if anyone is working on this problem, and I would myself like to work on this problem.

5 条评论

linklonk超过 4 年前
I am working on an information system (similar to HN or Reddit) with the focus on maximizing usefulness of information (ie, maximize the ROI of your attention).<p>You can try it out with a temporary account at <a href="https:&#x2F;&#x2F;linklonk.com" rel="nofollow">https:&#x2F;&#x2F;linklonk.com</a> with invitation code &quot;hn&quot;.<p>Similar to Reddit&#x2F;HN users submit links and vote on them. The difference is how the votes are used. When you upvote something that was worth your time the system connects you to other users who upvoted it. These are the people who deserve your attention since they have been able to recognize it before you did.<p>The stronger you are connected to someone - the more weight their future upvotes have for you (ie, their upvoted items show up higher in you list).<p>Instead of you figuring out what is worth your attention and who to trust, the system takes care of it for you. It keeps track of the signal-to-noise ratio of every user and every RSS feed and then ranks content for you accordingly. All you need to do is:<p>1. upvote stuff that was worth you time - to connect to good content curators<p>2. downvote stuff that wasted you time - to disconnect from bad content curators.<p>This creates a feedback loop that brings you content that is worth your attention. The important part is that it uses your definition of &quot;worth your attention&quot; - whatever you upvoted. You are in control.<p>Another difference is the pace updates.<p>Reddit&#x2F;HN demote items very quickly based on the exponential time-decay component in the ranking score.<p>On LinkLonk you don&#x27;t have to keep up with the constantly changing feed. The system shows you the top-20 recommendations and waits for you to mark them as read. Then you get your next top-20 that you have not seen yet. It works at your pace.
评论 #26101112 未加载
评论 #26091947 未加载
softwaredoug超过 4 年前
There’s a ton of research. Though my information is a bit old.<p>Twenty years ago I did undergrad research at a Notification Systems research group[1] with Dr Scott McCrickard. Much of the research had to do with giving people information in efficient ways that limited attention disruption but also took into account the task (like an emergency to act on vs just information).<p>As part of this research I surveyed the cognitive psych literature. I remember early research in attention in UX had to do with pilots and cockpit system design. A pilot must take in lots of streams of information while still flying&#x2F;looking out the window. I also remember that there’s a research topic of “vigilance” - boring tasks that require constant attention. Like being on watch on the bridge of a shop at night or guarding something. I remember people can only stay in this state for 20-25 minutes, and must rotate their job or have a game to play or busy work to do to do this at all well. I also studied “cognitive architectures” which at the time made modeling attention a central focus[2]<p>1 -<a href="https:&#x2F;&#x2F;research.cs.vt.edu&#x2F;ns&#x2F;" rel="nofollow">https:&#x2F;&#x2F;research.cs.vt.edu&#x2F;ns&#x2F;</a> 2 - <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Cognitive_architecture" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Cognitive_architecture</a>
afarrell超过 4 年前
I wrote a little shell script to park things that I&#x27;m thinking about which are not related to my current task into a file I review weekly.<p>As someone who has been working on this for myself for a while, I think the right route starts with personal solutions, then well-documented published personal solutions.
评论 #26102207 未加载
kleer001超过 4 年前
If only all the apps in the world were forced to default to notifications = off.
Jugurtha超过 4 年前
We&#x27;re working on this indirectly by building systems to increasing the productivity of our machine learning team and reduce distractions and context switching. There are a <i>lot</i> of distractions when you do machine learning projects. The nature of the beast involves several people with different skillsets optimizing for different things and &quot;speaking different languages&quot;.<p>This creates a lot of &quot;taps on the shoulder&quot;: a Phd tapping on your shoulder to set up or fix their compute environment, or to get them data, or to deploy their model, or to make a temporary application to show results to a client and make it available &quot;on the internet&quot; behind authentication.<p>A developer who wants to use a model in an application being dragged into the ML realm when they only want to <i>use</i> the capability of the model, not get intimate with its dependencies and setting it up.<p>Ad-hoc experiment tracking schemes in spreadsheets, logs, physical notebooks, emails, verbally, and &quot;in my head&quot; that made it almost impossible to know what we did a couple of months ago, or <i>why</i> we did it, or what worked best, etc.<p>The fact that people needed to know a lot of things about a lot of tools in order to make things work put a lot of stress and overhead to do any work.<p>So we created our internal machine learning platform[0] to remove as many friction points as possible. Basically, we try to make everything that sucked the responsibility of that system, while maintaining flexibility, as one of the reasons we built our own is that we found the other offerings trying to force us into what they consider to be &quot;The Right Way&quot; or a rigid pipeline, or having to pollute our notebooks with their SDK that tied you to their stack&#x2F;infrastructure instead of relying on APIs or protocols.<p>We&#x27;ll allow notifications and events at some point, but we&#x27;ll leverage what the users are already using instead of adding yet another distraction channel. For example, we&#x27;ll enable webhooks and integrations so if people are using Slack, they can tie it to the platform to be notified when a training job&#x27;s status changes in Slack, rather than asking to enable notifications. If they&#x27;re not using that, they can tie it to their other systems and do things programmatically, for example. We&#x27;re very sensitive about these topics.<p>The result of this is what we&#x27;ve been working with clients without tapping on our colleagues&#x27; shoulders for a <i>lot</i> of things, and letting them focus. This is really important as all these interruptions and &quot;urgencies&#x2F;I need it for yesterday&quot; can devastate a team or a company, push people to quit or burn out, etc.<p>- [0]: <a href="https:&#x2F;&#x2F;iko.ai" rel="nofollow">https:&#x2F;&#x2F;iko.ai</a>