Themes:
* Management and meta-data
** Meta-data is emitted and displayed to users
*** Back-end measures memory/time///etc.// and passes it back to the front-end
** Meta-data is used
*** Only passing implementations are used
*** Faster implementations are used
**** Implementations are automatically benchmarked
** Front end is instrumented
*** We decide what things we want to measure (and why)
* Stability
** Only allowed users can do certain changes to wiki content
*** All users can update object and key labels and aliases, and documentation
*** Only allowed users can associate & disassociate Testers and Implementations [functioneers]
*** Only allowed users can associate & disassociate Testers and Implementations from system-provided objects (ZID < 10k) [super-functioneers]
*** Only allowed users can edit Function definitions post-association(?) [super-functioneers]
*** Only allowed users can edit associated Testers and Implementations [functioneers]
*** Only allowed users can create Types [functioneers]
*** Only allowed users can edit Types [super-functioneers]
* Security
** Users can't over-burden the system
*** Users are throttled on making function calls
…