AI teammate category just had its most significant new entrant yet
One of our top recurring themes of the year has been coding agents breaking containment into knowledge work, and it’s clear that the AI teammate/multiplayer/multiagent space is the next big AI battleground. With Claude Tag launching to mixed reviews and Block’s Buzz requiring a more technical user, the space was still open for a new category leader, which the now Cursor→SpaceX team has adroitly shipped to very positive reviews:
This is powered by their newest model, Grok 4.6, released today as arguably the second best knowledge work model in the world (as both competitor Cognition and Elon acknowledges)… though it is surely the top by efficiency:
Grok 4.6 is a confirmed 1.5T model that “builds on ** Grok 4.5** with a particular focus on long-running agents and more ambitious interactive and visual work”. The only training disclosure can be reproduced in full (emphasis ours):
Grok 4.6 underwent a longer supplemental training run than Grok 4.5, with curated
model-generated data for reasoning and advanced technical concepts, high-quality engineering data, and animproved optimizerandtraining recipe. This produced a stronger foundation for the SFT and RL stages that followed.We then
used Grok 4.5 to regenerate the SFT trajectories across reasoning efforts, agent harnesses, and domainssuch as STEM, software engineering, and knowledge work, and filtered out problematic traces with model-based checks. The resulting SFT checkpoint shows strong performance and improved behavior.Grok 4.6 is trained on a wide range of agentic RL tasks, including knowledge work, general coding, and domain-specific environments for
kernel optimization, web development, computer-aided design, and more.
It is currently unclear if the lack of sandbox escape incidents when it came to training Grok 4.6 is a testament to their infra engineers or an indictment of their researchers.
(that is a joke about current events, don’t get mad) AI News for 8/11/2026-8/12/2026. We checked 12 subreddits,
[544 Twitters]and no further Discords.[AINews’ website]lets you search all past issues. As a reminder,[AINews is now a section of Latent Space]. You can[opt in/out]of email frequencies!
AI Twitter Recap
Frontier Model Day: Grok 4.6, Qwen3.8-Max, DeepSeek V4 Pro, and Microsoft’s MAI-Thinking-1
Grok 4.6 reaches the frontier on price/performance: xAI released, described as a major step up from 4.5 at the same price. Independent evaluations fromGrok 4.6Artificial Analysisplace it at61 on the Intelligence Index, roughly in line with** GPT-5.6 Sol Max**, behind Claude Opus/Fable, with strong agentic results including** 88.4% on Terminal-Bench v2.1**,** 1753 GDPval-AA v2 Elo**, and competitive AA-Briefcase performance at far lower cost (AA-Briefcase note). Early arena data fromCode Arenaalso slots it near GPT-5.6 Sol and Claude Fable on webdev tasks. Pricing is a central theme: AA highlights**$2/$6 per 1M input/output tokens**, materially below frontier peers, while practitioners immediately framed it as the new default for coding and bug-finding workloads (Pawel Huryn,Cognition availability in Devin). xAI says the gains came from a longer supplemental training run, regenerated SFT traces, and agentic RL over coding, web, CAD, and kernel optimization; they also report more self-testing behavior during long tasks (@kimmonismus summary). Elon also saidGrok 4.7is already in flight, with initial training complete and supplemental training on SpaceX internal data planned.Qwen3.8-Max open weights are out: Alibaba’sdropped as an open-weightQwen3.8-Max** 2.4T total / 95B active MoE**. Community notes emphasize its scale, day-0 serving, and long-context/agent orientation:Yuchen Jincalled it one of the largest open-weight releases to date;vLLMshipped day-0 support plus vendor-specific 4-bit checkpoints forNVIDIA B300 andAMD MI355X;Together AIandBasetenalso announced immediate support. One important caveat from users: the released open-weights variant appears to betext-only, with no vision input in the initial drop (skalskip92).** DeepSeek V4 Pro GA undercuts the market**: DeepSeek’simmediately drew attention less for “best benchmark in every column” than for economics. Multiple observers highlighted pricing aroundV4 Pro GA rollout$0.435/M input and $0.87/M output(kimmonismus), withClinecalling it roughly57× cheaper than Fable 5 while reporting meaningful gains over the preview, including a15.8% Terminal Bench increase. Reaction was mixed on capability: some early users found it solid but not clearly ahead of Kimi/Flash on all tasks (Yuchen Jin’s roundup,scaling01,teortaxesTex), suggesting DeepSeek’s next gains may depend more on RL environment and agent work than raw scale.Microsoft enters with its own reasoning model: Mustafa Suleyman announced, Microsoft’s first reasoning model “built from scratch,” now available in Foundry. The initial ask from the team is notably practical—MAI-Thinking-1Finbarr Timbersspecifically requested feedback ontool use—which suggests Microsoft is positioning it as an applied reasoning model rather than just a benchmark entrant.** Solar Pro 4 also moved up a tier**:Artificial Analysisreported that Upstage’s** Solar Pro 4jumped from 14 to 42**on the Intelligence Index, with especially large gains on agentic and long-context tasks, though still behind the current top frontier and open leaders on both raw score and price.
Open-Weight Multimodal and Edge Models: Video, Vision, Voice, and Local Inference
LTX-2.5 and the open video stack keep improving:@RisingSayakhighlighted that** Lightricks’ LTX-2.5landed in Diffusers with several practical features that matter for local workflows: joint video + 48 kHz audio generation**, prompt-controlled clip length, a** 2-pass quality mode**,** tile renderingfor lower memory usage, and preprocessing that re-compresses input images to better match training.Ostris AI Toolkitadded support the same day. More broadly, several accounts framed the week as an unusually strong run for open multimedia releases, includingMiniMax H3**,** LTX-2.5**,** LFM2.5-VL-3B**, and** North Micro Vision**(victormustar,multimodalart).Small VLMs and local multimodal are getting serious: Cohere launched, an Apache-2.0 open-source small VLM aimed atNorth Micro Visiondocument understanding, with claims of outperforming Gemma 4 E2B and Ministral 3 3B on a broad visual benchmark mix (results thread). Liquid AI’sLFM2.5-VL-3B was also repeatedly cited as a strong compact vision model, and users demonstrated hybrid local/remote agent stacks—for example,Hermes Agent using DeepSeek V4 Flash for planning plus LFM2.5-VL-3B for local vision.Speech and sign-language releases were unusually substantive: Google DeepMind announced, a sign-language-to-text system powering ASL input on Android/Pixel 11. The follow-up notes are technically interesting:SL2Tbody pose tracking happens on-device, translation runs server-side, and the system is optimized for real-world constraints like** one-handed signing**(detail). Separately, Deepgram launched, a low-latency conversational TTS model claimingFlux TTS~80 ms response time and mid-call adaptation for voice agents.
Inference, Compression, and Systems: vLLM, Quantization, CUDA Scheduling, and Ranking Infra
vLLM added important infra for giant models and long prompts:vLLMnow supports** Azure Blob pathsfor both model and KV connectors. The Microsoft/NVIDIA recipe matters operationally: faster weight via Dynamo ModelExpress**(up to** 7.3× fasteron H100/A100) and blob-backed KV caching via LMCache + NIXL**, trading recomputation for fetches on long-prompt workloads (follow-up).Compression work is extending the useful life of very large models:LLM Compressor v0.13.0added** REAP expert pruningfor MoE models—dropping whole experts based on calibration saliency before quantization—as well as arbitrary 3/5/6/7-bit quantization**. On the more extreme end,Unslothclaimed to shrink** Qwen3.8-2.4T-A95Bfrom 4.9 TB to 397 GBvia dynamic 1-bit quantization, making local execution conceivable on 410 GB+ RAM/VRAMsystems. They also showed a2-bit Nemotron 3.5 Lightning setupsustaining long tool-use sessions in22 GB VRAM**.** GPU kernel authoring is getting safer and more declarative**:maharshiihighlighted** CuTeDSL 4.7.0 Task Scheduling kernels**, which let developers explicitly declare warp roles, resources, dependencies, and schedules, enabling static checks for** deadlocks, races, and barrier initializationbefore lowering to GPU code. The same author also posted a concise explainer on the prerequisites behind TMA async copy**—acquire/release semantics, mbarriers, and CuTe arithmetic tuples—for people trying to reason about modern NVIDIA memory movement primitives (thread).Classic recommender/ranking stacks are still quietly delivering wins: François Chollet pointed to Expedia’s migration to a modern** Keras 3setup, reporting 30% faster trainingand 70% lower inference latency**for ranking models (tweet). His follow-up stresses a more strategic point: Keras’s backend-agnostic APIs reduce lock-in if teams later need PyTorch or JAX kernels (note).
Agents, Harnesses, and Developer Tooling: Reliability, Memory, Plugins, and Security
The stack above the model is becoming the main product surface: Several tweets converged on the same theme: many practical gains are coming from** harness engineering**, memory, approvals, evals, and tools more than bespoke model training. Scott Stevenson restated the argument that** RAG and harness engineering beat training most of the timebecause they personalize per customer, avoid privacy risks, improve in real time, and inherit base-model progress (thread,follow-up). Random Walker added a useful product distinction betweendelegation agents** andcollaboration agents, with very different optimization targets around verifiability, latency, and human control (tweet).Tooling releases reflected that shift: GitHub’s@codeintroduced** Agent Plugins 1.0**, packaging skills, MCP servers, and AI extensions together, and separately shipped UX improvements like sticky scroll and better session handling (release thread). OpenAI/Codex-side momentum showed up too, includingCodex for Linux. LangChain rebuiltLangSmith dashboardsfor more useful trace analysis and reporting.Memory and portable agent state are becoming baseline expectations: Hermes Agent got multiple ecosystem updates, fromRaspberry Pi deploymenttoeasy profile export/importand new skills like generating reusable APIs from observed web traffic (Teknium). Managed Deep Agents examples from LangChain focused explicitly ondurable memory and recurring workflows such as social-media agents (hwchase17).Security and governance for agents is becoming concrete: W&B showed a side-by-side agent email example where one agent leaked SSN/card info while another blocked prompt injection and redacted secrets before the model saw them (thread start). The Turing Post raised a more architectural issue arounddelegated identity: if an agent uses your SaaS credentials directly, revocation and auditing become muddy (tweet).
Benchmarks, Research Directions, and AI-for-Science
AI-assisted math and science claims are getting harder to ignore: The most engaged technical tweet was Steven Strogatz sharing a story that a neurosurgery resident reportedly used** ChatGPT 5.6to solve a significant open problem in numerical linear algebra (tweet). Relatedly, multiple accounts noted anotherEpochAI open problem** apparently falling (scaling01).New benchmarks target less gamed capabilities: Princeton/MIT collaborators released, a text-based benchmark forDiG-benchdiscovery rather than standard QA or code tasks; tri Dao specifically praised it for having some of ARC’s flavor without confounding vision issues (tweet). Redwood + Anthropic introduced the, targeting AI-risk-relevant argumentation and conceptual reasoning where feedback is sparse and hard to automate. Vals announcedConceptual Reasoning Index, focused on binary reverse engineering rather than source-level cyber tasks.SRE-BenchPost-training efficiency and long-context research stood out: Lewis Tunstall summarized, where RL is done on a smaller model and the resulting policy shift is transferred to a larger model using a dense implicit reward, roughly halving pipeline cost in the cited setup. Separately,Direct On-Policy Distillationdair.ai’s summaryof new OLMo/Llama/Qwen long-context work argues thatfour architecture choices—normalization, GQA, pretraining context length, and sliding-window attention—can together cost up to** 47% of long-context performance**, even when short-context validation looks fine.** Clinical and domain-specific RL is maturing**: A thread summarizing Google’s** ResidencyRLwork reports that training Gemini 3.5 Flash over 49,870 simulated telehealth encountersincreased diagnostic accuracy under adversarial conditions from 81% to 88%and reduced missed red flags by 31%(kimmonismus). Snowflake also shared a good counterexample to “bigger always wins”: anew 4B SQL autocomplete modelbeat their previous30B-A3B MoE**, improving user acceptance while cutting median latency** 71%**.
Top tweets (by engagement) Grok 4.6 release:@SpaceXAIannounced the model;@elonmuskamplified it;Artificial Analysisprovided the most useful independent breakdown.Qwen3.8-Max open weights:@ClementDelangue,@Yuchenj_UW, and@UnslothAIcaptured the release, deployment, and aggressive quantization angle.DeepSeek V4 Pro GA:@synthwaveddon rollout;@clineand@kimmonismuson the unusually strong price/performance profile.AI-for-math headline:@stevenstrogatzshared the numerical linear algebra story involving ChatGPT 5.6.Accessibility milestone:@GoogleDeepMindannounced** SL2T**for ASL-to-English input on Android.
AI Reddit Recap
/r/LocalLlama + /r/localLLM Recap
1. Claude Text Watermarking Rollout
(Activity: 2077):Claude now embeds invisible watermarks in all text outputs + signed metadata on filesAnthropic says Claude marks some AI-generated/edited content via metadata/provenance signals, not a visible text watermark; the mechanism and persistence depend on file type/workflow and may be lost after editing, export, or platform handling (Commenters are skeptical of usefulness for text because paraphrasing through another model or local LLM could likely remove detectable signals, and some view any Claude-linkable marking as a privacy/control reason to prefer open-source models.support article). For plain text, commenters question whether this implies statistical linguistic watermarking versus attached metadata; based on Anthropic’s description, the robust claim is metadata/provenance marking, not an undeletable watermark embedded in arbitrary copied text.Anthropic/Claude rollout details: commenters cite the submission statement that Claude models launched on or afterAugust 2, 2026 will embed animperceptible model-level text watermarkintended to survive copy-paste and some editing without changing readability or semantics. Supported file outputs such as.png
,.jpg
, and.svg
will also carrydigitally signed C2PA provenance metadata, with third-party detection tooling still forthcoming and older models expected to be updated during a transition period.A technical concern raised is robustness: for text, users argue the watermark may be removable by paraphrasing through another model, especially a local/open-source one, because rewording can destroy token-level statistical patterns. Another commenter notes this is not unique to Anthropic and points to
OpenAI’s provenance/watermarking work:Understanding the source of what we see and hear online.
(Activity: 878):How would an “invisible watermark” in AI-generated text actually work?The thread asks how an invisible text watermark could be embedded in Claude-style LLM output without hidden Unicode; the technical answer is a keyed generation-time scheme that slightly biases token sampling toward pseudo-randomly selected “favored” tokens based on prior context and a secret key, then detects overrepresentation via a statistical score such as az-score
. Commenters note this is robust to copy/paste and minor edits, but degrades under substantial paraphrasing, sentence restructuring, or regeneration by another LLM; Google’s SynthID-Text approach, described inThe main skepticism is epistemic:Nature, uses a related tournament-sampling watermarking method.“how would anyone know if it was watermarked?”—i.e., detection depends on access to the secret rule/key or a trusted detector, and robustness claims are limited once the text is heavily rewritten.A commenter describes LLM text watermarking as a
keyed sampling bias: during next-token generation, the model slightly boosts a secret, context-dependent subset of tokens, producing a hidden statistical pattern while preserving fluency. Detection then recomputes the same secret rule over the text and checks whether favored tokens occur above chance, often via az-score-like statistic; copy/paste and light edits may preserve the signal, while heavy paraphrasing can destroy it.One linked technical reference is the Nature paper
“Scalable watermarking for identifying large language model outputs”, which is relevant to production-grade schemes such asGemini-style tournament sampling. The discussion also notes that implementations vary by provider, with claims that watermarking can be added at the sampling/model-output layer rather than requiring visible text markers.A key unresolved technical concern raised is
false positives: if detection is purely statistical, naturally written text could coincidentally overuse the “green-list” or favored tokens. This implies practical detectors need calibrated thresholds, long-enough samples, and measured false-positive/false-negative tradeoffs rather than treating watermark detection as a deterministic yes/no signal.
2. Frontier Model Security and Governance Flashpoints
Keep reading with a 7-day free trial #
Subscribe to Latent.Space to keep reading this post and get 7 days of free access to the full post archives.