What Happened
vitals 0.4.0 — an R toolkit for LLM evaluation (a port of Inspect by JJ Allaire / Posit) — was released on CRAN. The release adds built-in agent-solvers for Claude Code and Codex so ellmer-built agents can be compared directly against those models, introduces vitals_log_read() for reloading evaluation logs into tibbles with reconstructed…
What Happened
Recent vendor guidance and reference stacks outline practical, production-ready patterns for agentic AI, gateway-based model control, and local inference hardware:
AWS published Amazon Bedrock AgentCore patterns and two reference implementations for AI-driven development lifecycles: a serverless SQL→Mermaid ER pipeline and a CI/CD secure‑handoff agent flow, showing containerized agents, persistent AgentCore memory,…
What Happened
Over the last set of commits to ggml/llama.cpp a focused wave of performance, correctness and platform-support changes landed across Metal, Vulkan, CUDA, SYCL and CPU codepaths. Key changes include:
Sparse flash‑attention in Metal: a new kernel (kernel_flash_attn_ext_vec_idx) and single‑pass index compaction to enable a sparse vec flash‑attention path for prefill with…
What Happened
Multiple major AI vendors shipped new models and infrastructure while the industry also saw coordinated reliability and security stress signals.
OpenAI announced GPT‑6 “Astra,” trained in what it calls its largest run (>100,000 GPUs at Stargate) and positioned as a computer‑use / coding milestone; availability initially through its Daybreak program and…
What Happened
Google released Mantis, an open-source vulnerability discovery and patching harness designed to automate security analysis across software repositories. Mantis combines agentic review techniques with sandboxed reproduction of vulnerabilities, aiming to reduce hallucinated findings and improve true-positive filtering in a category where naive AI scanners can have true-positive rates below 7% [1].
The system…
What Happened
The biggest shift is platform consolidation across AI infrastructure. Nvidia agreed to acquire Hugging Face for about $12.93 billion, bringing a community platform with more than 3 million models and over 18 million developers under the world’s dominant AI chipmaker [7][8]. Nvidia framed the move as a way to scale open-weight model access…
What Happened
Kubernetes v1.37: HPAScaleToZero enabled by default — HorizontalPodAutoscaler (autoscaling/v2) can now scale workloads to zero using object or external metrics (not CPU/memory). ScaledToZero condition and a default five-minute downscale stabilization window included; feature gate enabled on kube-apiserver and kube-controller-manager in v1.37 [1].
Amazon Bedrock (GovCloud): Bedrock server-side Web Search…
What Happened
Multiple AI/ML open-source projects released maintenance, patch and refactor updates that affect packaging, runtime behavior, telemetry and compatibility:
llama.cpp and related bindings advanced through a series of version bumps (b10729 → b10760) and changed tensor-loading behavior while preserving existing hook surfaces; llama.cpp compatibility hooks were regenerated and a text-tensor slab read…
What Happened
This week saw multiple major model and infra releases aimed at making long‑horizon, agentic AI practical and cost‑effective:
Anthropic released Claude Fable 5.1 (agentic/long‑horizon) and Mythos 5.1 (knowledge/coding) with 1M‑token context, multimodal inputs, zero‑data‑retention, Enterprise Frontier Safeguards (EFS), and a 75% cut to cache‑read pricing; independent tests show big capability gains…
What Happened
Two recent investigations illustrate complementary modern threats: autonomous, agentic adversaries that rapidly discover and exploit network weaknesses, and sophisticated counterfeit-software delivery campaigns that gain persistent, privileged footholds.
Unit 42 documented an attack where autonomous AI agents accelerated network compromise, chaining reconnaissance, exploitation and lateral movement into an automated campaign that breached…
What Happened
Multiple vendor updates and engineering signals changed the operational landscape for AI coding assistants and developer tools.
GitHub added enterprise-managed default model settings so admins can set a preferred Copilot model per enterprise or per team via team-mappings.json; this applies across Copilot app, Copilot CLI and IDE integrations and is generally…
What Happened
Over the last wave of research from top labs, the community delivered practical advances across four operational themes that matter for production AI: safety/observability for agents and LLMs; lower‑cost model serving and quantization; reliable agent self‑improvement and tool use; and evaluation metrics that close offline→operational gaps. Key highlights:
Safety and internal…