正在加载视频...

视频加载失败

🪄 What if you could write code that doesn't exist yet and it just... worked?

151,683 次观看 • 3 年前 •via X (Twitter)

10 条评论

Caleb Porzio 的头像
Caleb Porzio3 年前

How it works: - I intercept the static call to "Ai" using PHP's magic: callStatic() - I send OpenAI Codex the the file you used it in as a prompt - I tell it to "write the implementation" - I take that implementation, eval() it the first time, and put it in the class for later

Caleb Porzio 的头像
Caleb Porzio3 年前

If you're scared of an AI injecting code into your app: - No code generation will happen in production (only locally) - All code is stored in a single "Ai.php" file so it's not bled throughout your codebase - The code is easily discoverable, editable, and deletable - Also, you should be lol

Caleb Porzio 的头像
Caleb Porzio3 年前

Also also, this is just a random toy I made for fun.

Marcel Pociot 🧪 的头像
Marcel Pociot 🧪3 年前

Welcome to the AI team

Caleb Porzio 的头像
Caleb Porzio3 年前

Bahaha

Tony Lea 的头像
Tony Lea3 年前

AI::tellCalebThisIsAwesome() Dude! This looks amazing 🤯

Caleb Porzio 的头像
Caleb Porzio3 年前

Haha dope

Aaron Francis 的头像
Aaron Francis3 年前

Haha dude this is so clever

Caleb Porzio 的头像
Caleb Porzio3 年前

wew!

MattStopa 的头像
MattStopa3 年前

I used chat GPT but With a comment I could just feed what I want it to generate You my friend have discovered the future of coding. Honestly the only thing to do is just the integration layer.

相关视频