Search

DeepSeek-V4 Preview, Claude chemist (NMR), CVPR 2026 distinctions

DeepSeek-V4 Preview, Claude chemist (NMR), CVPR 2026 distinctions

ai-powered-markdown-translator

Article translated from fr to en with gpt-5.4-mini.

View project on GitHub โ†—

A week marked by two major announcements: DeepSeek releases its new flagship model V4 Preview with a one-million-token context window at very low prices, and Anthropic demonstrates that Opus 4.7 rivals reference NMR software in synthetic chemistry. On the developer tooling side, Claude Code keeps shipping new versions and GitHub Copilot opens its REST API for agentic tasks.


DeepSeek-V4 Preview โ€” V4 Flash and V4 Pro models, 1M-token context

June 6 โ€” DeepSeek releases a preliminary (preview) version of DeepSeek-V4, its new flagship model, in two variants: deepseek-v4-flash and deepseek-v4-pro. Both expose a 1 million token context window and a maximum output of 384,000 tokens โ€” capabilities that sit at the upper end of the frontier market.

The official announcement banner highlights the modelโ€™s positioning on reasoning and agentic capabilities (Agent capabilities):

๐ŸŽ‰ DeepSeek-V4 Preview is here with stronger Agent capabilities and top-tier reasoning. Now available on Web, App, and API. โ€” deepseek.com (official announcement banner)

Each model supports a reasoning mode (thinking, enabled by default) and a standard mode (non-thinking). Availability is immediate on the web, the mobile app, and the API. The old identifiers deepseek-chat and deepseek-reasoner will be deprecated on July 24, 2026; they now correspond respectively to the non-thinking and thinking modes of deepseek-v4-flash.

Notable detail for developers: the DeepSeek API exposes an endpoint compatible with the Anthropic format (https://api.deepseek.com/anthropic) in addition to the OpenAI format โ€” which makes it possible to use V4 in tools like Claude Code via the ANTHROPIC_BASE_URL variable without code changes.

๐Ÿ”— deepseek.com

Official pricing (api-docs.deepseek.com)

ModelContextMax outputInput cache miss /1MInput cache hit /1MOutput /1MConcurrency
deepseek-v4-flash1M384K$0.14$0.0028$0.282 500
deepseek-v4-pro1M384K$0.435$0.003625$0.87500

These prices remain far below comparable Western frontier models: flash at $0.28 / 1M output tokens, pro at $0.87 โ€” roughly an order of magnitude cheaper than GPT-5.x or Claude 4.x offerings with equivalent capabilities.

๐Ÿ”— Official pricing


Claude chemist โ€” Opus 4.7 rivals ChemDraw and MestReNova on NMR

June 5 โ€” Anthropic publishes a detailed scientific paper on its AI program for chemistry. The study, led by David Kamber, a chemist at Anthropic, compares Claudeโ€™s performance on NMR spectroscopy (Nuclear Magnetic Resonance) โ€” the reference analytical tool in synthetic chemistry โ€” against the dedicated software ChemDraw and MestReNova.

Evaluation protocol: 20 compounds extracted from ChemRxiv preprints published after the modelsโ€™ training dates, split into 4 structural families (chloropyridazines, maleimides, spiroketones, silylated sulfonamides), with 5 compounds per family.

Direct prediction (simulated spectrum from a structure):

ToolยนH error (MAE)ยนยณC error (MAE)
Opus 4.7ยฑ0.079 ppm (best)ยฑ1.37 ppm (tied with MestReNova)
MestReNovaโ€”ยฑ1.48 ppm
Opus 4.6MiddleMiddle
Sonnet 4.6LowerLower

Opus 4.7 is the most accurate on hydrogen (ยนH), and tied with MestReNova on carbon (ยนยณC). On peak shapes (splitting patterns), Claude models predict spacing within a 0.5 Hz tolerance for about 80% of cases, compared with 26 to 35% for ChemDraw and MestReNova.

Reverse elucidation (structure from a spectrum): Opus 4.7 correctly recovers 8/8 simple structures on every attempt from the spectrum alone and the molecular formula. For the 7 complex structures, with the starting material provided, it achieves 3/3 attempts for 4 of them, and 2/3 for the others.

The limitations stated by the authors: only 20 compounds, 4 structural families, no 2D NMR, no stereochemistry, 3 solvents tested. Anthropic announces plans to expand the program to reading structures from patents, retrosynthesis (retrosynthesis), and reaction mechanisms.

๐Ÿ”— Anthropic scientific paper


Claude Code & Cowork โ€” A packed week of updates

Cowork โ€” usage limits doubled until July 5

June 6 โ€” Anthropic temporarily doubles Claude Cowork usage limits for all paying subscribers, valid until July 5, 2026. The measure applies to 5-hour rate limits (5-hour rate limits).

DetailValue
Increase factorร—2
DurationJune 6 โ†’ July 5, 2026
Plans affectedAll paid plans
AccessClaude desktop app + claude.com/cowork

We doubled Claude Cowork usage limits for the next month. This applies to your 5-hr rate limits. โ€” @bcherny on X

๐Ÿ”— @claudeai announcement

Claude Code v2.1.163 โ€” managed versions, /plugin list, richer hooks

June 4 โ€” Claude Code version 2.1.163 introduces several features for administrators and plugin developers:

FeatureDetail
requiredMinimumVersion / requiredMaximumVersionEnforces an allowed version range; refuses to start outside the range
/plugin listLists installed plugins with filters --enabled and --disabled
Hooks Stop / SubagentStopReturns hookSpecificOutput.additionalContext without triggering an error
Skills โ€” escaping \$Include a literal $ before a number in command bodies
MCP stdioReceives the same CLAUDE_CODE_SESSION_ID as hooks and Bash during --resume

๐Ÿ”— Release v2.1.163

Claude Code v2.1.166 โ€” fallbackModel, cross-session security, reasoning control

June 5-6 โ€” The most feature-rich release in the batch:

FeatureDetail
fallbackModelUp to 3 fallback models tried in order; CLI option --fallback-model in interactive mode
Glob patterns in deny"*" blocks all tools; unknown names generate a warning
SendMessage securityMessages relayed from other sessions no longer carry user authority
MAX_THINKING_TOKENS=0Disables reasoning on models that reason by default via the Claude API
claude updateAnnounces the target version before download

๐Ÿ”— Release v2.1.166


GitHub Copilot โ€” Enterprise plugins and agentic REST API

Enterprise-managed plugins in VS Code in public preview

June 5 โ€” VS Code version 1.122 extends enterprise-managed plugin functionality to VS Code clients, previously available only in Copilot CLI. Administrators can now configure and distribute plugins to their entire organization via a settings.json file placed in .github-private/.github/copilot/settings.json.

AspectDetail
PlansCopilot Business, Copilot Enterprise
Supported clientsVS Code v1.122+, Copilot CLI
Plugin typesCustom agents, skills, hooks, MCP configurations
InstallationAutomatic upon authentication

๐Ÿ”— GitHub changelog

Agent Tasks REST API โ€” public preview for Pro, Pro+ and Max

June 4 โ€” The Agent Tasks REST API makes it possible to programmatically start and monitor Copilot cloud agent tasks. Covered use cases: large-scale refactoring across many repositories, setting up new repositories from an internal developer portal, automated preparation of new releases.

AspectDetail
PlansCopilot Pro, Pro+, Max
StatusPublic preview
AuthenticationClassic PATs, fine-grained PATs, OAuth tokens

๐Ÿ”— GitHub changelog


OpenAI Codex & mathematical reasoning

Codex CLI 0.137.0 โ€” Multi-agent v2 and enterprise limits

June 4 โ€” Codex CLI moves to version 0.137.0 with several advances for multi-agent workflows and enterprise deployments:

New featureDetail
Multi-agent v2Each thread keeps its runtime choice; cleaner metadata
Enterprise credit limitsView monthly caps + apply cloud configuration bundles
Remote controlPairing and access management via app-server v2
Web and image toolsAvailable in more flows in code mode

๐Ÿ”— Codex Changelog

Erdล‘s conjecture โ€” a reasoning model finds a counterexample after 80 years

June 4 โ€” OpenAI announces that one of its reasoning models found a counterexample to an 80-year-old mathematical conjecture by Erdล‘s. The announcement takes the form of episode 20 of the OpenAI podcast, in which three researchers โ€” Alex Wei, Hongxun Wu and @wjmzbmr1 โ€” tell the story of the discovery and explain how mathematicians and models can collaborate to produce new knowledge. The podcast generated more than 227,000 views on X.

What happened when one of our models found a counterexample to an 80-year-old Erdล‘s conjecture? Researchers @alexwei_, @HongxunWu, and @wjmzbmr1 shared the story on the OpenAI Podcast with @AndrewMayne and explained how mathematicians and models can work together to make new discoveries. โ€” @OpenAI on X


Research & CVPR 2026 โ€” Meta SAM 3D and NVIDIA PixelDiT recognized

The CVPR 2026 conference (Computer Vision and Pattern Recognition) awards two research papers from the AI industry.

Meta AI SAM 3D โ€” Best Paper Honorable Mention

June 5 โ€” Meta AIโ€™s SAM 3D team receives a Best Paper Honorable Mention at CVPR 2026. SAM 3D is a three-dimensional extension of the Segment Anything (SAM) model, enabling object segmentation in 3D scenes โ€” a key capability for robotics, augmented reality, and autonomous driving.

๐Ÿ”— @AIatMeta tweet ยท ๐Ÿ”— ArXiv paper

NVIDIA PixelDiT โ€” Best Paper Finalist

June 6 โ€” NVIDIA Research announces that PixelDiT (Pixel Diffusion Transformers) has been selected as a Best Paper finalist at CVPR 2026. The architecture is a pipeline innovation: whereas all current diffusion models (Stable Diffusion, FLUX, etc.) compress the image through an autoencoder before diffusion โ€” introducing cumulative quality loss โ€” PixelDiT operates directly in pixel space in a single stage, removing this preprocessing. This single-stage approach eliminates intermediate degradation and simplifies the pipeline.

๐Ÿ”— @NVIDIAAI tweet


NotebookLM โ€” Source Attribution and Grok on Cloudflare AI Gateway

NotebookLM launches Source Attribution

June 4 โ€” Google launches Source Attribution in NotebookLM, a much-requested feature. Users can now see the exact formula โ€” a combination of prompts and sources โ€” used to generate each artifact. An โ€œIterateโ€ button makes it possible to directly adjust the formula and customize the artifacts produced, making the generation process transparent and reproducible.

ElementDetail
FeatureSource Attribution
Key buttonโ€œIterateโ€ to customize
AvailabilityNotebookLM (web)

๐Ÿ”— @NotebookLM announcement

Grok available on Cloudflare AI Gateway

June 4 โ€” xAI announces that its Grok models (LLM, audio, image and video) are accessible via Cloudflare AI Gateway. Billing is centralized through Cloudflare, with no additional authentication setup or separate xAI API keys to manage โ€” an integration simplification for developers already in the Cloudflare ecosystem.

๐Ÿ”— @xai announcement


Briefs

  • Claude Code v2.1.165 โ€” Bug fixes, reliability improvements, no new features. ๐Ÿ”— Release
  • Claude Code v2.1.167 โ€” Bug fixes. ๐Ÿ”— Release
  • Claude Code v2.1.168 โ€” Latest release to date (June 7), bug fixes and reliability. ๐Ÿ”— Release
  • GPT-5.2 and GPT-5.2-Codex deprecated in Copilot โ€” Starting June 5, these models are replaced by GPT-5.5 and GPT-5.3-Codex. GPT-5.2 remains available in code review only. ๐Ÿ”— Changelog
  • Fix with Copilot for GitHub Actions expanded โ€” Pro, Pro+ and Max subscribers can fix a failed GitHub Actions job with one click (analysis + fix PR). ๐Ÿ”— Changelog
  • GitHub budget management APIs in GA โ€” Full budget lifecycle via API (create, update, delete), usage summary filterable by org, repository, product or SKU. ๐Ÿ”— Changelog
  • GitHub billing usage report API in GA โ€” Programmatic generation of CSV reports for GitHub Enterprise administrators. ๐Ÿ”— Changelog
  • Suno โ€” Voices guide โ€œYour Voice, Reimaginedโ€ โ€” 6 practical tips for using the Voices feature (singing with your own voice, available to paying subscribers). ๐Ÿ”— Suno article
  • Codex โ€” quality-of-life updates (June 5) โ€” Settings search by category, state persistence across restarts (drafts, zoom, unread indicators), general UI polish. ๐Ÿ”— @OpenAIDevs tweet
  • Codex โ€” personalized profile card โ€” The profile sharing card adapts to the selected theme and includes the chosen virtual pet. ๐Ÿ”— @OpenAIDevs tweet
  • Perplexity integrates Nemotron 3 Ultra (NVIDIA) โ€” NVIDIA open-source model for long-duration agents available to Pro and Max subscribers. ๐Ÿ”— @perplexity_ai tweet
  • Cohere at the Far-Field ASR Leaderboard webinar (HuggingFace) โ€” Cohere Transcribe presented during the FFASR Leaderboard webinar on June 11, 2026. ๐Ÿ”— @cohere tweet

What it means

The race for low-cost open-weight models is intensifying. DeepSeek-V4 Preview sets a new price floor for 1M-token context windows: 0.28/1Moutputtokensfortheflashversion,0.28 / 1M output tokens for the flash version, 0.87 for the pro version. These rates put direct pressure on Western players that charge orders of magnitude more for comparable capabilities. The Anthropic compatibility of the DeepSeek API is a strong signal: DeepSeek is playing the interoperability card to lower migration costs.

Developer agentic tooling is reaching operational maturity. In one week, Claude Code ships four releases (v2.1.163, .165, .166, .168), GitHub Copilot opens its REST API for agentic tasks and extends enterprise plugins to VS Code, and OpenAI releases Codex CLI 0.137.0 with multi-agent v2. This is no longer experimentation: the three players are shipping governance features (managed version control, credit limits, inter-session security) that point to enterprise-scale deployment.

AI applied to science is producing its first measurable results. Anthropicโ€™s NMR study brings something rare: a rigorous comparison, on unseen data, between a general language model and software dedicated to chemistry work. Opus 4.7 achieves the best absolute error on hydrogen and 80% accuracy on peak shape โ€” compared with 26-35% for specialized tools. It is not yet a replacement for ChemDraw, but it demonstrates that frontier models can compete with vertical tools without specific fine-tuning.

Computer vision is benefiting from double academic recognition. CVPR 2026 simultaneously honors SAM 3D (Meta) and PixelDiT (NVIDIA). These two recognitions reflect complementary technical directions: SAM 3D pushes segmentation into 3D, while PixelDiT rethinks the foundations of diffusion pipelines by removing autoencoder preprocessing. The AI industry is no longer focused solely on language models โ€” 3D visual perception and high-quality image generation are advancing in parallel.


Sources