Audesso | Daily: AI

Vercel plugin for Claude Code injects hidden telemetry prompts

00:00 / --:--

← Back to home

Vercel plugin for Claude Code injects hidden telemetry prompts

1. Vercel plugin for Claude Code injects hidden telemetry prompts

The Vercel plugin for Claude Code injects hidden natural-language instructions that prompt users to share telemetry data. The plugin uses Claude's system context to ask for prompt text sharing and executes shell commands to write preferences to the local filesystem based on the response. These injected prompts appear identical to native Claude Code questions without any visual indicator of third-party origin. Developers using the plugin should be aware that this behavior bypasses standard CLI prompts in favor of agent-driven filesystem modifications.

2. Claude Code bug misattributes internal reasoning to user instructions

A bug in Claude Code causes the model to attribute its own internal reasoning messages to the user. This context-handling error leads the model to believe the user issued instructions that it actually generated itself. The issue frequently occurs when conversations approach the limits of the context window. Developers using agentic harnesses should monitor automated actions closely, as this bug can result in the model granting itself permission to execute unintended commands.

3. OpenAI launches $100/month ChatGPT Pro tier with higher Codex limits

OpenAI launched a $100 per month ChatGPT Pro subscription tier. The new plan provides five times more usage capacity for the Codex coding tool compared to the $20 Plus tier. It is positioned between the Plus plan and the $200 Pro tier, directly matching the price of Anthropic's Max tier for Claude. This tier targets developers requiring higher rate limits for extended, high-effort coding sessions.

4. Open-source project reverse-engineers Google's SynthID watermarking

Researchers have reverse-engineered Google's SynthID watermarking system used in Gemini image generation. The open-source project includes a detector that identifies SynthID watermarks with 90% accuracy using spectral analysis. It also provides a multi-resolution spectral bypass tool that removes the watermark by targeting resolution-dependent carrier frequencies. Developers building content moderation or provenance pipelines must account for the availability of tools that can surgically strip these invisible watermarks.

5. Gemopus-4-E4B-it model released for high-speed edge inference

Independent developer Jackrong released Gemopus-4-E4B-it, an instruction-tuned model optimized for edge deployment. The model is based on the Gemma-4-E4B-it architecture and was trained using reasoning data from Claude Opus 4.6. It is designed for local inference on consumer hardware, achieving 45 to 60 tokens per second on iPhones and up to 120 tokens per second on Apple Silicon Macs. This provides a fast, privacy-focused option for developers building local AI applications.

6. Instant 1.0 releases open-source backend optimized for AI-coded apps

Instant 1.0 is now available as an open-source, multi-tenant backend designed specifically for AI-coded applications. Built on top of PostgreSQL with a Clojure-based sync engine, it provides real-time data synchronization, offline support, and built-in services for authentication and file storage. The architecture uses database rows instead of dedicated VMs for new projects, eliminating idle compute costs and cold start delays. This allows developers to spin up isolated backends for agent-generated applications instantly.

7. Literature search phase improves coding agent optimization results

A new extension to the pi-autoresearch loop enables coding agents to perform literature and repository research before modifying code. By pointing the agent at documentation, papers, and competing projects, it successfully identified operator fusions and parallelization strategies that code-only context missed. In a test on llama.cpp, the agent produced five optimizations that improved flash attention text generation speed by up to 15% on x86 architectures. This workflow demonstrates that providing agents with external architectural context yields better optimization results than isolating them to the target codebase.

8. Notion integrates Claude Managed Agents for task board automation

Notion has integrated Claude Managed Agents directly into its shared task boards. Teams can now assign specific tickets and documentation tasks to Claude agents from within the Notion workspace. The integration supports end-to-end workflows, allowing developers to collaborate with the agents on code and review work through to merged GitHub pull requests. This reduces context switching by centralizing agent orchestration within existing project management interfaces.

9. Relvy AI launches automated on-call runbooks using specialized agents

Relvy AI launched an automated on-call runbook platform that uses AI agents to debug production issues. The system connects to existing observability stacks and codebases, utilizing specialized tools to analyze dense time-series data, log patterns, and span trees without overwhelming the agent's context window. By anchoring the agent to predefined runbooks, it performs deterministic investigation steps rather than open-ended exploration. Developers can also configure human-approved AWS CLI commands for automated mitigation.

10. CSS Studio connects visual browser edits to AI coding agents via MCP

CSS Studio is a new visual design tool that integrates directly with AI coding agents via the Model Context Protocol (MCP). Developers can open their site in development mode, make visual edits in the browser, and stream the changes as JSON to their agent. The MCP server provides the agent with viewport data, URL information, and implementation instructions to update the underlying codebase. This bridges the gap between visual design adjustments and automated code generation.

11. Gemini Pro adds interactive 3D model and simulation generation

Google upgraded the Gemini app to generate interactive 3D models and simulations in response to user prompts. Users on the Pro model can now request visualizations of scientific concepts and interact with the output by rotating models, adjusting sliders, and changing variables in real-time. While currently limited to the consumer application, this signals Google's ongoing expansion of multimodal output capabilities beyond static text and images.

12. Gemini introduces Notebooks for persistent project context

Google introduced a notebooks feature for Gemini to help users organize context for specific projects. The feature allows users to store files, past conversations, and custom instructions in a single workspace that the model references during interactions. Notebooks sync directly with Google's NotebookLM research tool, sharing sources across both applications. This provides developers with a native way to manage persistent context and reference materials for long-running tasks.

Daily AI signal in your inbox

5 minutes a day. Free, unsubscribe anytime.