Comment by saadn92

1 day ago

Can also say the year that subscriptions go down, because now you can finally build your own systems exactly to your liking. Save money and have something that works just for you. LLMs are awesome.

If you're paying a subscription for anything, it's unlikely to be something you'd want to replace for an internal tool. Yeah, you can easily vibe code the basic functionality of a Slack/Jira/Confluence/Ashby/Salesforce replacement in a workday now, but 1) there's no chance you capture all functionality needed by your business on the first pass, you're going to be getting inundated with feature requests as soon as you roll it out, and 2) the ongoing maintenance cost is going to be much higher than expected. Not just maintaining a server and database, which is cheap, but training people how to use your tool instead of the industry standard one. There's a reason Atlassian and Salesforce stocks have recovered after the theorized "SaaSocalypse" which never materialized, it's just not an overall cost savings to build this stuff yourself.

Where internal tools shine is internal operational workflows that are being done manually. You're not replacing Slack or Salesforce, you're replacing the current process where a developer needs to SSH into the server to run a SQL query, or where the Operations team fills out a Google doc which the Finance team pastes into an Excel spreadsheet which runs a bunch of VBA calculations.

  • Where internal tools shine is internal operational workflows that are being done manually.

    This is the key distinction people need to understand, until then it just piles up and lot of companies main business is not software, something else.

  • Slack is trivial to replace. You don’t need training to know to type your message in the message box.

    • > Slack is trivial to replace. You don’t need training to know to type your message in the message box.

      You're aware that Slack has many more features besides chat, right?

      This statement falls purely into the mistake #1 category.

We have lived with lackluster B2B and enterprise tools for so long that we have become numb to how bad they are.

Being able to build something that works just how you want with minimal investment is a huge value add.

I ditched web analytics platforms and just send events in jsonl format to disk.

I have a regularly scheduled job that imports it all into a duckdb database and updates a very custom report. I can also ask random questions like “is there a cohort of users who use feature A and B?”.

It’s super lightweight and incredible.

  • It’s super lightweight and incredible.

    As long as the phase of the software and users are lighweight - agree these internal tools can be built, but as scale comes that is when the challenges show up is what I have observed.

  • yep, excellent use case! I did something similar with my gmail recently, because I hate using gmail's UI and I also hate that I don't get access to all my data, but I've begun to regularly backup all my email into a local postgres DB (including attachments). AI has also allowed me to get a full backup of my entire email and archive it onto my own storage. and the best part of this: I might be able to finally get off gmail

Can build our own buggy substandard turds instead of customising an off the shelf buggy turd.

How far we have come!

Who pays for ongoing maintenance of all those things you built and now own

  • good question. maintenance is cheap with tools like astra/opus. also, these aren't production level applications, so I don't need to worry about it being "perfect" (though there's no such thing)

    • Ah yes, the ye olde "it doesn't need to be perfect" response to serious, legitimate questions.

      It's always about cheaper, better, faster. And when the thing being built extends beyond a single person, and still when working alone, conflict shows up in balancing the risks between these. The Strawman of Perfection is just that.

      "It doesn't need to be perfect" is incredibly dismissive of the reality of the situation. Ignoring reality seems like a poor problem solving strategy.

      1 reply →

    • What happens when these companies decide to start increasing the cost/token, exceeding the cost of hiring an engineer or paying for an external service in the first place?

      5 replies →