I've watched a Dreamforce session yesterday and found out about the New Agentforce Builder.
It reminded me of something I've seen and used before even starting in the profession: Pseudocode.
The quasi-programming language from the early computer science textbooks!
I am not sure pseudocode is still being taught today but it was a description of the steps of an algorithm using informal English with conventions of programming languages (=, if, loops). It was traditionally the first step before a person learned a programming language.



