← Reddit

Agents are meant to be shared, but existing tooling is not fit for purpose

Reddit · pmihaylov · May 13, 2026
An engineer used Claude Code to troubleshoot a support ticket and wanted to share this capability with their team, but discovered existing tools had significant limitations including per-user licensing, tool fragmentation, and single-session constraints. The engineer subsequently built Nairi, a platform that deploys Claude Code-backed agents in Slack as shared, team-accessible resources under a single subscription.

Detailed Analysis

A software engineer's frustration with sharing Claude Code workflows across a mixed-tooling team illustrates a growing friction point in enterprise AI adoption: the gap between individual power-user experiences and scalable team deployment. The author discovered Claude Code's utility firsthand when using it to diagnose a customer support issue, granting it access to a support workspace and read-only AWS credentials to trace the root cause autonomously. The result was impressive enough to warrant broader adoption, but the practical realities of a heterogeneous team — split between Cursor, Codex, and Claude Code — made that sharing nearly impossible without a unifying layer.

The specific pain points the author encountered with existing solutions are technically revealing. Cursor's background agents, while available via Slack integration, imposed a per-seat subscription model that created cost inefficiencies for non-engineering users like sales and operations staff who would never open the IDE itself. More critically, each agent session was bound to a single user identity, preventing collaborative mid-session intervention — a meaningful limitation when agents are executing consequential tasks that may require human correction or redirection. These constraints point to a fundamental design assumption baked into current agentic tooling: that the agent and the user are in a one-to-one relationship, a model poorly suited to team workflows.

In response, the author built Nairi, a platform designed to deploy Claude Code-backed agents within Slack under a single shared team subscription. The architecture addresses both the cost distribution problem and the session isolation problem simultaneously, allowing any team member — regardless of their primary development tool or technical role — to interact with a shared agent context. This represents a meaningful architectural shift: rather than treating agents as personal productivity tools, Nairi positions them as shared organizational infrastructure, analogous to how teams share databases or internal APIs rather than each running their own instance.

The broader trend this episode reflects is the maturation pressure on agentic AI tooling as it moves from developer hobbyist use to real organizational deployment. Early adopters of tools like Claude Code are increasingly running into the same class of problem: impressive individual capability that degrades or becomes cost-prohibitive at team scale. The Reddit post's open question — asking whether others are building similar tools or finding existing solutions — signals that no dominant standard has emerged for team-level agent sharing, leaving the space fragmented and largely DIY. This mirrors earlier phases of developer tooling evolution, such as the transition from local scripts to shared CI/CD pipelines, where the individual workflow proved the concept and the team workflow required entirely new infrastructure.

Anthropic finds itself in an interesting position as this dynamic unfolds. Claude Code is gaining traction as a backend for agentic automation, with third-party developers like the Nairi author building distribution and collaboration layers on top of its capabilities. This ecosystem formation around Claude-powered agents — where Anthropic provides the core model and reasoning capability while others solve the deployment and access-control problems — could accelerate Claude's enterprise penetration without requiring Anthropic to build every layer of the stack itself. However, it also means the user experience and reliability of Claude in organizational settings will increasingly be mediated by third-party tooling quality, introducing variability that Anthropic does not directly control.

Read original article →