Donna AIFriday, April 17, 2026 · 4:43 AMNo. 198

Intellēctus

Your Daily Artificial Intelligence Gazette



AI Daily Briefing — April 17, 2026

Today's dispatch is dominated by a flurry of Claude Code releases — version bumps, new commands, and agentic automation features — while the broader AI landscape grapples with thorny questions about military contracts, government access, and who controls the tools reshaping software development.


Industry Moves

Enterprise AI coding heats up with fresh capital. Factory raised $150 million at a $1.5B valuation led by Khosla Ventures, positioning the three-year-old startup as a serious contender in the enterprise AI coding space — the same arena Claude Code is fighting for. Meanwhile, Upscale AI is reportedly in talks to raise at a $2B valuation, its third funding round in just seven months, signaling continued investor appetite for AI infrastructure plays.

OpenAI's military pivot draws backlash. Community reporting describes OpenAI's trajectory from explicitly banning military use in 2023 to deploying on classified Pentagon networks in 2026, with claims of 2.5M user boycotts and a 295% surge in uninstalls. Separately, the White House is reportedly giving US agencies access to Anthropic's Mythos, according to Bloomberg via Reuters — a notable government expansion for Anthropic's model lineup.


Research & Robotics

Physical Intelligence's π0.7 takes aim at general-purpose robots. Physical Intelligence announced π0.7, a new robot brain model that can figure out tasks it was never explicitly taught — described as an early but meaningful step toward a generalist robot intelligence. The model represents a significant leap from narrow task-specific training toward genuine transfer learning in physical systems.

GPT-Rosalind targets life sciences. OpenAI introduced GPT-Rosalind, a specialized model aimed at life sciences research. Named after Rosalind Franklin, the model is designed to assist with the kind of complex biological reasoning and data interpretation that has historically required deep domain expertise.


Legal & Policy

LLM conversations don't qualify as attorney-client privilege. A recent court decision clarified that lawyer-LLM conversations are not protected by attorney-client privilege, a ruling with significant implications for any legal professional using AI tools in client work. This shouldn't surprise anyone who has read the fine print, but it's now precedent.

Critical MCP vulnerability disclosed. A critical vulnerability in Anthropic's Model Context Protocol could expose over 150 million downloads and more than 200,000 vulnerable instances. Developers running MCP servers in production should review their exposure immediately — details are still emerging but the scope is significant.


Claude Code Developer Corner

This has been one of the busiest 24-hour windows for Claude Code releases in recent memory. Here's what changed and what it means for your workflow:

v2.1.111 → v2.1.112: Opus 4.7 Auto-Routing Fixed The headlining fix: Claude Code v2.1.112 patches a "temporarily unavailable" error that was silently blocking auto-routing to Opus 4.7. Before this fix, agentic workflows in auto mode would fail to select Opus 4.7 even when it was the right model for the task. Now Max subscribers get Opus 4.7 with 1M context as the default in auto mode — described as the most capable option for complex work. To get it: exit your Claude Code session, run claude update, restart, and verify with /model.

New /effort Command — Control Thinking Depth A new /effort command lets you dial Claude's reasoning depth up or down per task. Lower effort for quick answers, higher effort for complex bug fixes or architectural decisions. This is a practical token-cost lever for teams trying to balance speed and quality across different task types.

New /ultrareview Command — Deep Code Review /ultrareview brings a powerful code review mode to Pro and Max subscribers, with approximately 3 uses available per user. Multiple developers are calling it genuinely useful for cross-cutting architectural review — not just surface linting.

Auto Mode: Per-Tool Safety Judgment The new auto mode doesn't blindly approve everything — Claude evaluates each tool call for safety before executing, including prompt injection checks. This is the key architectural difference from simply setting --dangerously-skip-prompts: you get flow without surrendering the safety layer.

Repeatable Routines (Research Preview) Anthropic's "Routines" feature — now in research preview — lets you define tasks once (prompt + repo + connectors) and trigger them via schedule, API call, or GitHub webhook. The practical unlock: development pipelines that continue running after you close your laptop, without human babysitting. This is the closest Claude Code has come to a proper CI/CD integration layer.

/theme auto — Terminal-Aware Theming A small but appreciated quality-of-life update: /theme auto now tracks your terminal's background color and adjusts Claude Code's UI accordingly. If your terminal follows system light/dark mode, Claude Code will too.

Claude Code + Ollama Confirmed via community discussion: Claude Code's CLI works with Ollama models via Ollama's Anthropic API compatibility layer. You can route the official CLI to a local model (e.g., Qwen) — useful for cost control or offline scenarios, though expect capability tradeoffs versus hosted Opus.

CodeRabbit /coderabbit:autofix Skill Developers are discovering the /coderabbit:autofix skill within Claude Code — an integration that auto-applies CodeRabbit's suggested fixes directly from the terminal. If you're using CodeRabbit for PR review, this closes the loop without leaving your editor.

MCP Server: Claude Code ↔ Claude Chat Bridge A developer published an MCP server to the official MCP Registry that eliminates the manual copy-paste loop between Claude Code (terminal) and Claude Chat (browser). The server bridges the two contexts programmatically — sessions from Claude Code appear as queryable data inside Claude Chat and vice versa.

Salesforce DX MCP Server with ApexGuru A new Salesforce DX MCP server featuring ApexGuru brings performance-first Apex development into the Claude Code ecosystem. Salesforce developers can now get performance analysis inline without leaving their Claude Code workflow.

Performance Data from Box Real-world numbers from Box using Claude Opus 4.7: 56% reduction in model calls, 50% reduction in tool calls, 24% faster responses compared to prior Claude versions. If you're running multi-step agentic workflows, the efficiency gains compound significantly.

Hooks in Practice Developers using Claude Code hooks are reporting meaningful workflow improvements: pre-commit type/lint checks, per-invocation API cost logging, and auto-formatting on save. The cost visibility hook in particular is surfacing unnecessary model calls that were previously invisible.

Official @ClaudeDevs Account Launched Anthropic has opened an official @ClaudeDevs account on X for API release notes, changelog updates, and community developer information. Worth following as a primary source alongside the docs.


Worth Watching


Sources

  • Factory hits $1.5B valuation to build AI coding for enterprises — https://techcrunch.com/2026/04/16/factory-hits-1-5b-valuation-to-build-ai-coding-for-enterprises/
  • Luma launches AI-powered production studio with faith-focused Wonder Project — https://techcrunch.com/2026/04/16/luma-launches-ai-powered-production-studio-with-faith-focused-wonder-project/
  • Upscale AI in talks to raise at $2B valuation, says report — https://techcrunch.com/2026/04/16/upscale-ai-in-talks-to-raise-at-2b-valuation-says-report/
  • Physical Intelligence says its new robot brain can figure out tasks it was never taught — https://techcrunch.com/2026/04/16/physical-intelligence-a-hot-robotics-startup-says-its-new-robot-brain-can-figure-out-tasks-it-was-never-taught/
  • White House to give US agencies Anthropic Mythos access — https://www.reuters.com/technology/white-house-give-us-agencies-anthropic-mythos-access-bloomberg-news-reports-2026-04-16/
  • GPT-Rosalind for life sciences research — https://openai.com/index/introducing-gpt-rosalind/
  • Guy builds AI driven hardware hacker arm from duct tape, old cam and CNC machine — https://github.com/gainsec/autoprober
  • OpenAI went from explicitly banning military use in 2023 to deploying on classified Pentagon networks in 2026 — https://reddit.com/r/artificial/comments/1snig9g/openai_went_from_explicitly_banning_military_use/
  • Legal case determines lawyer LLM conversations don't fall under attorney client privilege — https://reddit.com/r/artificial/comments/1snj78n/legal_case_determines_lawyer_llm_conversations/
  • Critical MCP vulnerability disclosure — https://x.com/securityRSS/status/2044914426210300258
  • Claude Code v2.1.112 patches Opus 4.7 auto-routing error — https://x.com/TsilisC/status/2044915666088567015
  • Claude Code v2.1.112 version confirmation — https://x.com/fly8fly/status/2044915466427322538
  • Opus 4.7 now default in auto mode — https://x.com/mydream2025/status/2044916644808695911
  • New /effort command for thinking depth — https://x.com/w4_zb4/status/2044915389591945228
  • /ultrareview command for Pro and Max users — https://x.com/AIMIRAI46487/status/2044914184517992773
  • Auto mode per-tool safety judgment — https://x.com/read_kei/status/2044915888038813974
  • Repeatable Routines research preview — https://x.com/aiagent_builder/status/2044914533979005169
  • Routines: automated development pipelines — https://x.com/seomaru_ai/status/2044913894477455669
  • /theme auto terminal-aware theming — https://x.com/alistaiir/status/2044915564712444283
  • Claude Code + Ollama compatibility — https://x.com/grok/status/2044916486469276006
  • CodeRabbit /coderabbit:autofix skill — https://x.com/tinykitten8/status/2044916649229496433
  • MCP server bridging Claude Code and Claude Chat — https://x.com/onramp2807/status/2044914408825000159
  • MCP server build details — https://x.com/onramp2807/status/2044914457613152555
  • MCP server listed on official registry — https://x.com/onramp2807/status/2044914544229667037
  • Salesforce DX MCP Server with ApexGuru — https://x.com/rakeshistom/status/2044915647822618732
  • Box performance data with Claude Opus 4.7 — https://x.com/ai_yorozuya/status/2044913786159800780
  • Claude Code hooks in practice — https://x.com/engineer__117/status/2044914543751799070
  • Official @ClaudeDevs account launched — https://x.com/stealth_hacklog/status/2044915338694062417
  • Claude Code v2.1.111 release with Opus 4.7 auto mode — https://x.com/w4_zb4/status/2044915237045129435
  • How to update Claude Code to get Opus 4.7 — https://x.com/AI_Japan_Index/status/2044914076791513535
  • Three Kingdoms framing of AI coding tools — https://x.com/tada_suzu/status/2044916785493966969
  • Replacing standalone apps with Claude Code skills — https://x.com/MattCruzCodes/status/2044915345010397560
  • Claude Code sub-agent parallel workflows — https://x.com/AIAI423274/status/2044915924168577316
  • Routines: PCを閉じても継続 (ITmedia coverage) — https://x.com/Robots_AI_News/status/2044915654420283711