Cowork Chrome Extension Automates Personal Data Removal from Data Brokers

Cowork (link) is a Chrome extension that uses your Gmail account to automate data removal from major data brokers. A Reddit user on r/ClaudeAI shared their experience: they connected the extension to Gmail, filled all opt-out forms, wrote the required emails, and verified each removal — all without manual intervention. Within hours, they started receiving removal confirmation emails from multiple providers.
Unlike paid services like Incogni that require subscriptions and have upsells, Cowork is free and operates entirely client-side. The process is straightforward:
- Install the Cowork Chrome extension.
- Connect your Gmail account.
- Let it automatically fill forms, compose emails, and verify removals.
The user reported that the process completed before the weekend, and by the start of the next week they had received multiple removal notifications. This is a practical, no-cost alternative to subscription-based data removal services.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open Source SQLite-Based Persistent Memory System for Claude
A developer has released memchat, a GPL-licensed local system that extracts knowledge from Claude sessions at checkpoints, stores it in SQLite, and reassembles it for new sessions to maintain context across conversations.

Implementing AI Checks with Continue for Source-Controlled PR Reviews
Continue integrates AI checks directly into your pull request workflow by using markdown files as source-controlled checks, visible through GitHub status checks.

ATLAS: Open-Source Test-Time Compute Pipeline for Qwen3-14B Achieves Frontier-Level Coding Performance
A college student has developed ATLAS, an open-source test-time compute pipeline built around Qwen3-14B that achieves 74.6% pass@1 on LiveCodeBench v5 problems at ~$0.004 per task in electricity costs. The system is slow for complex problems but offers comparable performance to frontier models like GPT-5 (84.6%) and Claude 4.5 Sonnet (71.4%).

Cortex: A Local Memory Layer for OpenClaw Agents with Ebbinghaus Decay
Cortex is an open-source memory tool built to solve context compaction issues in OpenClaw agents. It implements Ebbinghaus forgetting curves for fact decay, imports from files first, and runs as a single 19MB Go binary with SQLite.