ACE open-sources a platform that turns AGENTS.md instructions into evolving playbooks backed by execution history, with hosted and self-hosted options. It is a notable response to prompt drift and prompt extraction, because procedures become revisable operating docs instead of static prompts.

ACE is now available in both open-source and hosted form, with the launch post pointing to a hosted service ACE site and a separate post linking the OSS repo GitHub repo. The core idea is to turn an agent's AGENTS.md from a static instruction file into what the repo calls an "evolving playbook" repo summary that captures successful strategies, failures, and revisions over time.
The author frames ACE as part of a larger "Code Factory" stack built around Linear, Codex, and Symphony launch thread. In the repo description, ACE is positioned as tool-agnostic and usable across coding, research, writing, analysis, and operations, with support for MCP-compatible tools including Claude Code and Codex repo summary. Self-hosted deployment is documented through Docker Compose and local development paths, while the hosted option targets teams that want the same workflow without operating the stack themselves repo summary.
ACE's launch is really a response to two operational problems: prompt drift and prompt leakage. The repo summary says it learns from "real tasks" so useful patterns are not lost between runs, and that it automatically evolves playbooks from execution history instead of relying on a single frozen prompt repo summary. That makes the system's behavior more inspectable and revisable than burying more rules inside system prompts.
The same author also argues that "no prompt is safe" prompt thread, and the attached screenshot describes a team whose internal tool exposed its full system prompt after users asked for the instructions "with some creative phrasing" [img:2|prompt extraction post]. That does not prove ACE solves prompt extraction outright, but it does explain the design choice: move durable operating logic into versionable playbooks and execution traces rather than treating hidden prompts as a reliable security boundary.
Claude can now drive macOS apps, browser tabs, the keyboard, and the mouse from Claude Cowork and Claude Code, with permission prompts when it needs direct screen access. That makes legacy desktop workflows automatable, and Anthropic is pairing the push with more background-task support for longer agent loops.
releaseOpenClaw shipped version 2026.3.22 with ClawHub, OpenShell plus SSH sandboxes, side-question flows, and more search and model options, then followed with a 2026.3.23 patch. Teams get a broader plugin surface, but should patch quickly and review plugin trust boundaries as the ecosystem grows.
releaseCursor shipped Instant Grep, a local regex index built from n-grams, inverted indexes, and Bloom filters that drops large-repo searches from seconds to milliseconds. Faster candidate retrieval shortens the coding-agent loop, especially when ripgrep-style scans become the bottleneck.
breakingChatGPT now saves uploaded and generated files into an account-level Library that can be reused across conversations from the web sidebar or recent-files picker. It removes repetitive re-uploading and makes past PDFs, spreadsheets, and images part of a persistent working context.
breakingEpoch AI says GPT-5.4 Pro elicited a publishable solution to one 2019 conjecture in its FrontierMath Open Problems set, with a formal writeup planned. Treat it as an early milestone worth reproducing, not blanket evidence that frontier models can already automate math research.
No prompt is safe. This is a real problem if your prompts are highly optimized and you invested a lot of effort into them. What can you do?
ACE is RSI for your AI coding agent's AGENTS.md. Built a Linear/Codex/Symphony powered Code Factory and poured a few billion tokens of GPT-5.4 intelligence into improvements over the last four days. Try the OSS ACE at the link below. Try hosted ACE at aceagent.io.