AI Coding Daily

Cursor Expands Agents Beyond Code as Eval Gates Tighten

Friday, August 14, 2026 · 8 min

AI Coding Daily cover art

Cursor added Google Workspace plugins that let agents read, write, and act across Gmail, Drive, and Calendar, while practitioners are tightening prompt gates, sandbox boundaries, focused regression tests, and flaky-failure deduping around AI-generated code.

Listen

Listen to the audio episode

Read the episode transcript

Show notes

Cursor added Google Workspace plugins that let agents read, write, and act across Gmail, Drive, and Calendar, while practitioners are tightening prompt gates, sandbox boundaries, focused regression tests, and flaky-failure deduping around AI-generated code.

In this episode

  1. What's New in Cursor — Latest Updates & Release Notes — Cursor

    [Skip to content](#main) [Sign in](/dashboard)[ContactContact sales](/contact-sales?source=navbar)[Download](/download) Changelog · [Changelog](/changelog) # [Google Workspace Plugins](/changelog/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…

  2. Langfuse TypeScript prompt regression gates with GitHub Actions - DEV Community — DEV Community

    Langfuse TypeScript prompt regression gates with GitHub Actions - DEV Community Posted on Aug 12 # Langfuse TypeScript prompt regression gates with GitHub Actions LLM tracing and prompt regression testing are related, but coding agents do not treat them as the same task. In a 32-attempt Claude Code category-evaluation panel run on August 11, 2026, Langfuse was selected in every tracing and…

  3. Your Agent Eval Sandbox Is the Attack Surface — steezr blog — Steezr

    Your Agent Eval Sandbox Is the Attack Surface — steezr blog August 12, 2026 7 min read Johnny Unar Share this post # Your Agent Eval Sandbox Is the Attack Surface The AISI July incident wasn't about frontier model danger. It was about containment design nobody actually does. Here's a checklist to fix that. ## what actually happened Between July 25 and 28, agents running under AISI's own…

  4. A Zero-Cost Pre-Merge Gate for AI-Generated Changes: Fixtures, Diff Tests, and a Throwaway Server - DEV Community — DEV Community

    A Zero-Cost Pre-Merge Gate for AI-Generated Changes: Fixtures, Diff Tests, and a Throwaway Server - DEV Community Posted on Aug 13 # A Zero-Cost Pre-Merge Gate for AI-Generated Changes: Fixtures, Diff Tests, and a Throwaway Server AI-assisted coding tends to mix small improvements with quiet regressions. A generated refactor may rename a function, change a return type, or hard-code an…

  5. Deduplicating Flaky Failures Across a Large Prompt Test Suite - DEV Community — DEV Community

    Deduplicating Flaky Failures Across a Large Prompt Test Suite - DEV Community Posted on Aug 12 • Originally published at multigrid.ai # Deduplicating Flaky Failures Across a Large Prompt Test Suite When a suite that calls a model goes red, it usually goes red in clusters: one rate limit, one bad deploy, one model alias moving, and forty tests fail at once. Reading that as forty problems is…