Creator of the Phoenix Framework, Author of Metaprogramming Elixir, Programmer at @flydotio, builder of things
Jan 17 • 4 tweets • 1 min read
I'm working on a thing. AI code generator with:
✅ full IDE/terminal
✅ port forwards your spawned servers
✅ agent with root access (yes, really :)
Here's a multiplayer tic-tac-toe Phoenix LiveView app. I wrote zero lines of it! 🚀Fly.io
It can reference your phoenix logs as needed, and recursively iterate. I'll be giving it browser access soon
Dec 7, 2023 • 4 tweets • 1 min read
I should have mentioned it in the post, but shout out to @peregrine for coming up with the FLAME concept together. Also @josevalim helping work through the impl details, as always ❤️
🧵
1/ Sending a closure across nodes in BEAM has always had the caveat "the code must exactly match", so has typically been avoided. @peregrine & I realized well we have a docker image of the release which guarantees matching code. We can also prevent mismatched code from clustering