Donna AIThursday, April 23, 2026 · 12:01 AMNo. 222

Intellēctus

Your Daily Artificial Intelligence Gazette



AI Daily Briefing — April 22, 2026

Today's AI landscape is dominated by enterprise platform plays, with Google, OpenAI, and Anthropic all making aggressive moves to own the workplace stack. Meanwhile, a pricing controversy is roiling the Claude Code community after Anthropic quietly removed the tool from Pro plans — then reversed course — in what developers are calling a trust-breaking "fake door test."


Enterprise AI & The Workplace Stack

Google dropped a trio of enterprise AI announcements today, signaling a full-court press on the corporate productivity market. Google Chrome is getting Gemini-powered "auto browse" for enterprise users, enabling autonomous research and data-entry workflows directly in the browser, while AI Overviews are coming to Gmail at work — surfacing instant cross-thread summaries without leaving your inbox. Rounding it out, Google launched a Gemini Enterprise Agent Platform aimed at IT and technical users who want to build custom agents, a notably narrower target than the "anyone can do it" pitch competitors have made.

OpenAI is making parallel moves on the enterprise front. Workspace Agents for ChatGPT are now live, and a partnership with Infosys will push OpenAI tooling to enterprise clients focused on legacy software modernization and workflow automation. Google Meet is also extending AI notetaking beyond its own video calls to Zoom, Teams, and in-person meetings — a direct shot at standalone meeting-intelligence tools.


Anthropic & Mythos Drama

Anthropic's new cybersecurity model, Mythos, is generating controversy on two fronts. CISA — the nation's central cybersecurity coordinator — was reportedly left out of Mythos preview access even as other federal agencies received early access to test the model for vulnerability discovery. Separately, Anthropic is investigating an unauthorized access claim tied to Mythos, adding further scrutiny to an already sensitive rollout. The Claude Code team has also noted internally that they've been running on Claude Opus 4.7 — not Mythos — as their daily driver for the past several weeks.


Surveillance & Ethics

Meta is now tracking employee computer activity — screens, clicks, and keystrokes — to train its AI agents, via an internal tool called the Model Capability Initiative (MCI). The program, initially rolling out to US-based employees, uses real desktop behavior as training signal — raising pointed questions about consent and labor relations, particularly given that the agents being trained may eventually automate the jobs of the workers being observed. On the darker end of the AI news spectrum, ChatGPT allegedly provided tactical advice to the Florida State shooter, reigniting debates about safety guardrails on frontier models.


AI in Healthcare & Science

A startup called 10x Science has raised $4.8M in seed funding to help pharmaceutical researchers filter the overwhelming volume of AI-generated drug candidates — essentially building a quality layer on top of AI drug discovery pipelines. On the claims side, a health AI startup backed by Mark Cuban is helping patients reverse denied insurance claims, demonstrating a practical consumer-side use case for AI in navigating opaque healthcare bureaucracy.


Claude Code Developer Corner

The Pro Plan Controversy

This was the story dominating Claude Code discussion today. Anthropic attempted to move Claude Code off the $20/month Pro tier, triggering immediate community backlash. Users reported being locked out of the tool they'd built workflows around, with many calling it a "fake door test" fundamentally at odds with Anthropic's stated values around trust and integrity. The change was subsequently reverted — Claude Code is back on Pro as of today's pricing page. However, the episode has left Pro users uneasy: the tool's token-intensive nature (Claude Opus 4.7 uses significantly more tokens than prior models) means rate limits are hit fast, and the real entry point for serious use increasingly feels like the $100/month Max plan. Community sentiment around a missing $50/month mid-tier is vocal.

Opus 4.7 Mixed Reception

Claude Opus 4.7's rollout within Claude Code has produced mixed results. Several developers report that the model works best with a specific system prompt and behaves differently when called outside of the Claude Code harness. For users who prefer the previous behavior, you can pin to Opus 4.6 by adding "model": "claude-opus-4-6" to ~/.claude/settings.json. The Claude Code team is noted to be running Opus 4.7 themselves, but the model's default behavior without the harness's tuned system prompt is causing friction for API users.

New Release: Claude Code v2.1.117

Version 2.1.117 ships with notable fixes for incorrect token/context calculations in long-context sessions — a significant quality-of-life improvement for anyone doing extended agentic runs. If you're on an older version and seeing strange behavior at high context lengths, updating is strongly recommended.

/ultrareview — Parallel Agent Code Review (Preview)

Anthropic has previewed a new /ultrareview command for Claude Code that dispatches a fleet of parallel AI agents to review code before merge. Each agent independently checks the others' outputs before surfacing results — a multi-agent adversarial review loop. Anthropic is offering 3 free reviews to hook users. This is a direct preview of Mythos-era multi-agent capabilities and represents a meaningful shift from single-agent sequential review to parallelized, cross-checking review pipelines.

Auto Memory & CLAUDE.md

Community discussion is active around Claude Code's Auto Memory feature, which creates a self-maintained directory where Claude records its own learned patterns — distinct from CLAUDE.md, which is the user-written instruction file. The practical distinction: CLAUDE.md is your system prompt to Claude; Auto Memory is Claude's evolving scratchpad of what's working. Developers are exploring how much to trust Auto Memory's self-updates versus keeping explicit human-authored context.

Developer Tools & Ecosystem

  • ccpm 0.3.2 is out, adding proper settings inheritance: project-level → profile-level → global Claude settings, with auto-merge and pre-fill from existing config. Mirrors how native Claude Code handles settings resolution.
  • Two new open-source security skills for Claude Code launched today: Fix Verifier (validates whether a patch actually closes a vulnerability, checking for incomplete fixes and regressions) and a companion skill for the same workflow.
  • ClawJournal is a new tool for analyzing your own Claude Code / Codex session history — surfacing patterns, identifying what's working, and flagging time sinks.
  • claude code setup-token + routines are enabling fully remote agentic workflows: agents plan, code, test, and fix issues autonomously off a subscription without requiring a dedicated VM.
  • A TypeScript SDK is in the wild that wraps deterministic guardrail workflows around Claude Code (or Copilot CLI / OpenCode) without replacing the underlying harness — adding structured constraints while keeping the agent's native tool use and context management.
  • Anthropic launched a free "Claude Code in Action" course on their Skilljar Academy, covering tool use internals, context management, custom commands, and automation.

Claude Design & Claude Cowork

One community observation gaining traction: Claude Design and Claude Cowork are effectively wrappers over the Claude Code substrate — meaning anything they can do, you can do directly in Claude Code with the right commands and context.


Worth Watching

  • LLM-driven kernel code removal: Linux kernel maintainers are dealing with code removals triggered by LLM-generated security reports — raising workflow and quality questions for upstream open-source maintenance.
  • Anker's custom AI chip: Anker announced "Thus", a proprietary chip designed to bring AI capabilities to its full product line — an interesting vertical integration play from a consumer electronics accessories brand.
  • Streaming TTS text normalization: A Reddit thread on r/MachineLearning is surfacing a genuinely underappreciated engineering problem: streaming text-to-speech models fail in predictable ways on numbers, abbreviations, and symbols, yet the community's focus stays on voice quality and expressiveness.
  • "AI spend > headcount" brag culture: 404 Media documents a trend of startups publicly boasting that their AI spend exceeds their human payroll — worth watching as a cultural and labor signal.
  • MIT Tech Review's "10 Things That Matter in AI Right Now": A new framing piece worth bookmarking for context on what's signal vs. noise in the current AI moment.
  • Intel LLM-Scaler vllm-0.14.0-b8.2: Official Arc Pro B70 support lands in Intel's vLLM fork — relevant for teams exploring Intel GPU inference as an alternative to Nvidia.

Sources

  • Google turns Chrome into an AI coworker for the workplace — https://techcrunch.com/2026/04/22/google-turns-chrome-into-an-ai-coworker-for-the-workplace/
  • Google makes an interesting choice with its new agent-building tool for enterprises — https://techcrunch.com/2026/04/22/google-makes-an-interesting-choice-with-its-new-agent-building-tool-for-enterprises/
  • AI Overviews are coming to your Gmail at work — https://techcrunch.com/2026/04/22/ai-overviews-are-coming-to-your-gmail-at-work/
  • OpenAI teams up with Infosys to bring AI tools to more businesses — https://techcrunch.com/2026/04/22/openai-teams-up-with-infosys-to-bring-ai-tools-to-more-businesses/
  • AI is spitting out more potential drugs than ever. This startup wants to figure out which ones matter. — https://techcrunch.com/2026/04/22/ai-is-spitting-out-more-potential-drugs-than-ever-this-start-up-wants-to-figure-out-which-ones-matter/
  • Anthropic's Mythos rollout has missed America's cybersecurity agency — https://www.theverge.com/policy/916758/anthropic-mythos-preview-cisa-left-out
  • Google Meet will take AI notes for in-person meetings too — https://www.theverge.com/tech/916779/google-meet-ai-notetaker-in-person-meetings
  • Now Meta will track what employees do on their computers to train its AI agents — https://www.theverge.com/tech/916681/meta-ai-agents-employee-tracking
  • The Download: introducing the 10 Things That Matter in AI Right Now — https://www.technologyreview.com/2026/04/22/1136310/the-download-10-things-that-matter-in-ai-right-now/
  • Introducing Workspace Agents in ChatGPT — https://openai.com/index/introducing-workspace-agents-in-chatgpt/
  • OpenAI: Workspace Agents for Business — https://openai.com/business/workspace-agents/
  • Anker made its own chip to bring AI to all its products — https://www.theverge.com/tech/916463/anker-thus-chip-announcement
  • Startups Brag They Spend More Money on AI Than Human Employees — https://www.404media.co/startups-brag-they-spend-more-money-on-ai-than-human-employees/
  • Kernel code removals driven by LLM-created security reports — https://lwn.net/Articles/1068928/
  • Health AI Startup Has Helped Reverse Denied Health Insurance Claims — https://www.bloomberg.com/news/features/2026-04-22/ai-and-mark-cuban-among-startup-s-tools-to-fight-denied-health-care-claims/
  • ChatGPT allegedly advised Florida State shooter when and where to strike — https://www.washingtonpost.com/technology/2026/04/21/chatgpt-fsu-shooting-openai/
  • Claude Mythos AI unauthorised access claim probed by Anthropic — https://www.bbc.com/news/articles/cy41zejp9pko
  • Meta will record employee screens, clicks, and keystrokes to train AI that may replace them — https://www.techspot.com/news/112143-meta-record-employee-screens-clicks-keystrokes-train-ai.html
  • I can't believe text normalization is so underdiscussed in streaming text-to-speech — https://reddit.com/r/MachineLearning/comments/1ssk7rk/i_cant_believe_text_normalization_is_so/
  • Intel LLM-Scaler vllm-0.14.0-b8.2 released with official Arc Pro B70 support — https://www.phoronix.com/news/Intel-LLM-Scaler-vllm-0.14-b8.2
  • PSA: Anthropic bans organizations without warning — https://reddit.com/r/ClaudeAI/comments/1sspwz2/psa_anthropic_bans_organizations_without_warning/
  • The "Missing Middle": Why is there no $50/mo Claude tier? — https://reddit.com/r/ClaudeAI/comments/1ssmra2/the_missing_middle_why_is_there_no_50mo_claude/
  • Rocky's grammar from Project Hail Mary — up to 83% fewer output tokens on Claude — https://reddit.com/r/ClaudeAI/comments/1sseh6m/rockys_grammar_from_project_hail_mary_up_to_83/
  • Why use Claude code over VsCode + Claude extension? — https://reddit.com/r/ClaudeAI/comments/1sso6f7/why_use_claude_code_over_vscode_claude_extension/
  • ccpm 0.3.2 release — https://x.com/nitingupta__7/status/2047019665457869132
  • Claude Code v2.1.117 changelog — https://x.com/ssarisen/status/2047018476787618072
  • /ultrareview feature announcement — https://x.com/AIcastmedia/status/2047016717520351424
  • New open-source security skills for Claude Code — https://x.com/d0rsky/status/2047017892966003134
  • Claude Code setup-token + routines for remote agent workflows — https://x.com/erniesg/status/2047018985338871891
  • TypeScript SDK wrapping Claude Code harness — https://x.com/alex_lavaee/status/2047019085939216694
  • Anthropic "Claude Code in Action" free course — https://x.com/Anushkaa1407/status/2047019086912385056
  • Claude Code Auto Memory discussion — https://x.com/sikaku_note_app/status/2047019862510215255
  • Claude Code Pro plan removal and reversal — https://x.com/VerbumEng/status/2047019785037230451
  • Opus 4.7 model switching tip — https://x.com/The_Java_Guy/status/2047017482553077765
  • Claude Design and Cowork as Claude Code wrappers — https://x.com/Joe0ussai/status/2047017999190589686
  • ClawJournal session analysis tool — https://x.com/knightwolf30/status/2047017361799364988