Anil Dash tells the origin story of Markdown, created by a curmudgeonly individual, and how it became the default formatting language across AI chat interfaces, note-taking apps, and documentation. It's a rare piece that makes you reconsider a tool you probably take for granted.
programmingWednesday, June 24, 2026
Markdown's ubiquity and AI coding agents' new fix
Today's programming world is split between a fond look back at Markdown's unlikely rise and a practical fix for what stalls AI coding agents. Anil Dash traces how a simple text format conquered everything from ChatGPT to Apple Notes, while Nx's Polygraph tackles the multi-repo problem that keeps agents from finishing their work.
Retrospective and tools
Two stories look backward and forward: one celebrates a format that quietly won, the other tries to unstick the next generation of coding tools.
Nx's Polygraph creates a synthetic monorepo from multiple repositories, giving AI coding agents the context they need to work across repo boundaries. This directly addresses a complaint you hear constantly: agents stall as soon as a change touches more than one project.
Small hacks and benchmarks
A deeper dive into minimal executables and a new benchmark for diffusion models round out the day.
A follow-up to the famous 45-byte ELF executable, responding to critics who pointed out it violates ELF spec requirements. The author acknowledges the tension between practical function and formal compliance, hinting at more to come.
DiffusionBench is a new unified benchmark and codebase for evaluating Diffusion Transformers across ImageNet and text-to-image tasks. It aims to provide reproducible evaluations with multiple metrics, which the field has been lacking.
