yet another ai update/ feed

What shipped & dropped across AI labs, today.

·last sync 27m ago

Today

Thu · Sep 24 · 3 posts
Google AI for Developers18h ago

Turn your REST APIs into MCP tools with Google Cloud API Gateway

Google Cloud API Gateway now acts as a native remote Model Context Protocol (MCP) server, eliminating the need to build and maintain custom middleware to expose REST APIs to AI agents. By simply adding specific annotations (like x-google-api-management.mcp) to existing OpenAPI 3.x specifications, developers can instantly convert standard REST operations into discoverable, agent-ready tools. The gateway automatically transcodes incoming MCP JSON-RPC requests into REST calls, ensuring that your existing authentication, quotas, and logging policies apply seamlessly to agent traffic without requiring new infrastructure.

Toolsdevelopers.googleblog.com/turn-your-rest-apis-into-mcp-tools-with-google-cloud-api-gateway/
Claude Blog18h ago

Coding sessions are longer and use more context. Claude Opus 5.5 is built with that in mind.

Our latest Opus model is priced and trained to optimize costs for how developers code now.

Modelsclaude.com/blog/claude-opus-5-5-built-for-coding-sessions-that-use-more-context
Google AI for Developers18h ago

Reproducing OLMo 3 7B Pre-training in MaxText: case study of large scale training on TPUs

The MaxText team successfully reproduced AI2’s OLMo 3 7B language model from scratch on Google Cloud TPUs using JAX/XLA, precisely matching the original PyTorch-on-GPU reference across pre-training and mid-training stages on all held-out evaluations. The implementation achieved up to 57.4% Model Flops Utilization (MFU) and demonstrated robust infrastructure portability by surviving mid-run cluster resizes and cross-generation TPU shifts without requiring recipe alterations. Crucially, the exercise proved the necessity of comprehensive held-out validation by catching a silent data-loader memorization bug that artificially depressed training loss and would have otherwise faked a performance win.

Researchdevelopers.googleblog.com/reproducing-olmo-3-7b-pre-training-in-maxtext-case-study-of-large-scale-training-on-tpus/

Yesterday

Wed · Sep 23 · 8 posts
GitHub1d ago

More ways to request and configure Copilot code reviews

GitHub Copilot code review now offers additional personal configurations to an expanded set of Copilot plans and an enterprise-level default setting. These improvements are now generally available: A dedicated personal…

Toolsgithub.blog/changelog/2026-09-23-copilot-code-review-more-ways-to-request-and-configure-reviews
Cursor1d ago

Rollouts and Security Review

Today we're launching two Cursor bots for the last mile of shipping code. Rollouts watches every change as it deploys and reports its health per environment. Security Review reports exploitable bugs on every pull request. Both are available today on Teams and Enterprise plans. #Rollouts Rollouts attaches a monitor to every pull request and watches the change as it deploys, reporting change health per environment: verified healthy, regression detected, or inconclusive. It's the Cursor version of Firetiger Change Monitors, rebuilt with the Bot Development Kit. Enable it from the dashboard and connect source control, your deploy system, and your telemetry provider. Rollouts starts watching on the next pull request. #Monitoring plans When a pull request opens, Rollouts reads the diff and the systems it touches, then writes a monitoring plan as a PR comment. The plan lists the risks it identified, the effect the change is meant to have, the signals it will check, and any gaps in instrumentation that would make the change hard to verify. Edit the plan in the PR and Rollouts uses your version. #Deploy tracking Rollouts wakes on deploy events for the change's commit and runs the plan against your logs, metrics, and traces. It tracks each environment separately, so a change can be verified in staging and still flagged in production. Rollouts checks the change's intended effect alongside error and latency signals, and reports back on the PR when it reaches a verdict. #Regressions When Rollouts detects a regression, it names the change it suspects and notifies the author. Depending on configuration, it can also open a revert PR for review or hand the finding to a cloud agent for a fix. Rollouts does not merge or roll back on its own today. #Integrations Rollouts connects to Origin or GitHub for source control, to your continuous delivery system for deploy events, and to Datadog and other telemetry providers for signals. Feature flag integration is coming soon. #Security Review Security Review is available today. It reads every pull request in the context of the codebase and posts one review comment reporting exploitable bugs. Style and quality stay with Bugbot. Enable it from the dashboard for the repositories you want reviewed. Draft PRs are skipped. #What it reports Security Review looks for injection across SQL, command, and template surfaces, along with authentication and authorization bypasses, including checks that a refactor stopped running. It also flags secrets and credentials committed to source, SSRF and unvalidated redirects, unsafe deserialization, and dependency changes that introduce known vulnerabilities. It traces where user input enters and what it passes through. #Findings Each finding carries a severity, the attack path, and a proposed fix. Dismiss one with a reason and Security Review won't raise it again on that PR. #Team rules Add rules for your codebase, such as which client external calls must go through or which tables are never queried from a request handler, and Security Review enforces them on every PR. #Get started Rollouts and Security Reviewer are available today on Teams and Enterprise plans. Enable either bot from the automations tab. For the next 10 days, we're including usage credits so teams can try Rollouts on real changes. Teams and Enterprise customers receive credits for roughly 50 and 500 changes, respectively.

Businesscursor.com/changelog/rollouts-and-security-reviewer
Anthropic1d ago

Science Claude discovers a novel enzyme system with CRISPR-like repeats

Modelsanthropic.com/news/claude-discovers-novel-enzyme-system
Claude Blog1d ago

Claude Marketplace: one place to discover plugins, agents, and services from our partners

The Claude Marketplace brings plugins, connectors, agents, and service partners into one place. Find the tools and services to do more with Claude, or list what you've built to reach teams using Claude.

Toolsclaude.com/blog/claude-marketplace
Google AI for Developers1d ago

Introducing Support for Local AI Models in the Antigravity SDK

The Google Antigravity SDK now empowers developers to execute offline, agentic workflows locally using models like Gemma 4 26B A4B via LiteRT. This update facilitates powerful hybrid orchestration architectures, allowing a cloud model to act as a lightweight planner while local models securely handle token-intensive tasks—like code auditing and patching—directly on-device. Furthermore, the SDK provides drop-in support for OpenAI-compatible inference servers like Ollama and vLLM, enabling the seamless creation of privacy-first, autonomous local utilities.

Toolsdevelopers.googleblog.com/introducing-support-for-local-ai-models-in-the-antigravity-sdk/
Claude Blog1d ago

How CodeRabbit, Power Digital, and ThoughtSpot scale with Snowflake and Vercel on Claude Marketplace

CodeRabbit expanded its Vercel plan through Claude Marketplace, and Power Digital and ThoughtSpot put their Snowflake spend on their Anthropic commitment. See how companies building on Claude use budget they've already committed to pay for the tools they run on.

Businessclaude.com/blog/how-coderabbit-power-digital-and-thoughtspot-scale-with-snowflake-and-vercel-on-claude-marketplace
GitHub1d ago

Local sandboxing in the GitHub Copilot app

Local sandboxing helps reduce the potential impact of unintended commands by limiting access to files, network resources, and credentials on your machine. In the GitHub Copilot app, you configure it per project for local repository and working tree sessions.

Toolsgithub.blog/changelog/2026-09-23-local-sandboxing-in-the-github-copilot-app
Claude Blog1d ago

How to prepare for AI-driven code modernization projects

Agents can finish code modernizations in months, but change management still sets the pace. Six steps to define the target, certificate, and promotion policy.

Practicesclaude.com/blog/how-to-prepare-for-ai-driven-code-modernization-projects

Tuesday

Tue · Sep 22 · 8 posts
GitHub2d ago

OpenTelemetry in the GitHub Copilot app

Understand how agents perform and interact with models and tools. The GitHub Copilot app now supports OpenTelemetry (OTel) configuration through enterprise-managed settings.

Toolsgithub.blog/changelog/2026-09-22-opentelemetry-in-the-github-copilot-app
GitHub2d ago

New features and improvements in Copilot for JetBrains

GitHub Copilot for JetBrains 1.18.0 brings AI-assisted tool approvals, more control over agent conversations, and shared skills and instructions for your organization. You can also review plans with the Codex…

Toolsgithub.blog/changelog/2026-09-22-new-features-and-improvements-in-copilot-for-jetbrains
GitHub2d ago

Faster C++ code intelligence with whole codebase indexing

C++ code intelligence in GitHub Copilot CLI is now faster with support for whole codebase indexing. C++ repositories can contain millions of lines of code across deeply connected source files…

Toolsgithub.blog/changelog/2026-09-22-faster-c-code-intelligence-with-whole-codebase-indexing
GitHub2d ago

OpenAI’s GPT-6 Sol and GPT-6 Luna now available

OpenAI’s GPT-6 family is expanding in GitHub Copilot with two additional models: GPT-6 Sol, and GPT-6 Luna. Joining the previously released GPT-6 Astra, these new options let you select the…

Modelsgithub.blog/changelog/2026-09-22-openais-gpt-6-sol-and-gpt-6-luna-now-available
Google AI for Developers2d ago

Colab is now part of your Google AI plan

Unlock premium Google Colab compute with Google AI. Subscribers now get priority accelerators, Premium GPUs, and background execution for long training runs.

Researchdevelopers.googleblog.com/colab-is-now-part-of-your-google-ai-plan/
xAI2d ago

How SpaceXAI is using Grok Bot to scale customer support

We rebuilt the combined SpaceXAI and Cursor support operation around Grok Bot, expanding to a much broader product portfolio without adding headcount.

Modelsx.ai/news/grok-bot-customer-support
GitHub2d ago

Claude Opus 5.5 is now available in GitHub Copilot

Claude Opus 5.5, Anthropic’s newest Opus model, is now available in GitHub Copilot. You can use it for agentic coding, long-running agentic tasks, and knowledge work. In early testing, Opus…

Toolsgithub.blog/changelog/2026-09-22-claude-opus-5-5-is-now-available-in-github-copilot
Claude Blog2d ago

What a task costs on Opus 5.5

The same token price can cost very different amounts per task. Learn what Claude Code tasks cost on Opus 5.5 and which settings change the bill.

Modelsclaude.com/blog/what-a-task-costs-on-opus-5-5

Monday

Mon · Sep 21 · 1 post
trigger