Live data from Hacker News

Ask HN: What problem in your industry is a potential startup?

news.ycombinator.com

231–240 of 734 posts

Re: Ask HN: What problem in your industry is a potential startup?

#231
(AI research industry)

We'd like to run learning algorithms on robots, but there are no great options for hardware. (Happy to discuss in depth if someone wants to build it)

We want to train large models much faster than any GPU box you can buy. (There are several new things announced, but there's room for more).

Re: Ask HN: What problem in your industry is a potential startup?

#232
post #221

A monthly subscription service for a fee of $5 - $10 where every month I get a new kind of quirky instrument (shaker, wind, wood block and stick, whistle, triangle, or other noise maker) as a surprise by mail. The point of the service in the music industry is to inspire new sounds and the device can either be kept or given away to somebody without a lot of second thought. Getting stuck is a big problem. Also in music…

$5 doesn't even pay for shipping, sadly. Amazon still pays a average of $6 per order.

Eh I was thinking more USPS and less expectation of timeliness. More about the "set it and forget it until it shows up" kind of thing. Point understood though, as $10 starts to get into a competitive space (e.g. Spotify).

Re: Ask HN: What problem in your industry is a potential startup?

#233
BI for developers. Developers run many organizations and teams now, but most Business Intelligence-ish tools are either built for business people (Tableau, Domo) or for marketing (all analytics products, specifically GA).

I feel like there's a big opportunity for a tool/tools that are installed in apps as a package and then customized from there. Many teams build a version of this in house (Instacart open-sources theirs), and I think it should be a product.

Re: Ask HN: What problem in your industry is a potential startup?

#234

A ticketing system that doesn't sux (I like RequestTracker, but it shows its age). Top players are ridiculously overpriced. My management style is like this: every task/request is numbered, placed in a queue and assigned to a professional. What I expect from my ticketing system: - every manager should be able to assign tasks to someone and set the order they must be executed. He needs know what his team is doing and…

I blogged recently about some problems I have with JIRA: http://www.storytotell.org/constraints-and-semantics/ In a nutshell, I argue that the problem with most ticket systems is that they do not constrain the domain enough, so they wind up having similar problems to email (sifting through a chronologically-ordered pile of text rather than structured, semantically-ordered information). Your comments make me think the…

The simplest solution to the 'chronological pile-up problem' (nice name BTW) is a Wiki model, where replies are appended by default but the entire content can be edited if necessary. (C2 demonstrates this quite well.) For simple problems, conversations behave exactly the way they used to, but when it starts getting complex someone can go in and rearrange the conversation into a more logical form. This actually maps quite well to email: by default replies are appended to the bottom, but they can also be inserted inline (some mailing list etiquettes even demand this) or indeed the entire conversation can be rewritten. You'd probably want some sort of merge algorithm in case someone replies to an older email.

In fact, my usual approach to dealing with tickets/issues/emails which start to develop this problem is to make my own private copy of the thread and edit it in precisely this manner, though I'm the only one this benefits since it doesn't get sent back upstream.

Re: Ask HN: What problem in your industry is a potential startup?

#235
A family member is a lawyer in the Worker's Comp, SS, and Family Law space. THE software for lawyers in this space is called A1 Law. It solves a lot of real problems lawyers in that space have (form letter generation, calendar integration, case management)... but it's so slow to use new technologies. They advertise PalmOS integration. My family member has to have their own server in a closet running the server version of this so his team can use it! He has no idea how to manage a server, it's absurd that he has to.

Everyone I know in law is dissatisfied with every part of their tech stack. If someone could come up with an integrated SaaS solution, and be SUPER careful about compliance... they would be printing money.

Re: Ask HN: What problem in your industry is a potential startup?

#237
post #45

Not my industry, but a friend of mine in law was discussing how incredible her in-house software is for managing billable hours relative to all her past companies. I poked around, and most law firms, even very deep pocketed ones, use somewhere between a bad tech system and no tech system to manage and track their work. A small team could easily collaborate with some law firm (maybe take an investment from a few law f…

Very true. We are building a platform to solve this problem at Apperio (https://www.apperio.com).

Re: Ask HN: What problem in your industry is a potential startup?

#238
post #179

Immigration. Every time I change jobs as an H1-B employee, I've to fill in the same ridiculous data with every law firms weird interface. I wish the US Digital Services would focus on streamlining forms and having auto-import from all the data they already have about me (e.g. automatically translate I-94 records to how much time I actually spent in the US, infer my past I-797 records automatically, have a one time ed…

Unfortunately any assumptions built into an immigration business are likely to be upended soon. I'd wait at least a year before trying to solve this problem because the regulatory environment could break your resulting startup.

> I'd wait at least a year

I'd say closer to four to be safe.

Re: Ask HN: What problem in your industry is a potential startup?

#239
post #77
post #37

As a structural engineer, I see a good opportunity to make reinforced concrete design software available in a SaaS format. The competition is outdated, clunky, requires local installation and messing about with licenses. Design firms are paying $1000-$3000/year per user/seat for what amounts to a pretty basic app. Unfortunately, there are very few people that understand both computer science and structural engineerin…

I suspect much engineering software is ripe for innovation. My wife is a Water Resources Engineer- a specialized form of Civil that focuses on "when it rains, where the hell is all this water going to go?". The software for that kind of modeling is apparently pretty basic, pretty expensive, buggy, etc.

A friend of mine was an environmental consultant, and went to startup weekend. They successfully made a SaaS app that would spit out an environmental report in minutes instead of days of manual entry. Just a really good example of small applications that have a huge benefit in old industries http://www.enterratech.com/reports/1/

Re: Ask HN: What problem in your industry is a potential startup?

#240

Data management. 1) Cleaning the data as it comes in rather than in batches so we can use it sooner, invalid data is discarded, outlier detection, normalizing inputs etc.... 2) Warehousing of the data with proper indexes so you can perform some advanced queries on unstructured data 3) Some data is sent in bulk at the end of day, some of the data is streamed in fire hose style. How can we preprocess the fire hose data…

One thing you don't really mention here, but it's mentioned a lot in the comments, is the data extraction piece. Is data extraction a pretty solved problem at this point, and it's really the intelligent cleaning, transforming, then warehousing / analysis that's the unsolved issue?
Post reply on HN