TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: I created a news shortening algorithm and am not sure how to utilize it

42 pointsby superdarioalmost 3 years ago
I&#x27;ve been developing my own algorithm for news shortening. Basically, it takes a news article from the site, does some calculations and spits out up to 5 the most important sentences. Demo can be seen here <a href="https:&#x2F;&#x2F;excerptdaily.com" rel="nofollow">https:&#x2F;&#x2F;excerptdaily.com</a><p>I created it because I read news and I hate reading Bible-size articles full of unnecessary information just to find the main point<p>It has a purpose, it really does solve a problem: * Save people&#x27;s time * Inform you as fast as possible * Give you the main point of an article in 5 sentences * Save you from clickbait or half clickbait titles<p>Starting my own news website without any connections or audience doesn&#x27;t make sense, also I&#x27;m bad at marketing. I firmly believe this is a very good solution. I just don&#x27;t know yet how to utilize it?<p>Should I offer the power of algorithm to some podcast that have audience and their own news website, should I offer it to someone who wants to build a news website...

27 comments

yaseeralmost 3 years ago
Can you articulate why this is different to other text summarising solutions?<p>It may be that yours is easier to integrate than using AWS APIs[1], or performs better than what&#x27;s available on say, npm[2]. It may be that your algorithm is designed specifically for news articles.<p>If you can articulate where this fits into the market of other solutions - that will help inform how best to utilize it.<p>[1] <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;machine-learning&#x2F;part-1-set-up-a-text-summarization-project-with-hugging-face-transformers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;machine-learning&#x2F;part-1-set-up-...</a><p>[2] <a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;text-summary" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;text-summary</a>
评论 #31779949 未加载
评论 #31779843 未加载
atestualmost 3 years ago
I would try to optimize it for one specific use case, not have a general API that does this. I think it&#x27;s much easier to sell something more niche.<p>Find a job that requires reading long text. Let&#x27;s say something in healthcare where they need to read a lot of journal articles. Now you&#x27;re not a &quot;summarization API&quot; you&#x27;re a way to reduce your time spent reading medical journals, time that could be better spent savings lives (your new tagline: &quot;Less reading, more saving lives&quot; -- half kidding). You can also optimize your tool to summarize journal articles which are written in a very specific way. When you sell, you can set yourself apart by being made especially for them.<p>I wouldn&#x27;t sell to podcasters or anyone in media because they have no money (just look at how much writers are paid, look at media company valuations...).
评论 #31779868 未加载
评论 #31780124 未加载
geedzmoalmost 3 years ago
Extractive summarisation of news isn&#x27;t very hard, I guess it doesn&#x27;t hurt to put it in an API wrapper and have a pay per use model, but don&#x27;t expect this to sell.<p>Also FYI, depending on the News outlet the important info is usually at the top - it&#x27;s maybe the first thing they teach you in Journalism (don&#x27;t bury the lede). You don&#x27;t need to read the &quot;Bible-size&quot; article if you read the first paragraph and it&#x27;s well written.<p>However, if you did abstractive summarisation instead, that might be more interesting esp for financial news - you might have buyers.
brodouevencodealmost 3 years ago
I have reservations about this because in a lot of the news today the actual details, the important ones, are so buried in the body of the body that it probably won&#x27;t be surfaced given all the fluff.<p>EDIT: this is to say, garbage in, garbage out. The product you have built is probably great.
corrralalmost 3 years ago
It&#x27;s worth noting that this is such an old problem that traditional news-writing styles incorporate a solution: they require that the author cram the most important info into the first few sentences, then expand on it for the rest of the article.<p>I&#x27;m not sure how well it&#x27;s followed these days, and I&#x27;m sure that few places other than very traditional news publishers enforce it at all. Old archival newspapers (think 19th and early 20th century) tend to be entirely in this style, though.
评论 #31780151 未加载
superasnalmost 3 years ago
A good bet is to create an API for it and sell it on Rapidapi or some site, with a possible free tier.<p>I think a lot of devs would benefit from a good text summarisation algorithm (haven&#x27;t tested yours just general advice) and since youre good at programming and not marketing make some npm modules, composer packages, gems and the whole shebang.<p>Soon you&#x27;ll be making a few $k a month depending on how good and fast your api is. The free tier will help you get some search engine traffic. An on page demo is also very useful in this regard.<p>Also this has chance of landing some big co with deep pockets who just finds your product a good fit and couldn&#x27;t be bothered to hire a dev to do this just yet. So make sure you have a $$$ unlimited plan. Good luck.
评论 #31779835 未加载
closedloop129almost 3 years ago
Use the technology to identify which articles talk about the same topic. Then create a site where it is possible to get the full picture of an event by easily accessing the different sources.
noam_compscialmost 3 years ago
Do people want this problem solved?<p>&gt; Yes. Saving time is good. &gt; No, as a news reader I prefer accuracy to speed. As a news reader I care about information coming directly from a source rather than summarised. As a reader I want easy access to a source of information and not have to go through a hoop of using another website&#x2F;app. As a reader I want to read on mobile&#x2F;laptop interchangeable and with the same interface. As a reader I want to take in deep knowledge and not summaries. As a reader either I a) read high density articles deeply and do not want a summary or b) read low density articles quickly and do not need a summary.<p>If so, are there current solutions?<p>&gt; Yes, see other comments.<p>If so, are you able to do this cheaper or to a higher quality than the current solutions?<p>&gt; Find the cost of other services and compare that to the cost you can deliver this solution at scale to actual users. &gt; Find a metric to compare your services accuracy&#x2F;speed to other peoples solution. &gt; X-axis; quality. Y-axis; cost. Plot all the solutions. Is your cheaper for some level of accuracy than a competitor? That’s promising!<p>If so, how can you get this packaged to users?<p>&gt; mobile, web &gt; premium sources and pay walls &gt; reader apps<p>Just a few stray thoughts. A friend and I worked on something very very similar. Ultimately we stopped as we found that no one really wants to use this and pay for it. It’s “cool engineering” but people like reading just fine. Also tweets exist! You can find summaries easily that are human created and better synthesis.
评论 #31781680 未加载
krylonalmost 3 years ago
This sounds like a <i>very</i> useful feature for a personal RSS reader, like the text-equivalent of a thumbnail, so you can decide if the article is worth reading.
closedloop129almost 3 years ago
Depending on the quality, you could offer it as a tool for lawyers to access all the paperwork they have to process.<p>&gt; If dispute resolution is the social function of the law, what we have is far from the most efficient way to reach fair or reasonable resolutions. Instead, modern litigation can be understood as a massive, socially unnecessary arms race, wherein lawyers subject each other to torturous amounts of labor just because they can. In older times, the limits of technology and a kind of professionalism created a natural limit to such arms races, but today neither side can stand down, lest it put itself at a competitive disadvantage.<p><a href="https:&#x2F;&#x2F;www.newyorker.com&#x2F;news&#x2F;daily-comment&#x2F;you-really-dont-need-to-work-so-much" rel="nofollow">https:&#x2F;&#x2F;www.newyorker.com&#x2F;news&#x2F;daily-comment&#x2F;you-really-dont...</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31787599" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31787599</a>
f0e4c2f7almost 3 years ago
The website exactly the way you have it seems pretty great to me. You could add a non intrusive ad for revenue (I personally dislike ads, but what can you do) and then market it to the best of your ability. I think you&#x27;ve already made something really cool here.
评论 #31783110 未加载
pinkoalmost 3 years ago
One bad example may not be useful, but FWIW the first blurb I read on your demo got the salient facts of the article badly wrong:<p>&quot;What Range Anxiety? The Mercedes-Benz EQS 580, Reviewed Mercedes-Benz first gave us a glimpse at its electrification strategy in 33, with its first battery-electric vehiclethe EQC 23 crossovergoing on sale in Europe in 21. Sporting a range of around 2770 miles, 354 km the 402 hp 296 kW SUV never made it over to this side of the Atlantic.&quot;<p>I was quite interested in an EV with a 2770-mile range!
评论 #31780162 未加载
leodr21almost 3 years ago
Maybe it could be useful to summarise YouTube videos. If you can extract the captions and display a summary, it would be great (to summarise tutorials, travel guides, and other videos).<p>macOS also has a built-in summary feature (in System Preferences &gt; Keyboard &gt; Shortcuts &gt; Services &gt; Summarise), you can use that to summarise news articles in Safari and other apps, but it doesn&#x27;t work on videos, only text.
zerktenalmost 3 years ago
It might be interesting to expose it as a browser extension that provides a summary without leaving a site. Many non-news sites link out to news articles as references. Reducing the amount of time reading the references would be nice, but I&#x27;m unsure how it&#x27;d work in practice. It might be worth experimenting with.
评论 #31781692 未加载
yehudalouisalmost 3 years ago
Man, that&#x27;s awesome. How does it work for recipes? I know there are a few solutions out there for this, but I absolutely cannot stand the 10 pages of narrative and prose before getting to the actual list of ingredients&#x2F;steps.<p>I&#x27;d be curious to know if you&#x27;ve tested it against recipes.
评论 #31779740 未加载
评论 #31779987 未加载
评论 #31779826 未加载
Sebb767almost 3 years ago
This space already has a few solutions:<p><a href="https:&#x2F;&#x2F;tldrthis.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tldrthis.com&#x2F;</a><p><a href="http:&#x2F;&#x2F;autotldr.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;autotldr.io&#x2F;</a><p>It might make sense to look at their monetization strategies.
评论 #31779603 未加载
评论 #31779807 未加载
评论 #31779820 未加载
_andrei_almost 3 years ago
Can we see a demo? Best I&#x27;ve seen in this space is <a href="https:&#x2F;&#x2F;smmry.com" rel="nofollow">https:&#x2F;&#x2F;smmry.com</a>, but probably a customized GPT-3 model would be even better.
danielmarkbrucealmost 3 years ago
Do people actually want news summarized? It&#x27;s entertainment, parading as something intellectual. I don&#x27;t want my Netflix summarized, for example.
评论 #31780147 未加载
评论 #31780243 未加载
josefrescoalmost 3 years ago
Your algorithm seems similar to the premise of Axios.com All their news is brief (albeit longer than your summaries), and follows a very tight format.
评论 #31780646 未加载
aristofunalmost 3 years ago
This looks great. Care to share some details of your approach? Opensource some bits of it maybe to attract attention of fellow developers?
kderbymaalmost 3 years ago
Do a comparison website which takes articles about the same topics and shows their main points. it could be useful for spotting obvious biases
djhaskin987almost 3 years ago
Seems like something Feedly would be interested in.
评论 #31779613 未加载
评论 #31779802 未加载
评论 #31779675 未加载
whoomp12342almost 3 years ago
cool but I would like to control my own news feed. Could this just be an API where you zip it a url and it gives you a summary?
200xdangalmost 3 years ago
Open source it, put it on your resume.
coldteaalmost 3 years ago
&gt;<i>I created a news shortening algorithm and am not sure how to utilize it</i><p>I&#x27;d use it to shorten the news
herve76almost 3 years ago
Please contact me herve76@gmail.com I am a developer and I would love to try it.
评论 #31780171 未加载
ltbarcly3almost 3 years ago
Is this funded by Jeff Bezos or is half the news actually negative articles about Elon Musk currently?