WeSearch

For the First Time, AI Was My User

Claire Tsao· ·2 min read · 0 reactions · 0 comments · 9 views
#ai#software#development
For the First Time, AI Was My User
⚡ TL;DR · AI summary

The author created a CLI tool called readable-mermaid that generates readable sequence diagrams from Mermaid files. Uniquely, the tool was designed for AI to use, rather than for human users, as the AI generates the diagrams and calls the tool automatically. This experience shifted the author's perspective on software development, highlighting the evolving relationship between humans and AI in the creation of tools.

Key facts
Original article
Hacker News (AI / LLM) · Claire Tsao
Read full at Hacker News (AI / LLM) →
Opening excerpt (first ~120 words) tap to expand

For the First Time, AI Was My UserClaire TsaoMay 27, 2026ShareI recently built a small CLI called readable-mermaid. It takes a Mermaid sequence diagram .mmd file — and only sequence diagrams — and outputs a doc-ready diagram image with readable font sizes, proper spacing, and staggered headers. Mermaid’s native output is nearly unreadable once diagrams get complex. While wrapping up the project, writing the README and thinking about how to describe it, something clicked that I hadn’t noticed during development:I built this entire thing for AI. Not for a person.The workflow is: an AI assistant generates a Mermaid sequence diagram as part of writing a design document, calls readable-mermaid to render it, and the output goes straight into the doc. The engineer never runs the command.

Excerpt limited to ~120 words for fair-use compliance. The full article is at Hacker News (AI / LLM).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments