Remix.run Logo
innis226 11 hours ago

But doesn't it hallucinate a lot? Does that affect your workflow?

lionkor 8 hours ago | parent [-]

It hallucinates plenty, about the same as Codex models and all other LLMs! I review all code it writes, thoroughly, check the test coverage, write tests myself, have other models/chats cross-check the work with a review skill (which I've shared in another comment in this thread).

Usually unreviewed code only gets committed if I really don't care, like for one-off scripts, which I sandbox with github.com/lionkor/sbh or run as an unprivileged user.