[dead]
Anthropic, please make a new Slack
221–230 of 264 posts
Re: Anthropic, please make a new Slack
#222Earlier quoted context omitted.
> Claude Code could absolutely build a chat client in the hands of someone who could also build the rest around it. So why can't Anthropic build a CLI client that doesn't flickr and doesn't consume 68 GB to run a CLI wrapper on top of their API? https://x.com/jarredsumner/status/2026497606575398987
That's still light years better than Slack. The thing lags a few seconds while typing a message on a 20 core 128g ram machine. That's with their desktop (electron) app. Mercifully, the web app works better. Still, CC blows it out of water. Slack is that bad.
It's a terminal wrapper for Anthropic API. It somehow baloons to 68 gigabytes when all it needs to do is call an APi and slowly draw a few hundred characters on screen. And they can't even do that without flickering. Oh yes, and until very recently it would also consume a significant percentage of CPU just waiting for input to a slash command.
Yes, on that same 20 core 128g RAM machine.
You surely must be kidding. Slack is an amazing cutting edge high performance tech in comparison as it has about two orders of magnitude more features that a TUI API wrapper.
Re: Anthropic, please make a new Slack
#223Earlier quoted context omitted.
> Claude Code could absolutely build a chat client in the hands of someone who could also build the rest around it. So why can't Anthropic build a CLI client that doesn't flickr and doesn't consume 68 GB to run a CLI wrapper on top of their API? https://x.com/jarredsumner/status/2026497606575398987
Can’t != not prioritizing
E.g. they claim it's a difficult task to render a few hundred characters on screen, and that their CLI wrapper is a tiny game engine: https://x.com/trq212/status/2014051501786931427
They literally had to buy bun to have someone who understands how things work to fix this
Re: Anthropic, please make a new Slack
#224Re: Anthropic, please make a new Slack
#225This is just crazy. Lets ask the power company to build some trains for us. They transport electricity, they _must_ know about transporting people. They can power the lines themselves! If this was so easy, teams wouldn't suck, matrix would be everywhere, and discord would be replaced already by the furries (as much as stoat is trying).
Cowork Chat. Anthropic can do this. What is wrong with this line of thinking? Anthropic is the power company that has a 3D printer to make a faster Maglev than anyone. If Enterprise companies are restrictive to make your own data their only moat, that moat can be broken. Have you tried building any AI agent or using an AI product with Slack MCP? This is one of the hardest problems in SaaS data access and Slack tries…
And yet they can't: https://news.ycombinator.com/item?id=47281246
Re: Anthropic, please make a new Slack
#226Use Zulip. The migration out of Slack is actually quite easy and preserves all messages, files, etc. Even the user migration is straightforward, keeping Google or whoever as the identity provider if you prefer.
Zulip is not even close to Slack. It keeps crashing.
Re: Anthropic, please make a new Slack
#227This is just crazy. Lets ask the power company to build some trains for us. They transport electricity, they _must_ know about transporting people. They can power the lines themselves! If this was so easy, teams wouldn't suck, matrix would be everywhere, and discord would be replaced already by the furries (as much as stoat is trying).
Is it really so different than asking the search company back in '01 to make a mail client, a browser, a maps app, ...?
2. Half (or more) of those things they bought.
Re: Anthropic, please make a new Slack
#228This is just crazy. Lets ask the power company to build some trains for us. They transport electricity, they _must_ know about transporting people. They can power the lines themselves! If this was so easy, teams wouldn't suck, matrix would be everywhere, and discord would be replaced already by the furries (as much as stoat is trying).
I think all of the big tools are drowning in complexity by trying to be hugely scalable, integrate with a whole bunch of different tools and so on.
What most of us need is SimpleSlack or SimpleDiscord - something you can deploy on a cheap VPS as a single instance for your community/company of 10-200 members. No complex federation, no enterprise crap, just channels, media, voice and video calls with screen sharing and search, probably an API. Single Go binary for the RESTful API and SSE, PostgreSQL and Garage/SeaweedFS for object storage, maybe an additional binary for handling calls/video cause the hardware requirements of that use case kick everyone's butt and that thin will inevitably crash. Docker containers for resource limits and management.
Something a bit like phpBB back in the day, but more instant messaging, although one could imagine supporting the forum format too. Network effect be damned.
Mattermost is pretty close to that, though they place a bunch of restrictions on you in regards to calls, last I checked. Stoat looks pretty cool, though, hadn't seen much of it before! Maybe Zulip for the people that need something with fewer restrictions (though the mobile app push notification limitations are weird, still hate how mobile OSes handle that per-app).