|
|
|
|
|
by CamperBob2
1192 days ago
|
|
If you don't know how your program works, in the sense that you don't know how it arrived at the answer it gave you, IMHO that's as good a reason as any to call it "AI." The days of understanding our own code are rapidly coming to an end. As developers, we now have the same problem that the mathematical community has had to deal with for some time, as proofs become complex enough to demand large chunks of peoples' careers to comprehend and evaluate. Prompts may or may not be the next revolution in the graphic arts, but they will be the next revolution in programming languages. I've seen more than enough to conclude that. |
|
That's one possible development of events, yes. The other one is inventing DSLs on top of popular languages so we're spared tons of boilerplate; but then we'll need experts on the actual underlying languages (say C++, Rust, Lua, Erlang or anything with a good VM and/or statically strongly typed and compiled to native code) when sh1t hits the fan, which... actually can work just fine.