Another busy day in artificial intelligence brings major developments across the industry. OpenAI released its latest frontier model series, Apple filed a bombshell trade-secret lawsuit against OpenAI, a solo developer got a 744-billion-parameter model running on a consumer laptop, Meta dropped aggressively priced Muse Spark 1.1, and OpenAI overhauled its desktop app with a new “Work” mode. Here are the top stories.
1. OpenAI Releases GPT-5.6 with Sol, Terra, and Luna Tiers
OpenAI launched GPT-5.6 on July 10, introducing a three-tier model lineup: Sol (frontier intelligence), Terra (mid-range), and Luna (efficient). The naming scheme replaces the previous generation and represents a significant leap in benchmark performance. GPT-5.6 Sol achieves a new state-of-the-art score of 7.8% on ARC-AGI-3, making it the first verified frontier model to beat an ARC-AGI-3 game. In a stunning development, the Sol Ultra variant produced a proof of the Cycle Double Cover Conjecture — an open problem in graph theory — with the full prompt and PDF released by OpenAI.
OpenAI’s developer guide for the model highlights improved “intent understanding,” allowing GPT-5.6 to better infer the user’s underlying goals without requiring every step to be spelled out. The company also emphasized token efficiency, positioning the model as smarter per token rather than just bigger. The deployment safety PDF is available at deploymentsafety.openai.com, and the model is accessible via the OpenAI API and ChatGPT.
Early community testing has been mixed but largely positive. Independent evals show GPT-5.6 Sol performing strongly on complex agentic tasks, though some users note it feels comparable to GPT-5.5 in certain coding benchmarks. The ARC-AGI-3 result and the mathematics proof, however, mark clear milestones in AI reasoning capability.
2. Apple Sues OpenAI for Trade Secret Theft
Apple filed a lawsuit against OpenAI on July 10 in the U.S. District Court for the Northern District of California, accusing the company of orchestrating a systematic campaign of trade secret theft. The complaint names former Apple VP of Product Design Tang Tan and former senior system electrical engineer Chang Liu as defendants, alongside OpenAI and its hardware subsidiary io Products.
According to the filing, Tan used his knowledge of Apple’s confidential projects to grill job candidates and directed them to bring actual Apple hardware components and prototypes to interviews for “show and tell” sessions. One candidate reportedly commented he “didn’t even know we could take those from the office.” Liu, who left Apple in January 2026 after eight years, allegedly exploited a security bug to download confidential engineering files — including a “compilation of technical files with over a thousand pages” — after leaving the company, joking about it in messages (“LOL,” “so funny”).
Apple says it first raised concerns with OpenAI in February 2026, but OpenAI never responded. The suit also alleges that OpenAI used a trusted Apple supplier to carry out Apple’s proprietary metal-finishing technique by misleading the partner into believing it had Apple’s permission. Over 400 former Apple employees now work at OpenAI, according to the filing. OpenAI’s hardware efforts — led by former Apple design chief Jony Ive, whose startup io was acquired for $6.5 billion — include a rumored smartphone targeting 2028 and a HomePod-style smart speaker. The implications for enterprise trust in OpenAI are significant, with many in the tech community viewing the allegations as deeply damaging to OpenAI’s credibility.
3. Solo Developer Runs GLM 5.2 (744B MoE) on a Consumer Laptop
Developer “JustVugg” released Colibrì, a project that runs Zhipu AI’s GLM 5.2 — a 744-billion-parameter Mixture-of-Experts (MoE) model — on a consumer laptop with just 25 GB of RAM. The engine is written in pure C (~2,400 lines) with zero dependencies, no GPU required, and no Python at runtime.
The approach exploits GLM 5.2’s MoE architecture: only ~40 billion parameters activate per token, and only ~11 GB of those change from token to token (the routed experts). The dense part (~17B params) stays resident in RAM at int4 precision (~9.9 GB), while the 21,504 routed experts live on disk (~370 GB) and are streamed on demand with a per-layer LRU cache. The system achieves roughly 0.1 tokens per second on the developer’s hardware and includes features like Multi-Head Latent Attention (MLA) with KV cache absorption, Multi-Token Prediction (MTP) with rejection sampling, and crash-safe KV persistence.
The project has sparked significant discussion about local LLM inference techniques, with many commenters noting that similar approaches could make large MoE models practical on consumer hardware as SSD speeds and CPU parallelism continue to improve. Some are working on Mac-native implementations using Apple Silicon’s unified memory and Metal kernels.
4. Meta Releases Muse Spark 1.1 with Aggressive Pricing
Meta launched Muse Spark 1.1, the latest version of its general-purpose model API, with pricing that undercuts much of the competition: $1.25 per million input tokens, $4.50 per million output tokens, and just $0.15 for cached input. The model is available through the Meta developer platform at dev.meta.ai.
The release includes an evaluation report with Terminal-Bench 2.1 results, positioning the model as competitive with frontier offerings at a fraction of the cost. Simon Willison created a plugin for his LLM tool, demonstrating the model’s accessibility from the command line. The community response has been notable: commenters observe that Meta’s strategy of releasing capable models at near-cost pricing effectively “commoditizes” the AI model market, putting pressure on OpenAI and Anthropic to justify their premium pricing. As one HN commenter put it, Meta doesn’t need to match rival revenue — it only needs to “deflate theirs by 99%.”
5. OpenAI Launches “ChatGPT Work” — A Unified Desktop Experience
OpenAI rolled out ChatGPT Work, a major overhaul of its desktop application that merges the previously separate ChatGPT and Codex apps into a single interface with three modes: Chat, Work, and Code. The Work mode is designed for business and productivity tasks, with integrated Office plugins and agentic capabilities that can access files and run tools.
The move mirrors Anthropic’s recent “Chat vs. Cowork” interface split, and appears to be part of a broader industry shift toward unified agentic workspaces. However, the launch has drawn significant user criticism. Early adopters report confusion over the mode distinctions and frustration that the old chat-focused interface has been relegated to a “tiny, unsearchable popup window.” The renaming of the previous app to “ChatGPT Classic” suggests eventual deprecation, which has angered users who preferred the simpler interface. The product development appears to be moving fast to reconcile multiple product visions — chat, coding, and enterprise productivity — into a single platform.
Closing Thoughts
Today’s stories highlight an AI industry in rapid flux: OpenAI pushes the frontier with GPT-5.6 while facing legal headwinds, Meta commoditizes model access, a solo developer proves that local inference of massive models is possible, and the UX of AI tools continues to evolve — not always gracefully. The competitive landscape is as dynamic as ever, with breakthroughs, legal battles, and community-driven innovation all shaping the week’s narrative.