logoalt Hacker News

intelVISA04/03/20251 replyview on HN

sounds like it would pair well with a suitably smart compiler


Replies

soulofmischief04/03/2025

I wrote one! It works well with cutting-edge LLMs. You feed it one or more source files that contain natural language, or stdin, and it produces a design spec, a README, and a test suite. Then it writes C code, compiles with cosmocc (for portability) and tests, in a loop, until everything is passing. All in one binary. It's been a great personal tool and I plan to open source it soon.