An Emacs frontend for the pi coding agent. Compose prompts in a full Emacs buffer, chat history as markdown, live streaming output, and more.
Cloudflare converts HTML to Markdown on the fly when an AI agent requests it via the `Accept: text/markdown` header.
Cloudflare launched Markdown for Agents, converting HTML pages to markdown automatically when AI crawlers request it through content negotiation. This feature is available in beta at no additional cost for eligible paid plans.
The way content is discovered online is shifting, from traditional search engines to AI agents that need structured data from a Web built for humans. It’s time to consider not just human visitors, but start to treat agents as first-class citizens. Markdown for Agents automatically converts any HTML page requested from our network to markdown.
Create executable demo documents that show and prove an agent's work. Showboat helps agents build markdown documents that mix commentary, executable code blocks, and captured output. These documents serve as both readable documentation and reproducible proof of work. A verifier can re-execute all code blocks and confirm the outputs still match.
MinerU is a tool that converts PDFs into machine-readable formats (e.g., markdown, JSON), allowing for easy extraction into any format.
Fine-tune DeepSeek models using your own markdown files as training data. Converts your notes/docs into high-quality Q&A pairs using Gemini, then trains a personalized LLM via Tinker cloud GPUs.
The author experimented with feeding a month's worth of daily journal entries (originally in Obsidian) into NotebookLM. The AI was able to analyze the entries, summarize personal growth, and allow for conversational querying of the journal data, providing insights and context with citations to the original entries.
Render any git repo into a single static HTML page for humans or LLMs. Flatten any GitHub repository into a single, searchable HTML page with syntax highlighting, markdown rendering, and a clean sidebar navigation.
Simon Willison discusses Toad, a new terminal coding assistant built by Will McGugan using Textual. It aims to improve upon existing tools like Claude Code and Gemini CLI by avoiding flicker and offering better interaction with terminal output. Toad is currently in private preview, available through GitHub sponsorship.