Procedural Conversations

I’ve been thinking about this dynamic of a person writing a post and then other people responding with comments. It’s a kind of asymmetric conversation. It would be interesting to allow that conversation to include procedural things.


contraption2.JPG

Suppose the comment writers could script a program as a way to advance the conversation. Can something that we generally think of as a “mechanism” be used to further dialog between people?The only way to find out is to try.

4 thoughts on “Procedural Conversations”

  1. if (number_of_comments == 0) {
    Add_Comment(subject.original_post,new_data : relevance(opinion)>1;
    elseif (relevance(most_recent_comment.original_post)>1 {
    Add_Comment(subject.original_post|synthesis(recent_comments.original_post, opinion);
    endif

    Wait_for_new_post();

Leave a Reply

Your email address will not be published. Required fields are marked *