Urgent.News

What's breaking now, across thousands of outlets.

AI

How we stopped re-explaining decisions to Claude Code, Codex and Cursor

On Saturday a Codex session did our search-visibility work: it wrote a guide, submitted the sitemap to Google and Bing, and recorded what it did and what was still open in our project brain. On Monday I opened Claude Code (a different tool, a different session) and asked it to continue. It started from Codex's record: it knew the guide existed, that the PR had been merged after an earlier note…

On Saturday a Codex session completed search-visibility work by writing a guide, submitting the sitemap to Google and Bing, and logging the steps taken and remaining tasks in the project's central knowledge base. On Monday, I launched a separate session of Claude Code (a different tool) and asked it to continue from where Codex left off.

Claude Code had access to the guide that had already been created, the fact that the pull request had been merged after an earlier note indicated it hadn't been merged, and the information that Bing had not yet indexed the guide. Rather than writing a new guide, Claude Code extended the existing one. Previously, when we had to delegate tasks from one session to the next, I had to spend time re-explaining the previous session's decisions, often missing something in the process.

Each tool maintained its own memory of previous sessions, but none of them had knowledge of what the other tools had decided. The key to solving this issue was to establish stable conventions in a rules file like AGENTS.md, and to keep track of all decisions, corrections, evidence, and open questions in a single project brain accessible to all the tools you use.

This approach ensures that information is automatically shared between tools and that the shared project brain serves as a single source of truth.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Also reported by 1 other outlet

Read the original at dev.to →

More in AI

What should trigger an autonomous agent in production?

Originally posted to causely.ai by Ben Yemini TL;DR Trigger an autonomous agent on a diagnosis. Anthropic's AI-native SDLC playbook closes the loop by using a deterministic script to monitor…

  • Trigger autonomous agents based on diagnosis, not just metric breaches.
  • Causal chain trigger allows agents to progress further, improving workflow efficiency.

More from Monday 14 September →