AI developer tools · What shipped
For a senior engineer who already reads HN. Real changes in AI developer tools today: releases with version numbers, papers with benchmarks, repos that crossed a threshold worth knowing. Skip hype threads, pre-announcement leaks, and recycled summaries. Always link primary sources.
Meta Muse Spark 1.2, Devin Desktop SWE-1.6, oMLX dev track
2 Min. Lesezeit
Meta Muse Spark 1.2
Meta's coding model just got faster and cheaper.
Muse Spark 1.2 shipped August 5 with agentic knowledge-work performance jumping 260 Elo on GDPval-AA v2 benchmarks, now reaching 54 on the Artificial Analysis Intelligence Index [Source: WhatLLM]. The model expanded to one-million-token context and priced at $0.10/$0.20 per million input tokens on contributor tier—undercutting mid-tier rivals by roughly 12x. Muse Code, a terminal agent bundled with the release, handles repository-scale work with persistent background workers and replay-safe crash recovery over 24-hour windows.
The harness-tight coupling means performance degrades outside Meta's environment—a bet other vendors must now match or lose on price.
Devin Desktop SWE-1.6
Devin's local-first IDE just got faster and freer.
The desktop environment ships SWE-1.6, described as the fastest coding model available, with unlimited free access and an Agent Command Center for coordinating multiple coding agents [Source: Devin]. Fast Context enables millisecond codebase searching, while new integrations via MCP Servers span Slack, Linear, ESLint, Prettier, Sentry, and others. The Agent Client Protocol now lets work flow across different models and agents without vendor lock-in.
Over one million users and 4,000+ enterprise customers now have laptop-to-cloud handoff built in.
Amp Code productivity push
Amp shipped five efficiency wins in two weeks.
Between late July and August 7, the frontier-agent platform released live reloading for testing agent changes, expanded file uploads to handle videos and logs, cut orb operational costs, and added event-driven capabilities for receiving external requests [Source: Amp Code]. The platform also demonstrated model flexibility by swapping its default model without user friction—a signal that vendor lock-in on inference is weakening.
Rapid iteration on developer UX hints at a market racing to make agents feel less like API wrappers and more like native workbench partners.
oMLX dev releases
The Apple Silicon inference server keeps pace with frontier models.
oMLX 0.5.4 now ships native DeepSeek V4 Flash with DSpark Lightning MTP achieving up to 85.6% faster code decoding, plus Ling 3.0 Flash support with FP8 and mixed FP4/FP8 checkpoint options [Source: GitHub]. Subsequent dev builds (0.5.7, 0.5.8.dev1, 0.5.8.dev2) address tool-call parsing, memory growth in cache ops, and dual-stack networking—the unsexy work that keeps local inference reliable at scale.
Watch whether local inference performance on M-series Macs closes the gap to cloud-hosted models for on-device agentic tasks.
Meta Is Back in the AI Race: Muse Spark 1.2 Explained | WhatLLM.org19 hours ago ... A year ago, Meta could not launch an AI model without starting an argument about whether its benchmarks were real. This week it released a coding agent ...whatllm.org
Meta released Muse Spark 1.2 on August 5, 2026, its latest proprietary coding-focused AI model that scores 54 on the Artificial Analysis Intelligence Index, up from 51 for version 1.1. The update includes Muse Code, a terminal agent designed for repository-scale software work that can persist through crashes and coordinate tasks across up to 24 hours, with agentic knowledge-work performance jumping 260 Elo on GDPval-AA v2 benchmarks. Meta also released Muse Image and Muse Video in July, expanded to a one-million-token context window in 1.1, and priced the public API at $1.25 per million input tokens, positioning itself as a competitive near-frontier alternative to leading models at significantly lower cost.
Devin Desktop23 hours ago ... every engineer. Devin Desktop is the home for coding agents to do your best work. You decide what to build, then your agents write the code ...devin.ai

Devin Desktop introduces SWE-1.6, described as the fastest coding model in the world, available with unlimited free access. The platform features an Agent Command Center where multiple agents handle coding tasks, a full-featured IDE with syntax highlighting, autocomplete, and debugging tools, and Fast Context for millisecond codebase searching. Key additions include the Agent Client Protocol enabling work across different models and agents, Spaces for sharing context between agents, and Supercomplete for predictive code completion. The desktop environment integrates with numerous tools via MCP Servers and extensions including Slack, Linear, ESLint, Prettier, Sentry, and others, positioning itself as the only IDE designed for seamless laptop-to-cloud handoff. The product serves over one million users and 4,000+ enterprise customers.
Amp Code22 hours ago ... Amp is the frontier agent, for people who want the most out of an agent, rather than keeping their old ways. On the web, in your terminal, and on your phone ...ampcode.com

Amp shipped several developer productivity updates in late July and early August 2026. On August 7, improvements were released to reduce orb costs and efficiency. On August 6, the company introduced live reloading for testing agent changes in orbs. On August 4, file upload support was expanded to handle videos, logs, PDFs, and datasets. On July 29, Amp Labs partnered with Westpac for technology development. The platform also demonstrated model flexibility by swapping its default model without user complaints. Earlier on July 23, orbs gained event-driven capabilities to receive requests and react to external events.
Releases · jundot/omlx - GitHub19 hours ago ... Enterprise platformAI-powered developer platform. AVAILABLE ADD-ONS. GitHub ... API, benchmarks, and integrations. Fixed XML tool-call fallbacks coercing ...github.com
oMLX 0.5.8.dev2 adds fixes for quadratic CacheList memory growth, head-of-line blocking in MTP requests, tool-call parsing issues in Ling and Inkling, and Codex launch isolation. The release also improves dual-stack networking, model compatibility, and localization support. oMLX 0.5.8.dev1 introduces Ling 3.0 Flash support with FP8 and mixed FP4/FP8 checkpoint support, thinking-budget enforcement during VLM MTP, and Jina Reranker v3.5 support. oMLX 0.5.7 completes DeepSeek V4 Flash 0731 prompt-format integration using the official reference encoder, improving tool schema handling, role transitions, and system context placement. The release fixes multiple issues including CacheList signature mismatches, MTP/PoolingCache boundary integrity, and long-context indexer fallback safety. oMLX 0.5.4 brings native DeepSeek V4 Flash 0731 with DSpark Lightning MTP achieving up to 85.6% faster code decoding, Inkling Small acceleration with 1.18–1.23x MTP speedups, and context benchmarking that measures usable context windows on the current Mac. Lightning MTP prompt priming improves Qwen3.6 decode by up to 18% with minimal prefill cost, and merged Gemma 4 checkpoints reach up to 1.97x faster decode with Lightning MTP.