Steven Gonsalvez

Software Engineer


CEREBRO


machine-read, human-curated

Claude Tag: Multiplayer Async Agents in Slack

  • Claude Tag launch — Anthropic's Slack bot gives Claude its own team identity, per-channel memory, and tool access; each @-tag spins up an isolated sandbox that clones repos, runs code, then discards itself.
  • AINews deep-dive — covers the async-agent wave (Shopify, Stripe, Ramp) that Claude Tag joins; marks the shift from 1:1 chat to org-wide ambient AI.
  • Proactive monitoring — Claude Tag can watch channels, auto-respond, and react with ✅/❌ emojis when threads close — no prompt needed, configured in natural language.
  • Karpathy take — frames Claude Tag as "inline with all other human activity," the key being seamless tool/integration/compute/memory wiring, not the Slack surface itself.
  • 65% of Anthropic product code — bcherny reports their internal Claude Tag already generates 65% of new product code; Claude Code runs under the hood.

Coding Agents & Models

  • Opus 4.8 — 69.2% SWE Pro, 4× better self-error-correction, stronger instruction-following, plus dynamic workflows enabling multi-day tasks via hundreds of coordinated subagents.
  • Claude Code v2.1.191 — adds /rewind to resume from before a /clear, fixes background agents resurrecting after stop — two long-standing pain points gone.
  • Claude Code v2.1.187sandbox.credentials blocks sandboxed commands from reading credential files; org-configured model restrictions now enforce through the model picker and ANTHROPIC_MODEL.
  • Fable 5 hints in v2.1.190 — string "You've used your Fable 5 usage for this week" added; "purchased separately" removed — signals Fable 5 bundling into subscriptions with weekly quota.
  • Qwen-AgentWorld — language world model trained to simulate 7 agent environments (MCP, Search, Terminal, SWE, Web, OS, Android) natively; collection on HuggingFace, blog — environment modeling as a first-class training objective, not post-hoc RL.
  • revfactory/harness — meta-skill that takes a domain description and generates a full Claude Code agent team plus the skills they use, selecting from six pre-defined team-architecture patterns.

LLM Mechanics & Token Economics

  • LLM code style and token costs — structured JSON responses with schema constraints cut output tokens ~40% because the model stops over-explaining; useful signal for agentic pipelines where output cost dominates.

Agentic SaaS & Orchestration

  • stablyai/orca — desktop/mobile ADE for running Codex, Claude Code, OpenCode, or Pi in parallel worktrees from one UI, with account hot-swap and usage tracking across providers.
  • GitHub Copilot BYOK — Copilot app now supports bring-your-own-key for OpenAI, Azure OpenAI, Anthropic, and local models; lets teams route agent sessions to their own contracts.

Vibe-coding & Repos

  • tashfeenahmed/freellmapi — OpenAI-compatible proxy aggregating 16 free-tier LLM providers (~1.7B tokens/month) with smart routing and automatic failover; personal experimentation only.
  • Forward-Future/loop-library — public catalog of repeatable AI-agent workflow loops for engineering, eval, ops, content, and design; machine-browseable so agents can self-discover workflows.
  • RubyLLM — unified Ruby framework across major AI providers for chatbots, RAG, and agents; community note: lacks observability hooks and retries wipe history, making debugging multi-call sequences painful.

Signals

  1. revfactory/harness: A meta-skill that designs domain-specific agent teams, defines specialized agents, and generates the skills they use.
  2. Anthropic updates Claude with Opus 4.8 The new model scored 69.2% on SWE Pro. Anthropic says it performs better on long coding tasks, catch…
  3. What I'm Finding About LLM Code Style and Token Costs
  4. (AINews) Claude Tag: Multiplayer, Proactive, Persistent Agents in Slack
  5. Introducing Claude Tag, a new way for teams to work with Claude. In Slack, Claude joins as a team member with access to the channels and to…
  6. We're launching Claude Tag today. Tag Claude into Slack and it works in channel with you. It’s proactive, multiplayer, with its own identit…
  7. stablyai/orca: Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on d…
  8. Tag Claude in a channel, it spins up an instance with its own sandbox. It clones repos, writes code, tests, compiles all in that isolated e…
  9. There are some subtleties in this launch that are very important in practice. This isn’t just you interacting with Claude in a 1:1 format v…
  10. tashfeenahmed/freellmapi: OpenAI-compatible proxy that stacks the free tiers of 16 LLM providers (~1.7B tokens/month) behind one /v1 endpoi…
  11. That's it. Point it at a channel, give it a task, and let it work. It's in beta on Slack today for Claude Enterprise and Team customers. Mo…
  12. This is a new paradigm for interacting with Claude that is significantly more "inline" with all the other human activity org-wide. Once you…
  13. https://arxiv.org/abs/2606.24597
  14. https://huggingface.co/collections/Qwen/qwen-agentworld
  15. This is the start of Claude Everywhere. It’s Claude Code under the hood so it’s just as good at writing code. 65% of our product team’s new…
  16. Claude is really proactive with Claude Tag. You don’t need to prompt it to do work, it can do work proactively based on your instructions.…
  17. GitHub Copilot app support for BYOK
  18. https://qwen.ai/blog?id=qwen-agentworld
  19. Forward-Future/loop-library: Practical repeatable AI-agent workflows for engineering, evaluation, operations, content, and design.
  20. I also have Claude monitoring Slack channels to proactively respond to people to answer their questions and draft PRs, and to react with sp…
  21. v2.1.187
  22. 🚨 BREAKING: Claude Code v2.1.190 introduces several string changes that hint at preparations for a Fable 5 return, with it being permanent…
  23. I tag Claude many times a day to write PRs, address user feedback, investigate incidents, do data analyses, summarize information, etc. Use…
  24. RubyLLM: A Ruby framework for all major AI providers
  25. v2.1.191