Hacker News new | ask | show | jobs
by bee_rider 370 days ago
It would be kinda cool if we could write pseudocode on a whiteboard or a notebook and have the computer spit out a real program.
1 comments

Easy, just use one AI to write the pseudocode, and another AI to change it into a real program.

And a third AI to review the pseudocode, I guess.

More seriously, I think that this is generally the correct approach: create a script that the AIs can follow one step at a time; update the script when necessary.