Click any tag below to further narrow down your results
Links
Three major AI agent platforms—Manus, OpenClaw, and Claude Code—store their memory in plain Markdown files instead of vector databases. The article breaks down how file-based context boosts token-cache economics, enables attention control, and layers optional semantic retrieval, plus when this approach starts to break down.
Karpathy proposes replacing on-the-fly retrieval with an LLM-maintained markdown wiki that ingests sources, compiles structured pages, and self-updates through ingest, query, and lint cycles. This approach builds a persistent, compounding knowledge base without vectors or re-retrieval, though it currently lacks enterprise controls.
This article compares two main options for setting up an AI agent: the user-friendly Claude and the customizable Hermes. It explains the differences between AI agents and chatbots, outlines the setup processes for each option, and emphasizes the importance of .md files for effective AI interaction.
Mermaid is a tool that converts natural language or Markdown into diagrams like flowcharts and ER diagrams. It integrates with existing workflows, allowing real-time collaboration and customization. Ideal for teams needing to visualize ideas quickly and effectively.
Markdown emerged in 2004 as a simple and intuitive way to format text for the web, developed by John Gruber to address the complexities of HTML. Its ease of use and effectiveness quickly led to widespread adoption across various platforms, fundamentally changing how content is created and shared online.