Seems like Rigetti is working on some pretty cutting edge stuff: https://www.rigetti.com/ OpenAI also comes to mind: https://openai.com/
Ask HN: What startups are working on hard, technically challenging problems?
11–20 of 24 posts
Re: Ask HN: What startups are working on hard, technically challenging problems?
#12I have this old dream of building a great verification / formal methods as a service company with the right mix of axiomatic specifications, data and flow analysis, abstract interpretation, model checking, type systems and theorem proving. And with time extract project methods into tools and frameworks, and evolve them. A bit like 37signals did by extracting Ruby on Rails from Basecamp. A source of inspiration is bri…
Re: Ask HN: What startups are working on hard, technically challenging problems?
#13At GrAI Matter Labs we are working on next gen non-von Neumann brain inspired computing assuring post-Moore performance scalability. This technolog is only moving now from research to production and has been labeled as transformational by Gartner. Our technology fuses neuro science and computer science in one architecture that is both, trainable and fully programmable. And yes, we are hiring. https://www.graimatterla…
According to wikipedia, there are 64 magic quadrants with roughly 10-25 companies per quadrant. This type of marketing is more of a detractor than anything else, especially on HN.
It's much more helpful to provide technical / product related information to substantiate your claim. If you are working on a hard problem, describe it. The more detail, the better.
Re: Ask HN: What startups are working on hard, technically challenging problems?
#14It's technically challenging because doing so requires a team of data scientists forecasting the performance of the assets using weather data etc, an IoT team working on devices which send real time data from the assets, a software engineering team building the software behind all of this and an electrical engineering team that works on the assets.
The description above is a gross simplification and I've only been here a few months so I'm still getting to grips with things but it's definitely full of technical challenges.
Re: Ask HN: What startups are working on hard, technically challenging problems?
#15Re: Ask HN: What startups are working on hard, technically challenging problems?
#16I have seen only a very small number of startups genuinely face very hard engineering problems like what Corellium is doing. I will elaborate. In a 9 year development span, they have fully virtualized a real iOS device (Yes, it is not a simulator) to the point that it is running on a rack of ARM64 hypervisors on bare-metal boards from the bootloader to the home-screen. They even managed to virtualize the secure-eleme…
Re: Ask HN: What startups are working on hard, technically challenging problems?
#17I have seen only a very small number of startups genuinely face very hard engineering problems like what Corellium is doing. I will elaborate. In a 9 year development span, they have fully virtualized a real iOS device (Yes, it is not a simulator) to the point that it is running on a rack of ARM64 hypervisors on bare-metal boards from the bootloader to the home-screen. They even managed to virtualize the secure-eleme…
Why do you need a virtual iOS device? Honest question.
Apple has maintained control of the mobile industry for a very long time and Corellium removes the need to buy another locked-down iDevice due to planned obsolescence to test your app. There is a reason why Apple tries to shutdown anyone who attempts to virutalize or emulate iOS/tvOS/watchOS and their apps.
Re: Ask HN: What startups are working on hard, technically challenging problems?
#18Earlier quoted context omitted.
Why do you need a virtual iOS device? Honest question.
Perhaps you should ask every company testing apps on real iOS devices and the security researchers who need to automate finding bugs in iOS apps and in iOS itself. The iOS simulator is severely limited and is controlled by Apple so the need for a service that runs a full unrestricted iOS in the cloud is in demand and Corellium solves this. Apple has maintained control of the mobile industry for a very long time and C…
Re: Ask HN: What startups are working on hard, technically challenging problems?
#19At GrAI Matter Labs we are working on next gen non-von Neumann brain inspired computing assuring post-Moore performance scalability. This technolog is only moving now from research to production and has been labeled as transformational by Gartner. Our technology fuses neuro science and computer science in one architecture that is both, trainable and fully programmable. And yes, we are hiring. https://www.graimatterla…
"labeled as transformational by Gartner" According to wikipedia, there are 64 magic quadrants with roughly 10-25 companies per quadrant. This type of marketing is more of a detractor than anything else, especially on HN. It's much more helpful to provide technical / product related information to substantiate your claim. If you are working on a hard problem, describe it. The more detail, the better.
Re: Ask HN: What startups are working on hard, technically challenging problems?
#20Earlier quoted context omitted.
Perhaps you should ask every company testing apps on real iOS devices and the security researchers who need to automate finding bugs in iOS apps and in iOS itself. The iOS simulator is severely limited and is controlled by Apple so the need for a service that runs a full unrestricted iOS in the cloud is in demand and Corellium solves this. Apple has maintained control of the mobile industry for a very long time and C…
Why does Apple limit their iOS simulator? Do you need iOS simulator for development of iOS apps?
For testing smaller applications, the simulator is sufficient for that purpose, but for more complex applications almost always requires a real device. Also some features like in-app purchases are unavailable in the simulator, making it harder to test such features.
The real reasoning behind why Apple uses a limited version of the simulator is unknown to everyone, but these limitations have forced developers to purchase real iDevices just to test certain features either when Apple ends support for a device or an iDevice doesn't support a certain feature.
Corellium takes this further and fully virtualizes the iDevice on any version and it has the options to configure the state of the iDevice and allows automation and tests to run on the device. You may think of it like what Docker did to web apps is what Corellium has done for iOS and Android apps.