Danny Wood
AI Research Scientist || PhD in machine learning || Ensembles, probabilistic machine learning, recurrent neural networks || https://echostatements.net
- Can we get LLMs to generate text that is perfectly typeset down to the very last character? In a new blog post, I show how using a constrained beam search, LLMs can efficiently generate perfect blocks of monospace text echostatements.net/posts/2026/0...
- This post was inspired by a video by @tomvii.bsky.social, where he uses paraphrasing by large language models as part of an entirely new typesetting system based around his own programming language I highly recommend checking it out: www.youtube.com/watch?v=Y65F...
- I've added the ability to create Delaunay triangulations to my Voronoi diagram generation Python library. The image generation takes a few seconds but I'm pleased with how easy it is to make pretty and varied outputs with it
- The library is open source, so feel free to play with it: github.com/EchoStatemen...