nowfound

AI · January 16, 2025

DF

Data for AI and AI for Data

Hey all, We’ve applied to YC three times and got rejected each time. we’ll get there eventually! The main reasons for rejection were: being a solo founder (no co-founder), having no team, an MVP that wasn’t ready, or no traction in place. --- My expertise lies in building software products for startups, unicorn companies, and even governments. Throughout my years in software, I’ve had plenty of exposure to data products. I’ve faced recurring challenges like the lack of data, uncertainty around data handling, or even generating too much data and not knowing how to best utilize it to generate…

What it does

In the maker’s words, at launch

Hey all, We’ve applied to YC three times and got rejected each time. we’ll get there eventually! The main reasons for rejection were: being a solo founder (no co-founder), having no team, an MVP that wasn’t ready, or no traction in place. --- My expertise lies in building software products for startups, unicorn companies, and even governments. Throughout my years in software, I’ve had plenty of exposure to data products. I’ve faced recurring challenges like the lack of data, uncertainty around data handling, or even generating too much data and not knowing how to best utilize it to generate revenue. Many times, I turned to data marketplaces, but my experience with them was nightmare-ish and frustrating. Every time I tried to use data marketplace, I was redirected to a data vendor. This meant spending 7–14 days on phone calls or emails, trying to explain my data needs, only to hear responses like, “Let me talk to data supplier and see if we can produce this dataset.” On top of that, navigating the top data marketplaces felt like you needed a master’s degree. Tasks like to create an account or view data listings and samples were always behind "Contact Us" walls. In one of my previous startups, I built a data storage solution and spent an insane amount of time trying to sell it to B2B businesses. Most of my calls ended with, “Cool stuff, but this isn’t the problem we have.” From there, conversations often shifted toward data monetization and acquisition, with companies describing the same pain points and challenges they had with top-tier data marketplaces. That’s when I realized it wasn’t just me—the actual problem was much larger than it appeared. I decided to continue as a solo founder and managed to attract 13 experienced professionals to the team. Together, we’ve built Opendatabay, an AI-powered data marketplace that makes data discovery, listing, and access as simple as shopping on Amazon. The product is live, we are getting traction, and I’d love to hear your thoughts on its feel, look, and message we trying to deliver. • Would you say it’s easy to use? • Do you understand what we do? • What, in your opinion, is missing? I appreciate your feedback! Thanks, Justin (Founder)

Does the same job

all alternatives →
  • ExploreYC May 2026 · ▲168

    Your data layer for Y Combinator's startup ecosystem

  • PreMar 2026 · ▲141

    Pre makes anybody an operator.

  • WD
    We decided not to apply to YC so we could try Kickstarter2012 · ▲10

    Hey everyone! We spent the major part of the year preparing an idea we had for the YC application. At last minute, we decided not to go through with YC. I mean, we've had our fair shares of failed startups and this was one of those make it or break it scenarios. We took everything we've ever learned and strived to make an app that we were proud of. We spent so much effort into making this app that we couldn't bear stopping short and applying to Y Combinator. (Mind you, there's nothing wrong with YC.) We didn't want to apply to Y Combinator at the last minute because if we had really gone…

  • CE
    Census – Export for data warehouses2020 · ▲34

    Hello Hacker News! We're a team of YC founders (Meldium W13, Draft S11, TapEngage S11) launching something new (https://www.getcensus.com). How many times has your business team asked you to generate yet another CSV file, write a ”quick report” in SQL, or send some custom data to a terrible API (looking at you Marketo)? We’ve built a product that connects directly to your data warehouse and syncs into apps like Salesforce, Customer.io and even Google Sheets. In fact, your business teams won’t even need to rely on engineering to manage all these pipelines. The tech stack for…

  • AA
    AI as a Mini-Product Manager2024 · ▲6

    Hey folks, I'm Yuval. I run a tiny startup called Glitter AI. It's just me full-time here, with a couple of freelances to help here and there. A couple of months ago, I went from managing zero requests to hundreds -- overnight (won Product of the day on Product Hunt). As someone who gets VERY easily distracted (maybe you relate), I had to find some sort of way of handling all the chaos if I didn't want to burn out. I came up with a pretty cool automation flow that I thought folks on HN here may be interested in reading about :) So here goes: Most of my interactions come through Intercom.…

  • MP
    My post-YC-rejection start-up2010 · ▲11

    http://invincibilitee.com Me and my co-founder submitted an app for YC W11, with a web site that would help college graduates figure out what jobs they could get with their chosen degree. We got a rejection email, and already had this as a back-up idea in case we did get rejected. So in the month between rejection and today, we found a printer, found some graphic designers, and got enough done that we felt comfortable with it as a first iteration. I know there aren't so many non-web app startups on HN, but I thought y'all might like to see how 2 guys rebounded from YC rejection.

More ai this month

the category →
  • I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.

    AI · 17d ago · simedw.com

  • Astute585

    Automate your B2B brand going viral, with new media creators

    AI · 18d ago · company-app.joinastute.com

  • Grok Bot547

    AI teammates that you can give real work to

    AI · 25d ago · x.ai

  • Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…

    AI · 26d ago · cactuscompute.com

  • Make your software self-driving

    AI · 30d ago · coldtea.ai

  • Soloop472

    Approval-first Agent OS for solo founders

    AI · 30d ago · soloop.io

Launched alongside, January 2025

the whole month →
  • IM

    Hello! I'm Byran. I spent the past ~6 months engineering a laptop from scratch. It's fully open-source on GH at: https://github.com/Hello9999901/laptop

    Dev tools · 2025 · byran.ee

  • TI

    I realized that the PDF engines of modern desktop browsers (PDFium and PDF.js) support JavaScript with enough I/O primitives to make a basic game like Tetris. It was a bit tricky to find a union of features that work in both engines, but in the end it turns out that showing/hiding annotation "fields" works well to make monochrome pixels, and keyboard input can be achieved by typing in a text input box. All in all it's quite janky but a nice reminder of how general purpose PDF scripting can be. The linked PDF is all ASCII so you can just open it in a text editor, or have a look at…

    Life & fun · 2025 · th0mas.nl

  • 21st.dev1,211

    Github + Pinterest to make your AI websites look beautiful

    Dev tools · 2025 · 21st.dev

  • Stay in flow by blocking distracting apps and websites

    Work · 2025 · raycast.com

  • Create lifelike, personalized AI avatars from text prompts

    AI · 2025 · jogg.ai

  • Turn Figma designs into full stack apps with AI

    Dev tools · 2025 · figma.com