logoalt Hacker News

swiftcodertoday at 5:22 PM1 replyview on HN

If you tell it to write a spec -> then write the tests -> then implement, the LLM should be able to pretty much one-shot a compiler frontend. LLMs really benefit from the kind of task that has a built-in validation loop.


Replies

jdw64today at 5:27 PM

I'm working on something similar, but unlike the author, my progress has been pretty slow. It's tough. I do write about a fifth of the code myself, but I keep getting stuck on the rest.

show 1 reply