Launch season continues from yesterday, with Gemini 3.8 Flash as rumored today, but Muse Spark 1.3, promised in Zuck’s big comeback letter last month, definitely deserved the title story win today. Per AAII it is now the #3 model in the world (!?!)
Just look at the confidence displayed finally putting up comparable numbers to the frontier models from OpenAI and Anthropic (Opus, not Fable)… and promising that it will be open weights as well(!!!):
They have an interesting pricing model where it is 90%+ cheaper if you opt in to training:
AI News for 8/22/2026-8/24/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
Agent Engineering Courses, Curricula, and Developer Practice
Stanford is formalizing AI-native software engineering as a discipline:@mihail_ericannounced a new edition ofThe Modern Software Developercentered on what he calls the “2026 metamorphosis” of software engineering. The notable signal is not just the course itself, but the curriculum reset:85% of Fall 2025 material is being replaced with topics likeagent skills, context engineering, MCP portals, agent-ready codebase design, agentic code review, security, parallel background agents, and software factories. The course also requires students to ship PRs into real OSS repos with support from partners including Browserbase, OpenHands, Semgrep, Milvus, Marimo, CrewAI, Warp, Vercel, Unsloth, and Anyscale, among others.A second Stanford course focuses on first-principles agent construction:@Diyi_Yangand@michaelryan207announcedCS329Z: Engineering AI Agents, explicitly framed around building agents “from scratch.” Alongside Mihail Eric’s course, this suggests a broader shift from “prompting” pedagogy tosystems-oriented agent engineering: harnesses, evaluation, memory, tooling, orchestration, and production constraints rather than model usage alone.** Practitioner discussion is converging on stateful intelligence allocation, not simple routing**: In a panel prompt,@HarryStebbingshighlighted @EnoReyes’s argument that getting the most out of models requires more than routing—agents need tounderstand task state, what just happened, and what comes next in order to allocate intelligence dynamically. That lines up with@jerryjliu0’s point thatvendor-neutral startups can outperform frontier labs on narrow tasks by optimizing the harness end-to-end and selectively using both frontier and open-weight models.
Model Architecture and Inference: Astra Rumors, Looped Transformers, and Real-Time Serving
The “Astra is a looped transformer” rumor is probably less novel than headlines suggest:@rasbtunpacked reporting around OpenAI’s rumored** Astraarchitecture and argued that the cited “recurrent depth” or “looped transformer” concept is a fairly modest architectural tweak rather than a breakthrough on its own. He points toNanbeige 4.2-3B** as an open-weight precedent: a22-layer transformer stack reused twice, effectively behaving like a** 44-layer modelwithout doubling parameter storage. The tradeoff is straightforward: similar memory footprint, roughly ~2x compute**, and only partial token-efficiency retention versus a standard stack. The more substantive historical reference is** Mixture-of-recursions**, where a learned router adaptively determines how many passes a token gets, allowing easy tokens to exit early and hard tokens to receive more compute.Hidden reasoning is not a necessary implication of recurrence: A second important clarification from@rasbtis that layer reuse** does not inherently “obscure chain-of-thought”. It simply moves more computation into latent activations before token emission. If recurrent depth reduces visible reasoning traces, that’s because the model may need to emit fewer intermediate tokens, not because looped transformers intrinsically suppress textual CoT.Serving infra updates continue to target realtime multimodal workloads:@vikhyatkannounced Photon 2.1**, adding** text-to-speech modelsand NVIDIA B200 supportto a realtime multimodal inference engine. Separately, Baseten announced hosted availability of GLM-5.3 Fast**, emphasizing** higher TPS**and real-time deployment positioning via@baseten.
Agent Harnesses, Skill Retrieval, and RL Post-Training Tooling
ByteDance Seed’s HarnessDev reframes agent evaluation around the harness, not just task completion:@omarsar0highlighted a new paper on** HarnessDev**, which asks models to start from a weak but runnable seed and build an execution harness, then improve it in a second stage using downstream feedback. Both stages are scored oncapability and execution-token cost, making efficiency part of the objective. Across** six creator LLMs, four domains, and 2,207 held-out downstream instances**, generated harnesses still lag mature human-engineered systems on** code, search, and research**, but** match or exceed them on writing and ML experimentation**. The key nuance is that self-evolving harnesses help, but gains are** unstable, model-dependent, and only partially transferable**.** Related ecosystem signal: exo and recursive self-improvement tooling**:@omarsar0also called out the** exo harnessas a useful entry point for understanding recursive self-improvement workflows, indicating a growing interest in frameworks where agents improve not just outputs but their own scaffolding.Skill retrieval may look good in aggregate while hurting the tasks that actually trigger it:@dair_aisummarized a paper proposing Retrieval-Invoked Actual-Use Effect**, a matched-evaluation method that runs the** same task twice**, with and without skills enabled, and only counts tasks where retrieval actually fired. Across** 17 LLMson coding and math, the paper finds cases where retrieval improves overall scores while having a negative same-task effecton the subset of tasks where it was used. For teams maintaining skill libraries or tool directories, this is a practical warning against over-interpreting aggregate lift.RL post-training infra is becoming more productized: The SGLang team promoted an event with Baseten and NVIDIA Dynamo around Miles**, an RL training framework that uses** SGLang as the rollout inference enginefor faster, more reliable RL post-training@sgl_project.@AravSrinivasseparately describedMiles** asopen-source RL-as-a-service, reinforcing the trend toward reusable post-training stacks rather than bespoke internal pipelines.
Google Gemini 3.8 Flash Cyber and Production Friction Around Google Tooling
Google introduced a specialized cybersecurity model with strong benchmark claims:@sundarpichaiannounced** Gemini 3.8 Flash Cyber**, positioned as Google’s most capable cybersecurity model while retaining** Flash-level speed and pricing**. Reported numbers include** 86.2% on CyberGym**,** 47.2% on CWE-Bench for patching**, and** 70%+ successon an internal vulnerability-discovery benchmark across 20 programming languages**.** At the same time, developer sentiment points to harness and account-risk concerns**:@theoargued that Google currently has weak developer ergonomics around harnesses, code apps, third-party integration, and especiallyaggressive bans tied to core Google accounts.@QuinnyPigsharpened that concern, noting the blast radius can extend beyond Gmail/Workspace toGoogle Cloud accounts associated with the same identity. Theo’s later complaints about** slow, tool-call-heavy coding behavioron Gemini tasks (1,2,3) are anecdotal, but they underline the gap between benchmark performance andproduction developer UX**.
Meta Muse Spark 1.3 and the Video/Multimodal Release Cycle
Meta launched Muse Spark 1.3 for agentic and coding workloads:@shengjia_zhaointroduced** Muse Spark 1.3as the strongest model in the Spark line for agentic and coding tasks**, with emphasis on** longer-horizon workand more reliable compliance with complex instructions. Community reactions emphasized its price/performance envelope, including@alexandr_wangcalling out what it can do “for a single dime,” while other users compared it favorably on speed and token efficiency versus competing “xhigh” offerings.Alibaba’s Wan 3.0 is posting strong third-party leaderboard results in video:@ArtificialAnlysreported that Wan 3.0ranks#1 on Video Editing with Audio**,#2 on Text-to-Video with Audio, and**#5 on Image-to-Video with Audio** on Artificial Analysis leaderboards. The release is positioned as anall-in-one generation and editing model that accepts text, images, video, audio, documents, and web pages as references, supportsnative audio, and generates up to** 30 seconds at 1080p**. Pricing in public preview starts at**$0.05/s for 480p**, rising to**$0.20/s for 1080p**.** Reference-heavy multimodal UX is also improving**:@imagineannounced support for** up to 14 references per video**, spanning images, voices, and character references via@
-tagging in prompts, a small but practical interface improvement for multi-asset creative control.
Open Models, Robotics, and Top Tweets
Open model efforts continue to scale up:@percyliangshared that** Marin 535B-A23Bis 13% through training**, with compute funded via the** Jen-Hsun and Lori Huang Foundationand run on CoreWeave**. The post is notable less for a benchmark than for the continued viability of large-scale open-model training backed by philanthropic compute support.Physical AI and open robotics platforms are inching forward:@maze_rapidannounced the** Palmimo DevKit**, a tabletop AI robot platform with open-source software and swappable AI “brains,” designed so developers can control robot applications from a few lines of Python without deep robotics expertise. It’s early, but relevant as an example ofagent frameworks extending into embodied systems.** Top tweets (by engagement):@mihail_eric: Stanford’s revamped AI-native software developercourse with major curriculum turnover and OSS collaboration.@sundarpichai:Gemini 3.8 Flash Cyber launch with strong cybersecurity benchmark claims.@rasbt: Detailed architectural breakdown oflooped transformers** and why Astra rumors may be overstating novelty.@Diyi_Yang/@michaelryan207: New Stanford courseCS329Z: Engineering AI Agents.
AI Reddit Recap
/r/LocalLlama + /r/localLLM Recap
1. Muse Spark and Spark-X2.5 Open-Weight Models
(Activity: 902):Muse Spark open weights coming soonThe Commenters frame the results as evidence that multiple leading labs are converging technically, with one saying there isimageis a screenshot of a Mark Zuckerberg/X post announcing Muse Spark 1.3 rollout, claiming major improvements in coding, agentic workflows, and long-context tasks, with Muse Spark open weights “coming soon.” The included benchmark table positions Muse Spark 1.3 above Muse Spark 1.2 and competitive with models labeled GPT 5.6 Sol and Opus 5 across agent, long-context, and coding evaluations, though the Reddit post’s author notes Spark may be too large for their hardware and says they are waiting for Llama 5 or an intermediate model between Glimmer and Spark.*“no secret sauce”*and that frontier gaps may only be a few months. Another commenter arguesMuse Glimmer is underrated and claims it outperformsQwen 3.8:27B on non-coding tasks.Commenters highlighted an unusually high reported long-context result:
MRCR512k–1m
at98.1%
, with one user asking whether this implies Muse Spark has effectively solved “context rot” at million-token scale. If accurate, that benchmark would be the most technically notable claim in the thread because sustained retrieval/reasoning quality across512k+
contexts is still a major weakness for many open and closed models.One user reported that
Muse Glimmer is “pretty good” and subjectively superior toQwen 3 8/27B for non-coding tasks, suggesting Muse’s smaller/previous model may already be competitive outside programming benchmarks. The comparison is anecdotal, but it points to task-dependent strengths rather than blanket leaderboard performance.Several commenters questioned the likely parameter count behind the displayed scores, with speculation that Muse Spark could be
trillion-parameter scale if the benchmarks are accurate. That raised practical deployment concerns: it may not be locally runnable for hobbyists, but open weights could still be useful for organizations needing non-Chinese model options for policy/compliance reasons.
(Activity: 301):New Model: Spark-X2.5-4B, Spark-X2.5-1.7BXHToken released Spark-X2.51.7B
and4B
, apparently a custom architecture rather than a simple fine-tune, with model cards claiming native1M
token context, multilingual support, and training on roughly20T
tokens plus long-context/post-training stages. The architecture reportedly uses a mix of full attention and sliding-window attention to reduce long-context KV/compute cost, and the4B
benchmark claims are framed as competitive with much larger models such as Qwen-class ~9B
models. Runtime support is not yet upstreamed inllama.cpp
; it depends on a pendingllama.cpp
PR #27868or XHToken’s custom fork, with GGUFs available for1.7B
and4B
. Commenters were mainly impressed by the reported20T
-token pretraining scale and especially the claimednative1M
context at sub-5B parameter sizes. There was cautious interest in whether the benchmark claims—particularly4B
matching a ~9B
model—hold up in independent testing.Commenters highlighted the reported
20T
training-token scale for Spark-X2.5, which is unusually large for the1.7B/4B parameter range and could explain the claim that the4B variant matches a9B model if benchmarks reproduce. The other standout spec wasnative1M
context at this model size, which readers viewed as more technically notable than raw benchmark parity.One tester reported early qualitative behavior using a “pi harness”: when asked
*“what model are you,”the model appeared to use tools to inspect/analyze the harness name before answering, suggesting agentic/tool-use tendencies but also“overthink[ing] a lot.”*In a quick reasoning check, it failed the “car wash” test, and the tester planned further comparison againstQwen3.5 9B for daily-use quality.
2. Qwen3.8 Benchmarks and GGUF Speedups
(Activity: 732):Qwen will be the king?Theimageshows an Arena AI Code Arena WebDev leaderboard where Qwen3.8-Max-0902 ranks #1 with a score of1,691
, narrowly ahead of Claude Opus 5 Max at1,688
and Kimi K3 Max at1,674
. In context of the post, the result is being used to argue that Qwen’s extended reasoning/post-training scaling may be closing the gap with much larger frontier systems, potentially before a future Qwen 4 release or possible open-weight update.Commenters were notably optimistic about local/open-weight Qwen variants, with one claiming Q3.8-27Brunning locally outperformed their paid ChatGPT coding experience. Others questioned whether the top-performing Max model will become open-weight, while one commenter praised extended reasoning but noted the tradeoff:hoursof latency for difficult tasks.A user reports strong local coding performance from
Q3.8-27B used withPI, claiming it outperformed their prior paid** ChatGPT 5.1**access for coding tasks. They emphasize practical task-following: when supplied with relevant context such as wiki pages in.txt
files, the model generated working code with few fixes while running fully on a local PC and preserving data privacy.Several commenters focus on
extended reasoning as a major differentiator: one saysQwen 3.8 Max is*“100% correct”*on their challenge set but can takehours to arrive at an answer. This frames the tradeoff as accuracy/reliability versus very high inference latency for reasoning-heavy workloads.There is skepticism about the presented benchmark graph, with one commenter saying the numbers look
*“very massaged”*and another asking whyFable 5.1 is absent from the comparison. The concern is that model-ranking claims may depend heavily on benchmark selection, reporting methodology, or omitted competitors.
(Activity: 671): ****Unsloth released MTP support/files forMTP released for Qwen3.8-Flash-Next-GGUFQwen3.8-Flash-Next-GGUF
, with test instructions tied to an Unslothllama.cpp
branch/PR (unslothai/llama.cpp#144
) and GGUF usage paths targeting local runtimes/OpenAI-compatible endpoints. A commenter points to a newly merged upstreamllama.cpp
optimization (ggml-org/llama.cpp#28123
) reporting MTP throughput improvements from123 tok/s → 183 tok/s
on code and83 tok/s → 144 tok/s
on prose, versus108 tok/s
without drafting; before the patch, prose MTP was reportedly slower than no draft at all. Comment discussion is mostly practical: users ask whetherSSD offload is stable/“ironed out” and note that the MTP files may have already been available for a few days.A commenter cites a newly merged
llama.cpp optimization PR (ggml-org/llama.cpp#28123) showing major MTP throughput gains forQwen3.8-Flash-Next-GGUF: baseline without draft was108 tok/s
, pre-change MTP was123 tok/s
on code but only83 tok/s
on prose, and post-change MTP improved to183 tok/s
code /144 tok/s
prose. The key technical point is that before the merge, MTP could be slower than normal decoding on prose workloads, but the patch appears to make drafting consistently beneficial.Several commenters are tracking unresolved runtime/support details in
llama.cpp, including whether** SSD offload**is stable and what the-shared
option changes versus non-shared mode for MTP files. Another user notes they believed the required llama.cpp feature support was still not fully merged, and reports low local performance of only about9 tok/s
, implying hardware/configuration sensitivity remains significant.