I let LLMs write an Elixir NIF in C; it mostly worked
1–10 of 73 posts
Re: I let LLMs write an Elixir NIF in C; it mostly worked
#2Re: I let LLMs write an Elixir NIF in C; it mostly worked
#3Re: I let LLMs write an Elixir NIF in C; it mostly worked
#4I tried to do this a few weeks ago, I tried to build a NIF around an existing C lib. I was using Claude Opus and burned over $300 (I didn't have Pro) on tokens with no usable results.
Re: I let LLMs write an Elixir NIF in C; it mostly worked
#5I tried to do this a few weeks ago, I tried to build a NIF around an existing C lib. I was using Claude Opus and burned over $300 (I didn't have Pro) on tokens with no usable results.
Get Pro, 4 is quite good at Elixir now but you have to stay on it. 3.5 was not, so I imagine next version of Claude will be able to handle the more esoteric things like NIFs, etc.
Re: I let LLMs write an Elixir NIF in C; it mostly worked
#6I had a bunch of fun getting ChatGPT Code Interpreter to write (and compile and test) C extensions for SQLite last year: https://simonwillison.net/2024/Mar/23/building-c-extensions-...
Re: I let LLMs write an Elixir NIF in C; it mostly worked
#7Earlier quoted context omitted.
Get Pro, 4 is quite good at Elixir now but you have to stay on it. 3.5 was not, so I imagine next version of Claude will be able to handle the more esoteric things like NIFs, etc.
Get Pro 5.. it will work I promise
Re: I let LLMs write an Elixir NIF in C; it mostly worked
#8"it mostly worked" is just a more nuanced way of saying "it didn't work". Apparently the author did eventually get something working, but it is false to say that the LLMs produced a working project.
Re: I let LLMs write an Elixir NIF in C; it mostly worked
#9"it mostly worked" is just a more nuanced way of saying "it didn't work". Apparently the author did eventually get something working, but it is false to say that the LLMs produced a working project.