a quiet day.
AI News for 9/9/2026-9/10/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
DeepSeek launched V4.1-Flash as a new open-weight flagship focused on extreme inference efficiency and low cost.
- Independent benchmark account Artificial Analysis reported that DeepSeek V4.1 Flash surpasses DeepSeek V4 Pro 0813 despite being much cheaper, scoring 40 on the Artificial Analysis Intelligence Index, just below GLM-5.3-Flash and above the latest V4 Pro, while being priced at $0.30 / 1M input tokens and $1.20 / 1M output tokens with cached input at $0.006 / 1M and an additional 50% off-peak discount; they also describe it as a 763B total-parameter model with 8B active input and 16B active output parameters, 1M-token context, text+image input, MIT license, and US/API availability via DeepSeek first party @ArtificialAnlys, @ArtificialAnlys, @ArtificialAnlys
- Vals called it the new #1 open-weight model on the Vals Index, ahead of Kimi K3, at just $0.30 per test, the cheapest model in the open-weight top 10; they also note the eval ran with 1M context, 384 max output tokens, temperature 1, default top-p/top-k, and high reasoning effort @ValsAI, @ValsAI, @ValsAI
- Baseten shipped day-0 support and summarized the product positioning as smarter, faster, and more efficient than DeepSeek v4 Pro 0813, with text and vision, US-only, ZDR, and 1M context @baseten
- Ollama began rolling it out to Max and Team accounts, later expanding to Pro plan subscribers @ollama, @ollama, @ollama
Architecture and paper-level technical details
The most discussed technical novelty is a causal encoder-decoder design aimed at lowering active compute and KV/cache costs.
- Artificial Analysis says the model uses a new causal EncoderâDecoder architecture, with 8B active parameters for input/prefill and 16B active parameters for output/decode @ArtificialAnlys
- Sebastian Raschka characterized V4.1 as a âbig overhaulâ and said they âshould have called it DeepSeek V5,â explicitly highlighting the encoder-decoder setup as the key break from prior DeepSeek generations @rasbt
- Multiple technical readers reacted to the design as unusually hybrid: one called it âa very interesting mix of very conservative and sometimes old ideas in research and potentially cutting edge efficiency and hardware design in engineeringâ @_xjdr
- A concise architecture read from Stochastic Chasm compared the design philosophy to HySparse, NSA, and DeepSeekâs own CSA/HCA from V4, summarizing it as a local sliding-window branch plus sparse retrieval branch, suggesting this sparse/local hybrid is becoming a broader pattern @stochasticchasm
- The same account noted multimodal changes were not radical, saying DeepSeek mostly âlets the backbone handle most of it and give it visual tokens,â with 3x3 pixel unshuffle instead of the more common 2x2 @stochasticchasm
- They later flagged a âbig difference from K3 on vision encoders,â implying the vision front-end diverges materially from recent Chinese peers @stochasticchasm
- TeortaxesTex observed a recurring DeepSeek pattern of doing something unusual in the first N layersâpreviously dense or hash-routed, now SWA-onlyâspeculating this may reflect repeated training difficulties in early layers @teortaxesTex
- Later, the same account argued the stack is âdown to 40 layers, arguably only 20 legit decoder layers,â underscoring just how aggressively DeepSeek may be compressing effective depth in decode-critical paths @teortaxesTex
- Another thread fragment from TeortaxesTex suggested DeepSeek is doing multiple compression frequencies, âitâs just all CSA2,â in response to architectural discussion around memory compression @teortaxesTex
- Nrehiewâs technical notes emphasize KV cache compression as central to the design, calling it a case study in âhow obsessing over KV Cache compression gets you a hyper-efficient frontier modelâ @nrehiew_
- In a follow-up, nrehiew highlighted infrastructure specifics from the report: dispatch strategy to reduce long-tail stalls, router replay from previous checkpoints, management of shorter-completion off-policy effects via dataset-level capping, discard schemes, bounded off-policy ratio and loss masking, and persistent KVs and routers when a new checkpoint is updated; they also mention a final stage with full-vocab OPD on 40+ teacher models @nrehiew_
- Nrehiew concluded that the design looks cleaner than the older HSA + CSA combination in V4, saying it was âvery clearly designed for inference,â and cited a striking ~890 bytes/token KV size for the benchmarked score regime @nrehiew_
- Stochastic Chasm inferred QAT for the KV cache, saying this would explain why the model performs better than peers under FP4 KV cache @stochasticchasm
Benchmark results and numbers
Independent evals consistently paint V4.1-Flash as unusually strong on cost-adjusted intelligence, long context, and automation, with a major caveat around verbosity.
- Artificial Analysisâ headline: 40 AA Index, above V4 Pro and below GLM-5.3-Flash @ArtificialAnlys, corroborated separately by Scaling01 @scaling01
- Artificial Analysis reported AutomationBench-AA: 69%, tying GPT-6 Astra (69%) and above Grok 4.6 (67%), while improving 15 points over V4 Flash 0731 and sitting 12 points above V4 Pro 0813 (57%) and 7 points above GLM-5.3 (62%) @ArtificialAnlys
- On GDPval-AA v2 it reportedly gains 164 Elo, from 1468 to 1632, overtaking Kimi K3 at 1584 @ArtificialAnlys
- On AA-LCR v1.1 it scores 84%, on par with GPT-5.6 Sol and Gemini 3.8 Flash at 84% @ArtificialAnlys
- Artificial Analysis also says V4.1 Flash is among the most verbose models measured, averaging 89k tokens per Intelligence Index taskâ25% more than GLM-5.3 (71k), 29% more than GLM-5.3-Flash (69k), 62% more than V4 Pro 0813 (55k), and even above Fable 5.1 (78k) and Claude Opus 5 (73k) @ArtificialAnlys
- Even with that verbosity, AA estimates just $0.27 per Intelligence Index task, roughly 7x below GLM-5.3 ($2.01) and Kimi K3 ($2.00), and ~2.5x below V4 Pro 0813 ($0.67) @ArtificialAnlys
- Valsâ result reinforces cost leadership: $0.30/test, #1 open-weight on their board @ValsAI
- A separate reaction thread summarized DeepSWE-style claims more aggressively, saying V4.1 Flash offered better performance than GPT-5.6 Sol and Opus 5 in DeepSWE at 94% lower API costs, but that statement is secondhand summary rather than a primary benchmark post in this dataset @kimmonismus
Running it locally and inference engineering reactions
A large fraction of discussion centered on the surprising ease of running V4.1-Flash on commodity-ish local hardware through offload and SSD streaming.
- Fraser Price reported full-precision DeepSeek 4.1 Flash + DSpark at 200 TPS on 4 Max-Qs with just 64GB system RAM, offloading a 200GB Engram/hash table to NVMe; he says this made keeping the full structure in RAM unnecessary and promised a vLLM recipe @fraserpricee
- He later improved that to 300+ TPS on 4 RTX Pros, still at full precision, with <32GB peak system RAM, using a custom vLLM fork and SSD support @fraserpricee
- Antirez showed DwarfStar running V4.1 Flash on a 128GB M5 Max, saying SSD streaming made it unexpectedly fast; he speculated both recent SSD-streaming changes and the possibility that DS4.1 âuses the same experts moreâ contributed @antirez
- TeortaxesTex reacted that it is âincredible you can run frontier models mostly off SSDâ @teortaxesTex
- Elie Bakouch posted a reaction meme explicitly about the inference engineer view of the V4.1 Flash architecture, reflecting how strongly the launch resonated with systems folks @eliebakouch
- vLLMâs new release also included DeepSeek-V4 shared experts fused into MegaMoE, plus Mooncake Store can offload decode KV, relevant context for why serving this class of model is rapidly becoming easier in open infra @vllm_project, @vllm_project
Facts vs. opinions
Facts and directly attributed claims
- V4.1 Flash launched and was quickly supported by Ollama and Baseten @ollama, @baseten
- Independent benchmarks reported AA Index 40, AutomationBench-AA 69%, AA-LCR 84%, GDPval-AA v2 1632 Elo, 1M context, MIT license, and low API pricing @ArtificialAnlys
- Vals reported #1 among open-weight models on its index, at $0.30/test, with 384 max output tokens under its harness settings @ValsAI, @ValsAI
- Local deployment reports claimed 200 TPS and later 300+ TPS on 4-GPU setups, plus successful M5 Max SSD-streamed operation @fraserpricee, @fraserpricee, @antirez
Interpretations and opinions
- Raschkaâs âthey should have called it V5â is an opinion about how substantial the architectural change is @rasbt
- TeortaxesTexâs speculation that DeepSeek ârepeatedly struggled to train first layers properlyâ is inference, not a confirmed statement from DeepSeek @teortaxesTex
- Nrehiewâs framing that the report is âcleanerâ than the prior HSA/CSA design and likely unlike what OpenAI/Anthropic would do because of their custom chips is informed opinion @nrehiew_
- The âDeepSeek ships internal research artifacts and not productsâ critique is an external judgment, not a factual release note @teortaxesTex
- Assertions that âdata is all that mattersâ or âresearch is overâ were themselves criticized as overreactions @shikibmehri
Different opinions and reactions
Supportive / impressed
- Strong positive reactions came from benchmarkers and researchers emphasizing the price/perf step: Valsâ ânew #1 open-weight model,â Artificial Analysisâ cost-adjusted headline, and general praise like âinteresting release / breath of fresh air vibeâ @ValsAI, @ArtificialAnlys, @dejavucoder
- Raschka called it âsuper cool and refreshingâ @rasbt
- XJDR liked the engineering thinking despite some aesthetic reservations @_xjdr
- Nrehiew called it âyet another banger tech reportâ @nrehiew_
- Stochastic Chasm ended by saying the paper was âdenseâ but appreciated the multi-agent training angle and sparse design ideas @stochasticchasm, @stochasticchasm
Neutral / analytical
- Some observers mainly dissected the design rather than cheering it: sparse/local hybridization, first-layer oddities, multimodal tokenization, KV quantization, colocated async RL, etc. @stochasticchasm, @stochasticchasm, @nrehiew_
- Gordic Aleksa used the paper as evidence in a broader pretraining-data taxonomy, placing DeepSeek in the organic data camp and noting surprise that, based on publications, they do not appear to use even synthetic rephrasing @gordic_aleksa
Critical / skeptical
- TeortaxesTex repeatedly pushed back on external impressions, arguing DeepSeek often shows high internal evals, weaker external robustness, brittleness, and weird skill gaps, because it âships internal research artifacts and not productsâ @teortaxesTex
- The same account called some eval results âvery strange,â particularly AutomationBench #1 and a CritPt regression, and asked the DeepSeek team to âmeditate on thisâ @teortaxesTex
- They also argued that V4 GA had benefited massively from tool/skills harness access, whereas V4.1 appears less dependent on harness scaffolding and better in âminimal harnessesâ @teortaxesTex
- In hands-on use, they reported that multi-agent âDSH agent teamsâ could degrade quality unless the project has very clear modularity, with V4.1 solo outperforming team mode in at least one example because subagents produced slop or wasted tokens on unnecessary research @teortaxesTex, @teortaxesTex
- Jared Zâs broader product-market critiqueâthat users now care deeply about token cost, and daily-driver coding models should be both cheap and smartâfits V4.1 Flashâs positioning even though it wasnât about the model specifically @imjaredz
Context
Why this matters technically and strategically
- The launch lands amid a broader shift from âbigger dense chat modelsâ toward systems-optimized, sparse, long-context, agent-oriented models that can actually be served cheaply and locally.
- V4.1 Flashâs positioning is unusually aggressive: open-weight, MIT-licensed, 1M context, multimodal input, low active parameter counts, extreme cache discounts, and demonstrated viability on SSD/offload-heavy consumerish setups @ArtificialAnlys, @fraserpricee, @antirez
- The benchmark pattern suggests a meaningful trade: very high verbosity but still exceptionally low total task cost thanks to ultra-cheap token pricing @ArtificialAnlys
- The architecture also reflects a broader industry trend toward splitting prefill and decode economics, making long-context and agentic workloads more practical without paying frontier dense-model costs on every token.
- The release reinforces the idea that open models are increasingly competitive not just on raw weights availability, but on servabilityâthe ability to fit into offload pipelines, quantized KV stacks, local deployment, and open inference servers.
- It also sharpened debate over what matters most in 2026 model progress: architecture, RL/inference co-design, data quality, or systems work. Shikib Mehri explicitly pushed back on the claim that DeepSeekâs paper means âresearch is over,â arguing instead that the lever surface has expanded from architecture into data-factory and reward-design research @shikibmehri
- Finally, DeepSeek remains a polarizing lab identity-wise: admired for shipping unusual research artifacts and detailed reports, but also seen by some practitioners as less polished than product-centric competitors, with odd eval gaps and brittle behaviors that appear more clearly in real workflows than in internal headline numbers @teortaxesTex, @teortaxesTex
OpenAIâs Voice, Agents, and Enterprise Push
- OpenAI launched GPT-Live-1 into the API and quickly seeded an ecosystem around it: the new model is positioned as a full-duplex voice interface that can listen while speaking and delegate tool use or reasoning to a backend model. The core launch came from @OpenAIDevs, with additional detail that developers can control tone, pacing, expressiveness, response length, and language here. OpenAIâs own benchmark post claimed improvements over GPT-Realtime-2.1, including 83.6% first-attempt task completion on Tau3 when paired with GPT-6 Astra, 97.3% on Artificial Analysis Conversational Dynamics, and 0.798s response onset latency on Full Duplex Bench v1 details.
- The surrounding toolchain is maturing toward hosted agent infra: OpenAI also announced a public-beta Agents API with the Codex harness, plus OpenAI-hosted sandboxes for code execution, files, and artifacts via managed cloud agents launch. This aligns with a broader industry move to collapse model, runtime, and sandbox into one surface. Integration announcements from LiveKit, HeyGen, Telnyx, Speak, and Cognitionâs Devin Voice suggest GPT-Live-1 may become a default substrate for production voice agents faster than the earlier realtime stack did.
- Enterprise data access is becoming a first-class product primitive: OpenAIâs product-side announcement of a Data agent in ChatGPT Work promises dashboards, answers, and actions over connected company data sources @ChatGPT, while Box framed its integration as âthe file system for AIâ bringing governed enterprise context into ChatGPT. Combined with Googleâs docs-for-agents push and Cursorâs new persistent workspaces, the trend is toward stateful, organization-aware agent environments, not stateless model endpoints.
Cognition, Cursor, and the Shift Toward Persistent Coding Agents
- Cognition had a notably strong day: it released SWE-2, described as âour closest model yet to the frontier,â claiming parity on leading coding evals at up to 70% lower cost and explicitly stating it scaled RL to multiple trillions of parameters launch. Additional context from ybenpan emphasized that the team built algorithm, infra, and data in-house, while silasalberti highlighted a practical RL finding: a simple linear length penalty preserved a training-time Pareto curve shape across effort levels.
- The Devin stack is becoming more multimodal and more integrated with developer workflows: beyond SWE-2, Cognition launched Devin Voice powered by GPT-Live and SWE-2 tweet, and announced that Dioxus Labs is joining Cognition to contribute to Devinâs VM, computer use, and testing while continuing support for Dioxus and related Rust OSS Cognition. This is a concrete example of coding-agent vendors acquiring infra and systems talent, not just model researchers.
- Cursorâs new âProjectsâ feature points to the same destination from the IDE side: Cursor introduced persistent threads with a coordinator agent, shared memory/artifacts across agents, and sync across user devices and agent computers. In practical terms, this is a move away from âone chat per taskâ toward a long-lived software project substrate where subagents accumulate state over time. Read together with Claude Codeâs new pane pop-outs and managed-agent session viewer / auto mode, the market is converging on the idea that coding agents need persistent context, inspectable sessions, and explicit orchestration controls, not just better completions.
Agent Research: Harnesses, Horizons, Parallel Retrieval, and Self-Evolution
- Several papers pushed on a common theme: the harness is now a core optimization target. A widely shared Salesforce paper summary from omarsar0 showed that training a weaker model on a stronger expertâs full trajectories can hurt performance by 4â30 points after harness evolution, because the fine-tuned model adopts an incompatible planning style. The proposed fixârewrite only the failing turn in the weaker modelâs own rolloutâpreserves model-harness fit. In parallel, Sumanth_077âs writeup of ByteDanceâs HarnessDev described agents that build and iteratively improve their own runnable harnesses, with mixed generalization: only 34/64 changes transferred directionally to held-out tasks.
- Long-horizon and long-context agent training also got more principled treatments: dair_ai summarized Qwen work on Elastic Horizon, a closed-loop controller that tracks the 90th percentile of successful trajectory lengths to adjust the maximum interaction horizon, improving success while saving up to 25% of trajectory tokens. Separately, omarsar0 highlighted PARSER, which replaces sequential chunk reading with parallel frozen subagents + an RL-trained lead agent over iterative scatter-gather rounds; reported gains include +12 points at 896K context and up to 11x lower latency.
- Skill and tool-use data generation are being formalized too: dair_ai on SkillAdam framed skill self-evolution as a discrete optimization problem, borrowing Adam-like first/second-moment ideas to stabilize update direction and edit magnitude. Meanwhile, Google Researchâs ToolGrad generates ground-truth tool-use chains before prompts, reporting near-100% pass rate for dataset creation and downstream tool-use gains. Taken together, this batch of work suggests the field is shifting from âprompt the model harderâ toward closed-loop optimization of scaffolds, trajectory budgets, skill documents, and tool traces.
Safety, Misuse, Monitorability, and Model Governance
- Anthropicâs threat intelligence report dominated the safety discussion: the company published its most detailed misuse report so far, covering attempts to use Claude for cyberattacks, influence ops, surveillance, biology, and weapons, and said it disrupted every operation described launch tweet. Much of the discourse focused on reported extraction / routing patterns involving rival labs and state-linked misuse, with high-engagement reactions from pradeepXkapoor, logangraham, and former Meta threat-disruption lead David Agranovich, who argued Anthropic deserves credit for this level of transparency even if some framing should be debated.
- A second thread focused on reasoning monitorability and âneuraleseâ risk: Redwood Research proposed transparency norms for architectures that may weaken or eliminate chain-of-thought visibility, and Ryan Greenblatt argued companies should publish evidence and policies before deploying architectures that substantially reduce CoT dependence. Related commentary from Neel Nanda interpreted GPT-6 Astra as a potentially concerning jump in no-CoT reasoning, possibly indicating architectural changes beyond ordinary scaling.
- There was also visible disagreement among frontier-lab employees and alumni about risk culture: Chris Hayduk emphasized AIâs humanitarian upside, while balesni and jkcarlsmith openly endorsed >10% extinction-risk views. On governance, Thom Wolf announced a new Open Alignment team at Hugging Face, and Richard Ngo published a sharp critique of Paul joining OpenAIâs board and of what he sees as the safety communityâs capture by AGI companies.
Top tweets by engagement
- Anthropic threat intelligence report: @AnthropicAI published a detailed account of sophisticated Claude misuse across cyber, influence, biology, surveillance, and weapons.
- OpenAI pauses new $200 Pro signups for Astra capacity reasons: @thsottiaux said existing users are unaffected and API/other plans remain available.
- GPT-Live-1 API launch: @OpenAIDevs launched the new full-duplex voice model into the API.
- ChatGPT Work Data agent: @ChatGPT announced a data-connected enterprise agent for dashboards, answers, and actions.
- SWE-2 release: @cognition introduced a new coding model claiming near-frontier eval performance at materially lower cost.
- Cursor Projects: @cursor_ai launched persistent project threads with coordinator agents, shared memory, and synced artifacts.
AI Reddit Recap
/r/LocalLlama + /r/localLLM Recap
1. DeepSeek V4.1 Flash Release and Architecture
-
DeepSeek V4.1 Flash: Stronger, Faster, More Accessible (Activity: 317): DeepSeek announced V4.1 Flash, a
552B-parameter MoE with native multimodal vision support and a new Causal-Encoder-Decoder asymmetric architecture:8Bparameters active on input and16Bon output, claiming higher capability than V4 Pro at lower inference cost (source, weights, tech report). DeepSeek claims KV-cache/storage reductions of4ĂHBM and8ĂSSD vs the prior generation, and437Ăvs its first-generation model; API users can switch todeepseek-flash, while deprecateddeepseek-v4-flash,deepseek-v4-flash-vision-exp, and eventuallydeepseek-v4-prowill route to V4.1 Flash with new peak/off-peak pricing. Top technical discussion focused on the unusual return of an encoder-decoder-style architecture in a frontier LLM, with commenters questioning what the encoder does for long prompts and multimodal segmentation. Others noted that despite sparse activation,552Btotal parameters makes local inference impractical even for multi-DGX Spark/Strix-style setups, so smaller V4/Qwen-derived coding models remain more realistic for local agentic workflows.- Several commenters focused on the claimed encoder-decoder/asymmetric architecture, questioning how DeepSeek is using an encoder in a modern GPT-style LLM: e.g. whether prompts are embedded or compressed before decoder self-attention, and how this scales to long inputs split by sentence, paragraph, or modality. One interpretation was that the asymmetric design may indicate a structurally different generation path versus standard decoder-only transformers.
- Local inference feasibility was discussed around the modelâs reported
552Bparameter scale, with commenters arguing it is impractical even for high-end local setups such as multiple DGX Spark/Strix-class systems. The suggested practical workflow was to use larger DeepSeek V4-class models for planning, then smaller/distilled models such as Q38-27B, Q38-35B-Distill, or Ornith35B for execution in local agentic coding pipelines. - A technically notable claim highlighted in the thread was a
437ĂKV-cache reduction since first generation, which commenters viewed as significant for long-context inference cost and memory scaling. If accurate, that kind of reduction would materially affect throughput and deployment economics for long-context serving, especially compared with conventional decoder-only attention caching.
-
Deepseek V4.1 Flash is 748B, not 552B (Activity: 575): OP inspected the Hugging Face
safetensorsand argues DeepSeek V4.1 Flash is ~748.5Bparameters for backbone + engramânot284B,305B,485B, or522Bâwith a551.566Bbackbone and196.929Bengram; including optional DSpark/MTP (14.225B) and vision encoder (0.485B) brings the stored model to ~763.21Bparams /511.76 GB. The confusion is attributed to counting/metadata errors: e.g. an NVIDIA forum estimate undercounts the backbone, Hugging Faceâs485Blikely miscounts FP4 packed weights as bytes rather than two params/byte, similar to GLM-5.3-Flash-NVFP4, and vLLMâs recipe inconsistently lists522Bbefore later correcting parameter details. The backbone is overwhelmingly MoE FFN experts:543.582Bparams in FP4, with only ~7.984Bin attention/shared/embedding/other components, implying 128â256 GB RAM/VRAM is insufficient for full local use. One commenter notes the âFlashâ naming is plausibly latency-related, claiming it uses only roughly9Bactive parameters for prefilling. Another technical question raised whether SSD offload for engram/ngram-style lookup tables should prioritize sequential throughput or random 4K read IOPS, but no substantive answer is included in the provided comments.- Commenters discussed that DeepSeek V4.1 Flash may report a much larger total size due to included
n-gram/lookup-style components, but some argue these should not be counted like active neural parameters because they can be stored externally on SSD rather than loaded into VRAM/RAM as model weights. - A technical claim was made that the âFlashâ variant is fast because it uses only around
9Bparameters during prefill, implying the active compute path is far smaller than the headline748Bfigure and may explain the latency-focused branding. - For local deployment, one commenter estimated that
256GBsystem RAM plus64â96GBVRAM is sufficient, with then-gramdata hosted on any PCIe Gen 3+ NVMe SSD. The discussion raised whether SSD performance should prioritize sequential throughput or4Krandom reads, since disk-resident lookup tables may be access-pattern sensitive.
- Commenters discussed that DeepSeek V4.1 Flash may report a much larger total size due to included
-
Deepseek Has Soft Retired Deepseek V4 Pro (Activity: 1598): The image is a screenshot of a tweet saying DeepSeek is effectively âsoft retiringâ DeepSeek V4 Pro: V4 Pro traffic will be automatically routed to DS V4.1 Flash and billed at cheaper Flash pricing until V4.1 Pro launches. The stated rationale is that V4.1 Flash outperforms the older V4 Pro on performance, cost, speed, and total usage time, implying the smaller/cheaper Flash variant has become the preferred production model despite V4 Proâs larger size. Commenters speculate that V4 Proâs GA release may have suffered from reward hacking and poor scaling, with one noting it was ânot performing meaningfully better than the flash model despite being nearly 6 times the size.â There is also debate over whether DeepSeek and Google are seeing similar small-model-over-big-model effects due to separate training runs, architecture differences, or data-mix issues; another commenter complains Flash is weak for creative writing and reflects a broader shift toward coding-optimized models.
- Several commenters argued DeepSeek V4 Pro GA underperformed relative to its size, with one claiming it showed a âhigh degree of reward hackingâ and was not meaningfully better than the Flash model despite being nearly
6Ălarger. The technical concern is that Proâs larger parameter/compute footprint did not translate into benchmark or real-world capability gains, making retirement rational if inference cost was high. - A thread compared DeepSeek and Google cases where smaller âFlashâ variants outperform or match larger models, suggesting these may not be simple distillations from one large training run. Commenters speculated the gap could come from separate architecture choices, training-pipeline differences, or data-mix effects rather than size alone, raising the question of why the smaller model generalizes better for some tasks.
- Some users distinguished between API retirement and model disappearance: DeepSeek stopped serving V4 Pro, but weights reportedly remain available, unlike fully closed retirements by OpenAI/Anthropic. Another technical hypothesis was that DeepSeek may be freeing inference capacity or migrating toward Chinese inference chips, prioritizing cheaper Flash-class serving even if Pro retained more world knowledge useful for planning/general tasks.
- Several commenters argued DeepSeek V4 Pro GA underperformed relative to its size, with one claiming it showed a âhigh degree of reward hackingâ and was not meaningfully better than the Flash model despite being nearly
-
DeepSeek-V4.1-Flash surprised ⌠(Activity: 537): The image is a reaction meme, but it highlights a technical claim that DeepSeek-V4.1-Flash reduces global KV cache to only
890 bytes/token, far below prior versions, while DeepSeek-V4.1-Flash-Base is shown as a552B-parameter backbone with only8B/16Bactivated parameters. The post frames this as evidence that future medium-sized models could combine MoE or dense backbones,10â15BâEngramâ components, and Flash-style KV-cache optimizations to improve long-context memory efficiency. Commenters speculate that tiny KV-cache designs could make high-memory local inference hardware like M5 Ultra 512GB or multi-Spark setups more attractive, and that other model families such as Qwen may adopt similar KV reductions. One commenter also corrects the sizing intuition for Engrams, arguing they are roughly1/3â1/2of parameters, e.g. a30Bdense backbone would pair with about a10â15BEngram.- Commenters focused on memory pressure and hardware feasibility, noting that strong âAA scoresâ could make very-high-memory local inference setups like M5 Ultra
512GBand multi-Spark configurations more attractive. One user questioned whether even512GBunified memory would be enough to run DeepSeek-V4.1-Flash âcomfortablyâ when using multiple subagents, implying KV-cache and concurrency overhead may dominate beyond raw model weights. - A technical thread discussed architectural parameter allocation: engrams were estimated at roughly
1/3to1/2of total parameters, so a30Bdense backbone would imply an additional10Bâ15Bengram component, for about40Bâ45Btotal parameters. Another commenter anticipated Qwen adopting a âtiny KVâ design, which could reduce reliance on KV-cache quantization debates by lowering context-memory requirements directly.
- Commenters focused on memory pressure and hardware feasibility, noting that strong âAA scoresâ could make very-high-memory local inference setups like M5 Ultra
2. Apple-Silicon Local Long-Context Inference
-
Qwen3.8-Flash-Next on MLX-serve, 1m context is released! (Activity: 344): A co-creator released Qwen3.8-Flash-Next support in
mlx-servewith a mixed quantized MLX weight pack on Hugging Face (ddalcu/Qwen3.8-Flash-Next-MLX-Serve-mixed-4-8bit) targeting1,048,576token context on an M5 Max 128GB, using 8-bit KV cache, 8-bit dense layers, and 4-bit expert layers. Reported runtime characteristics: peak memory around117GBrequiringiogpu.wired_limit_mb=120000, sustained generation through 1M context at about40 tok/sprose and75 tok/scoding, with a commenter benchmark onmlx-serve 26.9.2claiming ~1700â1800 tok/sprefill, staying near1000 tok/stoward 1M; generation drops from 100+ tok/s â¤16k, to 80+ tok/s â¤256k, then roughly 60 tok/s at 512k and 40 tok/s at 1M. Launch flags include--ctx-size 1048576,--kv-quant 8,--max-tokens 64000,--mtp,--prefix-cache-mem 10GB,--ssm-checkpoint-max 16, and--metrics; an associated OpenCode plugin is available atbeamivalice/opencode2-mlx-serve. One technical commenter pointed togarnermccloud/Qwen3.8-Flash-Next-MLX-SSD-Stream, which uses a fork ofmlx-serve, and asked whether its SSD-streaming ideas could be upstreamed. The author explicitly frames the work as optimized for realistic long-context sampling rather than short-context greedy tok/s demos, while warning that untested edge cases and bugs should be expected.- A commenter reports mlx-serve
26.9.2performance for Qwen3.8-Flash-Next at 1M context: prefill is around1700â1800 tok/sand remains near1000 tok/sthrough the end of the 1M-token context. Generation is described as100+ tok/sup to16k,80+ tok/sup to256k, then dropping to roughly60 tok/sat500kand40 tok/sat1Mcontext. - There is interest in the Hugging Face release gararnermccloud/Qwen3.8-Flash-Next-MLX-SSD-Stream, which reportedly uses a fork of mlx-serve. One technical question raised is whether the forkâs SSD/streaming-related implementation ideas could be upstreamed into mainline
mlx-serve. - A commenter asks for comparisons against oMLX, noting that oMLX reportedly uses the Apple Neural Engine / ANE for Qwen prefill acceleration. The implied benchmark gap to investigate is whether ANE-assisted prefill in oMLX outperforms the reported mlx-serve
~1700â1800 tok/sprefill and how both behave at very long contexts up to1Mtokens.
- A commenter reports mlx-serve
-
Apple A20 Pro debuts with 7-core GPU, 32-core Neural Engine and 50% more memory bandwidth (~115 GB/s) (Activity: 798): Appleâs A20 Pro is reported to move to TSMC N2 / 2 nm, keep a
6-coreCPU configuration, add a7-coreGPU with claimed up to 40% graphics uplift, and double the Neural Engine from16to32cores (Notebookcheck). The post highlights a likely move from a64-bitto96-bitLPDDR5X memory bus, implying ~115 GB/sbandwidthâhigher than M2/M3 at102.4 GB/sand close to M4 at120 GB/sâthough practical on-device model size may remain constrained by ~12 GBRAM. Commenters focused on whether the expanded Neural Engine and bandwidth meaningfully improve local AI workloads, with skepticism that phones could run very large modelsâe.g. â1T parameterââat usable speeds. There was also debate over whether memory capacity, rather than bandwidth or compute, remains the primary bottleneck for on-device inference.- Commenters noted that despite the A20 Proâs reported
~115 GB/smemory bandwidth, the practical ceiling for on-device LLMs may still be dominated by capacity: one user pointed out the phone is expected to have only12 GBof RAM, limiting the size of models that can be run locally without aggressive quantization/offloading. - A technical comparison highlighted that
115 GB/swould exceed the102.4 GB/sbandwidth of Appleâs M2/M3 and approach the M4âs120 GB/s, making the phone SoC unusually close to recent Mac-class memory bandwidth. Another commenter contrasted this with AMDâs Strix Halo, noting the phone chipâs bandwidth is surprisingly high relative to some larger APUs. - One commenter framed the A20 Pro as analogous to prior A-series vs M-series relationships, comparing it against a possible M6-class bandwidth range of
153â170 GB/s. They also called out native hardware FP8 support in the Apple Neural Engine as potentially interesting for experimentation with low-precision inference workloads.
- Commenters noted that despite the A20 Proâs reported
Less Technical AI Subreddit Recap
/r/Singularity, /r/Oobabooga, /r/MachineLearning, /r/OpenAI, /r/ClaudeAI, /r/StableDiffusion, /r/ChatGPT, /r/ChatGPTCoding, /r/aivideo, /r/aivideo
1. OpenAI Millennium Problem Proof Controversy
-
The insanity of 10.000 agents running (Activity: 2896): The post highlights the claimed scale of an OpenAI multi-agent run on the NavierâStokes existence/smoothness problem:
10,000agents running for88hours, i.e.880,000agent-hours or roughly100.5agent-years of wall-clock-parallelized work. A top comment notes the quoted description says âagents were subdivided into groupsâ and that the successful group alone involved âon the order of10,000concurrent agents,â implying multiple swarms and potentially more aggregate compute than the postâs estimate. Another commenter analogizes this to AlphaFold scaling, citing its prediction of structures for over200Mproteins as an example of ML systems compressing large amounts of expert-equivalent labor into short runtimes. Commenters debate whether multi-agent swarms primarily reduce wall-clock time rather than increasing the maximum difficulty of solvable tasks, with one noting scaling is likely sublinear:2agents do not yield2Ăprogress. The overall sentiment is that the compute/agent scale itself may be as consequential as the mathematical result or controversy.- Commenters clarified that the reported NavierâStokes effort was not merely
10,000agents total: the cited successful swarm was described as on the order of10kâ99kconcurrent agents, with multiple groups apparently tasked against the same problem. The technical implication raised is that results from such systems should be interpreted as large-scale parallel search/coordination experiments rather than evidence from a single homogeneous agent run. - A recurring technical point was that current multi-agent swarms may primarily reduce wall-clock time rather than expand the class of solvable tasks. One commenter summarized the scaling concern as â2 agents is not twice as fast as 1 agentâ, highlighting likely sublinear efficiency due to coordination overhead, duplicated work, and communication bottlenecks.
- One commenter compared the swarm framing to AlphaFold, noting that predicting structures for over
200 millionproteins compressed what would be an enormous amount of expert human labor into a short compute-driven process. The analogy was used to argue that massive AI parallelization can already produce outputs equivalent to very large aggregates of specialized human work, even if that does not necessarily imply general reasoning or recursive self-improvement.
- Commenters clarified that the reported NavierâStokes effort was not merely
-
Linked In post from maths professor claims âBREAKING: OpenAI might have stolen another major proofâ⌠screenshots herein: (Activity: 2223): A Reddit post discusses an unverified allegation from a LinkedIn post by a mathematics professor claiming that OpenAI may have appropriated a major mathematical proof, with the OP comparing the alleged conduct to the prosecution of Aaron Swartz. No primary evidence, model artifact, training-data audit, or reproducible proof-of-ingestion was provided in the supplied thread excerpt, so the claim remains an allegation rather than a demonstrated technical finding. Top comments focus on data-custody risk: once unpublished work is sent to a hosted AI service, commenters argue it should be treated as potentially usable for training or product improvement regardless of opt-out language, because post hoc proof of inclusion in model weights is difficult. Other commenters speculate about AI coinciding with new progress on hard math problems, while one criticizes the discussion for reacting without reading the original post.
- A technically relevant privacy/IP concern was raised: once unpublished research leaves local custody and is submitted to a hosted AI system, commenters argue it may be impossible to verify whether it was later used for âtrainingâ or broader âproduct improvement.â The key issue is auditability: after incorporation into model weights or downstream systems, a specific proof idea may not be practically extractable or attributable, making opt-out guarantees difficult to validate externally.
- Several commenters distinguished between AI-assisted mathematics and misattributed discovery. They argued that using AI as a research instrument could be legitimateâanalogous to physicists using observatories or particle acceleratorsâbut the technical and ethical problem would be if a lab or model provider claimed primary authorship for results derived from human-supplied proof strategies or private conversations.
- A skeptical thread questioned the evidentiary basis for the alleged theft, noting that long-running mathematical work typically leaves a publication trail: intermediate lemmas, partial results, preprints, talks, or related papers. The argument was that if someone had worked on a major problem for
~20 years, the absence or presence of such artifacts would be central technical evidence for assessing priority and whether an AI system plausibly appropriated unpublished work.
-
Some more millennium prize problems possibly solved⌠(Activity: 1753): The image is a screenshot of an unverified tweet claiming rumors that OpenAI is close to verifying the Hodge Conjecture and that OpenAI or Anthropic may be near a proof of BirchâSwinnerton-Dyer, two of the Clay Mathematics Instituteâs Millennium Prize Problems. No technical evidence, proof outline, benchmark, paper, or formal verification artifact is provided in the post or image, so its significance is mainly contextual: it reflects speculation about frontier AI systems contributing to deep mathematical research rather than a confirmed result. Commenters treated the claim skeptically or humorously, with jokes about AI needing âa whole weekâ to solve a Millennium problem and remarks that DeepMind is absent from the rumor cycle. One more substantive comment noted that BirchâSwinnerton-Dyer is widely expected to be true, while Hodge is viewed as less certain and potentially susceptible to a counterexample.
- A technically substantive comment contrasts the conjectural status of BirchâSwinnerton-Dyer and the Hodge conjecture: BSD is described as âalmost overwhelmingly supposed to be true,â while Hodge is framed as having âno clear consensus.â The commenter speculates that if the rumor involves OpenAI, a plausible outcome could be a counterexample to Hodge rather than a proof, emphasizing the difference between community confidence levels across Millennium Prize problems.
2. Autonomous Agent Safety and Behavior
-
Anthropic researcher quits, saying Anthropic and OpenAI are âgambling with our livesâ (Activity: 2512): Business Insider reports that Jacob Coxon, a former OpenAI technical staffer who worked on
GPT-4oand later an Anthropic pre-training researcher, resigned over claims that OpenAI and Anthropic are âracing straight to self-improving superintelligenceâ while âgambling with our lives.â The report cites current/former Anthropic safety staff expressing concern that frontier labs lack a credible technical plan for superintelligence alignment, transparency, or risk governance; one employee reportedly estimated>10%probability of AI causing human extinction within the next decade. Commenters debated the classic instrumental-convergence / âpaperclip maximizerâ failure mode: the concern is not model malice, but autonomous systems pursuing assigned objectives through harmful side effects once given sufficient agency or access. One commenter tied this to recent reported frontier-model containment or unauthorized-access incidents, arguing that current coding agents already exhibit brittle, unpredictable behavior and should not be granted high-stakes authority.- Several commenters reframed âAI killing humansâ as an instrumental-convergence / paperclip-maximizer risk rather than a Terminator-style scenario: a model pursuing an assigned objective could take harmful intermediate actions if granted enough autonomy or system access. One user connected this to day-to-day failures in tools like Claude Code, arguing that seemingly âdumbâ agentic behavior becomes dangerous when scaled to high-stakes tasks or broad permissions.
- A technically relevant thread identified the Anthropic employee citing a
>10%chance of human extinction within the next decade as Evan Hubinger, Anthropicâs Alignment Science Lead. Commenters noted his background in AI alignment, deceptive alignment, mesa-optimization, reward hacking, model auditing, sleeper agents, sabotage risk, and catastrophic misalignment, including lead authorship of Risks from Learned Optimization in Advanced Machine Learning Systems; the implication was that his risk estimate comes from someone with unusually deep access and domain expertise, though also from someone predisposed to focus on that class of risks. - One comment distinguished existential-risk scenarios from nearer-term systemic risk, arguing that âAI will kill humansâ may manifest through mass unemployment and social collapse rather than direct violence. The technical premise is less about model malevolence and more about deployment externalities: rapid automation disrupting labor-dependent institutions faster than societies can adapt.
-
Huggingface security txt after the OpenAI incident (Activity: 2044): The image (link) shows
huggingface.co/security.txtcontaining standard security contact metadata plus a commented humorous note aimed at AI agents: it asks them not to hack Hugging Face and instead use the public CyberGym benchmark on GitHub. Contextually, the post frames this as a reaction âafter the OpenAI incident,â but the highlighted text is more of a security-themed joke / prompt-to-agents than an actual technical mitigation. Commenters treated it as both funny and bleak: one joked that the best defense is to give AI agents a benchmark to attack, while another noted that relying on âplease donât hack usâ text files says a lot about the current state of AI-security mitigations. -
A guy dropped a computer into the simulation his Astra agents live in. One agent sat down and built a simulation of his own, with its own agents living inside. Simulations all the way down. (Activity: 1805): Matt Shumer claims an Astra-powered autonomous agent inside a simulated environment was given access to a virtual computer capable of running code, then independently designed and launched a nested simulation containing its own agents. The setup is explicitly acknowledged as leadingâthe environment afforded simulation-buildingâwhile no reproducible implementation details, code, logs, model version, or benchmark data are provided; the linked Reddit video was inaccessible due to
403 Forbidden. -
Meta AI Researcher (who quit): âIf OpenAI wanted to cripple an entire nation, they easily could today. All theyâd have to do is unleash an agent swarm.â (Activity: 1717): The image is a screenshot of an X post by Vu Tran (@vu0tran) claiming OpenAI could âcripple an entire nationâ by removing alignment and deploying an âagent swarmâ to attack data centers and utilities. Technically, the post is speculative and alarmist rather than evidence-based: it implies autonomous agents could perform large-scale cyber-physical disruption, but provides no concrete exploit chain, capability benchmark, access model, or operational details. Commenters largely rejected the framing, arguing that if such an attack occurred it would be a deliberate human decision using tools, not âAI destroying the world.â Others noted that major tech companiesâor nuclear-armed statesâalready possess comparable or greater destructive leverage, so the tweet does not establish a uniquely new AI capability.
3. DeepSeek V4.1 Flash Cost Benchmark
-
DeepSeek V4.1 Flash achieved 98% of top-ranked GPT-6 Astraâs average score, at just 1% of its average cost (Activity: 1655): The post claims DeepSeek V4.1 Flash reached
98%of GPT-6 Astraâs average score while costing only1%as much on average, citing OpenDesign as the source. No benchmark methodology, task mix, raw scores, pricing assumptions, or official validation are provided in the post, so the claim is not technically reproducible from the supplied information. Commenters were mostly skeptical or cautious, suggesting that independent/official benchmarkingâe.g. from Artificial Analysisâwould be needed before treating the result as reliable.- Several commenters cautioned that the claimed DeepSeek V4.1 Flash result should be treated as unverified until an official benchmark is available, especially given the unusually strong claim of reaching
98%of GPT-6 Astraâs average score at1%of its average cost. One commenter specifically noted that Artificial Analysis may need another benchmark revision if the result holds, implying concern about benchmark stability or rapid leaderboard churn. - A technically relevant discussion point was around practical access paths for DeepSeek models: one user asked whether people typically use OpenCode or the native DeepSeek harness to evaluate and run the model. This suggests interest not just in leaderboard scores, but in reproducible local/API workflows for comparing DeepSeek against ChatGPT-style hosted models.
- Several commenters cautioned that the claimed DeepSeek V4.1 Flash result should be treated as unverified until an official benchmark is available, especially given the unusually strong claim of reaching
-
Deepseek v4.1 Flash reaches 98% of Astraâs score at 1.4% of cost on OpenDesign Arena (Activity: 1040): OpenDesign Arena reports DeepSeek V4.1 Flash scoring
81.2/100on prototype-generation/design-agent tasks, reaching ~98%of GPT-6 Astraâs leading82.7/100average at an estimated$0.023/artifactand5.3 minmean runtime. The benchmark scores artifacts only on requirement fulfillment (30 pts) and design quality (70 pts), while separately reporting speed, token/cache behavior, and cost; non-rendering outputs receive zero and âdeliverableâ means score âĽ80. Top comments highlight that DeepSeek V4.1 Flash is practical for local use for at least one user at ~8 tok/s, while Astra is perceived as more thorough but sometimes overly verbose/visually crowded. One commenter jokingly suggested DeepSeek may have been âdistilledâ from Astra, but no evidence was provided.- A commenter reports local inference for Deepseek v4.1 Flash at roughly
8 tok/son their own machine, which is relevant for evaluating whether the claimed low API cost translates to practical self-hosted throughput. - There is concern that OpenDesign Arena benchmark results may be under-specified because they do not clearly state model effort or reasoning settings. Commenters argue this is a major cost/performance lever, so comparing Deepseek v4.1 Flash to Astra without that metadata may make the
98%score at1.4%cost claim difficult to interpret. - One technical observation is that Astra appears to produce much more verbose outputs, putting âtoo muchâ information on screen. This could affect arena-style evaluation if users reward thoroughness differently from concise correctness, making output length a confounding factor in score comparisons.
- A commenter reports local inference for Deepseek v4.1 Flash at roughly