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

OpenAI 切断 Cursor 访问,AI 编程竞争白热化

[AINews] OpenAI shuts off Cursor

原文

A late entrant in the news cycle of an eventful week: Following the closing of Cursor’s acquisition by SpaceX last week, it was time for OpenAI to do what Anthropic did to Windsurf when it was being considered for acquisition by OpenAI:

There are many angles to this, but the leading reason given should be taken at face value — OpenAI’s blogpost on this decision cites “our experience with Elon Musk’s companies violating contracts”. This follows on from years of public acrimony between respective company leaders (Elon was famously a key backer/funder of OpenAI at birth) and a failed lawsuit this year.

To some extent this was very forseeable, but also points to the success of both companies involved; a year ago Cursor was up there on the GPT-5 launch video, and OpenAI cutting them off was a nonstarter with Claude models being so far ahead in coding. Today, GPT 5.6 is a serious coding alternative to the Claude 5 series, AND CursorSpaceXai is now promoting Grok 4.6, itself finally a successful coding model for Xai, and Grok Bot is a viable competitor to Codex/ChatGPT. Both companies worked very very hard to be in a place where they are taken seriously as competitors, and now they are.

Cursor’s only response so far is diplomatic, on one hand noting that OpenAI is only 5% of Cursor traffic, and on the other not accepting that their decision seems final:

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

Open-Weight Frontier Releases: GLM-5.3, Hy4 Preview, and Qwen3.8 Flash

  • Z.ai’s GLM-5.3 family moved from strong API model to broadly deployable open weights: @Zai_org open-weighted GLM-5.3, positioned for agentic coding and cyber defense. Follow-on infra posts filled in the deployment picture: @vllm_project confirmed day-0 support with 744B total / 40B active, 1M context, 128K max output, reusing the GLM-5.2 serving path; @kimmonismus summarized practical local requirements, from 10–12× H100 FP8 down to aggressive low-bit Mac Studio paths; @UnslothAI claimed a 239GB 2-bit variant retaining about 81% accuracy after shrinking from 1.51TB. The cheaper sibling remains notable too: @Yuchenj_UW reported GLM-5.3-Flash at 270 tok/s, 10% higher quality than GLM-5.2 on OfficeQA Pro v2 at 1/10 the cost, while @ZixuanLi_ said a config update addressed underperformance vs the earlier anonymous “Ox Alpha” deployment.
  • Tencent’s Hy4-preview looks like a real top-tier open MoE, not just another checkpoint drop: @TencentHunyuan released Hy4-preview with 770B total / 49B active and 1M context, explicitly framing it as “open source frontier.” External signals suggest this is materially stronger than Hy3 rather than an incremental refresh: @arena placed it around #5 on Code Arena: WebDev via AutoEval, a +115 pt jump over Hy3; @cline said it leads on SWE-bench Pro; @kimmonismus highlighted Tencent’s claim that Hy4 can coordinate multiple Codex sessions in parallel for research workflows. On the systems side, @vllm_project noted a particularly interesting serving design: 256 routed experts + 1 shared, only 21/78 layers computing their own sparse index while others reuse it, plus an embedded 10B MTP layer with draft depth 3.
  • Qwen3.8-Flash expands the “cheap, long-context MoE” design point, though early field reports are mixed: @Alibaba_Qwen pushed Qwen3.8-Flash into OpenCode Go with 125B total / 6B active, 1M context, and multimodality. Independent summaries from @skalskip92 describe it as roughly 20× cheaper and ~2× faster than Qwen3.8 Max, with pricing around $0.15 / 1M input and $0.47 / 1M output. But real-world reports weren’t uniformly positive: @QuixiAI complained about broken multi-turn tracking at FP8, then later said switching KV cache from turboquant to BF16 fixed issues and led to a broader recommendation to prefer BF16 KV plus optional CPU offload for stability (1).

Inference and Systems: Speculative Decoding, Search, and Cloud Runtime Design

  • vLLM’s speculative decoding writeup is the most concrete infra deep dive in the set: @vllm_project published a benchmark-driven comparison of MTP, EAGLE-3, DFlash, DSpark and a fifth method across Gemma, Qwen, Kimi, and MiniMax on AMD MI300X/MI355X. The core takeaway is operational rather than algorithmic: there is no universal winner; the best method depends on model family, workload, and speculation depth, so teams should treat speculative decoding as a tuning surface rather than a one-time feature toggle.
  • Search is becoming an evaluated subsystem, not just a hidden dependency inside agents: @ArtificialAnlys debuted a Search Index and put Perplexity Search on top, with all three context variants taking leading positions. The most interesting details are economic: Perplexity medium scored 80, ahead of prior leaders at 75, while also delivering the lowest model inference cost per task among tested providers due to smaller payloads. @AravSrinivas naturally emphasized the across-compute advantage, but the more general point is that search payload design is now measurable in terms of agent action count, latency, and downstream token cost.
  • There’s growing convergence on cloud-resident “persistent computer” agents and open harness/runtime layers: practitioner reactions from @jjacky, @jerryjliu0, and @fayazara all point in the same direction: local CLI agents are increasingly giving way to cloud agents with shared context, memory, service integrations, and logs access. Product updates reinforced that trend: @KimiDevs added experimental Remote Control to Kimi Code; @ClaudeDevs added /resume to continue terminal sessions in the desktop app; @OpenAIDevs introduced appshots for richer app-context grounding; @ollama positioned hosted GLM-5.3-Flash as a private cloud backend for harnesses like Claude, OpenCode, and Hermes. The most explicit architecture argument came from @ZhihuFrontier: the industry may be shifting from monolithic “agent apps” toward an open runtime + router + plugin stack, where the harness becomes part of the model system.

Agent Benchmarks, Skill Transfer, and Production Learnings

  • Benchmarks are moving from answer quality toward verified task completion: @kimmonismus highlighted Alibaba Accio’s open-sourced CommerceAgentBench, a 107-task benchmark spanning procurement, listings, operations, fulfillment, and after-sales. The important design choice is that it checks what an agent actually changed, saved, or submitted, not what it merely claims. That makes the reported ceiling more meaningful: the best observed run passed only 66/107 tasks (61.7%), underscoring how far current agents still are from dependable business automation.
  • Google’s “wiki” skill-evolution paper may matter more for practical agents than many bigger headline model releases: @dair_ai summarized work separating raw execution traces, a persistent wiki of accumulated knowledge, and executable skills. The key ablation result is that the wiki itself carries much of the gain, and that skills transfer across model families—sometimes outperforming self-evolved skills. This lines up with several practitioner takes arguing that portable skills or harness patterns are currently more robust than fine-tunes: @rishdotblog argued that frontier open bases are changing too quickly for many fine-tunes to amortize, while @soumithchintala distilled the product view to “once you know the tasks you care about, customization >> general.”

更进一步:量化金融体系

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

进入量化体系 →

关联讨论

同一事件的更多信源

相似阅读

另一事件,读法相近