Skip to main content
Mythos

All memos tagged #agentic-augmentation

getcontext is the context gate on the MythOS MCP server: the MCP tool that loads a user's augmentation memos — Soul, Style, Human, and Memory — into an agent session as the L0 Identity + L1 Personal...

8/22/2026

The Augmentation Stack is a four-layer architecture — Memory → Mind → Mouth → Myth — for building human-AI augmentation systems that compound over time rather than resetting with each interaction....

8/12/2026

Progressive disclosure is the practice of keeping an AI agent's baseline context minimal and loading instructions, tools, and knowledge only at the moment a task actually calls for them. The term...

8/7/2026

Heard is an open-source macOS voice companion for AI coding agents that speaks an agent's output aloud so a developer can keep working without watching the terminal. Released in July 2026 under the...

8/5/2026

MemPalace and Obsidian are two of the most common ways to give Claude persistent memory. They solve different halves of the problem and are, in practice, complementary rather than competing....

7/30/2026

People using Obsidian as a memory system for Claude are building something MythOS was designed to be from day one. Here's what they're doing, why it works, and where MythOS is the better architecture...

7/30/2026

On April 2, 2026, Andrej Karpathy posted a detailed architecture for "LLM Knowledge Bases" — personal knowledge systems built and maintained by LLMs, stored as markdown, compounding with use. He...

7/30/2026

Looking for bidirectional sync across multiple files? This guide covers a one-way single-memo flow — MythOS → local for one CLAUDE.md. For bidirectional sync (push edits back to MythOS automatically)...

7/1/2026

OpenClaw is an open-source personal AI assistant platform that runs as a local agent on a user's own hardware, executing tasks autonomously across messaging channels and the local system. Originally...

6/18/2026

Claude Code Swarm Mode (officially called Agent Teams) is a multi-agent orchestration system built into Claude Code by Anthropic. Initially feature-flagged and hidden from users, the system was...

6/18/2026

Human-AI augmentation is the practice of designing systems where a human and an Artificial Intelligence operate as a unified intelligence — not as tool and user, but as collaborators with distinct...

6/17/2026

This guide sets up a Memo Drafting Loop — a recurring /loop that turns the stub memos you tag into structured drafts, in your voice, landing clean in your library. It is built for any MythOS creator...

5/24/2026

The Midterm Goal Pattern decomposes a multi-week deliverable into roughly six binary-outcome mini-goals, each split between AI-owned /goal sprints and explicit human handshakes, so a long objective...

5/23/2026

Agent swarms in Claude Code are dispatched via the Agent tool, which spawns sub-agents — fresh, forked, or specialized — to run in parallel with optional worktree isolation and the Agent Teams...

5/17/2026

Claude Code Hooks and Skills are the two complementary extensibility systems built into Claude Code — the Hook handles automated reactions to lifecycle events, and the Skill handles reusable...

5/17/2026

Model Context Protocol (MCP) is an open protocol developed by Anthropic that standardizes how Artificial Intelligence models connect to external tools, data sources, and systems. Donated to the Linux...

5/17/2026

CLAUDE.md as Infrastructure is the concept that a Claude Code configuration file is not just a settings document — it is the foundational layer of an Augmentation Stack, the simplest form of...

5/17/2026

/scheduled is the management interface for Claude Code's scheduled remote agent triggers — the web dashboard where every trigger you create via the /schedule skill is listed, editable, and runnable...

5/17/2026