yet another ai update/ feed

What shipped & dropped across AI labs, today.

·last sync 33m ago

Today

Wed · Aug 5 · 2 posts

Yesterday

Tue · Aug 4 · 4 posts
Claude Blog1d ago

A guide to cost visibility and control in Claude

How IT admins can see and manage Claude costs, including spend caps, model controls, usage analytics, and API features like prompt caching and batch processing.

Modelsclaude.com/blog/a-guide-to-cost-visibility-and-control-in-claude
GitHub1d ago

Retiring the Copilot Billing Preview app

We’ve retired the GitHub Copilot Billing Preview app, and it’s no longer available. You can review and manage your Copilot spend directly in your GitHub billing settings. The app helped…

Toolsgithub.blog/changelog/2026-08-04-retiring-the-copilot-billing-preview-app
Anthropic1d ago

Mariano-Florentino (Tino) Cuéllar to join Anthropic as Chief Global Affairs Officer

Modelsanthropic.com/news/tino-cuellar
Google AI for Developers1d ago

A unified API for AI model routing

Google Cloud API Gateway now offers a model routing feature in Public Preview, allowing developers to dynamically route traffic to models like Gemini, Claude, or OpenAI OSS-GPT without hardcoding endpoints or managing open-source proxies. Developers can easily configure these routing rules directly within their OpenAPI 3.x specifications by mapping virtual model names to specific backend targets on a shared host. Once deployed, the Gateway acts as a serverless ingress layer that accepts standard OpenAI-compatible requests, automatically transcodes the payload to the native schema of the target model, and routes the traffic on the fly.

Modelsdevelopers.googleblog.com/a-unified-api-for-ai-model-routing/

Monday

Mon · Aug 3 · 5 posts
GitHub2d ago

Trigger Copilot automations with comments

You can now create Copilot cloud agent automations that run when an issue comment or pull request comment is created. Common use cases include: Generate documentation: Comment on a pull…

Toolsgithub.blog/changelog/2026-08-03-trigger-copilot-automations-with-comments
GitHub2d ago

Enterprise team specialization for managed settings

Enterprise administrators can now customize managed settings by targeting enterprise teams with itemized configuration files. Large enterprises can scale governance without bottlenecking every configuration change through central administrators or one-size-fits-all…

Businessgithub.blog/changelog/2026-08-03-enterprise-team-specialization-for-managed-settings
GitHub2d ago

Customize the reasoning level for Copilot cloud agent

When you delegate a task to GitHub Copilot cloud agent, you can now set the reasoning level for models that support it. This allows you to control how much the…

Toolsgithub.blog/changelog/2026-08-03-customize-the-reasoning-level-for-copilot-cloud-agent
Cursor2d ago

Google Workspace Plugins

Cursor can now read, write, and act across your Google Workspace. New plugins give coding agents direct access to Gmail, Google Drive, and Calendar, so you can pull context, draft and update files, and manage your inbox and calendar without leaving Cursor. Install plugins to connect: Google Drive: search files and folders, open and download content, create and organize files Gmail: search and read mail, draft and send messages, apply labels and manage threads Google Calendar: read schedules, create and update events, find free time Browse the new plugins in the Cursor Marketplace or install them from the Customize page in Cursor. Learn more in our docs.

Toolscursor.com/changelog/google-workspace-plugins
Google AI for Developers2d ago

Scaling real-time AI agents with session-aware load balancing

Real-time AI agents break traditional request-response load balancing paradigms because they rely on long-lived, stateful bidirectional streams that obscure true server capacity. To solve this, developers must implement application-level session tracking directly within the runtime to accurately measure the committed concurrent workload of active conversations. By feeding these precise session counts alongside standard CPU utilization metrics into a hybrid routing algorithm, infrastructure can effectively distribute stateful AI traffic and prevent individual backend bottlenecks.

Toolsdevelopers.googleblog.com/scaling-real-time-ai-agents-with-session-aware-load-balancing/

Friday

Fri · Jul 31 · 6 posts
GitHub5d ago

Upcoming August 2026 model deprecations in GitHub Copilot

We will deprecate the following models across all GitHub Copilot experiences (including Copilot Chat, inline edits, ask and agent modes, and code completions), on September 1st, 2026: Model Deprecation date…

Toolsgithub.blog/changelog/2026-07-31-upcoming-august-2026-model-deprecations-in-github-copilot
xAI5d ago

Imagine Video 1.5 with References

Our best video model, now with text, image, and voice references — generating up to 1080p.

Modelsx.ai/news/grok-imagine-video-1-5-references
GitHub5d ago

Gemini 2.5 Pro and Gemini 3 Flash deprecated

As of today, July 31, 2026, we have deprecated the following models across all GitHub Copilot experiences (including Copilot Chat, inline edits, ask and agent modes, and code completions). Model…

Toolsgithub.blog/changelog/2026-07-31-gemini-2-5-pro-and-gemini-3-flash-deprecated
GitHub5d ago

Enterprise teams model policy targeting in public preview

You can now take advantage of user-based model policy targeting for GitHub Enterprise customers with Copilot Business or Copilot Enterprise licenses. This feature empowers AI administrators to set a baseline…

Businessgithub.blog/changelog/2026-07-31-enterprise-teams-model-policy-targeting-in-public-preview
Google AI for Developers5d ago

Agent and Model Evaluations in Gemini Enterprise Agent Platform are now GA

Agent Platform's evaluation service is now generally available, providing developers with a unified engine to measure agent quality consistently across local development experiments and live production traffic. You can evaluate agents using over 20 pre-built metrics, DeepMind-backed adaptive rubrics, or custom code-based and LLM-as-a-judge metrics stored in a centralized, versioned registry. The service integrates directly into existing workflows via the Agent Platform SDK, agents-cli, and ADK, offering built-in user and environment simulators to automate complex multi-turn testing and streamline CI pipelines.

Toolsdevelopers.googleblog.com/agent-and-model-evaluations-in-gemini-enterprise-agent-platform-are-now-ga/
Google AI for Developers5d ago

Enable on-demand expertise with Agent Skills in Genkit Go

To prevent context window bloat and reduce token consumption, Genkit Go introduces Agent Skills based on a progressive disclosure architecture. Developers can package specialized instructions, scripts, and references into modular SKILL.md bundles where only the frontmatter metadata is initially exposed to the agent's system prompt. When a task matches the skill's description, Genkit's middleware dynamically loads the full instruction body and associated assets, ensuring the model accesses precise workflows exactly when needed.

Modelsdevelopers.googleblog.com/enable-on-demand-expertise-with-agent-skills-in-genkit-go/

Thursday

Thu · Jul 30 · 3 posts
trigger