I see a lot of companies with fresh faced 25 year olds that are running all kinds of AI stuff. Everything from NPT, Vision, organization tools.

What I don’t get is how they’re doing this with such small teams. How are these young companies building out AI services?

    • @palebluethought
      link
      English
      179 months ago

      This – I think this is probably starting to die out already, but there was a massive wave of startups whose “product” basically amounts to a prompt template that they fill in with your input and pass along to ChatGPT. Any early stage startup getting plugged on HN or whatever, you can assume there’s at least a 60% chance it’s pure smoke and mirrors, and that percentage only climbs the more buzzwords it includes.

  • conciselyverbose
    link
    fedilink
    149 months ago

    There are lots of things you can do with freely available tools if you have decent training data and the know-how to tailor the application to your use case.

    I’d bet 95% are wildly overpromising to grab investment money because it’s the hot thing right now though.

  • @[email protected]
    link
    fedilink
    English
    149 months ago

    Once I started to work with an “AI” startup. After a short time, I learned that it was but “AI” just a bunch of if/then statements in Python.

    • @[email protected]
      cake
      link
      fedilink
      21
      edit-2
      9 months ago

      Times have changed, now it’s downloading an existing open source model and selling it back to people

    • @Abucketofpuppies
      link
      19 months ago

      Tbf, the term AI is fairly broad. Very few of these startups specify their use of machine learning

  • @Zarxrax
    link
    129 months ago

    There are lots of powerful tools, such as pytorch, which take a lot of the complexity out of creating neural networks. A lot of people are studying this stuff in college now, so tons of young graduates are coming out of school each year with the ability to create these networks. There is also lots of open source code out there where someone has done all the hard work, and you can just train new models on top of it. Not everything needs to be ChatGPT, a lot of kinds of models can be trained relatively quickly and with little resources.

    • @[email protected]
      link
      fedilink
      19 months ago

      I took a Stanford AI course for free a couple years ago, while sitting at home in Boulder.

      That such a thing is even possible is incredible.