Comment by janalsncm

13 hours ago

I wonder if the quality of YC applications will go up as more engineers find themselves in need of a job.

It would really be poetic justice if some former employees of established companies went for the jugular of massive SaaS incumbents.

This really should be the case. If AI tools are really making it easier to build stuff, we should see hordes of new startups solving all kinds of problems thar were difficult or expensive to solve before.

I've been seeing this in the startup ive been for the past year. We are 20 people, and are solving fiscal reconciliation problems for HUGE companies in my country. Building thing that were just not scalable before.

I'm waiting for all the cool startups in both b2b and b2c that solve health, time spending or money problems.

  • in theory yes, but all the money is going into AI or AI-adjacent startups that no one would actually build a product that solves problems if it doesn't incorporate AI in it.

    • Using AI is fine. The key is to use it to build processes/Systems that solve problems deterministically. Instead of "asking them" to solve the problems non-deterministically themselves. It's way cheaper and robust.

      As an example, we had to be able to parse most uses b2b bank statements. That means understanding the structure of around 30 different formats, some with very subtle differences within them.

      The naive and expensive approach was to train an LLM to do it (after OCR).

      Instead we used AI to generate a generalized python parser that is "configurable" for different structures. (And also extracts data from PDFs without OCR, unless they are pure images).

      It covers the 99% of the cases. And for that 1% we pass it through AI for immediate solution, and to generate the additional deterministic config to cover it.

      But I digress (lol). The point is, there are so many interesting problems that can now be solved. We should have teams of 3 to 5 people doing crazy stuff.