ai-powered-markdown-translatorArticle translated from fr to en with gpt-5.4-mini.
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)
| Model | Context | Max output | Input cache miss /1M | Input cache hit /1M | Output /1M | Concurrency |
|---|---|---|---|---|---|---|
| deepseek-v4-flash | 1M | 384K | $0.14 | $0.0028 | $0.28 | 2 500 |
| deepseek-v4-pro | 1M | 384K | $0.435 | $0.003625 | $0.87 | 500 |
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.6 | Middle | Middle |
| Sonnet 4.6 | Lower | Lower |
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).
| Detail | Value |
|---|---|
| Increase factor | ร2 |
| Duration | June 6 โ July 5, 2026 |
| Plans affected | All paid plans |
| Access | Claude 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
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:
| Feature | Detail |
|---|---|
requiredMinimumVersion / requiredMaximumVersion | Enforces an allowed version range; refuses to start outside the range |
/plugin list | Lists installed plugins with filters --enabled and --disabled |
Hooks Stop / SubagentStop | Returns hookSpecificOutput.additionalContext without triggering an error |
Skills โ escaping \$ | Include a literal $ before a number in command bodies |
| MCP stdio | Receives 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:
| Feature | Detail |
|---|---|
fallbackModel | Up 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 security | Messages relayed from other sessions no longer carry user authority |
MAX_THINKING_TOKENS=0 | Disables reasoning on models that reason by default via the Claude API |
claude update | Announces 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.
| Aspect | Detail |
|---|---|
| Plans | Copilot Business, Copilot Enterprise |
| Supported clients | VS Code v1.122+, Copilot CLI |
| Plugin types | Custom agents, skills, hooks, MCP configurations |
| Installation | Automatic 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.
| Aspect | Detail |
|---|---|
| Plans | Copilot Pro, Pro+, Max |
| Status | Public preview |
| Authentication | Classic 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 feature | Detail |
|---|---|
| Multi-agent v2 | Each thread keeps its runtime choice; cleaner metadata |
| Enterprise credit limits | View monthly caps + apply cloud configuration bundles |
| Remote control | Pairing and access management via app-server v2 |
| Web and image tools | Available 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.
| Element | Detail |
|---|---|
| Feature | Source Attribution |
| Key button | โIterateโ to customize |
| Availability | NotebookLM (web) |
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.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
- DeepSeek โ official announcement banner
- DeepSeek โ official API pricing
- Anthropic โ Making Claude a chemist
- Cowork ร2 announcement โ @claudeai
- Cowork ร2 announcement โ @bcherny
- Claude Code v2.1.163
- Claude Code v2.1.165
- Claude Code v2.1.166
- Claude Code v2.1.167
- Claude Code v2.1.168
- GitHub Copilot โ Enterprise managed plugins VS Code
- GitHub Copilot โ Agent Tasks REST API
- GitHub Copilot โ deprecated GPT-5.2
- GitHub Copilot โ Fix with Copilot for Actions
- GitHub โ budgets and usage APIs GA
- GitHub โ billing reports API GA
- OpenAI Codex Changelog
- OpenAI โ Erdลs conjecture (tweet)
- OpenAI โ Podcast episode 20 (YouTube)
- OpenAI Codex โ QoL update (tweet)
- OpenAI Codex โ profile share card
- Meta AI SAM 3D โ CVPR 2026
- Meta AI SAM 3D โ arXiv paper
- NVIDIA PixelDiT โ CVPR 2026
- NotebookLM โ Source Attribution
- xAI โ Grok on Cloudflare AI Gateway
- Suno โ Voices guide
- Perplexity โ Nemotron 3 Ultra
- Cohere โ HuggingFace FFASR webinar