Skip to content
Tech News
← Back to articles

Carson Gross argues Markdown files are becoming software's true source code

read original more articles
GoKawiil Brief

In an essay, Montana State University professor and consultant Carson Gross describes a shift he has observed in client organizations adopting agentic coding: Markdown documents are increasingly the source of truth for systems, with LLM-generated code treated as a derived, low-level artifact. He cites Hartley Brody's earlier essay 'Markdown is the new source code' to support the observation, and argues that Markdown specs should be checked into /src alongside the code and tests they generate, rather than living only in transient prompt sessions.

Why It Matters

GoKawiil's interpretation of the reporting above, not reported fact.

If Markdown specifications become the primary artifact developers write and review, code review and version control practices could shift toward auditing prose specs rather than diffs of implementation code. Gross frames this as an emerging practice he's witnessing 'at terrific speed' in consulting engagements, though he says he remains personally ambivalent about AI-generated code overall. The idea suggests LLMs are increasingly treated like compilers, converting specifications into implementations, which could change how teams document, test, and maintain software.

Key Takeaways

Source: htmx.org, 2026-09-21

Published there as: “Markdown in /src”

Read the original report → The summary and analysis above are GoKawiil's own, written from reporting by the source above. Facts and quotes belong to the original publisher.