5 comments

  • aurareturn 2 hours ago ago

    The value in Shiphero is their integrations: https://www.shiphero.com/integrations

    If you need them, they're very valuable. If you're working with many companies that you rely on to ship, Shiphero is maybe worth it. For a single company, it probably isn't.

    However, this is exactly why I do not invest in SaaS companies anymore in the stock market. Having the ability to build custom software for your business is an incredible super power. I think this also puts a lot of price pressure on SaaS companies overall.

  • rubythis 5 hours ago ago

    Yep, this is my experience with Claude code. Given clear requirements it can build an app. And it excels at complicated but well documented tasks like integrations. The only issue is that I don't see any code review or tests or risk audit. But those are just prompts, so easy to add.

    • ryanckulp 4 hours ago ago

      thanks for reading, updating the post now to explain we use the Superpowers skill and spend 90% of our effort on specs / tests. measure thrice, cut once.

      • rubythis 4 hours ago ago

        sure, also I have it look for bugs, problems with database indexes (missing or should be/ should not be unique). reviews for code quality, srp, complexity, etc. also reviewing deployment and infra. and what happens when the db goes down. and find 10 problems that can happen after deployment and how to detect and manage.

        • ryanckulp 4 hours ago ago

          takes notes thanks again.