Du wirst angemeldet...

Bitte warte, während wir deine Anmeldung überprüfen

Artikel · Mittwoch, 26. August 2026

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.

Von Marius BongartsTech44 Ausgaben
← Zur aktuellen Ausgabe
Ausgaben
6 / 44
Über Nacht von KI aus öffentlichen Quellen erstellt, täglich aktualisiert.
AI developer tools · What shipped
Mittwoch, 26. August 2026
AI developer tools · What shipped

Claude Opus 5 launches half-price, Ornith-1.5 matches Opus on open source, CUDA Python goes 1.0

1 Min. Lesezeit

Claude Opus 5 debuts

Anthropic shipped Opus 5 at half the price of Opus 4.8.

The model launched July 24 as a thoughtful, proactive upgrade that approaches frontier performance while cutting costs in half [Quelle: Anthropic]. The release continues a summer cadence: Sonnet 5 (June 30) brought substantial reasoning and agentic gains over Sonnet 4.6, while Opus 4.8 (May 28) added coding and complexity wins. Each tier now ships meaningful improvements in tool use, reasoning depth, and long-context work.

The price-to-performance ratio just shifted for production workloads.

Ornith-1.5 matches Opus, open source

Open-source Ornith-1.5 now rivals Claude Opus 4.8 on coding benchmarks.

Three scaled variants (397B MoE, 35B MoE, 9B Dense) ship a self-improvement loop that generates training tasks, builds task-specific scaffolds, and produces rollouts for reinforcement learning [Quelle: Ornith]. The flagship 397B hits 86.1 on Terminal-Bench 2.1 and 56.0 on DeepSWE—matching Opus 4.8 while outperforming GLM-5.2 and DeepSeek-V4-Flash. The 35B significantly outpaces Qwen 3.6-35B across coding and agentic tasks.

Self-improving models just became a reproducible pattern.

CUDA Python 1.0 lands stable APIs

NVIDIA made Python a first-class CUDA citizen with 1.0 stable APIs.

The release spans cuda.core 1.0.0, cuda.compute 1.0.0, nvmath-python 1.0, and cuda-pathfinder, with semantic versioning and long-term support commitments [Quelle: NVIDIA]. New features include green contexts for GPU multiprocessor partitioning, process checkpointing, and inter-process GPU memory sharing—enabling Python libraries like CuPy and PyTorch to interoperate without private binding layers. Python devs no longer need to drop into C++ for GPU work.

Python GPU computing just broke the stability barrier.

Ollama: Gemma 4 reaches 90% faster

Ollama 0.31 pushed Gemma 4 to 90% faster inference on Apple Silicon.

Multi-token prediction via llama.cpp unlocked the speedup, measured on the Aider polyglot benchmark [Quelle: Ollama]. NVIDIA Nemotron 3.5 Lightning (30B, agent-tuned, 1M context) now runs on Ollama, alongside Meta's Muse Glimmer (30B multimodal, Apache 2.0), both accelerated by MLX on consumer hardware. Ollama 0.30 improved GGUF compatibility and added llama.cpp performance gains across more hardware tiers.

Edge inference speed just became the unit of competition.

Quellen
Release notes | Anthropic Help Center - Claude Support
Release notes | Anthropic Help Center - Claude Support
1 hour ago ... We launched Claude Sonnet 5, our most agentic Sonnet model yet, with substantial improvements over Sonnet 4.6 in reasoning, tool use, coding, and knowledge work ...
support.claude.com
KI-Zusammenfassung

Claude Opus 5 was launched on July 24, 2026, as a thoughtful and proactive model that approaches the frontier intelligence of Claude Fable 5 at half the price. Claude Sonnet 5 was launched on June 30, 2026, featuring substantial improvements over Sonnet 4.6 in reasoning, tool use, coding, and knowledge work with agentic capabilities. Claude Opus 4.8 launched on May 28, 2026, showing improvements in coding, agentic skills, reasoning, and practical knowledge work tasks over Opus 4.7. Claude Opus 4.7 launched on April 16, 2026, with improvements in software engineering, complex long-running coding tasks, and higher-resolution vision capabilities. Claude Sonnet 4.6 launched on February 17, 2026, featuring full upgrades across coding, computer use, long-context reasoning, agent planning, and design work, with a 1M token context window in beta. Claude Opus 4.6 launched on February 5, 2026, with improved coding skills. Claude Opus 4.5 launched on November 24, 2025, as the most powerful frontier model to date. Claude Sonnet 4.5 launched on September 29, 2025, as the best model for real-world agents, coding, and computer use. Claude Haiku 4.5 launched on October 15, 2025, as the fastest and most cost-efficient model, matching Sonnet 4's performance on coding and agent tasks.

Quelle öffnen
Ornith-1.5: From Self-Scaffolding to Self-Improvement
Ornith-1.5: From Self-Scaffolding to Self-Improvement
2 hours ago ... Ornith-1.5 achieves state-of-the-art performance among open-source models of comparable size across a broad range of reasoning, coding, and agentic benchmarks.
ornith.ai
KI-Zusammenfassung

Ornith-1.5, a major open-source AI model release, introduces three scaled variants (397B MoE, 35B MoE, and 9B Dense) with a self-improvement framework that continuously generates new training tasks, constructs task-specific scaffolds, and produces solution rollouts for reinforcement learning. The flagship Ornith-1.5-397B achieves 86.1 on Terminal-Bench 2.1 and 56.0 on DeepSWE, matching Claude Opus 4.8 performance while outperforming comparable open-source models including GLM-5.2 and DeepSeek-V4-Flash-0731; the 35B variant significantly outperforms Qwen 3.6-35B across coding and agentic benchmarks, and the compact 9B model achieves 47.0 on Terminal-Bench 2.1 and 70.6 on SWE-Bench Verified while exceeding performance of much larger models like Gemma 4-31B.

Quelle öffnen
Blog · Ollama
Blog · Ollama
2 hours ago ... Ollama's MLX engine has been updated to deliver its highest performance on Apple Silicon yet. ... machine learning framework. The simplest and fastest way to ...
ollama.com
KI-Zusammenfassung

Gemma 4 is now up to 90% faster in Ollama 0.31 on Apple Silicon via multi-token prediction, as measured using the Aider polyglot benchmark. Ollama 0.30 added improved performance and GGUF model compatibility through llama.cpp, expanding support across more hardware. NVIDIA Nemotron 3.5 Lightning, a 30 billion parameter open model built for agents, is now available on Ollama, while Meta's Muse Glimmer—a 30B multimodal model under Apache 2.0 license—is available with native DFlash and image input support accelerated by Ollama's MLX engine.

Quelle öffnen
CUDA Python 1.0: Stable APIs, One Foundation, Full Platform Access
CUDA Python 1.0: Stable APIs, One Foundation, Full Platform Access
14 hours ago ... CUDA Python 1.0 names a milestone, not a version number you will type ... Data Science | Developer Tools & Techniques | General | CUDA | Intermediate ...
developer.nvidia.com
KI-Zusammenfassung

CUDA Python 1.0 has been released with stable APIs and semantic versioning commitments across multiple components. The release includes cuda.core 1.0.0 for CUDA runtime access, cuda.compute 1.0.0 for parallel algorithms, cuda.bindings 13.3.0 for low-level C API bindings, nvmath-python 1.0 for math libraries, and cuda-pathfinder for locating CUDA components. Key new capabilities in cuda.core include green contexts for GPU streaming multiprocessor partitioning, process checkpointing, and inter-process GPU memory sharing. The release establishes Python as an officially supported first-class citizen on the CUDA platform alongside C++, with NVIDIA committing to feature-complete parity and predictable deprecation policies. The unified foundation allows Python GPU libraries to interoperate without private binding layers, with existing adopters including CuPy, PyTorch, and NVIDIA's communications and math libraries.

Quelle öffnen
Über Nacht zusammengestellt von MorningMail.aiZugestellt um 05:10