Signing you in...

Please wait while we verify your authentication

Article · Friday, September 4, 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
19 / 66
Generated by AI overnight from public sources, refreshed daily.
AI developer tools · What shipped
Friday, September 4, 2026
AI developer tools · What shipped

Meta Muse Spark 1.3, Claude Code v2.1.257, Notion APIs split and beta

2 min read

Meta Muse Spark 1.3

Meta's coding model ties frontier at half the cost.

Muse Spark 1.3 landed September 2 and matches GPT-5.6 Sol, Grok 4.6, and Claude Opus 5 on Artificial Analysis's Intelligence Index while costing roughly half per task [Source: Coursiv]. The model cuts 20% of tool calls and 25% of tokens on coding versus 1.2, scoring near-perfect on million-token retrieval and long-horizon instruction following. Standard pricing: $1.25 per million input, $4.25 per million output; a heavily discounted contributor tier ($0.10/$0.20) trades data access for training future Meta models on your prompts.

Routing math just shifted for cost-sensitive shops.

Claude Code v2.1.257

Claude Code hardens containment and fixes caching.

Version 2.1.257 introduces a Containment Escape rule in auto mode to block unauthorized cloud metadata fetches and cross-tenant access, alongside prompt cache fixes on Fable 5.1 covering context attached after tool results [Source: GitHub]. New managed MCP server settings let organizations centralize gateway-supplied model descriptions. Terminal compatibility improves; background session management and worktree isolation bugs are patched.

Enterprise deployments gain both isolation guarantees and operational simplicity.

Notion APIs split search, open agent beta

Notion's MCP splits keyword and semantic search into separate tools.

notion-search now handles keyword-only queries within Notion, while the new notion-ai-search performs semantic searches across connected apps (Slack, Google Drive, Calendar) when Notion AI is available [Source: Notion]. Clients check tool availability and route requests accordingly. Notion Agent APIs entered public beta with endpoints for starting chats, streaming replies, submitting actions, and managing sessions programmatically; usage insights and per-agent credit limits are now queryable. The JavaScript SDK v5.25.1+ fixes type guards and adds does_not_equal filters.

Custom agents just became programmable at scale.

Langfuse v4.28+ eval tracking and performance

Langfuse ships evaluator metadata tracking and index caching.

Version 4.28.0 adds judge prompt metadata, dedicated evaluator execution columns, and evaluator alert management alongside observation filter builders [Source: Langfuse]. v4.28.1 layers text index caches on the ClickHouse events read path for performance. Multimodal evaluator support (v4.27.0) and stable evaluator API endpoints (v4.23.0) solidify the observability layer for agentic workflows.

Production eval infrastructure matures past prototype phase.

Sources
Releases · anthropics/claude-code - GitHub
Releases · anthropics/claude-code - GitHub
3 hours ago ... ... tool finished when the connection to claude.ai was degraded; Fixed background ... API does not accept (typically written by a third-party API proxy) ...
github.com
AI Summary

Claude Fable 5.1 was released as the new default Fable model with 1M context window at $10/$50 per million tokens with $0.25/million token cache reads. Claude Code v2.1.257 introduced a Containment Escape rule in auto mode to prevent unauthorized cloud metadata fetches and cross-tenant access. The release also added support for Claude apps gateway-supplied model descriptions and fixed prompt caching on Fable 5.1 to cover context attached after tool results. Additional improvements include new managed MCP server settings for organizations, improved terminal compatibility, and various bug fixes affecting permission rules, worktree isolation, and background session management.

Visit source
Releases · langfuse/langfuse - GitHub
Releases · langfuse/langfuse - GitHub
9 hours ago ... Enterprise platformAI-powered developer platform. AVAILABLE ADD-ONS. GitHub ... fix(in-app-agent): map MCP tool results to AI SDK model output by @LysanderKie in ...
github.com
AI Summary

Langfuse released v4.28.1 with performance improvements including text index caches on the ClickHouse events read path, and v4.28.0 featuring evaluation enhancements such as tracking judge prompt metadata, dedicated evaluator execution columns, evaluator alert management, and observation filter builders. Recent versions also added multimodal support for evaluators (v4.27.0), API specification rendering (v4.27.0), normalized I/O contract definitions (v4.25.0), and stable evaluator API endpoints (v4.23.0) alongside infrastructure improvements like ClickHouse query optimizations and billing integration.

Visit source
Meta Muse Spark 1.3: Benchmarks and Pricing | Coursiv Blog
22 hours ago ... Released September 2, 2026, one day after Claude Fable 5.1 and the same day as Gemini 3.8 Flash; live in Muse Code and the Meta Model API with unchanged ...
coursiv.io
AI Summary

Meta shipped Muse Spark 1.3 on September 2, 2026, available immediately in Muse Code and through the Meta Model API as a drop-in upgrade. The model is frontier-competitive, tying GPT-5.6 Sol, Grok 4.6, and Claude Opus 5 on Artificial Analysis's Intelligence Index at roughly half their cost per task. Meta trained 1.3 for long-horizon coding and instruction following, claiming approximately 20 percent fewer tool calls and 25 percent fewer tokens on coding tasks compared to version 1.2. On benchmarks, Muse Spark 1.3 leads or ties on long-context retrieval and coding tasks with near-perfect scores on million-token retrieval, while Claude Opus 5 leads on broader agent benchmarks. The customer-available xhigh tier is priced at $1.25 per million input tokens and $4.25 per million output tokens under the standard tier, with a heavily discounted contributor tier at $0.10 and $0.20 respectively in exchange for permission to train future Meta models on prompts and completions.

Visit source
Changelog - Notion Docs
Changelog - Notion Docs
20 hours ago ... Highlighting recent LLM-facing changes to Notion MCP, our remote Model Context Protocol (MCP) server for AI tools: Released notion-query-data-sources tool to ...
developers.notion.com
AI Summary

Notion MCP splits keyword search and AI search into separate tools: notion-search now handles keyword-only searches within Notion content, while the new notion-ai-search tool performs semantic searches across connected apps like Slack and Google Drive when Notion AI is available. Clients can check tool availability before calling and route requests accordingly. The notion-fetch MCP tool now returns page cover and icon metadata, and notion-query-data-sources supports preserving rich text in results. Custom Agent tools in Notion MCP return upgrade prompts with recovery links when Notion AI access is unavailable, and new session tools enable finding and managing Custom Agent sessions with message sending and status checking capabilities. Notion Agent APIs are now in public beta, allowing developers to start chats with Custom Agents, stream replies, submit actions, and manage agents programmatically through sessions and events. The beta includes endpoints for querying agents, retrieving per-agent usage insights, and setting credit limits or enabling/disabling agents individually or in batches. Multi-source SQL queries now work on Business plans with Notion AI (previously Enterprise-only), and the Views API supports creating, updating, deleting, and querying database views with configurable filters, sorts, and layout settings. The JavaScript SDK v5.25.1+ fixes type guards for full database responses, adds does_not_equal verification filters, and includes helpers like iterateAllDataSourceRows() for paginating large result sets. API version 2026-03-11 replaces archived with in_trash, after with position, and renames transcription to meeting_notes; the enhanced markdown API now supports update_content and replace_content commands for targeted edits.

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