Claude voice mode now runs on Opus, Sonnet, and Haiku models. Voice can now reach connected tools like Gmail and Slack, and supports significantly more languages. Available across mobile, desktop, and web. Users can switch models mid-conversation.
WHY IT MATTERS
Voice mode moves from novelty to a real workflow layer. Anthropic explicitly positioned it for: practicing pitch meetings, deciding between offers, reviewing your own process out loud, brainstorming. Combined with connected tool actions, this is Claude Cowork extending into voice-first work.
HOW TO USE IT
Open Claude on mobile, desktop, or web. Toggle voice mode. Select model in-conversation. Ensure Gmail/Slack connectors are enabled in Settings → Integrations.
Anthropic and Cognizant expanded their partnership on July 27, 2026, extending Claude deployment to Cognizant's enterprise client base across industries. Follows the earlier PwC (300,000-professional) and TCS partnerships from May/June.
WHY IT MATTERS
This is Anthropic's 3rd Big Consulting alliance in 90 days (PwC → TCS → Cognizant). Pattern: Anthropic building the implementation partner ecosystem ahead of IPO, mirroring what Salesforce did in 2010s with Deloitte/Accenture. If your organization uses Cognizant for tech services, expect Claude-based delivery over the next 6 months.
HOW TO USE IT
If you work with Cognizant as an enterprise client, ask your account team about Claude-integrated delivery.
The Claude skills ecosystem doubled in July 2026. Karpathy Behavioural Skill (by Forrest Chang) hit 144K GitHub stars in weeks — the fastest-growing AI workflow repo ever. Video-shotcraft (launched July 19) hit 2.3K stars in 5 days at 260 stars/day. Agency-agents crossed 136K stars with a signed desktop app that installs skills into Claude Code, Codex, Cursor, and Gemini CLI in one click. ComposioHQ/awesome-claude-skills index surfaced on GitHub's daily trending — 1,000+ skills catalogued.
WHY IT MATTERS
Skills have moved from 'copy a text file' to 'checkbox in a desktop app'. The install pattern is standardizing: `claude plugin marketplace add <repo>` for provider-native installs, `npx skills add <name>` for community skills. The most-installed skills of July 2026 lean hard in specific directions: video generation (video-shotcraft, seedance2, handdraw-story-video), behavioral guardrails (Karpathy, i-have-adhd, learning-opportunities), and vertical integrations (Supabase agent-skills, Apify Agent Skills, Expo-Skills).
HOW TO USE IT
Karpathy Behavioural Skill: drop the CLAUDE.md into your project root. Video-shotcraft: `claude plugin marketplace add Vincentwei1021/video-shotcraft` then storyboard product videos through Remotion. Agency-agents: download the signed desktop app (v0.3.0+) for one-click multi-agent installs. Browse the full 1,000+ skills at github.com/ComposioHQ/awesome-claude-skills.
Anthropic released Claude Opus 5 on July 24, 2026, for complex agentic coding and enterprise work. 1M-token context window, 128K max output, adaptive thinking enabled by default. Most-aligned model Anthropic has ever shipped per pre-deployment behavioral audit — lower deceptive behavior rates than Opus 4.8, Sonnet 5, or Fable 5.
WHY IT MATTERS
Opus 5 is designed specifically for the longest-running agentic tasks — multi-hour autonomous sessions, large codebase refactors, complex enterprise workflows. Adaptive thinking default means the model decides its own reasoning depth per query. Notably: Anthropic explicitly avoided training Opus 5 on offensive cyber capability — the safety-forward positioning that also cleared it through faster government review than Fable 5 required.
HOW TO USE IT
API model string: claude-opus-5. Same schema as Opus 4.8. Recommended for: agentic sessions >2 hours, codebases >100K LOC, workflows requiring persistent context across many tool calls. For everything else, Sonnet 5 (introductory $2/$10 pricing through Aug 31) still wins on cost/performance.
CLAUDE / TYPESCRIPT
const response = await anthropic.messages.create({ model: "claude-opus-5", max_tokens: 32768, // adaptive thinking on by default messages: [{ role: "user", content: "Refactor this 40-file service..." }]});
Four focused micro-SaaS products targeting remote workers and nomads: an AI-powered nomad visa checker, a cost-of-living comparison tool with AI summaries, a coworking space finder with natural language search, and a freelance rate calculator with market benchmarking.
KEY LESSONS
— Build in public from day one — your first 200 users come from Twitter followers watching you build
— One tool, one problem, one price. No pricing tiers, no enterprise plans, no sales calls
— Claude API is so cheap that AI features are now table stakes, not premium features
Integrated Claude-powered AI writing assistance into ShipFast, his Next.js boilerplate for indie hackers. The AI feature generates landing page copy, email sequences, and changelog entries in the developer's brand voice. Added as an optional module, not a forced upsell.
KEY LESSONS
— Selling to developers means technical credibility first, then marketing
— One-time pricing outperforms subscriptions for bootstrapped tools — less churn anxiety, faster word-of-mouth
— The Claude API cost is so low it's basically a rounding error — don't overthink AI pricing