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: Do you think you have an actual novel idea?

16 pointsby HelloFellowDevsabout 5 years ago
I'm currently working on a side project that I thought was not 'groundbreaking' but I felt was different. As time as passed and I'm still working on it, I've found many implementations of the same concept. Its not actually disheartening but I've since retooled this project to be more of a learning experience for myself (new technologies and such). Since there is nothing new under the sun, how does one deal with not actually having a brand new idea?

6 comments

hazz99about 5 years ago
There are multiple types of &quot;uniqueness&quot;. Two might be:<p><pre><code> 1. Individually unique, i.e. is this new *for you?* 2. Globally unique, i.e. is it new *for everyone?* </code></pre> But the only important one is uniqueness within your industry or stategic group (à la Michael Porter)<p>This is shown in studies that examine how designers reach &quot;creative&quot; solutions. If 10 people are given the same brief, half might propose the same idea, even though they each believe &quot;it&#x27;s unique&quot; and &quot;no-one else will think of this&quot;.<p>But that&#x27;s not a bad thing! It&#x27;s proof of progress with exploring the problem space. What was the core idea they&#x27;re trying to fix? If you drop all your assumptions, what other solutions can you come up with?<p>&quot;Creative&quot; and &quot;unique&quot; ideas are <i>always</i> a synthesis of existing technologies or processes. What is stale in one industry may be unique in another, and vice versa.<p>Your customer segment wants to do something. Your product (whatever it is) will provide value insofar as it helps them achieve this &quot;job&quot;. The more value, the better.<p>Consider the following equation:<p><pre><code> What + How = Value </code></pre> If you know your customers (and you should!), then you know what &quot;value&quot; they want. You just need to solve for the <i>what</i> and <i>how</i>.<p>Work with &quot;frames&quot;. Fix a specific part – like &quot;what&quot; or &quot;how&quot; – and think about what can fill the gap.<p><pre><code> &lt;Directory of dog walker contacts&gt; + How = &lt;Healthy dog&gt; What + &lt;an app&gt; = &lt;Healthy Dog&gt; </code></pre> This is a form of abductive reasoning. This is how we believe creative people optimise complex systems – there is a combinatorial explosion of possible solutions (when combining existing things), but this gives us a way to work through them.<p>This is overly simplified, but I hope it gives some direction!
kosmischemusikabout 5 years ago
It&#x27;s quite alright to no have a &#x27;brand new idea&#x27;. It&#x27;s near impossible to have something that is a truly novel idea unless it&#x27;s something that will be discovered or invented far out in the future.<p>The process of creation is what matters as much as the end creation. During the process, you have had a great learning experience. This will help you go on and build new ideas. In the end, almost everything in the world today is built by stacking on knowledge of the past.
Jugurthaabout 5 years ago
One of the questions prospects ask us in meetings is &quot;Company X does this with product Y&quot; when we present our product and talk about a feature.<p>One question I ask back is: &quot;What is your experience with product Y? Do you use it?&quot;<p>The answer is invariably: &quot;We don&#x27;t use product Y.&quot; Many prospects tell us about products they don&#x27;t use, and these prospects are in <i>pain</i> which would make you think that they&#x27;d use <i>anything</i> to relieve that pain but they don&#x27;t.<p>That&#x27;s an important point. Many implementations surely exist and people are aware of them, but these implementations do not obliterate an important, costly, problem to dust.<p>Does your implementation obliterate an important problem to dust?<p>I disagree that there&#x27;s nothing new under the sun. Sure, components may be the same, but so is guanine, adenine, thymine, and cytosine, yet these components make so very different creatures.<p>I think your opinion is valuable, but getting more data is required: have you shown that project to your target audience? Do you have a simple use case. Just <i>one</i> thing that helps a user accomplish a task that would otherwise require time, skill, resources, or all of these? Talking with users is <i>educational</i> to say the least.<p>In the past, we used to spend months on a feature that would go un-noticed, and the prospect would stop us mid-presentation, call colleagues to the room, and ask us about a feature we hacked together in a few hours. Some things matter to you, others matter. An extreme view that is of course nuanced in real life, but it can move the project forward more than ignoring it does.
评论 #23320007 未加载
k00babout 5 years ago
I built <a href="https:&#x2F;&#x2F;choremate.co" rel="nofollow">https:&#x2F;&#x2F;choremate.co</a> because we needed it ourselves and I couldn&#x27;t, initially, find something similar. When I applied to YC I did more extensive research and found lots of past and current attempts.<p>My approach has novel insight but part of why I couldn&#x27;t find competitors is because the market for coliving tools is weak.<p>I suspect (from this obviously limited anecdote) the problem with most ideas where competitors aren&#x27;t apparent is that the market is weak. In such cases, the real competitive advantage is likely in finding a solution to the market weakness. Market might be weak because existing solutions aren&#x27;t very good but in my case it&#x27;s more complicated.<p>Past&#x2F;current attempts&#x2F;failures can give you a lot of valuable information about what doesn&#x27;t work so learning about them gives you a smaller space to search for what will work.
评论 #23317810 未加载
forgotmypw17about 5 years ago
I don&#x27;t remember the source of these:<p>a) Few ideas are actually novel.<p>b) Someone else doing the same idea is validation of your idea.<p>c) The more time you spend actually developing your idea, the further ahead you will be of anyone else who has the same idea.
评论 #23320578 未加载
评论 #23319989 未加载
jlongsterabout 5 years ago
* Sometimes other things look similar but a small change you made to the idea is the novel part and makes a big difference<p>* Many, many ideas live in obscurity. If you can take one and learn how to execute it in a way that gets users, you&#x27;ve done something novel<p>* Creating is more frequently combining existing ideas into a new thing. There are infinite ways to weave together existing ideas into something new.