9 Mar
2022
9 Mar
'22
10:05 a.m.
I'm imagining being codex. Customer prompt: "Build me an airplane." Me: def build_airplane(): print("Takeoff!") build_airplane() Customer prompt: "Determine what parts an airplane needs, and order these parts. Then access servos on my system to properly assemble an airplane from them." Me: ...