Hacker News new | ask | show | jobs
by verdverm 771 days ago
For a auth product, you probably should go with traditional code generation, not LLMs (re: all the unsolvable problems they have (hallucinations, incomplete code answers). For an auth product, you want something definite and reproducible, or you are asking for trouble.

If you are interested in a flexible code gen framework, I built one that had this very use case in mind. (https://github.com/hofstadter-io/hof)

I'd be happy to think / talk this through with you

1 comments

Okay! Super cool! I will check it out and reach out if needed. You are right in that i can't fully rely on LLMs. We will of course have several tests + line by line code review done for the generated code.
Sent you an email, happy to chat with a fellow HNer to share my notes / experience