An operating system based on GPT-3

1 · Shane Mulligan · March 7, 2021, 11 a.m.
Pen.el https://github.com/semiosis/pen.el/ Pen contrib library https://github.com/semiosis/pen.el/blob/master/pen-contrib.el Pen contrib team https://github.com/orgs/semiosis/teams/contrib Summary I assume that GPT-3 or some descendant of it will become the primary interface to the computer. I create a configuration option to enable / disable GPT-3. When disabled, the environment will resort to alternative means of performing tasks. Configuration 1 vim +/"use_gpt3: on" "$NOTES/myrc.yaml" 1...