Signing you in...

Please wait while we verify your authentication

Article · Saturday, September 12, 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.

By Marius BongartsTech66 editions
← See today's latest
Editions
11 / 66
Generated by AI overnight from public sources, refreshed daily.
AI developer tools · What shipped
Saturday, September 12, 2026
AI developer tools · What shipped

GPT-Live-1 ships; MemPalace hits 99% recall; multi-agent benchmarking matures

1 min read

GPT-Live-1 API live

Full-duplex voice hits production at $0.05 per minute.

OpenAI shipped GPT-Live-1 in the API on September 10, separating continuous voice conversation from backend reasoning and tool use [Quelle: Coursiv]. Turn-taking latency drops to 0.798s versus 1.41s on Realtime-2.1; tool-calling pass rate reaches 87.0% on Full Duplex Bench v3. The model supports audio and text I/O, streaming, function calling, and WebRTC integration across 12 voices at launch.

Benchmark scores depend on backend pairing—test with your stated configurations.

MemPalace memory hits 99%

Local-first AI memory system now retrieves at near-perfect recall.

MemPalace reached 96.6% R@5 on LongMemEval with semantic search alone, climbing to 98.4% on held-out data and ≥99% with LLM reranking [Quelle: GitHub]. The hybrid v4 pipeline plugs into ChromaDB, SQLite, pgvector, and four other storage backends; the Rust-native backend cuts memory usage 77% to 557 MB while holding 7.2–11.8 ms query latency across 334k-row workloads.

Zero API calls required—memory graphs stay on-device.

Multi-agent benchmarking standardizes

Coordination and reliability now beat accuracy as first-class metrics.

Splunk published a framework measuring multi-agent systems on collaboration, failure modes, and policy adherence rather than aggregate scores [Quelle: Splunk]. The CLEAR framework (Cost, Latency, Efficacy, Assurance, Reliability) correlates 0.83 with production success versus 0.41 for accuracy-only metrics; even top models achieve only 86.33% clean tool-use rates per ToolFailBench across 1,000 tasks. MultiAgentBench, BattleAgentBench, and SOTOPIA-π cover topologies, competitive scenarios, and social reasoning.

Production readiness now has a measurable signal beyond the leaderboard.

Benchmark Radar v0.11.0 ships

Living benchmark database catalogs 1,283 records with searchable retrieval.

Benchmark Radar aggregates LLM evaluation, coding, reasoning, safety, and domain-specific assessments from arXiv, Hugging Face, and GitHub, now tracking 12,916 numeric score observations [Quelle: arXiv]. Web dashboard includes leaderboard and Pareto frontier views; CLI supports offline queries. Model-card mentions, score histories, and reproducible analysis settings help developers locate datasets and evaluation protocols when designing new benchmarks.

Benchmark sprawl just became navigable.

Sources
Benchmarks for Multi-Agent AI Systems - Splunk
Benchmarks for Multi-Agent AI Systems - Splunk
8 hours ago ... Before release you need benchmarks that measure collaboration, consistency, tool use, reliability, and cost. ... developer audiences at LinearB. His work ...
splunk.com
AI Summary

Splunk published a comprehensive guide on multi-agent AI benchmarking that covers evaluation frameworks for measuring collaboration, coordination, and reliability in autonomous agent systems. Key benchmarks discussed include MultiAgentBench for testing coordination protocols across different topologies, BattleAgentBench for competitive scenarios, SOTOPIA-π for social intelligence, MARL-EVAL for statistical rigor in reinforcement learning, ST-WebAgentBench for safety compliance in web workflows, and SupChain-Bench for domain-specific supply chain tasks. The article introduces the CLEAR framework (Cost, Latency, Efficacy, Assurance, Reliability) which showed 0.83 correlation with production success versus 0.41 for accuracy-only metrics. It also highlights emerging trends including cost-normalized scoring, reliability as a first-class metric through pass^k testing, and failure taxonomies over aggregate scores, noting that even top models achieve only 86.33% clean tool-use rates per ToolFailBench evaluation across 1,000 tasks.

Visit source
Benchmark Radar: A Living Database and Search Engine for AI ...
21 hours ago ... Benchmark researchers and developers of large language models (LLMs) and other AI ... Matching scales also do not establish matching test versions, prompts, tools ...
arxiv.org
AI Summary

Benchmark Radar is a living database and search engine that catalogs AI benchmarks covering LLM evaluation, coding, reasoning, safety, and domain-specific assessments. The v0.11.0 release contains 1,283 source benchmark records with 12,916 numeric score observations across 790 records, drawing from 37 discovery sources including arXiv, Hugging Face Hub, and GitHub. The system combines daily benchmark discovery with searchable catalog retrieval, model-card mentions, score histories, and reproducible analysis. It provides web dashboard access with leaderboard and Pareto frontier views, downloadable evidence, and a command-line interface for offline queries, helping developers locate benchmark datasets, code, and evaluation settings when designing new AI evaluations.

Visit source
GPT-Live-1 API: Pricing, Full-Duplex Voice, Benchmarks - Coursiv
22 hours ago ... HomeBlogQuizzesAI ToolsChatGPTProductivityAI ComparisonAI Careers ... This release makes the model available to developers through the Live sessions ...
coursiv.io
AI Summary

OpenAI released GPT-Live-1 in the API on September 10, 2026, a full-duplex voice model priced at $0.05 per minute billed per second, with backend model charges separate. The model separates voice conversation from backend work, allowing continuous conversation while delegating reasoning and tool use to a paired backend model. GPT-Live-1 showed significant performance gains in benchmarks: 87.0% pass rate on Full Duplex Bench v3 tool-calling (vs 60.0% for GPT-Realtime-2.1), 90.0% on response quality, and notably 0.798s turn-taking latency compared to 1.41s for Realtime-2.1, demonstrating the full-duplex improvement. However, all published benchmarks are system-level measurements dependent on backend pairing and reasoning effort, so developers must test with stated configurations rather than relying on single scores. The API supports audio and text I/O, streaming, function calling, and telephony integration through WebRTC and WebSockets, with 12 voices at launch and no support for images, video, structured outputs, or fine-tuning.

Visit source
MemPalace/mempalace: The best-benchmarked open-source AI ...
MemPalace/mempalace: The best-benchmarked open-source AI ...
9 hours ago ... MCP server. 45 MCP tools cover palace reads/writes, knowledge-graph operations, cross-wing navigation, drawer management, agent ...
github.com
AI Summary

MemPalace, a local-first AI memory system, achieved 96.6% R@5 retrieval recall on the LongMemEval benchmark using semantic search with zero API calls required. The hybrid v4 pipeline reached 98.4% R@5 on held-out test data, and with LLM reranking achieved ≥99% recall. Additional benchmarks show 88.9% R@10 on LoCoMo (hybrid v5), 92.9% average recall on ConvoMem, and 80.3% R@5 on MemBench (ACL 2025 with 8,500 items). The project ships pluggable storage backends including ChromaDB (default), SQLite, Rust-native vectors, Milvus, Qdrant, and pgvector, with published performance comparisons showing the rust_exact backend reduced memory usage by 77% to 557 MB and achieved 7.2–11.8 ms query latency on 334k-row workloads.

Visit source
Compiled overnight by MorningMail.aiDelivered at 05:10 AM