Ask HN: How do you handle QA at a startup with no QA team? Genuinely curious

Been doing QA for 19yrs, mostly at startups and still trying to figure out how are AI startups navigating the quality aspect nowadays, practically. I'm also trying to productize my expertise and I see quite a lot of confusion among startups these days between: moving fast(whatever that means), quality, hitting PMF and/or growth.

4 points | by ovi_firstqa 1 day ago

11 comments

  • denn-gubsky 3 hours ago
    I'm doing a lot of QA in my startups. There are several layers: 1. One model (Opus) writes a code, another model (Sonnet, Qwen, Kimi) writes unit tests using requirements and code; 2. Full code review by me. Just to understand what is going on in the codebase; 2. Integration tests are running with PlayWright MCP. Another model validates UI per requirements; 3. Substantive runtime tests prepared by me or human QA team. All features should be included into testing, plus regression testing of existing features, plus edge cases. QA in AI era becomes more important than coding skills. So keep it in a good shape.
  • ativzzz 1 day ago
    Everyone is QA at a startup. I hope y'all are using your own product regularly right? You should have a nice simple way to raise these issues, maybe a slack channel or something with a convenient way to turn a screenshot into an item in your todo/work system if you have one. Encourage product ownership.

    Alternatively, if you don't really care about the product, everyone is also customer support at a startup - you should be quickly be able to solve regressions that customers raise. I hope that at least you are talking to your customers and are very responsive to them at a startup.

  • gary4gar 1 day ago
    Everyone does QA at a startup. There is no dedicated QA. If you're a developer, you're doing QA. Product, whatever your job title is, you're doing QA.
    • kypro 9 minutes ago
      Why though?

      I guess I never understood this perspective because it's such an unproductive use of a developers or product person's time to be doing QA.

      I guess everyone will use/test the product to some degree, but if you're trying to assure quality, isn't it better to have a dedicated QA?

    • mmarian 1 day ago
      Even the customer does QA.
      • ChrisRun 1 day ago
        And very soon no longer a customer
        • theflyinghorse 4 hours ago
          You'd be surprised. Every software application has bugs. If customers are willing to give you money despite bugs that's a very string signal in favour of your product.
    • catfish-1234 1 day ago
      The investors doing QA too
  • spacesh1psoda 1 day ago
    I guess usually using things like sentry or having a close conversation with customers.
  • pranshuchittora 1 day ago
    Use https://github.com/vostride/agent-qa you don't need a QA team just ask coding harness to write tests and you can review the test runs.
  • journal 1 day ago
    QA should not be done by the same entity writing code.
  • chido1203 13 hours ago
    [flagged]
  • Mohannad_labs 22 hours ago
    [flagged]
  • sepehramirkiaee 17 hours ago
    [flagged]
  • Rutvik_Pansare 1 day ago
    [flagged]
  • plagiarismplus 1 day ago
    Is there any AI Agent do it ?