Comment on I let LLMs write an Elixir NIF in C; it mostly workedparentComments−jtbayly1yWould you be willing to share your CLAUDE.md file contents? I’m vibe coding in Elixir.−cpursley1yI somewhat followed this:https://elixirforum.com/t/coding-with-llms-conventions-md-fo...It's not perfect - you often have to remind it not to write imperative style code and to lean on Elixir conventions like "with" statements, function head matching, not reassigning vars, etc.
Comments
Would you be willing to share your CLAUDE.md file contents? I’m vibe coding in Elixir.
I somewhat followed this:
https://elixirforum.com/t/coding-with-llms-conventions-md-fo...
It's not perfect - you often have to remind it not to write imperative style code and to lean on Elixir conventions like "with" statements, function head matching, not reassigning vars, etc.