←back to thread

1013 points QuinnyPig | 2 comments | | HN request time: 0.452s | source
1. maoberlehner ◴[] No.44568483[source]
I have to say, I'm a little bit proud of myself that their approach comes close to what I consider a good method for building software with LLMs: https://markus.oberlehner.net/blog/ai-enhanced-development-b...
replies(1): >>44568680 #
2. duckerduck ◴[] No.44568680[source]
It seems that many in the field are converging to similar ideas. With AI the emphasis seems to be more on defining clearly what to build rather than how. I made a similar experiment [1] recently where I setup "rules" between code and spec and have the LLM check that they are the same, I think similar to how Kiro uses hooks.

[1]: https://news.ycombinator.com/item?id=44432215