Anthropic's Claude Tag brings persistent AI teammate into Slack, not meant to replace Claude Code
Anthropic's Lamis Mukta revealed on the AI Native Dev podcast that Claude Tag, an internal side project turned company-wide tool, extends AI collaboration into Slack as a long-running, proactive teammate. It is not a replacement for Claude Code but rather brings the same context and tools developers use into Slack for persistent collaboration.
Entities
Related
Claude Science: AI-powered scientific research assistant
Claude Science is a version of Anthropic's Claude AI assistant tailored for scientific research. It helps scientists and researchers accelerate their work by analyzing data, generating hypotheses, and summarizing literature. The product was shipped to all paid Claude subscribers on launch day.
Developer shares best practices from building 6 agent harnesses in 6 months
A developer recounts building six agent harnesses over six months and distills best practices from companies like Ramp, Stripe, OpenAI, and Anthropic. Key takeaways include using small agent prompts, deterministic gates, isolated environments, and managing state.
Anthropic explains LLM's challenge in distinguishing own thoughts from user input
Anthropic published a technical explanation of how LLMs like Claude perceive conversation as a single continuous text stream, making it difficult to distinguish between their own generated text and user input. The post uses a snapshot of Claude's response to illustrate the problem, highlighting the fundamental difference between the structured chat interface users see and the raw token sequence the model processes.
Coder: CLI tool to delegate coding tasks to background LLM agents
Coder is a CLI/plugin that lets developers dispatch coding tasks to background agents powered by Claude CLI or Codex CLI. It keeps the main session context clean and distributes workload across existing subscriptions. Built entirely with Claude Code, it is free and open source.
Enola: engineering intelligence layer for AI coding agents
Enola is an open-source engineering intelligence layer that helps AI coding agents understand existing codebases. It answers questions about change impact, dependency reachability, safe module deletion, refactoring priorities, and architecture drift. The tool uses LLMs to analyze code context and provide insights that reduce mistakes from both humans and AI agents.

