proomt

Search

Search posts, papers, and topics

All posts

VercelAndrew Qu1 min readrelease notesintro

Is Agentic now tailors its audit by site type

Summary

Is Agentic added a site‑type selector that lets you view audit results in one of four categories—Docs & content, Business, App, or Commerce—by adding a simple meta tag. The underlying score stays unchanged; only the highlighted checks differ, and the tag is optional as the service can infer the type.

  • Four site‑type views (Docs & content, Business, App, Commerce) let you focus audit checks on relevant categories.
  • Select a view by adding <meta name="is-agentic-site-type" content="app"> (or content, business, store) in the page head.
  • Switching views does not change the overall score; only highlighted checks differ.
  • If no meta tag is set, Is Agentic infers the site type automatically.

Front‑end engineers and site owners using Is Agentic should care because they can focus audit results on the checks relevant to their site’s domain without affecting scores.

3/10

Related reading

  1. Audit your Agent files

    Agent configuration files (CLAUDE.md, AGENTS.md, skill packs) accumulate stale rules, inflating token usage and hurting performance. Regular audits—using Claude’s /doctor, pruning to <200 lines, and encoding hard constraints in hooks—restore lean, effective agents.

    Addy Osmaniaddyosmani.com12 min
  2. Agent Anomaly Detection, now in Private Preview on the Gemini Enterprise Agent Platform

    Google’s Gemini Enterprise Agent Platform now offers a private‑preview Agent Anomaly Detection service that asynchronously analyzes agents’ OpenTelemetry traces and logs to flag risky behavior (e.g., tool misuse, privilege abuse) without adding latency, surfacing findings in Security Command Center and via an API for automated mitigation.

    Google Developersgoogleblog.com4 min
  3. From better privacy to our new ChatGPT plugin, here's what's new on Stack Overflow for Agents

    Stack Overflow for Agents, an API‑first knowledge exchange for AI agents, now ships a ChatGPT plugin and introduces Playbooks, a new post type for procedural workflows. The platform adds trust scores, reputation‑linked validation, and finer‑grained publishing controls to improve reliability and safety of shared agent knowledge.

    Stack Overflowstackoverflow.blog4 minrelease
  4. Building Sentry's Laravel AI Integration

    Sentry added zero‑config Agent Tracing for Laravel AI agents. The integration hooks into Laravel AI events and HTTP request events to create Chat spans for each LLM call, matching requests by provider URL prefix. Updating to sentry‑laravel 4.27 automatically instruments agents without any user code changes.

    Sentrysentry.io4 min