
What happened
A developer released EGC (Extended Global Context), an npm-installable runtime that stores project decisions, preferences, and next steps in local Markdown files. When you return to a project, the AI automatically loads that state—no commands needed. It works with Claude, GPT-4o, Gemini, and other models, and syncs across Claude Code, Cursor, Gemini CLI, Windsurf, and other tools via an `egc watch` command.
Why it matters
AI coding assistants currently start fresh each session, losing context about what you were building, what failed, and what comes next. This tool bridges that gap by automating memory management—you just say 'continue' in any language and the AI already knows where you stopped. It includes 14 memory-management tools that the AI calls automatically, plus 5 safety tools that validate shell commands and file writes before execution.
What to watch
EGC is free and maintained by one developer. It ships with a bonus prompt library of 479 components (63 agents, 229 skills, 76 commands) but those are optional. The tool stores state files at ~/.egc/state/ as plain Markdown, making them human-readable and portable. Installation is a single npm command: `npm install -g @egchq/egc && egc install`.
Ask the AI about this article →
For example, today's edition would include:
AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.
Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →
Ask AI anything about this article. Q&As are published on this page for other readers too.
OpenClaw creator Peter Steinberger and co-developers announced OpenClaw 2.0 over the weekend, describing it as…

AI coding has moved through three stages—prompt engineering, context engineering, and now harness engineering—…

Workday is integrating its AI agents with Google Cloud's Gemini Enterprise, letting employees start tasks like…
Over the last two years, writing code syntax has become much easier, with tools like Cursor, Claude Code, and…

Meta released Pocket, a mobile app that lets users create interactive games and 'gizmos' by typing text prompt…

Z.ai, a Beijing-based AI startup, made public the details of its latest model on Friday
