Tag
The paper proposes Wiki Foundation Model (WFM), a novel foundation model for scalable, agent-native representation and retrieval using LLM Wiki, which couples dense text with link structure, achieving strong performance on benchmarks and 10.5x training acceleration.
The essay argues that Markdown is becoming source code rather than documentation in agentic coding workflows with LLMs, and should be checked into /src directories alongside generated code.
Quarkdown is a modern, Turing-complete Markdown typesetting system that compiles single projects into various document formats such as books, academic papers, knowledge bases, or interactive presentations.
WeChat adds Markdown support, Apple adopts USB Type-C, and Claude Code supports agents.md, highlighting various tech updates in the ecosystem.
WhaleRead is a local-first macOS reader that translates TXT, Markdown, and EPUB files using on-device or self-hosted AI models, preserving privacy and offering bilingual reading and AI assistance.
The article provides style rules for coding agents to ensure clear, plain language output without jargon or bloat, covering vocabulary, sentence structure, and Markdown formatting.
GBrain is a product that allows users to plug their own memory, tools, and skills into any AI, enabling shared notes and connected accounts across different AI systems using a folder of markdown files.
The article describes a method to improve coding agent performance by moving project state from conversation history to disk-based markdown files, enabling better task tracking, verification, and agent handoff in multi-file tasks.
The article proposes a Markdown-based memory system for AI agents that uses simple file storage and editing rules to outperform complex memory runtimes, ensuring accurate and sourced fact retrieval.
The author describes a pattern of creating or improving internal tools to make it easier for LLMs to interface with business operations, using methods like native Markdown support and shared secret API users.
The author tested a memory startup's product against their OpenClaw agent using a simple MEMORY.md setup, finding that the startup's runtime couldn't handle temporal data while their markdown-based approach worked. They open-sourced the setup and shared guidelines for agent memory management.
Keen Bean is a macOS app that captures meeting audio locally to draft notes, tasks, specs, and diagrams in real-time without adding a bot to the call. It keeps data on-device as Markdown and JSON, targeting consultants and founders who need private, actionable meeting artifacts.
An individual built a local long-term memory system for AI agents using markdown files and a local index, enabling persistent memory across sessions and including tests for false memories, with plans to potentially productize it.
The author describes an open-source project called Mex that makes markdown files self-sustaining by enabling coding agents to automatically maintain context, preventing stale documentation and enhancing reliability in AI workflows.
A staffing company resolved inconsistent data across multiple AI agents by implementing a shared Markdown-based knowledge base with automated consolidation, highlighting the need for clear data ownership.
The author discusses inefficiencies in agents walking knowledge graphs for memory and proposes IWE, a tool that consolidates graph traversal into a single deterministic call to improve speed and reliability.
The article introduces 'memoryfields', a portable file format for AI agent memory that uses Markdown files and optional SQLite indexes, advocating for a simpler, data-driven approach over existing complex systems.
The author proposes a new extensible layer for Markdown that recovers 80% of its convenient syntax while allowing for custom extensions to support various use cases.
The article discusses the optimal structure for handoff files in multi-agent AI workflows, recommending separated elements like objectives, state, and constraints to prevent noise and version drift, while comparing Markdown and JSON for readability and machine validation.
A Rust-based open-source tool called anydoc has been released to convert Word, PowerPoint, Excel, PDF, and other document formats into Markdown for AI and LLM use, with bindings for Node.js and Python.