@DanKornas: Most agent systems can do impressive work for one session. The hard part is making them remember, reflect, and improve …
Summary
GENesis-AGI is an open-source cognitive architecture that extends Claude Code with layered memory, self-learning, and real-world channels for building long-running personal AI agent systems.
View Cached Full Text
Cached at: 06/18/26, 02:05 AM
Most agent systems can do impressive work for one session. The hard part is making them remember, reflect, and improve over months.
GENesis-AGI is an open-source cognitive architecture for builders experimenting with long-running personal AI systems.
It helps you study and run a fuller agent stack by combining Claude Code with layered memory, self-learning, earned autonomy, observability, and real-world channels like Telegram, email, browser automation, and task execution.
Key features: • 4-layer memory – essential context, proactive recall, deep search, and external knowledge ingestion • Autonomous cognitive cycle – awareness loop, reflection engine, self-learning loop, and ego layer • Earned autonomy – action authority progresses by category and demotes after failures • Resilience infrastructure – Guardian and Sentinel monitor each other with degradation handling • Contributor docs – architecture deep-dives, case studies, journey notes, and setup guidance
It’s open-source (MIT license).
Link in the reply
Similar Articles
@DanKornas: Agents shouldn’t make the same mistake every session. Agentic Context Engine (ACE) is an open-source Python engine for …
Agentic Context Engine (ACE) is an open-source Python tool that adds persistent learning to AI agents via a Skillbook of strategies refined from execution traces and feedback.
Helix_AGI home project
A developer shares Helix-AGI, a continuously-running cognitive agent using a physics-based memory retrieval system that integrates recency, structural importance, and semantic proximity via an entropic gravity equation and Euler-Lagrange dynamics, without tuning separate weights.
rohitg00/agentmemory
agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.
@aiDotEngineer: Most agents die after a few seconds. @AnthropicAI's workshop shows how to build agents that run for hours. full 75-min …
Anthropic's applied AI team shared in a workshop how to build agents that can run for hours, with the core being context management, planning and self-validation, as well as the co-evolution of models and supporting tools.
@davidNbreslauer: Gbrain by @garrytan is so good, I've now moved by brain onto a dedicated server, that Codex, Claude, OpenClaw, and Herm…
Garry Tan introduces GBrain, an open-source AI agent memory layer that provides synthesis, graph traversal, and gap analysis for coding agents, demonstrating significant improvement over traditional retrieval methods.