yet another ai update/ feed

What shipped & dropped across AI labs, today.

·last sync 51m ago

Today

Tue · Sep 15 · 5 posts
GitHub22h ago

GitHub Copilot suggests custom properties definitions

GitHub Copilot can now suggest allowed values when you create a custom property for repositories in your organization. This feature is in public preview for GitHub Copilot Business and Copilot…

Toolsgithub.blog/changelog/2026-09-15-github-copilot-suggests-custom-properties-definitions
Google AI for Developers22h ago

Build zero-trust AI agents that judge intent, not just syntax

This blog post explores how to transition AI agents from static, build-time security controls to dynamic runtime governance using the Gemini Enterprise Agent Platform. It highlights three primary managed defenses: Model Armor for screening edge prompts, Semantic Governance Policies for evaluating tool intent against business rules, and Agent Anomaly Detection for catching multi-turn exploits. By shifting these capabilities to the platform level, security administrators can dynamically enforce policies and neutralize complex attacks without needing to modify or redeploy the agent's underlying code.

Practicesdevelopers.googleblog.com/build-zero-trust-ai-agents-that-judge-intent-not-just-syntax/
Claude Blog22h ago

Claude for Small Business launches new workflows, integrations, and training programs

We’re releasing new Claude for Small Business workflows and integrations to help owners run and grow their business, and kicking off the next leg of our Claude SMB Tour.

Businessclaude.com/blog/claude-for-small-business-launches-new-workflows-integrations-and-training-programs
Claude Blog22h ago

Building an AI-native revenue organization

In this guide, Anthropic shares how revenue leaders can roll out Claude across a sales organization, including the setup decisions, a three-phase rollout plan, and an ROI measurement framework.

Practicesclaude.com/blog/building-an-ai-native-revenue-organization
Claude Blog22h ago

Bringing Salesforce into Claude

Sellers can now research companies, prep for calls, review pipeline, and draft CRM updates with Anthropic's new Salesforce in Claude plugin.

Modelsclaude.com/blog/salesforce-in-claude

Yesterday

Mon · Sep 14 · 5 posts
Claude Blog1d ago

Deploying AI from pilot to production

This guide by Anthropic and Accenture shares seven considerations for taking enterprise AI from pilot to production, and the decisions leadership needs to make before the program advances.

Practicesclaude.com/blog/deploying-ai-from-pilot-to-production
Claude Blog1d ago

Agentic coding is straining CI. Here’s how we scaled test impact analysis at Anthropic

Our CI job volume increased 25x over 6 months. We patched our test selection service three times before finding a sustainable solution.

Practicesclaude.com/blog/agentic-coding-is-straining-ci-heres-how-we-scaled-test-impact-analysis-at-anthropic
GitHub1d ago

Configure cost and quality in Copilot auto model selection

GitHub Copilot auto model selection now offers three tiers: efficiency, balance, and intelligence. Choose the tier that reflects how you want auto to weigh cost, quality, and response time for…

Toolsgithub.blog/changelog/2026-09-14-configure-cost-and-quality-in-copilot-auto-model-selection
Claude Blog1d ago

How healthcare organizations use Claude Tag

How Insight Health, Tennr, and Medallion are building human-agent teams with Claude Tag.

Modelsclaude.com/blog/how-healthcare-organizations-use-claude-tag
Claude Blog1d ago

Claude for Financial Advisors

Financial advisors can now connect Claude to the custodians, portfolio platforms, CRMs, and planning tools they depend on, along with new skills tailored to the daily work of a financial advisor.

Modelsclaude.com/blog/claude-for-financial-advisors

Friday

Fri · Sep 11 · 3 posts

Thursday

Thu · Sep 10 · 4 posts

Wednesday

Wed · Sep 9 · 3 posts
GitHub6d ago

Enterprise managed permissions for GitHub Copilot agent operations

If you administer GitHub Copilot Business or GitHub Copilot Enterprise, you can now centrally control which agent operations are blocked, require human approval, or can proceed without a prompt. Managed…

Toolsgithub.blog/changelog/2026-09-09-enterprise-managed-permissions-for-github-copilot-agent-operations
Google AI for Developers6d ago

The Anatomy of Harness Engineering: How to Evaluate, Iterate, and Guard AI Coding Agents

While end-to-end benchmarks like SWE-bench provide broad performance scores for AI agents, they are often expensive, slow, and lack the root-cause diagnostics needed to explain exactly where an agent's logic broke down. To solve this, developers should adopt behavioral evaluations—fast, local, unit-style tests that assert on discrete intermediate actions, such as verifying specific tool calls or file modifications rather than final string equality. By building these inexpensive micro-checks alongside macro benchmarks, engineering teams can confidently iterate on system prompts and upgrade models without the risk of regressions.

Toolsdevelopers.googleblog.com/the-anatomy-of-harness-engineering-how-to-evaluate-iterate-and-guard-ai-coding-agents/
Google AI for Developers6d ago

Announcing ADK for Kotlin 1.0: Building Production-Ready AI Agents in Kotlin, Android, and Beyond

Google has officially released version 1.0 of the Agent Development Kit (ADK) for Kotlin, achieving full feature parity with the Python and Java ADK cores to enable idiomatic, multi-agent AI development. Built on Kotlin Multiplatform (KMP), the framework leverages Kotlin Symbol Processing (KSP) for zero-reflection, type-safe function calling, alongside advanced orchestration capabilities like human-in-the-loop workflows and context compaction. Additionally, the release introduces a robust suite of Android-first extensions, allowing mobile developers to integrate local models via LiteRT-LM, cloud reasoning through Firebase AI, session persistence using Room, and semantic memory powered by AppSearch.

Toolsdevelopers.googleblog.com/announcing-adk-for-kotlin-10-building-production-ready-ai-agents-in-kotlin-android-and-beyond/
trigger