ToolsThe story, in brief

Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX

Not a pilot. A coding agent built a WYSIWYG TikZ editor that reimplemented half of LaTeX—the kind of task humans would never attempt.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

This is a concrete example of AI agents handling tedious, complex codebases that unlock new product categories. It signals that coding agents are now capable enough to ship real developer tools, not just toy demos.

The key facts

13 to know
  1. TikZ editor built almost entirely by Codex (coding agent)

  2. Simultaneous source-code and WYSIWYG editing with live sync

  3. Required reimplementing large fraction of TikZ—previously infeasible for human developers

  4. Includes SVG/PPTX/IPE converters, LaTeX hyphenation algorithm, color picker

  5. Open-source, available on web and desktop

  6. Published on Show HN (June 23, 2026)

  7. Open-source WYSIWYG TikZ editor (web + desktop)

  8. Built almost entirely by Codex (AI coding agent)

  9. Simultaneous source-code and WYSIWYG editing with sync

  10. Parser maintains exact source location tracking for each object

  11. Includes SVG/PPTX/IPE to TikZ converters

  12. Re-implemented LaTeX hyphenation and line-breaking algorithms

  13. Developer explicitly frames this as example of AI agents enabling products too tedious for humans

Go to the source

Hacker Newstikz.dev

Publisher excerpt: Hi all! TikZ is a widely-used LaTeX package for drawing figures in papers. It uses commands like \draw[->] (0,0) -- (1,2); to draw lines, shapes, text, etc. Academics usually code up their figures by hand, so there is lots of twiddling around with the coordinates and recompiling until things look…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools