Anthropic Launches Global Community Ambassadors Program
Anthropic opened applications for the Claude Community Ambassadors program, a new initiative to grow the Claude ecosystem city by city worldwide. The program targets developers, educators, and community organizers — no developer title required, but meaningful experience with Claude Code or Claude Cowork is expected along with a track record of community involvement.
Ambassadors receive event funding, ready-to-use content and swag, promotion through Anthropic’s official channels, and monthly API credits to power demos at local events. Multiple ambassadors from the same city are welcome. Applications are reviewed within two weeks, followed by a short screening call. Selected ambassadors sign an Ambassador Agreement and join a private Slack with Anthropic staff to begin planning their first event. This is Anthropic’s clearest move yet toward building a grassroots developer community — the kind of local network effects that helped Docker and Kubernetes reach critical mass.
DST Bug Triggers Infinite Loop in Scheduled Tasks
When clocks sprang forward for daylight saving time overnight, users in affected timezones discovered that Claude Cowork and Claude Code scheduled tasks fell into an infinite execution loop. Tasks configured to run during the 2–3am hour that doesn’t exist in spring-forward zones triggered repeated attempts as the scheduler couldn’t resolve the target time. The issue was first reported on the status page around March 8 and affected users through the overnight transition.
Anthropic acknowledged the bug and a fix is rolling out. For users still experiencing issues, the immediate workaround is to reschedule tasks to avoid the skipped hour or temporarily disable and re-enable them. It’s a classic edge case that hits scheduling systems every spring — but for a product positioning itself as a reliable background worker via the new /loop command, it’s a timely reminder that infrastructure reliability matters as much as model quality.
Claude Code Crowned Most-Used AI Coding Tool — Copilot and Cursor Dethroned
The Pragmatic Engineer’s March 2026 developer survey has named Claude Code the most-used AI coding assistant, surpassing both GitHub Copilot and Cursor just eight months after its May 2025 launch. Among engineers at smaller companies, adoption is even more striking: 75% report Claude Code as their primary tool. Anthropic’s Sonnet 4.6 and Opus 4.6 models dominate preferences for complex tasks like multi-file refactoring, architecture design, and debugging, with 44% choosing Claude over Copilot’s 28% and ChatGPT’s 19%.
The broader trend is just as significant. AI coding tool daily usage has hit 73% across the industry — up from 41% in 2025 and 18% in 2024. Engineers are running two to four AI tools simultaneously on average, and 55% now regularly use AI agents rather than simple autocomplete. GitHub Copilot still leads for routine autocomplete at 51%, but Claude Code has captured the high-value end of the market where developers spend the most time and money. A separate Blind survey from January found 31% of U.S. tech professionals use Claude as their primary AI model at work — the single largest share among all options.
Claude Code v2.1 Stability Update — Dozens of Fixes Ship
Anthropic rolled out a comprehensive stability and UX release for Claude Code around March 6, addressing API 400 errors, prompt and tool search quirks, and edge-case responses. The update adds VS Code session visuals, document views, improved MCP management, and smarter startup behavior. A separate update from March 5 introduced the built-in /claude-api skill for building Claude apps without switching tabs to the docs, new session naming, keypad support, remote-control name options, and multi-language voice speech-to-text.
These aren’t headline features, but they reflect the kind of polish that matters for daily-driver adoption. When 73% of developers are using AI coding tools every day, the difference between “useful” and “indispensable” is often in the bugs that don’t happen and the workflows that don’t break.
Cloud Partners Double Down — Microsoft, Google, and AWS Reassure Enterprise Customers
In the wake of the Pentagon’s supply chain risk designation, Microsoft was the first major cloud provider to publicly confirm that Anthropic’s models will remain available to its customers. Google and AWS followed with similar assurances. The message to enterprises and startups: if you’re building on Claude through Azure, Google Cloud, or Bedrock, the Pentagon dispute does not affect your access. The only restriction applies to Department of Defense contracts specifically.
This matters because enterprise procurement teams were starting to ask the obvious question: if the U.S. government won’t do business with Anthropic, should we? The coordinated response from all three hyperscalers effectively answers that question with a no. It also reveals something about the leverage Anthropic has built — Microsoft, Google, and Amazon all need Claude in their product catalog, and they’re willing to publicly back the company through a political controversy to keep it there.
Developer Community Signals — Claude Preferred for Deep Work, ChatGPT for Quick Tasks
An analysis of 500+ Reddit threads and X/Twitter discussions reveals a clear pattern in how developers are splitting their AI tool usage in 2026. Claude dominates for complex coding tasks, long-form analysis, and anything requiring sustained reasoning across large codebases — 78% of developers on r/ClaudeAI prefer it for coding work. ChatGPT retains an edge for quick web searches, image generation via DALL-E, and faster response times for simple queries.
The community consensus is converging on a dual-subscription model: $20/month for Claude Pro plus $20/month for ChatGPT Plus, using each where it excels. Power users on X are sharing advanced prompting patterns including role priming with explicit JSON schemas, chain-of-thought via hidden scratchpads, and retrieval with document chunks to improve output fidelity. The r/ClaudeAI subreddit and growing r/ClaudeHomies community have become two of the most technically rigorous AI forums on Reddit.