Reading / 2026-06/2026-06-11t023157-memory-design-zerostack
Memory design @ zerostack
zerostack implements a file-based agent memory system using plain Markdown on disk — no vector stores, no embeddings, no infrastructure — with auto-injected XML context blocks and three simple tools for read, write, and keyword search.
Jun 11, 2026 · tech
Topics
- context-engineering
- llm-agents
- ai-infrastructure
- software-architecture
- agentic-workflows
Cited by
- Agentic workflows
Systems where AI agents execute multi-step tasks autonomously, raising interconnected questions about harness architecture, state management, reliability engineering, human oversight, and the organizational context those agents operate within.
- AI infrastructure
The systems, abstractions, and operational layers that make AI models usable at scale, from compute and caching to routing, governance, agent hosting, and credential management.
- Context engineering
Context engineering is the practice of deliberately constructing what an LLM receives in its context window — structuring, compressing, persisting, and retrieving information so agents produce reliable output across tasks and sessions.
- LLM Agents
LLM agents are software systems that pair a language model with tools, memory, and control flow to accomplish multi-step tasks autonomously; the emerging consensus is that reliability requires engineering constraints, not better prompts.
- Software architecture
Software architecture shapes how systems behave under pressure, how teams reason about codebases, and how much complexity accumulates over time — spanning module design, state management, deployment topology, and the feedback loops that keep all three honest.
Related
- Your agent loves MCP as much as you love GUIstopic
- Building a UI Without Breakpointstopic
- He Came, He Saw, He Cookedtopic
- databricks-solutions/ai-dev-kittopic
- Scaling Managed Agents: Decoupling the Brain from the Handstopic
- Don't Prompt Your Agent for Reliability — Engineer Ittopic
- Agentic Coding is a Traptopic
- How to Build Scalable Web Apps with OpenAI's Privacy Filtertopic