|
🔓 Devs want open-source AI but can't ship it
LINK
|
- Mozilla's inaugural State of Open Source AI report finds that while 79% of surveyed developers use open models, only 51% ship them to production versus 63% for closed models, citing operational hurdles rather than capability gaps.
- The survey of ~1,500 respondents pins the deployment shortfall on infrastructure and compute costs, security and compliance concerns, maintenance, and integration complexity, with enterprises hitting production at 57% for open models against 73% for closed ones.
- The report notes GPT-4-class inference dropped from roughly $20 to $0.40 per million tokens over three years, and open weight models now make up about a third of OpenRouter-routed tokens, with the top five by volume all open weight by June 2026.
|
☁️ AWS launches self-hosted gateway for Claude apps
LINK
|
- AWS has released the Claude apps gateway, a self-hosted control plane that gives organizations one point of control over access, cost, and policy for Claude Code and Claude Desktop, routing inference to Amazon Bedrock or Claude Platform on AWS.
- Shipping inside the existing Claude Code CLI binary as a single stateless container, it runs on ECS, EKS, or EC2 behind an internal ALB, backed by Amazon RDS for PostgreSQL holding short-lived sign-in state and rate-limit counters.
- Configured through one YAML file, it acts as an OpenID Connect relying party, enforces server-side managed settings scoped by IdP group, applies daily, weekly, and monthly spend caps, and relays usage metrics over OpenTelemetry to a collector like CloudWatch.
|
🤖 Google unveils new discovery standard for AI agents
LINK
|
- Google and industry partners have released the Agentic Resource Discovery (ARD) Specification, an open standard that lets AI agents publish, find, and verify external tools, APIs, and services across organizational boundaries.
- ARD tackles the stage before invocation protocols like MCP, defining machine-readable catalogs that organizations host per domain and registries that aggregate them, so agents search by task intent instead of relying on hardcoded endpoint lists.
- The spec builds in domain-based ownership and verification so agents can validate discovered resources before connecting, and early implementations already ship in GitHub's Agent Finder for Copilot and Hugging Face's Discover Tool.
|
🚢 How Slack rebuilt its EC2 platform
LINK
|
- Slack built Shipyard, a next-generation EC2 platform that treats infrastructure as deployable, immutable artifacts rather than long-lived mutable instances, bringing progressive rollouts and automated safety to workloads that couldn't easily migrate to containers.
- Shipyard layers service-specific AMIs on top of a shared "slack-zero" golden base image built with AWS Image Builder; configuration is baked in rather than continuously enforced by Chef, letting instances boot in seconds instead of minutes.
- Deployments happen through controlled instance replacement via Instance Refresh for ASGs and Karpenter for Kubernetes nodes, orchestrated by Gondola with metric-based rollbacks, while a new Peekaboo inventory system built on EventBridge, OpenSearch, and Lambda tracks fleet state in real time.
|
📊 Grafana Assistant now spans 30+ data sources
LINK
|
- Grafana Assistant can now query, reason over, and visualize data from more than 30 sources, letting engineers ask a single natural-language question and get answers drawn from across whatever tools their teams already run in Grafana Cloud or Grafana 13.
- The expanded coverage adds observability platforms like AppDynamics, Azure Monitor, Dynatrace, Honeycomb, New Relic, Splunk, and Zabbix, plus MongoDB, Oracle, and Snowflake databases, so telemetry spread across multiple systems can be correlated without switching tabs.
- Assistant also queries Jira directly without extra MCPs, tying deployments and tickets to incidents, and can build Grafana dashboards from its findings so investigations produce shareable results rather than answers stuck inside a chat window.
|
|