Top
Best
New

Posted by adocomplete 5 hours ago

Claude Tag(www.anthropic.com)
217 points | 139 comments
holografix 13 minutes ago|
Wowza this will be a token guzzler. Assuming Claude is parsing every message posted on multiple slack channels, compacting knowledge etc.

Looks like Anthropic is progressing further into platform territory and conquering Agentic use cases left right and centre. If you’re building an agent platform for workforce productivity today, your best best is model agnosticism and focus on token cost control.

brandensilva 10 minutes ago|
That's exactly what I'm doing. Push for model flexibility, cost control, and reliability.

The moat is to be anti lock in. The open source model needs to be amped up on steroids.

bitlad 5 minutes ago||
What if you could do this:

@claude collect all the internal knowledge and context. And fire folks who are not required.

SAK_ATAK 2 hours ago||
I don't understand how this is gonna fly for enterprise security and compliance. Claude needs to inherit permissions from somewhere, and those permissions will never align with the members of a slack channel. And finding the lowest common denominator of access probably results in a dumbed-down, useless experience.

The only way it works is if customers truly start treating agents as humans with the same liability as an employee.

KptMarchewa 8 minutes ago||
What permissions? I believe this does not actually _modify_ anything, just creates PRs. _Humans_ merge them.
mukbangpervert 38 minutes ago|||
Meanwhile, at an actual enterprise, we have lots of Slack channels where membership is controlled by an LDAP group... so this would be a non-issue.
kylecazar 58 minutes ago|||
An admin scopes permissions on a per-channel basis. It doesn't allow external actions until an owner specifically provisions that tool for that channel. I think.

But people can be invited to a channel after @Claude is provisioned. So yeah, I suppose you'll need to be deliberate about channel memberships.

deadbabe 39 minutes ago||
Which is a bad pattern. Around here, you can be granted access to most channels just with vague reasons for why you need to be in there. This is a disaster. Culture will degrade. Suspicions will grow. Security theater.
pants2 1 hour ago||
I built something similar at my org. Users simply connect the agent via OAuth and that inherits all of their permissions, so it acts as them.

What's cooler is then it can view/add/remove people from channels, so it can conduct access reviews -- overall I consider it a security improvement.

yodon 3 hours ago||
>Today, 65% of our product team’s code is created by our internal version of Claude Tag.

Yeah, that explains a lot.

SweetSoftPillow 4 hours ago||
The most important difference from other products:

> @Claude is multiplayer. Within a given Slack channel, there’s one Claude that interacts with everyone. This means that anyone can see what it’s working on, and can pick up the conversation from where the last person left off. This makes tagging Claude very different from working within a single chat or for a single task—it’s much more like interacting collaboratively with a teammate.

atonse 3 hours ago||
We have the opposite problem. We've tried this slack integration (first with NanoClaw, then Hermes, but now just building our own), and we actually want the OPPOSITE.

In private context, I want to have a per-person conversation with durable context for that person's private chats. I also want that person's permissions to extend. Like contractors in our slack should only be able to ask and get back information about clients that they've been attached to, not our entire knowledgeable.

And we've implemented ALL that, but just with a lot of custom code. We've put in interceptors that put in per-user keys into the MCP connection so only certain tools are even exposed, etc.

ceroxylon 4 hours ago|||
Hopefully there is some sort of version history implemented or planned like they have in Cowork[0]... this sounds great until a co-worker hijacks your Claude session with a worse idea and derails it from what you were intending.

[0] "Editing this message will create a new conversation branch. You can switch between branches using the arrow navigation buttons."

mhegazy2 4 hours ago||
this is discussed in https://claude.com/blog/agent-identity-access-model
tekacs 4 hours ago||
I don't think that that's quite what the parent commenter had in mind.

From reading that and materials on it, it seems unclear if – let's say you do what's done in the demos on the site and 'dispatch work' from a thread in a shared channel (e.g. from some discussion) – that if any one of your coworkers replies below you and says, "Actually, could you fold in <blah> as well?" that Claude wouldn't listen to them and thus derail the work.

stevenpetryk 3 hours ago||
Yeah, there is a level of organizational trust that is required to use this tool (as with any system that allows distributing access via service accounts).

We do signal to Claude that there's a difference between a conversation's initiator versus incoming participants and we've found that in situations where people disagree on an approach, Claude patiently waits for a resolution while correcting any misunderstandings.

It's also worth mentioning that since Claude has its own identity, a coworker cannot enter a thread and commandeer _your_ identity; you collectively steer how Claude acts with its _own_ identity (it opens PRs as itself, browses Datadog as itself, etc).

basch 2 hours ago|||
The killer feature here is an auto assembling todo list, punchlist, project management.

Discussing what needs to be done next, and having it automatically sort it into what subtask it is, if it applies or is blocking to multiple other tasks. Recording specifications, measurements, dimensions. Being able to ask other people facts and have them correctly documented into the right task.

Company Brain / Knowledgebase is imho more rear facing, whereas todo is future facing.

kentm 4 hours ago||
Thats a double-edged sword in some scenarios. If you're trying to keep info private then feeding it into a shared agent basically means that you can't guarantee that privacy. I'd imagine the approach here would be to have separate agents for private data and then restrict Slack access, but I could imagine tons of accidents from managers that habitually @Claude without understanding the implications.
MaxLeiter 4 hours ago||
Every channel has its own Claude, and Claude's access is configurable per-channel and per-workspace. Private channels don't leak information to other channels
Lightbody 26 minutes ago||
It's interesting to see the market movements from the big players.

This announcement is all about Claude extending its reach beyond single-player workflows and into multi-player workflows.

On the flip side, Slack just announced MCP support for the Slackbot AI chat capability embedded within Slack. It is, for now, exclusively single-player.

Single-player is the "safe place" (relatively speaking). The context, permissions, and standards (MCP/MCP UI apps) all work reasonably well for it, but get super complex or break down entirely when thrown into a multi-player shared context. I suspect Slack is doing what they are doing with an eye towards multi-player, but it's hard to say how that will manifest.

For a real life example of this challenge: I work in scheduling (for Reclaim.ai) and you can ask our chat to find time to meet with a coworker and we go find time and help explain why certain times won't work. For example, it might say: "I couldn't do 11am tomorrow because you've got a job interview scheduled on your personal calendar". This is safe and fine to do in a private context.

But... imagine if one were to ask our service (or Claude) to find time with someone and it replied to the thread for everyone to see: "The soonest I could find is 12pm tomorrow. Reggie is available at 11am, but Lightbody has a job interview so it won't work". WHOOPS.

I think the other comments in this thread have the right idea of it: for this to really work safely, the permissions model needs to be nailed down, and it may mean that you end up with multiple identities of "Claude Tag" (or whatever agent you engage with in a public forum), and the context it gets is only the context that particular identity is entitled to, just like any other employee. But then that gets tedious because now I've got even MORE "people" to keep track of and know who to engage with, which is half the problem getting work done in large enterprises.

Will be interesting to see how this evolves. I'll have my popcorn out :)

on_meds 20 minutes ago|
If your mixing work with personal calendars that’s a bigger problem.

Work should be entirely separate calendars with things from personal added to it in generic blocks the owner can understand but protects from this leakage. Work calendars are owned by companies (generally) and should be treated like the are looked at by coworkers.

threecheese 59 minutes ago||
WRT “Claude learns over time” - this is the biggest gap for me in the current system. As I scale my usage of Claude at work, I observe that it’s quite bad at distinguishing what it should “learn” (memorize) from experimental or just wrong data. It builds and builds on a foundation of sand, making sometimes hidden assumptions and turning them into actionable insight thats just not correct.

It recently wrote an entire dissertation for an epic, assuming it was related to some other project, where it had earlier made the wrong guess about a vendor capability (from their marketing materials, no less), and it all had to be thrown away. I cleared the memory, but it appears to be still pulling from some corporate data source i cant control or locate.

nozzlegear 2 hours ago||
> Today, 65% of our product team’s code is created by our internal version of Claude Tag.

Given the reliability and general product quality of the Anthropic product team's code, this doesn't sound like a selling point.

pelf 2 hours ago||
I was going say the same thing. Today someone must have slacked `@claude can you bring the API down for a couple of hours?`
NewsaHackO 1 hour ago|||
How are Anthropic's production applications poor quality? Other than memory use (which unfortunately is the industry standard nowadays) Claude Code is pretty solid.
MeetingsBrowser 1 hour ago|||
Claude code is by far the buggiest piece of software I interact with, If the underlying model weren’t so good, I would never opt to use it.

It takes multiple seconds to launch, random lines disappear in the scroll back, it’s internal state gets messed up causing the TUI to show duplicate and/or offset lines, and it frequently causes some kind of GPU buffer corruption causing the entire terminal env to show garbage.

NewsaHackO 16 minutes ago||
>It takes multiple seconds to launch,

Yes, this is the ubiquitous memory issue that I mentioned. Unfortunately, it is now the baseline in all modern apps.

>random lines disappear in the scroll back, it’s internal state gets messed up causing the TUI to show duplicate and/or offset lines,

I haven't seen this issue, other than when I am using a shell that is bugged and does it with all TUI/console programs (usually a virtualized shell which I resized). Do you have a reproducible example of this?

nijave 1 hour ago||||
Their "safety" system that arbitrarily flags things.

Tons of examples of innocuous strings setting it off and sometimes with financial impact like the OpenClaw/hermes thing (just having the word "hermes" would insta deplete your quota and start charging you API rates in extra usage)

Insanity 1 hour ago||||
Literally on the HN homepage today: https://news.ycombinator.com/item?id=48645386
verdverm 13 minutes ago|||
Their product features are a venn diagram, so depending on the tool you use, you may or may not have access to a "Claude" feature

i.e.

- design is only available in web

- cowork is only available in desktop, sharing projects only works in chat, not cowork, which is arguably the more valuable place to have that feature (re: multiplayer like tag). SSO only works if you type your email, the "login with google" button be damned, and only after you finish typing your email does the login button text change.

- cli has a number of features only available there, with the cowork equivalent having a different name iirc

If you admin/support other people using the breadth of tools, you will see more of the slop they sling

richardw 1 hour ago|||
How much do you think it’s holding them back? Market share seems to be surviving the lack of quality vs the other players.

Or possibly: they’re focusing where it matters?

youknownothing 1 hour ago|||
It's surviving *for now*. This pace isn't sustainable, they know it, but they need to pretend until the IPO. That's when they'll start worrying about quality. The pace of feature creation is going to decrease the moment they float.
dgellow 1 hour ago||||
From the little I know from my interactions with their staff, it’s something Anthropic sees as critical. They are well aware their API isn’t reliable and that it is and will cause troubles
nozzlegear 1 hour ago|||
Not germane to me whether it holds them back or not, I don't even use their products anymore. I'm just taking the piss, having a cheeky laugh at the expense of the company who brought us such breathless prose as "it’s a bit like selling nuclear weapons to North Korea" and "we are releasing a model that is too powerful for the public".

Like okay Jan lmao, seems like the North Koreans take their uptime a little more seriously than the nuclear weapons developers at Anthropic.

ruszki 2 hours ago||
And this is their circular reasoning of their valuation.

“See, here is our company made to worth X by our product, because it can make a company worth X.”

And yet, the product made something really unreliable.

And nobody bats an eye on the market.

But hey, SpaceX successfully sold that they would generate 30 trillion dollars of revenue.

jhrmnn 1 hour ago||
Reliability is one property of a product. And it’s quantitative, not qualitative, so it all comes down to trade-offs
yalogin 15 minutes ago||
This is quite brilliant. This will seamlessly integrate with every collaboration systems as long as they are able to “enroll” Claude as a user. Claude gains knowledge across systems and makes the ai enhancements for each app/system unnecessary. For example if slack creates something similar it’s less useful because Claude’s model works across any system/app. More so, anthropic can either charge for it separately or not , companies will pay in extra used tokens anyway.
phaser 5 hours ago|
Is someone here using a Claude product that's not code? I'm puzzled about the amount of products they put out. I know a lot of people using Claude but we're all using the terminal-based code. Even for non-engineering stuff it suits great (tax documents, 3D modeling with blender through MCP, academic research, etc.)
dewey 4 hours ago||
And it sometimes feels like these teams are not talking to each other. Using Claude Design? The way to hand it over to Claude Code is to download a .zip file with the html mockup and some description, which you then have to copy into Claude Code so it can use it.
DaveJorg 4 hours ago||
The latest version of Claude code as of yesterday or day before has Claude design Mcp so you don’t need to do this now.

edit: note this may not be official release, and may be unavailable for some users. I saw it show up yesterday listed as available Mcp and used it to view projects in Claude design.

ahmadyan 1 hour ago||
still doesn't feel integrated, like it could have been built by any other company, e.g. Microsoft could have built Microsoft Design and it would look better integrated.

For example, it writes the whole front-end twice, once is claude design and then later it has to read it again and re-implement it in code. Also a lot of stuff (e.g. Claude.md, skill files, etc) are not supported, and they have their own set of ui-design and design systems, which claude code doesn't support.

I think Claude Design is a wonderful product, i'm just pointing that it is an independent product to Claude Code, heck even today it works better with Codex than Claude Code (that is how i use it with my own browser-use agent, i tell it to browse the design in Claude.ai/design and re-implement the design, works much better than downloading the zip file and asking the model to implement in that way.

ricksunny 4 hours ago|||
I use Claude Desktop (& essentially equivalent mobile app) to ask frivolous aspie questions about things society long ago accepted. I enjoy its responses, interpret how you wlll. (my claude.md file has instructions to tell it that the premise of any question i ask is as likely as not wrong, and to never be sycophantic). But beware the userMemories file (ask Claude to give you a dump of it). bonus points if you can figure out where that file lives. At first I was freaked out that usermemories is a subpoena’able psychological profile on me. Then I realized that the same file will be produced for spooks all over Langley, so that the day Anthropic gets hacked those profiles will see the light of day (caveat along with the rest of the user base of course) and so I felt more catharsis as a result.
nozzlegear 2 hours ago||
> At first I was freaked out that usermemories is a subpoena’able psychological profile on me. Then I realized that the same file will be produced for spooks all over Langley,

The spooks at Langley aren't going to produce such a file for run-of-the-mill encounters that you have with the legal system, but Anthropic will.

thewebguyd 3 hours ago|||
At my work we rolled out Cowork to all the non-technical staff. People are using a ton, wired up for read access to M365, Confluence, etc. as sort of a psuedo enterprise RAG + all the document creation/file management it can do.

I know my users would actually like Claude Tag, but unfortunately we are in Teams, not Slack, as are most other non-tech companies.

Cowork/Claude Desktop itself is also quite a frustrating product. There's no native audit log unless you basically wire up your own with the API & a log aggregator. You can't selectively enable Claude Code access per team member, it's all or nothing. Some of the MCP connections (like QuickBooks Online) don't do RBAC at all, it's all or nothing for every user in the team.

Maybe enterprise isn't their target market, but they do keep making features that make it seem like they want that market. But if they do, they really need to step up work on governance features & RBAC for specific features and settings per member in the team.

If they don't, Microsoft will eat their lunch for enterprise non-programming use.

hughw 1 hour ago|||
MS has their own profile of Cowork targeted at your users that presumably will be more enterprisey:

https://www.microsoft.com/en-us/microsoft-365/blog/2026/03/0...

sarracin0 53 minutes ago|||
[dead]
manbash 4 hours ago|||
They're pretty much going the Google (how Google was until recently), trying to fan out to every market share.

I expect many of those to be shut down sooner than later, if learning anything from Google.

mordymoop 4 hours ago||
This happened at Google because there aren’t enough engineers to maintain all these services. This situation may not apply to Anthropic, as they can set up features to be maintained in perpetuity by Claude.
kxrm 2 hours ago|||
Our entire org migrated from random ChatGPT accounts to all Claude Desktop specifically targetting business users. So a lot of non-dev teams in our org see it as essential.
a_c 4 hours ago|||
I use design. It's nice enough for me.
verdverm 4 hours ago|||
They are going after the non-developer side of the business. Many developers are far less sticky and want to try out different harnesses and models. Case in point, our biz team all has Claude Desktop / Enterprise, developers get choice and there are a lot of setups.
thewebguyd 3 hours ago||
To go after the non-developer side though they need to do a ton more work on governance & RBAC. It's sorely lacking for anything more than a tech company/startup team. You can't even selectively enable or disable Cowork & Claude Code per member on the team plan, it's all or nothing for everyone in the team.
verdverm 1 hour ago||
I agree their products are super sloppy, but they are capturing the biz user market. They have the best brand and can clean up later. What other realistic options are there that the CTO can click-ops their access to a great model and put per-person billing limits on? (wouldn't matter, they asked for Claude) We've disabled code for them all, our devs can use their claude enterprise from the CLI if they want.
CSMastermind 4 hours ago|||
Lots of people use design
halfmatthalfcat 4 hours ago||
Design has been very hit or miss for me. I've had more success with Claude Code and the frontend-design skill.
5701652400 4 hours ago||
[dead]
More comments...