跳到主内容
精选85Latent Space(RSS)行业动态多源精选 ×6

AI周报:Meta脑机解码、Cursor iOS、DeepSeek DSpark等

[AINews] not much happened today

原文

It’s an odd thing to say “not much happened” while running AIEWF workshops, but objectively, that is true - vibes were good but the wider world collectively took a breather to process that shock Germany loss today. In the meantime you can think though how to build better Skills, which is emerging as a top theme of the conference throughout the week.and help us turn notifications on for the first keynote in 9 hours:AI News for 6/27/2026-6/29/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 RecapMeta’s non-invasive brain-to-text milestone drew the biggest technical attention. @AIatMeta announced Brain2Qwerty v2, a real-time sentence decoder from raw brain signals; @JeanRemiKing summarized the release and links; @AIatMeta added that Meta is releasing the training code for v1/v2 and BCBL is releasing the v1 dataset.Cursor shipped iOS + remote agents in one of the day’s biggest product launches: @cursor_ai introduced Cursor for iOS with always-on cloud agents and remote control of agents on your computer; follow-up tweets highlighted Live Activities and diff review on phone.Open-weight model access is being productized, not just discussed: @cline launched a $9.99/mo pass for discounted access to GLM 5.2, DeepSeek, Kimi, MiniMax, Qwen, etc.; @cognition introduced Devin Fusion, claiming 35% lower cost for “Fable-level” coding via a hybrid-model harness.Arena crossed meaningful commercial scale: @arena and @ml_angelopoulos said Arena reached $100M ARR run rate eight months after launching its evaluation product, with a platform now emphasizing post-deployment and agent evaluation.Infrastructure pressure remains a first-order theme: @kimmonismus argued China’s energy, data center, and domestic-hardware strategy is becoming a serious strategic threat; @garrytan condensed the operational response to “Build power and datacenters.”Brain-computer interfaces and AI-for-science toolingBrain2Qwerty v2 is the clearest research release of the day. Meta says the system decodes words and semantics, not just characters, from non-invasive recordings in real time, narrowing the gap with invasive BCIs. Community summaries highlighted reported jumps from prior non-invasive results to ~61% word accuracy overall and 78% for the best participant, trained on data from 9 volunteers in controlled typing settings. The key engineering point is not consumer readiness, but that the stack combines raw neural-signal modeling with language modeling strongly enough to make sentence-level decoding practical in the lab. See Meta’s announcement, the code/data release details, @JeanRemiKing’s thread, and a cautious external summary from @kimmonismus.The release also became a datapoint for agent-assisted research. @stalkermustang pointed to Meta’s note that an Auto Research workflow, powered by a coding agent, discovered and implemented improvements that reduced word error rate beyond standard HPO. Whether or not one buys the “vibe-science” framing, the more sober takeaway is that coding agents are increasingly useful for closed-loop experimental iteration on ML systems, not just repo scaffolding.Inference systems: DSpark, vLLM, and decoding mechanicsDeepSeek’s DSpark was the most substantive inference topic. A long explainer from @ZhihuFrontier framed DSpark as an important step in speculative decoding, with emphasis on two ideas: better draft generation and smarter verification scheduling. Reported gains include 30.9% higher accepted length vs Eagle3 and 16.3% vs DFlash on Qwen3-4B, plus production deployment in preview engines for DeepSeek-V4-Flash and V4-Pro. Follow-on commentary from @teortaxesTex and @vllm_project underscored the practical consequence: DSpark looks like a new SoTA single-GPU spec decode path, and the vLLM community is already integrating it.More broadly, several tweets sharpened the mental model of current inference bottlenecks. @_avichawla gave a solid explainer of prefill vs decode, TTFT vs inter-token latency, and why decode is often memory-bound because of KV-cache reads. This is useful context for why speculative decoding, KV-cache optimization, grouped-query attention, and attention redesigns matter more than raw FLOPs in many production workloads.NVIDIA/vLLM also pushed practical self-hosting: @vllm_project highlighted a guide for serving Nemotron-3-Ultra 550B with four DGX Spark boxes behind a single OpenAI-compatible endpoint. The notable part is less the stunt than the normalization of private, multi-node frontier-ish inference using standard serving stacks.Agent harnesses, routing, and multi-model orchestrationThe center of gravity in agent systems continues to move from “pick the best model” to harness engineering. @cognition launched Devin Fusion, a hybrid-model coding harness claiming 35% cost reduction while maintaining “Fable-level” quality. @walden_yan described related work around sidekick and mid-session routing, and @jerryjliu0 noted the cache-efficiency advantage of sidekick-style delegation. The emerging pattern: keep an expensive planner in the loop, hand bounded subtasks to cheaper models, and preserve cache locality/context continuity.Dynamic subagents became another common motif. @LangChain, @sydneyrunkle, and @hwchase17 all highlighted workflows where the main agent writes orchestration code rather than merely invoking tool calls. This is notable because it shifts the abstraction from “tool-using chatbot” to something closer to a programmable control plane for large task fanout.Open routing and retrieval stacks also got more concrete. @LlamaIndex and @jerryjliu0 introduced a Retrieval Harness combining semantic search, grep, file listing, and file reading in one agent loop—essentially a rebuttal to simplistic “grep is all you need” positions also criticized by @max_paperclips. On the eval side, @hwchase17 announced a Trace Judge model for detecting trajectory errors at ~1/100th the cost of closed models.Open models, Chinese labs, and commercialization of accessGLM 5.2 remained the focal open model in discussion, not because of an official launch today but because many builders are now treating it as a default serious option. @cline productized access with a monthly pass bundling GLM 5.2, DeepSeek, Kimi, MiniMax, Mimo, and Qwen, reducing friction around API keys and provider churn. @tonbistudio tested Mixture-of-Agents configurations using GLM 5.2 with Kimi and MiniMax. @Astrodevil_ used GLM 5.2 as the driver for a DevRel content-research agent.A second thread is the continued acceleration of Chinese open-weight competition. @eliebakouch flagged an upcoming LongCat 2.0 / Owl Alpha model from Meituan: 1.6T total / ~48B active, 1M context, 35T training tokens, n-gram embeddings, sparse attention, and training on 50k Chinese accelerators. @sun_hanchi framed this as potentially the first near-frontier model trained at this scale on domestic Chinese hardware. Even allowing for uncertainty in the hardware details, this is strategically meaningful.On the policy/commercial side, open-source proponents argued that clampdowns on frontier APIs may backfire by pushing developers toward weights they control. See @theinformation, @ClementDelangue, and @MTSlive for the recurring theme that open weights are structurally harder to suppress than APIs.RL, training infrastructure, and benchmark/eval platformsSnowflake Arctic RL is one of the stronger infra releases in the batch. @StasBekman announced an open-source project integrating with VeRL and SkyRL, featuring ZoRRo for up to 6x actor-update acceleration and 3.5x end-to-end speedup, reducing a Text2SQL training run from roughly 5 days to ~36 hours on 32 H200s. Snowflake also claims its Arctic-Text2SQL-R2 beat tested configurations of Gemini 3.1 Pro and Claude 4.7 on its enterprise SQL benchmark, with open recipes for text-to-SQL and mu

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

关联讨论

同一事件的更多信源

相似阅读

另一事件,读法相近