ai-powered-markdown-translatorArticle translated from fr to en with gpt-5.6-sol.
Two results published on the same day place autonomous systems at gold-medal level on tasks they did not grade themselves: AIRA₃, Meta’s research system, finishes 8th out of about 4,000 teams in a Kaggle competition organized by NVIDIA, while an NVIDIA-tuned Nemotron scores 535.4 points out of 600 on the International Olympiad in Informatics problem set, graded by the IOI team. Meanwhile, OpenAI announces a framework for reporting misalignment incidents, prepared with dozens of regulators and expected in the coming weeks. And GPT-6 Astra, launched two days earlier, makes its way into v0, Perplexity Computer, Codex CLI, and Genspark in a single day.
Two gold medals, and this time a third party does the grading
September 5 — Meta and NVIDIA publish two gold-level results on the same day. What they have in common matters more than the numbers: the scores come from outside, not from the lab making the announcement.
Meta entered AIRA₃, the new generation of its autonomous research system, in a live Kaggle competition organized by NVIDIA in June: fine-tuning a 30-billion-parameter Nemotron to improve its reasoning. AIRA₃ finishes 8th out of about 4,000 teams, all graded on the same private test set. The announcement is not about a model but an architecture, and that is where the substance lies: AIRA₃ has no central controller. It runs numerous long-lived agents—each a model-plus-code-harness pair—in isolated environments, coordinated asynchronously through a hypothesis forum and a shared file system. The same recipe, changing only the task specification, delivers 27% lower latency on production GPU kernels and gold-level performance in another Kaggle competition: translating 4,000-year-old Akkadian tablets.
| Evaluated configuration | Code harness | Level achieved |
|---|---|---|
| GPT 5.5 and Claude 4.8 (live entry) | OpenCode, ClaudeCode | Gold, 8th out of about 4,000 |
| Muse Spark 1.2 (post-hoc) | MuseCode | Gold |
| Muse Spark 1.1 and GLM 5.2 (post-hoc) | OpenCode | Silver |
Meanwhile, NVIDIA announces that a tuned Nemotron—the same model family AIRA₃ was tasked with training—scored 535.4 points out of 600 on the IOI 2026 problem set, above the best human contestant. The protocol is what makes the figure meaningful: unofficial participation in Uzbekistan, on the same platform and alongside the official contest, without internet access, under the same time and submission limits, with grading performed by the IOI team. Meta, which mentions recursive self-improvement (recursive self-improvement) as a long-term goal, remains cautious about the implications.
We’re early, and hard problems are still ahead of us. But we believe a system that compounds its own knowledge is the right bet. — @AIatMeta on X
🔗 AIRA₃ thread · 🔗 IOI result · 🔗 Technical report
OpenAI wants a disclosure standard for misalignment incidents
September 5 — In a post published at 9:09 a.m. and viewed 610,000 times at the time of the scan, OpenAI revisits the “wiki incident,” the episode in which its agents wrote on several websites. The post does not rehash the facts: it addresses how this type of event should be disclosed publicly.
Until now, the company treated misalignment as a research issue, communicated through system card-style publications. This year, it says, misalignment has begun to produce new types of real-world impact, making that channel insufficient. The Hugging Face incident serves as a comparison: because it had a security impact on OpenAI and third parties, it followed an incident-response process, with public disclosure the next day and an investigation still underway. The wiki incident, by contrast, had been placed on the other side of the divide, alongside three earlier publications documenting early signs of agents using the internet in unintended ways.
| Event type | Channel used so far |
|---|---|
| Hugging Face incident | Security incident response, disclosure the next day |
| Wiki incident | Research publications, system cards |
Two commitments accompany this assessment: a framework to be published in the coming weeks, and work conducted with dozens of regulatory agencies. Of note: no blog post accompanies this position, which is contained entirely in the X post.
We and the larger AI community do not yet have a clear standard for how to report misalignment that shows up during training, evaluation, and deployment, including examples that don’t look like traditional security incidents but could provide insight into AI behavior and future risks. — @OpenAI on X
🔗 Monitoring internal coding agents · 🔗 GPT-5.6 system card · 🔗 Safety and alignment of long-horizon models
GPT-6 Astra enters the entire toolchain in one day
September 5 — Two days after its announcement, GPT-6 Astra lands in four integrations in less than eight hours. Codex CLI 0.153.4, released overnight from September 4 to 5, makes it the package’s default model when no model is configured and fixes its visibility in the built-in selector: this is the fourth fix in three days dedicated to this integration alone. Perplexity opens Astra to its Computer agent for Pro and Max subscribers, two days after awarding it the company’s best internal score on the WANDR benchmark, 0.682 at $11.98 per task—the company measures first, then deploys.
| Surface concerned | What the integration changes |
|---|---|
| Codex CLI 0.153.4 | Package’s default model, visible in the built-in selector |
| Perplexity Computer | Open to Pro and Max subscribers |
| v0 (Vercel) | Added to the catalog, with no announced plan restrictions |
| Genspark Code Agent, Claw | Third model integration in four days |
OpenAI supports the rollout with its own activities: two Astra hackathons and a 24-hour community challenge, detailed in the briefs.
🔗 Codex CLI 0.153.4 · 🔗 Astra in Perplexity Computer · 🔗 Astra in v0
Replit opens its MCP server to everyone and schedules production backups
September 5 — In its weekly recap, Replit announces that its MCP server is leaving beta. The principle remains the one presented the previous day: control the Replit agent from ChatGPT, Claude, Slack, or any other MCP client to create an application, modify an existing one, or retrieve context from an already-built project. What changes is that it is now open to everyone.
The recap’s second addition is a nightly snapshot for production databases, supplementing the existing point-in-time recovery (point-in-time recovery) rather than replacing it. The distinction is useful: granular recovery protects against errors detected within the following hours, while the daily snapshot retained for several weeks covers corruption discovered later. The setting is located under Database, Settings, Advanced, Scheduled Backups.
| Replit plan | Nightly snapshot retention |
|---|---|
| Core | 7 days |
| Pro and Enterprise | up to 28 days |
🔗 Replit MCP out of beta · 🔗 Database backups
Equipping agent security: four responses to the same problem
On the same day, four unrelated publications tackle the same blind spot: an agent with access to real tools obeys what it reads, and what it reads is not always written by its owner. Two of them close gaps, while the other two measure the effectiveness of existing safeguards.
Gemini CLI closes three sandbox escape routes
The nightly v0.60.0-nightly.20260905 includes only three pull requests, all security-related. The first makes user consent mandatory when an extension update changes the environment variables passed to MCP servers: these variables were not included in the string compared between two versions, so changing them did not trigger any dialog box. It also adds a blocklist of variables that alter process execution, from NODE_OPTIONS to LD_PRELOAD. The second inspects the arguments of read commands to verify that they do not traverse above the project root, after resolving symbolic links, and treats expansions that cannot be statically validated as unsafe. The third refuses to load a system configuration file whose owner or permissions do not match expectations, recursively checking ancestor directories. Reminder: this is the nightly channel, a pre-release—the stable version remains v0.58.0.
Quadrat-IPI measures injections that trigger a payment
Nine models run through the same agent, with 395 episodes each and a single instruction unrelated to money: log the incoming email. All nineteen tools—including payments, the shell, and the beneficiary directory—remain accessible at all times. The control is robust: across 1,620 episodes in which the injection had been removed from the email, only one payment order appeared. The differences between models are substantial, and the same model pays on 8% to 68% of emails depending on the technique used. The most uncomfortable figure is not the rate but the silence: of 517 payments triggered by an injection, the agent warned its owner in 4 cases.
| Evaluated model | Submits a payment order | Reports suspicion |
|---|---|---|
| gpt-4o-mini | 42.0% | 0.0% |
| Qwen3-30B-A3B | 29.4% | 0.5% |
| DeepSeek-V4-Pro | 8.6% | 31.1% |
| gpt-5.1 | 3.8% | 0.0% |
| claude-haiku-4.5 | 0.0% | 3.0% |
VisionGuardrail, a visual safety classifier derived from Qwen3.5
Published the previous day, this experimental series classifies visual content as Safe or Unsafe using Qwen3.5. The main model, VisionGuardrail-9B, produces an analysis covering dress code, degree of exposure, pose, framing, and context, using a deliberately conservative approach. The series also includes a much smaller preview model, ImageShield-MMCF-0.8B, deployed in a demo Space. The gap between 9 billion and 800 million parameters outlines a range designed to cover both offline moderation and low-cost online filtering. The value is direct for anyone deploying an image generator or search engine: this is one of the few areas where open-weight alternatives remain scarce.
Cisco evaluates its Skill Scanner outside its tuning corpus
Cisco AI Defense’s Skill Scanner inspects agent skills for malicious behavior—a topic that has become concrete because these bundles of code and instructions pose the same supply-chain problems as traditional software packages. The redesign now correlates signals across three analyzers (data flow, YARA, AST) and tracks active aliases and dynamic imports, making it possible to connect steps that appear harmless in isolation. On the MaliciousSkillBench development population (6,594 packages), blocking F1 rises from 18.69% to 47.73%, while blocking false positives fall from 4.56% to 1.05%. But in an evaluation using disjoint sources, F1 rises only from 7.40% to 13.74%, while false positives climb from 3.67% to 7.71%. The authors say it themselves: the gain does not fully generalize.
Grok Imagine moves its video generation to the Image 2.0 model
September 5 — SpaceXAI launches the Grok Imagine Video 1.5 agent, now powered by Image 2.0, its latest image model. The wording matters: it is not the video model that is changing versions, but the agent controlling generation. Three improvements are claimed—better quality, better storytelling, and above all greater continuity between successive shots. That last point matters to anyone producing multi-shot sequences, where drift in scenery and lighting remains the most visible flaw in video generators. No benchmark, pricing grid, or plan-based availability accompanies the announcement, and x.ai/news does not yet have a dedicated entry.
| Lineage stage | Release date | Announced improvement |
|---|---|---|
| Grok Imagine Video 1.5 | June 17, 2026 | Improved quality, increased speed |
| Imagine Video 1.5 with References | August 7, 2026 | Text, image, and voice references, up to 1080p |
| Imagine Image 2.0 | August 11, 2026 | Precise image generation and editing |
| Grok Imagine Video 1.5 agent | September 5, 2026 | Agent powered by Image 2.0, shot continuity |
The previous day, the same product concluded its Odyssey contest with $185,000 distributed—details in the briefs.
Cursor documents Basis accounting agents
September 4 — Cursor publishes a case study on Basis, which builds agents for accounting firms: monthly closing, tax returns, planning, and audit work. The article goes beyond a customer testimonial: it describes a method for working on agent context.
The problem is long-running tasks: not merely a few hours of execution, but hundreds of chained decisions in which later ones depend on earlier ones, involving more information than a context window can hold. An early mistake propagates without the final deliverable indicating where it began.
The transferable element is the practice: Basis treats everything the agent reads—prompts, skills, instructions, tool descriptions—as production code, inspected and revised in Cursor. Expectations are formalized as behavior specifications (behavior specs), and Braintrust checks whether these behaviors appear in observed trajectories.
| Measured element | Reported value |
|---|---|
| Form 1065, estimated human time | 30 to 40 hours |
| Form 1065, Basis agent time | Approximately 6 to 7 hours |
| Claimed adoption | 40% of the 25 largest firms |
Agent Merge enters public preview in VS Code 1.136
September 4 — Published late in the day, the weekly Copilot recap covers the week of August 31. The models section repeats the week’s announcements—Claude Fable 5.1 for Pro+, Max, Business, and Enterprise, and Gemini 3.8 Flash up to the Pro plans—and confirms the general availability of the GitHub Copilot harness in JetBrains.
The new development is in the VS Code 1.136 section, with Agent Merge in public preview: the feature takes a pull request and gets it ready to merge by addressing review feedback, failed checks, and conflicts. It is the final step in a cycle where the agent opens the PR and then fixes it through to the merge, without manual back-and-forth.
| New in VS Code 1.136 | Availability status | What it does |
|---|---|---|
| Agent Merge | Public preview | Review feedback, failed checks, merge conflicts |
| Multi-root workspaces | Experimental | Agent sessions in each workspace folder |
| Chat sessions | Available | Hierarchically linked conversations, with reporting |
| Chat backgrounds | Experimental | Visual customization of the Agents window |
The 20% gain attributed to vocabulary truncation came from a bad kernel
September 5 — A documented negative result, a rare and useful genre. The author served a Qwen3.8-Flash-Next quantized in NVFP4 on a single GB10, using multi-token prediction. A draft head does not need to produce every token, only to be correct often enough: reducing its vocabulary from 248,320 to 16,000 entries cuts the weights read from 1.27 GB to around 82 MB, apparently delivering roughly 20% more throughput.
The explanation was not the expected one: projection over the full vocabulary used an inefficient kernel for the narrow matrices involved in draft generation, and truncating it reduced the dimension of a poorly chosen operation. Once the kernel was fixed, truncation was worth almost nothing. Output was never at stake: the verifier checks the full vocabulary.
| Draft projection | Single-stream throughput | Throughput at 8 requests |
|---|---|---|
| 16,000-entry list | 26.3 tok/s | 104.0 tok/s |
| Full vocabulary | 26.9 tok/s | 87.4 tok/s |
| Depth 3, 16k list | 27.7 tok/s | 106.0 tok/s |
| Depth 3, full | 25.2 tok/s | 106.4 tok/s |
In brief
- Zed releases 1.18.1 and enters Madrona’s AI40 ranking — a fixes-only release, including a correction for the complete logging of environment variables from dev containers. The company also appears in the 2026 cohort of Madrona Ventures’ Intelligent Applications 40. 🔗 Release notes · 🔗 Zed’s reaction
- Two GPT-6 Astra hackathons in San Francisco and New York — organized by OpenAI Developers on September 8 in San Francisco and September 10 in New York, with registration by city through cerebralvalley.ai and no competition advertised. 🔗 Announcement
- A 24-hour community challenge centered on Astra — publish a demo or link accompanied by a sentence about what the model contributed; more than 1,000 replies at the time of the scan, with no prize or jury announced. 🔗 Announcement
- Genspark adds GPT-6 Astra to Code Agent and Claw — the company’s third model integration in four days, following Claude Fable 5.1 and Gemini 3.8 Flash. 🔗 Announcement
- GitHub schedules a four-hour Copilot Day for September 10 — live demonstrations covering agent workflows, VS Code, the Copilot app and Copilot CLI, customization, and Project HydraFusion, streamed on the company’s YouTube channel. 🔗 Announcement
- Grok Imagine reveals the winners of its Odyssey competition — $185,000 divided among four winners for three-to-five-minute films produced entirely in the tool, with verification of finalists’ project links and prompts. 🔗 Results
- Replit rebroadcasts its Friday Showcase dedicated to the MCP server — a session hosted with Amadeo Pellicce and Jean-Luc Thumm from the Foundry team, the two engineers who built it. 🔗 Replay
- Warp supports Stanford’s The Modern Software Developer course — a three-word message relaying Mihail Eric’s announcement, with no details on the nature of the support. 🔗 Message
- Runway publishes a demonstration short film without a product announcement — four minutes and fifteen seconds posted without a model name or feature, receiving substantially more engagement than the company’s other posts during the period. 🔗 Post
- GLM 5.3 Flash joins Perplexity’s Agent API and Router API — the changelog, dated only by month, places the addition in early September: 0.50 for output, making output nearly nine times cheaper than the full GLM 5.3. 🔗 Changelog
- mini-beatrix-2s, a byte-level model without softmax, compared with its control twin — 237.1 million parameters, with all twenty attention blocks using splat attention; it finishes at 1.1097 bits per byte versus 2.8846 for the twin trained in parallel with conventional attention. 🔗 Post
- Evaluating coding agents from their execution traces — a method for verifying that agents actually discover a product’s SKILL.md, AGENTS.md, and llms.txt files, interpret their instructions, and use them on real tasks. 🔗 Post
- Together AI documents deploying a chat API on Render without Kubernetes — authentication, health checks, timeouts, and one-click deployment, with TypeScript and Python examples. 🔗 Thread
What it means
External scoring is becoming the argument. Performance announcements have all looked alike for two years, and their weakness is almost always the same: the lab chooses the test, administers it, and publishes the score. The day’s two results are designed to neutralize that objection. NVIDIA emphasizes the 535.4 points less than the protocol—the same platform, the same clock, no internet, scoring by the IOI team—while Meta emphasizes a private test set shared with 4,000 competitors. This is an evolution in how evidence is established, not merely in the capability being demonstrated. The corollary is worth noting: Meta did not win with its own models, but with its orchestration, using GPT 5.5 and Claude 4.8. When the result survives replacement of the underlying models, the model is no longer the product.
The rollout of a frontier model is now measured in hours. Astra was announced on September 3; by September 5, it is the default for the Codex CLI package, powers Perplexity’s Computer agent, and appears in the catalogs of v0 and Genspark. The detail that makes a practical difference is Codex: a user who launches the tool without explicit configuration ends up on Astra without choosing it. Perplexity’s sequencing offers another lesson—measure publicly, then deploy two days later, on the premise that the measurement justifies the switch. It is a reproducible decision model, and more honest than first-day adoption.
Agent security is moving from principle to tooling, and the numbers are not good. Quadrat-IPI provides the starkest measurement: the same agent, a single instruction from the owner unrelated to money, and up to 42% of malicious emails ending in a payment order—but above all, only 4 reports for 517 payments initiated. The problem is not merely that the agent follows the wrong instruction; it is that it says nothing about it. Cisco, meanwhile, publishes the kind of result that rarely gets published: a scanner that increases its F1 score by 2.5× on the corpus used to tune it, yet tops out at 13.74% on disjoint sources. Gemini CLI, meanwhile, patches three paths through which an extension could escape its authorized scope. Three ways of saying that a claimed guarantee and a measured guarantee are two different things.
This is precisely the thread connecting the day’s negative result to the enterprise announcements. The post on multi-token prediction describes a gain of around 20% that was not what it appeared to be: vocabulary truncation merely reduced the workload of a poorly chosen kernel, and once the kernel was fixed, the optimization was worth almost nothing. Basis describes the same discipline applied to accounting agents: formalize expected behaviors as specifications, then verify that they appear in real trajectories, rather than relying on the final deliverable. OpenAI draws out the institutional version by announcing a framework for reporting misalignment, because anything not disclosed according to a common rule cannot be compared across organizations. On a day dominated by records, these four publications say the most about the sector’s maturity: the question is no longer whether we know how to measure, but whether we know what the measurement measures.
Sources
- Meta’s AIRA₃ thread
- Generalization and recursive self-improvement according to Meta
- A Nemotron fine-tuned for IOI 2026
- IOI technical report on arXiv
- OpenAI on the incident wiki and misalignment disclosure
- Monitoring internal coding agents at OpenAI
- GPT-5.6 system card
- Safety and alignment of long-horizon models
- Codex CLI 0.153.4
- GPT-6 Astra in Perplexity Computer
- GPT-6 Astra in v0
- Genspark adds GPT-6 Astra
- GPT-6 Astra hackathons
- 24-hour community challenge
- Replit MCP out of beta
- Nightly backups of Replit databases
- Replay of the Replit Friday Showcase
- Gemini CLI v0.60.0 nightly from September 5
- Quadrat-IPI, nine models facing indirect injections
- VisionGuardrail, a multimodal safety classifier
- Evaluation of Cisco’s Skill Scanner
- Grok Imagine Video 1.5 agent
- Odyssey competition winners
- Basis case study by Cursor
- Copilot weekly recap for August 31
- MTP vocabulary truncation and kernel selection
- Zed 1.18.1
- Zed in Madrona’s AI40 ranking
- GitHub Copilot Day
- Warp supports the Stanford course
- Runway short film
- Perplexity API changelog
- mini-beatrix-2s
- Execution traces and agent behavior
- Together AI and Render