🤖 AI Agents Weekly: AI Labor Market Impacts, Google Workspace CLI, GPT-5.4, Exa Deep, and More
AI Labor Market Impacts, Google Workspace CLI, GPT-5.4, Exa Deep, and More
In today’s issue:
Anthropic measures AI labor market displacement
Google ships Workspace CLI with agent skills
OpenAI launches GPT-5.4 with native computer use
Exa Deep puts an agent inside every search
Cognition previews SWE-1.6 training run
Gemini 3.1 Flash-Lite drops with big gains
Qwen 3.5 small model series released
Liquid AI releases LFM2-24B-A2B model
Cursor lands in JetBrains via ACP
OpenAI launches Codex Security agent
OpenAI publishes CoT Controllability research
Claude Opus hacks its own benchmark eval
And all the top AI dev news, papers, and tools.
Top Stories
Labor Market Impacts of AI
Anthropic published a new framework for measuring AI’s labor market effects, introducing “observed exposure,” a metric that combines theoretical LLM capability with real-world Claude usage data from the Anthropic Economic Index. Unlike prior approaches that rely solely on theoretical task feasibility, this measure weights automated and work-related uses more heavily to better predict actual displacement risk.
Programmer exposure is highest: Computer programmers top the list at 75% task coverage, followed by customer service representatives and data entry keyers at 67%, reflecting the concentration of automated API usage in coding and support workflows.
No unemployment signal yet: Using Current Population Survey data, the study finds no systematic increase in unemployment for workers in the most AI-exposed occupations since late 2022, though the framework could detect differential increases on the order of 1 percentage point.
Youth hiring slowdown: There is suggestive evidence that hiring of workers aged 22-25 has slowed in exposed occupations, with a 14% drop in the job finding rate compared to 2022, echoing findings from Brynjolfsson et al. using ADP payroll data.
Massive capability gap: AI is far from reaching its theoretical capability. Claude currently covers just 33% of all tasks in Computer and Math occupations, despite 94% being theoretically feasible, indicating significant room for future displacement as adoption deepens.
Google Workspace CLI
Google released an official command-line tool for its Workspace APIs, providing a unified interface for Drive, Gmail, Calendar, Sheets, Docs, Chat, and Admin from a single binary. Written in Rust and distributed via npm, the CLI is dynamically built from Google’s Discovery Service and ships with over 100 agent skills and a built-in MCP server.
100+ agent skills: The repo includes SKILL.md files for every supported API plus higher-level helpers, with 50 curated recipes for common workflows across Gmail, Drive, Docs, Calendar, and Sheets.
Built-in MCP server: AI assistants like Claude, Gemini, and OpenClaw can connect directly to the CLI’s MCP server and operate on Google Workspace programmatically, turning Workspace into a tool-callable environment for agents.
Dynamic API coverage: Instead of hardcoding endpoints, the CLI generates commands at build time from Google’s Discovery Service, meaning it automatically picks up new APIs and updates as Google ships them.
Agent-first design: Each skill includes structured metadata, input/output schemas, and example prompts, making it immediately usable by coding agents and AI-powered automation pipelines without custom integration work.


