SlideShare a Scribd company logo
1 of 48
Download to read offline
Autonomy, Interaction & Complexity
                          in Computational Systems
                                           Preliminary Notes


                                            Andrea Omicini
                                       andrea.omicini@unibo.it

                       Dipartimento di Informatica: Scienza e Ingegneria (DISI)
                      Alma Mater Studiorum—Universit` di Bologna a Cesena
                                                          a


          Law and Policy for Autonomous Military Systems Workshop
         European University Institute in Florence, Italy – 6 March 2013



Andrea Omicini (DISI, Univ. Bologna)     Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   1 / 48
Outline




 1   Autonomy in Programming Languages


 2   Autonomy for Multi-Agent Systems


 3   Autonomy in Complex Artificial Systems


 4   Conclusion




Andrea Omicini (DISI, Univ. Bologna)   Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   2 / 48
Autonomy in Programming Languages


Outline



 1   Autonomy in Programming Languages


 2   Autonomy for Multi-Agent Systems


 3   Autonomy in Complex Artificial Systems


 4   Conclusion




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   3 / 48
Autonomy in Programming Languages


Evolution of Programming Languages: The Picture

        [Odell, 2002]




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   4 / 48
Autonomy in Programming Languages


Evolution of Programming Languages: Dimensions


Historical evolution
     Monolithic programming
        Modular programming
        Object-oriented programming
        Agent programming

Degree of modularity & encapsulation
    Unit behaviour
        Unit state
        Unit invocation



Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   5 / 48
Autonomy in Programming Languages


Monolithic Programming



        The basic unit of software is the whole program
        Programmer has full control
        Program’s state is responsibility of the programmer
        Program invocation determined by system’s operator
        Behaviour could not be invoked as a reusable unit under different
        circumstances
               modularity does not apply to unit behaviour




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   6 / 48
Autonomy in Programming Languages


Evolution of Programming Languages: The Picture

Monolithic Programming
Encapsulation? There is no encapsulation of anything, in the very end




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   7 / 48
Autonomy in Programming Languages


The Prime Motor of Evolution



Motivations
    Larger memory spaces and faster processor speed allowed program to
    became more complex

Results
    Some degree of organisation in the code was required to deal with the
    increased complexity




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   8 / 48
Autonomy in Programming Languages


Modular Programming



        The basic unit of software are structured loops / subroutines /
        procedures / . . .
               this is the era of procedures as the primary unit of decomposition
        Small units of code could actually be reused under a variety of
        situations
               modularity applies to subroutine’s code
        Program’s state is determined by externally supplied parameters
        Program invocation determined by CALL statements and the likes




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   9 / 48
Autonomy in Programming Languages


Evolution of Programming Languages: The Picture

Modular Programming
Encapsulation? Encapsulation applies to unit behaviour only




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   10 / 48
Autonomy in Programming Languages


Object-Oriented Programming



        The basic unit of software are objects & classes
        Structured units of code could actually be reused under a variety of
        situations
        Objects have local control over variables manipulated by their own
        methods
               variable state is persistent through subsequent invocations
               object’s state is encapsulated
        Object are passive—methods are invoked by external entities
               modularity does not apply to unit invocation
               object’s control is not encapsulated




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   11 / 48
Autonomy in Programming Languages


Evolution of Programming Languages: The Picture

Object-Oriented Programming
Encapsulation? Encapsulation applies to unit behaviour & state




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   12 / 48
Autonomy in Programming Languages


Agent-Oriented Programming


        The basic unit of software are agents
               encapsulating everything, in principle
                       by simply following the pattern of the evolution
               whatever an agent is
                       we do not need to define them now, just to understand their desired
                       features
        Agents could in principle be reused under a variety of situations
        Agents have control over their own state
        Agents are active
               they cannot be invoked
               agent’s control is encapsulated




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   13 / 48
Autonomy in Programming Languages


Evolution of Programming Languages: The Picture

Agent-Oriented Programming
Encapsulation? Encapsulation applies to unit behaviour, state &
invocation




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   14 / 48
Autonomy in Programming Languages


Features of Agents



Before we define agents. . .
    . . . agents are autonomous entities
               encapsulating their thread of control
               they can say “Go!”
        . . . agents cannot be invoked
               they can say “No!”
               they do not have an interface, nor do they have methods
        . . . agents need to encapsulate a criterion for their activity
               to self-govern their own thread of control




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   15 / 48
Autonomy in Programming Languages


Dimensions of Agent Autonomy

Dynamic autonomy
    Agents are dynamic since they can exercise some degree of activity
               they can say “Go!”
        From passive through reactive to active

Unpredictable / non-deterministic autonomy
        Agents are unpredictable since they can exercise some degree of
        deliberation
               they can say “Go!”, they can say “No!”
               and also because they are “opaque”—may be unpredictable to external
               observation, not necessarily to design
        From predictable through partially predictable to unpredictable




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   16 / 48
Autonomy in Programming Languages


Objects vs. Agents: Interaction & Control


Message passing in object-oriented programming
    Data flow along with control
               data flow cannot be designed as separate from control flow
        A too-rigid constraint for complex distributed systems. . .

Message passing in agent-oriented programming
    Data flow through agents, control does not
               data flow can be designed independently of control
        Complex distributed systems can be designed by designing
        information flow



Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   17 / 48
Autonomy in Programming Languages


Philosophical Differences [Odell, 2002] I


Decentralisation
    Object-based systems are completely pre-determined in control;
    control is centralised, and defined at design time
        Agent-oriented systems are essentially decentralised in control

Small in impact
    Losing an object in an object-oriented system makes the whole system
    fail, or at least raise an exception
        Losing an agent in a multi-agent system may lead to decreases in
        performance, but agents are not necessarily single points of failure



Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   18 / 48
Autonomy in Programming Languages


Philosophical Differences [Odell, 2002] II


Emergence
   Object-based systems are essentially predictable
        Multi-agent systems are intrinsically unpredictable and
        non-formalisable and typically give raise to emergent phenomena

Analogies from nature and society
    Object-oriented systems have not an easy counterpart in nature
        Multi-agent systems closely resembles existing natural and social
        systems




Andrea Omicini (DISI, Univ. Bologna)    Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   19 / 48
Autonomy for Multi-Agent Systems


Outline



 1   Autonomy in Programming Languages


 2   Autonomy for Multi-Agent Systems


 3   Autonomy in Complex Artificial Systems


 4   Conclusion




Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   20 / 48
Autonomy for Multi-Agent Systems


Autonomy as the Foundation of the Definition of Agent

Lex Parsimoniae: Autonomy
    Autonomy as the only fundamental and defining feature of agents
    Let us see whether other typical agent features follow / descend from
    this somehow

Computational Autonomy
        Agents are autonomous as they encapsulate (the thread of) control
        Control does not pass through agent boundaries
               only data (knowledge, information) crosses agent boundaries
        Agents have no interface, cannot be controlled, nor can they be
        invoked
        Looking at agents, MAS can be conceived as an aggregation of
        multiple distinct loci of control interacting with each other by
        exchanging information

Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   21 / 48
Autonomy for Multi-Agent Systems


(Autonomous) Agents (Pro-)Act

Action as the essence of agency
     The etimology of the word agent is from the Latin agens
        So, agent means “the one who acts”
        Any coherent notion of agency should naturally come equipped with a
        model for agent actions

Autonomous agents are pro-active
    Agents are literally active
    Autonomous agents encapsulate control, and the rule to govern it
  → Autonomous agents are pro-active by definition
               where pro-activity means “making something happen”, rather than
               waiting for something to happen


Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   22 / 48
Autonomy for Multi-Agent Systems


Agents are Situated



The model of action depends on the context
    Any “ground” model of action is strictly coupled with the context
    where the action takes place
        An agent comes with its own model of action
        Any agent is then strictly coupled with the environment where it lives
        and (inter)acts
        Agents are in this sense are intrinsically situated




Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   23 / 48
Autonomy for Multi-Agent Systems


Agents are Reactive I


Situatedness and reactivity come hand in hand
     Any model of action is strictly coupled with the context where the
     action takes place
        Any action model requires an adequate representation of the world
    Any effective representation of the world requires a suitable balance
    between environment perception and representation
  → Any effective action model requires a suitable balance between
    environment perception and representation
               however, any non-trivial action model requires some form of perception
               of the environment—so as to check action pre-conditions, or to verify
               the effects of actions on the environment
        Agents in this sense are supposedly reactive to change


Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   24 / 48
Autonomy for Multi-Agent Systems


Agents are Reactive II
Reactivity as a (deliberate) reduction of proactivity
        An autonomous agent could be built / choose to merely react to
        external events
        It may just wait for something to happen, either as a permanent
        attitude, or as a temporary opportunistic choice
        In this sense, autonomous agents may also be reactive

Reactivity to change
        Reactivity to (environment) change is a different notion
        This mainly comes from early AI failures, and from robotics
        It stems from agency, rather than from autonomy
        However, this issue will be even clearer when facing the issue of
        artifacts and environment design

Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   25 / 48
Autonomy for Multi-Agent Systems


(Autonomous) Agents Change the World
Action, change & environment
     Whatever the model, any model for action brings along the notion of
     change
               an agent acts to change something around in the MAS
        Two admissible targets for change by agent action
             agent an agent could act to change the state of another agent
                                       since agents are autonomous, and only data flow among
                                       them, the only way another agent can change their state
                                       is by providing them with some information
                                       change to other agents essentially involves
                                       communication actions
        environment an agent could act to change the state of the
                    environment
                                       change to the environment requires pragmatical actions
                                       which could be either physical or virtual depending on
                                       the nature of the environment
Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   26 / 48
Autonomy for Multi-Agent Systems


Autonomous Agents are Social

From autonomy to society
    From a philosophical viewpoint, autonomy only makes sense when an
    individual is immersed in a society
               autonomy does not make sense for an individual in isolation
               no individual alone could be properly said to be autonomous
        This also straightforwardly explain why any program in any sequential
        programming language is not an autonomous agent per se
        [Graesser, 1996, Odell, 2002]

Autonomous agents live in a MAS
    Single-agent systems do not exist in principle
    Autonomous agents live and interact within agent societies & MAS
    Roughly speaking, MAS are the only “legitimate containers” of
    autonomous agents

Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   27 / 48
Autonomy for Multi-Agent Systems


Autonomous Agents are Interactive



Interactivity follows, too
     Since agents are subsystems of a MAS, they interact within the global
     system
               by essence of systems in general, rather than of MAS
        Since agents are autonomous, only data (knowledge, information)
        crosses agent boundaries
        Information & knowledge is exchanged between agents
               leading to more complex patterns than message passing between
               objects




Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   28 / 48
Autonomy for Multi-Agent Systems


Autonomous Agents Do not Need a Goal
Agents govern MAS computation
    By encapsulating control, agents are the main forces governing and
    pushing computation, and determining behaviour in a MAS
    Along with control, agent should then encapsulate the criterion for
    regulating the thread(s) of control

Autonomy as self-regulation
    The term “autonomy”, at its very roots, means self-government,
    self-regulation, self-determination
               “internal unit invocation” [Odell, 2002]
        This does not imply in any way that agents needs to have a goal, or a
        task, to be such—to be an agent, then
        However, this does imply that autonomy captures the cases of
        goal-oriented and task-oriented agents
               where goals and tasks play the role of the criteria for governing control
Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   29 / 48
Autonomy for Multi-Agent Systems


Summing Up

Definition (Agent)
Agents are autonomous computational entities
        genus agents are computational entities
    differentia agents are autonomous, in that they encapsulate control
               along with a criterion to govern it

Agents are autonomous
    From autonomy, many other features stem
               autonomous agents are interactive, social, proactive, and situated;
               they might have goals or tasks, or be reactive, intelligent, mobile
               they live within MAS, and interact with other agents through
               communication actions, and with the environment with pragmatical
               actions



Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   30 / 48
Autonomy in Complex Artificial Systems


Outline



 1   Autonomy in Programming Languages


 2   Autonomy for Multi-Agent Systems


 3   Autonomy in Complex Artificial Systems


 4   Conclusion




Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   31 / 48
Autonomy in Complex Artificial Systems


Complex Systems


        . . . by a complex system I mean one made up of a large number
        of parts that interact in a non simple way [Simon, 1962]

Which “parts” for complex systems?
    is autonomy of “parts” a necessary precondition?
        is it also sufficient?

Which kind of systems are we looking for?
    what is autonomy for a system as a whole?
        where could we find significant examples?




Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   32 / 48
Autonomy in Complex Artificial Systems


Nature-inspired Models

Complex natural systems
   such as physical, chemical, biochemical, biological, social systems
   natural system exhibit features
               such as distribution, opennes, situation, fault tolerance, robustness,
               adaptiveness, . . .
        which we would like to understand, capture, then bring to
        computational systems

Nature-Inspired Computing (NIC)
        For instance, NIC [Liu and Tsui, 2006] summarises decades of
        research activities
        putting emphasis on
               autonomy of components
               self-organisation of systems

Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   33 / 48
Autonomy in Complex Artificial Systems


Autonomy & Interaction I

Self-organisation
     Autonomy of systems requires essentially the same features that
     self-organising systems exhibit
        . . . such as opennes, situation, fault tolerance, robustness,
        adaptiveness, . . .

(say it again)
        . . . by a complex system I mean one made up of a large number
        of parts that interact in a non simple way [Simon, 1962]

Autonomy & Interaction
    “parts” should be autonomous
        interaction is essential as well

Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   34 / 48
Autonomy in Complex Artificial Systems


MAS & Complexity I


Autonomy & Interaction
        Multi-Agent Systems (MAS) are built around autonomous
        components
        How can MAS deal with self-organisation, properly handling
        interaction among components?

The observation of self-organising termite societies led to the following
observation:
    The coordination of tasks and the regulation of constructions are
    not directly dependent from the workers, but from constructions
    themselves [Grass´, 1959]
                      e



Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   35 / 48
Autonomy in Complex Artificial Systems


MAS & Complexity II


Coordination as the key issue
    many well-known examples of natural systems – and, more generally,
    of complex systems – seemingly rely on simple yet powerful
    coordination mechanisms for their key features—such as
    self-organisation
        it makes sense to focus on coordination models as the core of
        complex MAS
        . . . since they are conceived to deal with the complexity of
        interaction [Omicini, 2013]




Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   36 / 48
Autonomy in Complex Artificial Systems


Basic Issues of Nature-inspired Coordination I



Environment
     environment is essential in nature-inspired coordination
               it works as a mediator for component interaction — through which the
               components of a distributed system can communicate and coordinate
               indirectly
               it is active — featuring autonomous dynamics, and affecting
               component coordination
               it has a structure — requiring a notion of locality, and allowing
               components of any sort to move through a topology




Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   37 / 48
Autonomy in Complex Artificial Systems


Basic Issues of Nature-inspired Coordination II



Stochastic behaviour
    complex systems typically require probabilistic models
               don’t know / don’t care non-deterministic mechanisms are not
               expressive enough to capture all the properties of complex systems such
               as biochemical and social systems
               probabilistic mechanisms are required to fully capture the dynamics of
               coordination in nature-inspired systems
               coordination models should feature (possibly simple yet) expressive
               mechanisms to provide coordinated systems with stochastic behaviours




Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   38 / 48
Autonomy in Complex Artificial Systems


Coordination Middleware I




Middleware
    Coordination middleware to build complex software environment
        Coordination abstractions to embed situatedness and stochastic
        behaviours
        Coordination abstractions to embed social rules–such as norms, and
        laws




Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   39 / 48
Autonomy in Complex Artificial Systems


Coordination Middleware II


Nature-inspired middleware
    starting from early chemical and stigmergic approaches,
    nature-inspired models of coordination evolved to become the core of
    complex distributed systems—such as pervasive, knowledge-intensive,
    intelligent, and self-* systems
        this particularly holds for tuple-based coordination models
        [Omicini and Viroli, 2011]
        tuple-based middleware as a perspective technology for complex
        autonomous systems




Andrea Omicini (DISI, Univ. Bologna)      Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   40 / 48
Conclusion


Outline



 1   Autonomy in Programming Languages


 2   Autonomy for Multi-Agent Systems


 3   Autonomy in Complex Artificial Systems


 4   Conclusion




Andrea Omicini (DISI, Univ. Bologna)   Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   41 / 48
Conclusion


Conclusion I

Autonomy
    Components should be autonomous in autonomous systems
        Agent models and technologies are the most likely answers to the
        issues of autonomy of components

Interaction
     Autonomous systems require self-organisation patterns
        Interaction is another essential dimension of self-organisation

Coordination
    Coordination models and technologies for governing interaction
        . . . including social norms and laws


Andrea Omicini (DISI, Univ. Bologna)   Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   42 / 48
Conclusion


Conclusion II




Nature-inspired coordination
    Nature-inspired coordination models for autonomous systems
        Tuple-based coordination models are the most likely candidates to
        face the issues of autonomy of complex systems




Andrea Omicini (DISI, Univ. Bologna)   Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   43 / 48
Outline




 1   Autonomy in Programming Languages


 2   Autonomy for Multi-Agent Systems


 3   Autonomy in Complex Artificial Systems


 4   Conclusion




Andrea Omicini (DISI, Univ. Bologna)   Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   44 / 48
Bibliography


Bibliography I

       Graesser, S. F. A. (1996).
       Is it an agent, or just a program?: A taxonomy for autonomous
       agents.
       In M¨ller, J. P., Wooldridge, M. J., and Jennings, N. R., editors,
             u
       Intelligent Agents III Agent Theories, Architectures, and Languages:
       ECAI’96 Workshop (ATAL) Budapest, Hungary, August 12–13, 1996
       Proceedings, volume 1193 of Lecture Notes In Computer Science,
       pages 21–35. Springer.
       Grass´, P.-P. (1959).
             e
       La reconstruction du nid et les coordinations interindividuelles chez
       Bellicositermes natalensis et Cubitermes sp. la th´orie de la stigmergie:
                                                         e
       Essai d’interpr´tation du comportement des termites constructeurs.
                      e
       Insectes Sociaux, 6(1):41–80.


Andrea Omicini (DISI, Univ. Bologna)   Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   45 / 48
Bibliography


Bibliography II

       Liu, J. and Tsui, K. C. (2006).
       Toward nature-inspired computing.
       Communications of the ACM, 49(10):59–64.
       Odell, J. (2002).
       Objects and agents compared.
       Journal of Object Technologies, 1(1):41–53.
       Omicini, A. (2013).
       Nature-inspired coordination models: Current status, future trends.
       ISRN Software Engineering, 2013.
       Article ID 384903, Review Article.




Andrea Omicini (DISI, Univ. Bologna)   Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   46 / 48
Bibliography


Bibliography III

       Omicini, A. and Viroli, M. (2011).
       Coordination models and languages: From parallel computing to
       self-organisation.
       The Knowledge Engineering Review, 26(1):53–59.
       Special Issue 01 (25th Anniversary Issue).
       Simon, H. A. (1962).
       The architecture of complexity.
       Proceedings of the American Philosophical Society, 106(6):467–482.




Andrea Omicini (DISI, Univ. Bologna)   Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   47 / 48
Autonomy, Interaction & Complexity
                          in Computational Systems
                                           Preliminary Notes


                                            Andrea Omicini
                                       andrea.omicini@unibo.it

                       Dipartimento di Informatica: Scienza e Ingegneria (DISI)
                      Alma Mater Studiorum—Universit` di Bologna a Cesena
                                                          a


          Law and Policy for Autonomous Military Systems Workshop
         European University Institute in Florence, Italy – 6 March 2013



Andrea Omicini (DISI, Univ. Bologna)     Autonomy, Interaction & Complexity   LaPfAMS – 6/3/2013   48 / 48

More Related Content

What's hot

Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsMolecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsAndrea Omicini
 
CONSIDERATION OF HUMAN COMPUTER INTERACTION IN ROBOTIC FIELD
CONSIDERATION OF HUMAN COMPUTER INTERACTION IN ROBOTIC FIELD CONSIDERATION OF HUMAN COMPUTER INTERACTION IN ROBOTIC FIELD
CONSIDERATION OF HUMAN COMPUTER INTERACTION IN ROBOTIC FIELD ijcsit
 
The Autonomy of Automated Systems: Social Systems and the Multi-level Autonomy
The Autonomy of Automated Systems: Social Systems and the Multi-level AutonomyThe Autonomy of Automated Systems: Social Systems and the Multi-level Autonomy
The Autonomy of Automated Systems: Social Systems and the Multi-level AutonomyAndrea Omicini
 
Nature-inspired Models of Coordination
Nature-inspired Models of CoordinationNature-inspired Models of Coordination
Nature-inspired Models of CoordinationAndrea Omicini
 
Redes de sensores sem fio autonômicas: abordagens, aplicações e desafios
 Redes de sensores sem fio autonômicas: abordagens, aplicações e desafios Redes de sensores sem fio autonômicas: abordagens, aplicações e desafios
Redes de sensores sem fio autonômicas: abordagens, aplicações e desafiosPET Computação
 
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsMolecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsStefano Mariani
 
Understanding complex systems
Understanding complex systemsUnderstanding complex systems
Understanding complex systemsJeff Long
 
Educational Robotics Between Narration and Simulation
Educational Robotics Between Narration and SimulationEducational Robotics Between Narration and Simulation
Educational Robotics Between Narration and SimulationAlessandri Giuseppe
 
M1. sem web & ontology introd
M1. sem web & ontology introdM1. sem web & ontology introd
M1. sem web & ontology introdMichele Missikoff
 
Natural User Interfaces as a powerful tool for courseware design in Physical ...
Natural User Interfaces as a powerful tool for courseware design in Physical ...Natural User Interfaces as a powerful tool for courseware design in Physical ...
Natural User Interfaces as a powerful tool for courseware design in Physical ...Alejandra Delgado
 
USING THE MANDELBROT SET TO GENERATE PRIMARY POPULATIONS IN THE GENETIC ALGOR...
USING THE MANDELBROT SET TO GENERATE PRIMARY POPULATIONS IN THE GENETIC ALGOR...USING THE MANDELBROT SET TO GENERATE PRIMARY POPULATIONS IN THE GENETIC ALGOR...
USING THE MANDELBROT SET TO GENERATE PRIMARY POPULATIONS IN THE GENETIC ALGOR...csandit
 
Self-Organising News Management: The Molecules of Knowledge Approach
Self-Organising News Management: The Molecules of Knowledge ApproachSelf-Organising News Management: The Molecules of Knowledge Approach
Self-Organising News Management: The Molecules of Knowledge ApproachAndrea Omicini
 

What's hot (13)

Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsMolecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
 
CONSIDERATION OF HUMAN COMPUTER INTERACTION IN ROBOTIC FIELD
CONSIDERATION OF HUMAN COMPUTER INTERACTION IN ROBOTIC FIELD CONSIDERATION OF HUMAN COMPUTER INTERACTION IN ROBOTIC FIELD
CONSIDERATION OF HUMAN COMPUTER INTERACTION IN ROBOTIC FIELD
 
The Autonomy of Automated Systems: Social Systems and the Multi-level Autonomy
The Autonomy of Automated Systems: Social Systems and the Multi-level AutonomyThe Autonomy of Automated Systems: Social Systems and the Multi-level Autonomy
The Autonomy of Automated Systems: Social Systems and the Multi-level Autonomy
 
Nature-inspired Models of Coordination
Nature-inspired Models of CoordinationNature-inspired Models of Coordination
Nature-inspired Models of Coordination
 
Redes de sensores sem fio autonômicas: abordagens, aplicações e desafios
 Redes de sensores sem fio autonômicas: abordagens, aplicações e desafios Redes de sensores sem fio autonômicas: abordagens, aplicações e desafios
Redes de sensores sem fio autonômicas: abordagens, aplicações e desafios
 
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsMolecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
 
Understanding complex systems
Understanding complex systemsUnderstanding complex systems
Understanding complex systems
 
Educational Robotics Between Narration and Simulation
Educational Robotics Between Narration and SimulationEducational Robotics Between Narration and Simulation
Educational Robotics Between Narration and Simulation
 
M1. sem web & ontology introd
M1. sem web & ontology introdM1. sem web & ontology introd
M1. sem web & ontology introd
 
Natural User Interfaces as a powerful tool for courseware design in Physical ...
Natural User Interfaces as a powerful tool for courseware design in Physical ...Natural User Interfaces as a powerful tool for courseware design in Physical ...
Natural User Interfaces as a powerful tool for courseware design in Physical ...
 
Simplifying Complexity
Simplifying ComplexitySimplifying Complexity
Simplifying Complexity
 
USING THE MANDELBROT SET TO GENERATE PRIMARY POPULATIONS IN THE GENETIC ALGOR...
USING THE MANDELBROT SET TO GENERATE PRIMARY POPULATIONS IN THE GENETIC ALGOR...USING THE MANDELBROT SET TO GENERATE PRIMARY POPULATIONS IN THE GENETIC ALGOR...
USING THE MANDELBROT SET TO GENERATE PRIMARY POPULATIONS IN THE GENETIC ALGOR...
 
Self-Organising News Management: The Molecules of Knowledge Approach
Self-Organising News Management: The Molecules of Knowledge ApproachSelf-Organising News Management: The Molecules of Knowledge Approach
Self-Organising News Management: The Molecules of Knowledge Approach
 

Viewers also liked

Autonomy_Certificate_ IDOL Essentials
Autonomy_Certificate_ IDOL EssentialsAutonomy_Certificate_ IDOL Essentials
Autonomy_Certificate_ IDOL EssentialsSadanandegowda (Sada)
 
Total project management
Total project managementTotal project management
Total project managementAtul Kishore
 
Psychological needs and implicit motives
Psychological needs and implicit motivesPsychological needs and implicit motives
Psychological needs and implicit motivesJames Neill
 
A systems approach to leading change
A systems approach to leading changeA systems approach to leading change
A systems approach to leading changeSharon Johnson
 
Self managing teams
Self managing teamsSelf managing teams
Self managing teamstlwhite81
 
Systems theory ppt
Systems theory pptSystems theory ppt
Systems theory pptroxcine
 
Pactify : transformation methodology with a focus on behaviors
Pactify : transformation methodology with a focus on behaviorsPactify : transformation methodology with a focus on behaviors
Pactify : transformation methodology with a focus on behaviorsBart Vanderhaegen
 
organisational development ppt
organisational development pptorganisational development ppt
organisational development pptkohlisudeep18
 
Team Building: Creating Effective Teams
Team Building:  Creating Effective Teams Team Building:  Creating Effective Teams
Team Building: Creating Effective Teams Dr. John Persico
 
Diagnosing Organizational Effectiveness
Diagnosing Organizational Effectiveness  Diagnosing Organizational Effectiveness
Diagnosing Organizational Effectiveness Yodhia Antariksa
 
TEAM BUILDING POWERPOINT
TEAM BUILDING POWERPOINTTEAM BUILDING POWERPOINT
TEAM BUILDING POWERPOINTAndrew Schwartz
 

Viewers also liked (15)

Systemic Change Approach
Systemic Change ApproachSystemic Change Approach
Systemic Change Approach
 
Autonomy_Certificate_ IDOL Essentials
Autonomy_Certificate_ IDOL EssentialsAutonomy_Certificate_ IDOL Essentials
Autonomy_Certificate_ IDOL Essentials
 
Total project management
Total project managementTotal project management
Total project management
 
Tpm
TpmTpm
Tpm
 
Psychological needs and implicit motives
Psychological needs and implicit motivesPsychological needs and implicit motives
Psychological needs and implicit motives
 
A systems approach to leading change
A systems approach to leading changeA systems approach to leading change
A systems approach to leading change
 
Self managing teams
Self managing teamsSelf managing teams
Self managing teams
 
Change agents
Change agentsChange agents
Change agents
 
Systems theory ppt
Systems theory pptSystems theory ppt
Systems theory ppt
 
Team Vs Group
Team Vs GroupTeam Vs Group
Team Vs Group
 
Pactify : transformation methodology with a focus on behaviors
Pactify : transformation methodology with a focus on behaviorsPactify : transformation methodology with a focus on behaviors
Pactify : transformation methodology with a focus on behaviors
 
organisational development ppt
organisational development pptorganisational development ppt
organisational development ppt
 
Team Building: Creating Effective Teams
Team Building:  Creating Effective Teams Team Building:  Creating Effective Teams
Team Building: Creating Effective Teams
 
Diagnosing Organizational Effectiveness
Diagnosing Organizational Effectiveness  Diagnosing Organizational Effectiveness
Diagnosing Organizational Effectiveness
 
TEAM BUILDING POWERPOINT
TEAM BUILDING POWERPOINTTEAM BUILDING POWERPOINT
TEAM BUILDING POWERPOINT
 

Similar to Autonomy, Interaction & Complexity in Computational Systems. Preliminary Notes

Foundations of Multi-Agent Systems
Foundations of Multi-Agent SystemsFoundations of Multi-Agent Systems
Foundations of Multi-Agent SystemsAndrea Omicini
 
The Distributed Autonomy. Software Abstractions and Technologies for Autonomo...
The Distributed Autonomy. Software Abstractions and Technologies for Autonomo...The Distributed Autonomy. Software Abstractions and Technologies for Autonomo...
The Distributed Autonomy. Software Abstractions and Technologies for Autonomo...Andrea Omicini
 
Interaction, Complexity, Coordination
Interaction, Complexity, CoordinationInteraction, Complexity, Coordination
Interaction, Complexity, CoordinationAndrea Omicini
 
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...Andrea Omicini
 
Complexity in computational systems: the coordination perspective
Complexity in computational systems: the coordination perspectiveComplexity in computational systems: the coordination perspective
Complexity in computational systems: the coordination perspectiveAndrea Omicini
 
Object Orientation Fundamentals
Object Orientation FundamentalsObject Orientation Fundamentals
Object Orientation FundamentalsPramod Parajuli
 
Advanced Coordination Techniques: Experiments with TuCSoN and ReSpecT
Advanced Coordination Techniques: Experiments with TuCSoN and ReSpecTAdvanced Coordination Techniques: Experiments with TuCSoN and ReSpecT
Advanced Coordination Techniques: Experiments with TuCSoN and ReSpecTStefano Mariani
 
6.Materi Java Eclipse 6
6.Materi Java Eclipse 66.Materi Java Eclipse 6
6.Materi Java Eclipse 6Ismail Akbar
 
Nature-inspired Coordination: Current Status and Research Trends
Nature-inspired Coordination: Current Status and Research TrendsNature-inspired Coordination: Current Status and Research Trends
Nature-inspired Coordination: Current Status and Research TrendsAndrea Omicini
 
Towards the Analysis & Prediction of Complex System Behaviour in SAPERE
Towards the Analysis & Prediction of Complex System Behaviour in SAPERETowards the Analysis & Prediction of Complex System Behaviour in SAPERE
Towards the Analysis & Prediction of Complex System Behaviour in SAPEREAndrea Omicini
 
Lecture 4- Agent types
Lecture 4- Agent typesLecture 4- Agent types
Lecture 4- Agent typesAntonio Moreno
 
Wanna see your open source project succeed? - Nurture your community
Wanna see your open source project succeed? - Nurture your communityWanna see your open source project succeed? - Nurture your community
Wanna see your open source project succeed? - Nurture your communityJordi Cabot
 
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual FrameworkEvent-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual FrameworkAndrea Omicini
 
A Comparative Study of Recent Ontology Visualization Tools with a Case of Dia...
A Comparative Study of Recent Ontology Visualization Tools with a Case of Dia...A Comparative Study of Recent Ontology Visualization Tools with a Case of Dia...
A Comparative Study of Recent Ontology Visualization Tools with a Case of Dia...IJORCS
 
Multi Agent Based Software Engineering Models : A Review
Multi Agent Based Software Engineering Models : A Review Multi Agent Based Software Engineering Models : A Review
Multi Agent Based Software Engineering Models : A Review ijseajournal
 
Micro-intelligence for the IoT: Teaching the Old Logic Dog New Programming Tr...
Micro-intelligence for the IoT: Teaching the Old Logic Dog New Programming Tr...Micro-intelligence for the IoT: Teaching the Old Logic Dog New Programming Tr...
Micro-intelligence for the IoT: Teaching the Old Logic Dog New Programming Tr...Andrea Omicini
 
Software Engineering Ontology
Software Engineering OntologySoftware Engineering Ontology
Software Engineering OntologyNidhi Baranwal
 

Similar to Autonomy, Interaction & Complexity in Computational Systems. Preliminary Notes (20)

Foundations of Multi-Agent Systems
Foundations of Multi-Agent SystemsFoundations of Multi-Agent Systems
Foundations of Multi-Agent Systems
 
The Distributed Autonomy. Software Abstractions and Technologies for Autonomo...
The Distributed Autonomy. Software Abstractions and Technologies for Autonomo...The Distributed Autonomy. Software Abstractions and Technologies for Autonomo...
The Distributed Autonomy. Software Abstractions and Technologies for Autonomo...
 
Interaction, Complexity, Coordination
Interaction, Complexity, CoordinationInteraction, Complexity, Coordination
Interaction, Complexity, Coordination
 
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...
 
Complexity in computational systems: the coordination perspective
Complexity in computational systems: the coordination perspectiveComplexity in computational systems: the coordination perspective
Complexity in computational systems: the coordination perspective
 
Object Orientation Fundamentals
Object Orientation FundamentalsObject Orientation Fundamentals
Object Orientation Fundamentals
 
Advanced Coordination Techniques: Experiments with TuCSoN and ReSpecT
Advanced Coordination Techniques: Experiments with TuCSoN and ReSpecTAdvanced Coordination Techniques: Experiments with TuCSoN and ReSpecT
Advanced Coordination Techniques: Experiments with TuCSoN and ReSpecT
 
6.Materi Java Eclipse 6
6.Materi Java Eclipse 66.Materi Java Eclipse 6
6.Materi Java Eclipse 6
 
Nature-inspired Coordination: Current Status and Research Trends
Nature-inspired Coordination: Current Status and Research TrendsNature-inspired Coordination: Current Status and Research Trends
Nature-inspired Coordination: Current Status and Research Trends
 
Towards the Analysis & Prediction of Complex System Behaviour in SAPERE
Towards the Analysis & Prediction of Complex System Behaviour in SAPERETowards the Analysis & Prediction of Complex System Behaviour in SAPERE
Towards the Analysis & Prediction of Complex System Behaviour in SAPERE
 
Lecture 4- Agent types
Lecture 4- Agent typesLecture 4- Agent types
Lecture 4- Agent types
 
Wanna see your open source project succeed? - Nurture your community
Wanna see your open source project succeed? - Nurture your communityWanna see your open source project succeed? - Nurture your community
Wanna see your open source project succeed? - Nurture your community
 
Software agents
Software agentsSoftware agents
Software agents
 
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual FrameworkEvent-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework
 
Conceptual Map and Classification In Ensembles Of Autonomic Components: From ...
Conceptual Map and Classification In Ensembles Of Autonomic Components: From ...Conceptual Map and Classification In Ensembles Of Autonomic Components: From ...
Conceptual Map and Classification In Ensembles Of Autonomic Components: From ...
 
A Comparative Study of Recent Ontology Visualization Tools with a Case of Dia...
A Comparative Study of Recent Ontology Visualization Tools with a Case of Dia...A Comparative Study of Recent Ontology Visualization Tools with a Case of Dia...
A Comparative Study of Recent Ontology Visualization Tools with a Case of Dia...
 
Multi Agent Based Software Engineering Models : A Review
Multi Agent Based Software Engineering Models : A Review Multi Agent Based Software Engineering Models : A Review
Multi Agent Based Software Engineering Models : A Review
 
Object oriented analysis and design unit- iii
Object oriented analysis and design unit- iiiObject oriented analysis and design unit- iii
Object oriented analysis and design unit- iii
 
Micro-intelligence for the IoT: Teaching the Old Logic Dog New Programming Tr...
Micro-intelligence for the IoT: Teaching the Old Logic Dog New Programming Tr...Micro-intelligence for the IoT: Teaching the Old Logic Dog New Programming Tr...
Micro-intelligence for the IoT: Teaching the Old Logic Dog New Programming Tr...
 
Software Engineering Ontology
Software Engineering OntologySoftware Engineering Ontology
Software Engineering Ontology
 

More from Andrea Omicini

Measuring Trustworthiness in Neuro-Symbolic Integration
Measuring Trustworthiness in Neuro-Symbolic IntegrationMeasuring Trustworthiness in Neuro-Symbolic Integration
Measuring Trustworthiness in Neuro-Symbolic IntegrationAndrea Omicini
 
Explainable Pervasive Intelligence with Self-explaining Agents
Explainable Pervasive Intelligence with Self-explaining AgentsExplainable Pervasive Intelligence with Self-explaining Agents
Explainable Pervasive Intelligence with Self-explaining AgentsAndrea Omicini
 
On the Integration of Symbolic and Sub-symbolic – Explaining by Design
On the Integration of Symbolic and Sub-symbolic – Explaining by DesignOn the Integration of Symbolic and Sub-symbolic – Explaining by Design
On the Integration of Symbolic and Sub-symbolic – Explaining by DesignAndrea Omicini
 
Not just for humans: Explanation for agent-to-agent communication
Not just for humans: Explanation for agent-to-agent communicationNot just for humans: Explanation for agent-to-agent communication
Not just for humans: Explanation for agent-to-agent communicationAndrea Omicini
 
Blockchain for Intelligent Systems: Research Perspectives
Blockchain for Intelligent Systems: Research PerspectivesBlockchain for Intelligent Systems: Research Perspectives
Blockchain for Intelligent Systems: Research PerspectivesAndrea Omicini
 
Injecting (Micro)Intelligence in the IoT: Logic-based Approaches for (M)MAS
Injecting (Micro)Intelligence in the IoT: Logic-based Approaches for (M)MASInjecting (Micro)Intelligence in the IoT: Logic-based Approaches for (M)MAS
Injecting (Micro)Intelligence in the IoT: Logic-based Approaches for (M)MASAndrea Omicini
 
Conversational Informatics: From Conversational Systems to Communication Inte...
Conversational Informatics: From Conversational Systems to Communication Inte...Conversational Informatics: From Conversational Systems to Communication Inte...
Conversational Informatics: From Conversational Systems to Communication Inte...Andrea Omicini
 
Novel Opportunities for Tuple-based Coordination: XPath, the Blockchain, and ...
Novel Opportunities for Tuple-based Coordination: XPath, the Blockchain, and ...Novel Opportunities for Tuple-based Coordination: XPath, the Blockchain, and ...
Novel Opportunities for Tuple-based Coordination: XPath, the Blockchain, and ...Andrea Omicini
 
Logic Programming as a Service (LPaaS): Intelligence for the IoT
Logic Programming as a Service (LPaaS): Intelligence for the IoTLogic Programming as a Service (LPaaS): Intelligence for the IoT
Logic Programming as a Service (LPaaS): Intelligence for the IoTAndrea Omicini
 
Privacy through Anonymisation in Large-scale Socio-technical Systems: The BIS...
Privacy through Anonymisation in Large-scale Socio-technical Systems: The BIS...Privacy through Anonymisation in Large-scale Socio-technical Systems: The BIS...
Privacy through Anonymisation in Large-scale Socio-technical Systems: The BIS...Andrea Omicini
 
ABMS in m-Health Self-Management
ABMS in m-Health Self-ManagementABMS in m-Health Self-Management
ABMS in m-Health Self-ManagementAndrea Omicini
 
Game Engines to Model MAS: A Research Roadmap
Game Engines to Model MAS: A Research RoadmapGame Engines to Model MAS: A Research Roadmap
Game Engines to Model MAS: A Research RoadmapAndrea Omicini
 
Multi-paradigm Coordination for MAS
Multi-paradigm Coordination for MASMulti-paradigm Coordination for MAS
Multi-paradigm Coordination for MASAndrea Omicini
 
Towards Logic Programming as a Service: Experiments in tuProlog
Towards Logic Programming as a Service: Experiments in tuPrologTowards Logic Programming as a Service: Experiments in tuProlog
Towards Logic Programming as a Service: Experiments in tuPrologAndrea Omicini
 
Spatial Multi-Agent Systems
Spatial Multi-Agent SystemsSpatial Multi-Agent Systems
Spatial Multi-Agent SystemsAndrea Omicini
 
Academic Publishing in the Digital Era: A Couple of Issues (Open Access—Well,...
Academic Publishing in the Digital Era: A Couple of Issues (Open Access—Well,...Academic Publishing in the Digital Era: A Couple of Issues (Open Access—Well,...
Academic Publishing in the Digital Era: A Couple of Issues (Open Access—Well,...Andrea Omicini
 
Self-organisation of Knowledge in Socio-technical Systems: A Coordination Per...
Self-organisation of Knowledge in Socio-technical Systems: A Coordination Per...Self-organisation of Knowledge in Socio-technical Systems: A Coordination Per...
Self-organisation of Knowledge in Socio-technical Systems: A Coordination Per...Andrea Omicini
 
Anticipatory Coordination in Socio-technical Knowledge-intensive Environments...
Anticipatory Coordination in Socio-technical Knowledge-intensive Environments...Anticipatory Coordination in Socio-technical Knowledge-intensive Environments...
Anticipatory Coordination in Socio-technical Knowledge-intensive Environments...Andrea Omicini
 
Blending Event-Based and Multi-Agent Systems around Coordination Abstractions
Blending Event-Based and Multi-Agent Systems around Coordination AbstractionsBlending Event-Based and Multi-Agent Systems around Coordination Abstractions
Blending Event-Based and Multi-Agent Systems around Coordination AbstractionsAndrea Omicini
 
Stochastic Coordination in CAS: Expressiveness & Predictability
Stochastic Coordination in CAS: Expressiveness & PredictabilityStochastic Coordination in CAS: Expressiveness & Predictability
Stochastic Coordination in CAS: Expressiveness & PredictabilityAndrea Omicini
 

More from Andrea Omicini (20)

Measuring Trustworthiness in Neuro-Symbolic Integration
Measuring Trustworthiness in Neuro-Symbolic IntegrationMeasuring Trustworthiness in Neuro-Symbolic Integration
Measuring Trustworthiness in Neuro-Symbolic Integration
 
Explainable Pervasive Intelligence with Self-explaining Agents
Explainable Pervasive Intelligence with Self-explaining AgentsExplainable Pervasive Intelligence with Self-explaining Agents
Explainable Pervasive Intelligence with Self-explaining Agents
 
On the Integration of Symbolic and Sub-symbolic – Explaining by Design
On the Integration of Symbolic and Sub-symbolic – Explaining by DesignOn the Integration of Symbolic and Sub-symbolic – Explaining by Design
On the Integration of Symbolic and Sub-symbolic – Explaining by Design
 
Not just for humans: Explanation for agent-to-agent communication
Not just for humans: Explanation for agent-to-agent communicationNot just for humans: Explanation for agent-to-agent communication
Not just for humans: Explanation for agent-to-agent communication
 
Blockchain for Intelligent Systems: Research Perspectives
Blockchain for Intelligent Systems: Research PerspectivesBlockchain for Intelligent Systems: Research Perspectives
Blockchain for Intelligent Systems: Research Perspectives
 
Injecting (Micro)Intelligence in the IoT: Logic-based Approaches for (M)MAS
Injecting (Micro)Intelligence in the IoT: Logic-based Approaches for (M)MASInjecting (Micro)Intelligence in the IoT: Logic-based Approaches for (M)MAS
Injecting (Micro)Intelligence in the IoT: Logic-based Approaches for (M)MAS
 
Conversational Informatics: From Conversational Systems to Communication Inte...
Conversational Informatics: From Conversational Systems to Communication Inte...Conversational Informatics: From Conversational Systems to Communication Inte...
Conversational Informatics: From Conversational Systems to Communication Inte...
 
Novel Opportunities for Tuple-based Coordination: XPath, the Blockchain, and ...
Novel Opportunities for Tuple-based Coordination: XPath, the Blockchain, and ...Novel Opportunities for Tuple-based Coordination: XPath, the Blockchain, and ...
Novel Opportunities for Tuple-based Coordination: XPath, the Blockchain, and ...
 
Logic Programming as a Service (LPaaS): Intelligence for the IoT
Logic Programming as a Service (LPaaS): Intelligence for the IoTLogic Programming as a Service (LPaaS): Intelligence for the IoT
Logic Programming as a Service (LPaaS): Intelligence for the IoT
 
Privacy through Anonymisation in Large-scale Socio-technical Systems: The BIS...
Privacy through Anonymisation in Large-scale Socio-technical Systems: The BIS...Privacy through Anonymisation in Large-scale Socio-technical Systems: The BIS...
Privacy through Anonymisation in Large-scale Socio-technical Systems: The BIS...
 
ABMS in m-Health Self-Management
ABMS in m-Health Self-ManagementABMS in m-Health Self-Management
ABMS in m-Health Self-Management
 
Game Engines to Model MAS: A Research Roadmap
Game Engines to Model MAS: A Research RoadmapGame Engines to Model MAS: A Research Roadmap
Game Engines to Model MAS: A Research Roadmap
 
Multi-paradigm Coordination for MAS
Multi-paradigm Coordination for MASMulti-paradigm Coordination for MAS
Multi-paradigm Coordination for MAS
 
Towards Logic Programming as a Service: Experiments in tuProlog
Towards Logic Programming as a Service: Experiments in tuPrologTowards Logic Programming as a Service: Experiments in tuProlog
Towards Logic Programming as a Service: Experiments in tuProlog
 
Spatial Multi-Agent Systems
Spatial Multi-Agent SystemsSpatial Multi-Agent Systems
Spatial Multi-Agent Systems
 
Academic Publishing in the Digital Era: A Couple of Issues (Open Access—Well,...
Academic Publishing in the Digital Era: A Couple of Issues (Open Access—Well,...Academic Publishing in the Digital Era: A Couple of Issues (Open Access—Well,...
Academic Publishing in the Digital Era: A Couple of Issues (Open Access—Well,...
 
Self-organisation of Knowledge in Socio-technical Systems: A Coordination Per...
Self-organisation of Knowledge in Socio-technical Systems: A Coordination Per...Self-organisation of Knowledge in Socio-technical Systems: A Coordination Per...
Self-organisation of Knowledge in Socio-technical Systems: A Coordination Per...
 
Anticipatory Coordination in Socio-technical Knowledge-intensive Environments...
Anticipatory Coordination in Socio-technical Knowledge-intensive Environments...Anticipatory Coordination in Socio-technical Knowledge-intensive Environments...
Anticipatory Coordination in Socio-technical Knowledge-intensive Environments...
 
Blending Event-Based and Multi-Agent Systems around Coordination Abstractions
Blending Event-Based and Multi-Agent Systems around Coordination AbstractionsBlending Event-Based and Multi-Agent Systems around Coordination Abstractions
Blending Event-Based and Multi-Agent Systems around Coordination Abstractions
 
Stochastic Coordination in CAS: Expressiveness & Predictability
Stochastic Coordination in CAS: Expressiveness & PredictabilityStochastic Coordination in CAS: Expressiveness & Predictability
Stochastic Coordination in CAS: Expressiveness & Predictability
 

Recently uploaded

The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 

Recently uploaded (20)

The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 

Autonomy, Interaction & Complexity in Computational Systems. Preliminary Notes

  • 1. Autonomy, Interaction & Complexity in Computational Systems Preliminary Notes Andrea Omicini andrea.omicini@unibo.it Dipartimento di Informatica: Scienza e Ingegneria (DISI) Alma Mater Studiorum—Universit` di Bologna a Cesena a Law and Policy for Autonomous Military Systems Workshop European University Institute in Florence, Italy – 6 March 2013 Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 1 / 48
  • 2. Outline 1 Autonomy in Programming Languages 2 Autonomy for Multi-Agent Systems 3 Autonomy in Complex Artificial Systems 4 Conclusion Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 2 / 48
  • 3. Autonomy in Programming Languages Outline 1 Autonomy in Programming Languages 2 Autonomy for Multi-Agent Systems 3 Autonomy in Complex Artificial Systems 4 Conclusion Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 3 / 48
  • 4. Autonomy in Programming Languages Evolution of Programming Languages: The Picture [Odell, 2002] Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 4 / 48
  • 5. Autonomy in Programming Languages Evolution of Programming Languages: Dimensions Historical evolution Monolithic programming Modular programming Object-oriented programming Agent programming Degree of modularity & encapsulation Unit behaviour Unit state Unit invocation Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 5 / 48
  • 6. Autonomy in Programming Languages Monolithic Programming The basic unit of software is the whole program Programmer has full control Program’s state is responsibility of the programmer Program invocation determined by system’s operator Behaviour could not be invoked as a reusable unit under different circumstances modularity does not apply to unit behaviour Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 6 / 48
  • 7. Autonomy in Programming Languages Evolution of Programming Languages: The Picture Monolithic Programming Encapsulation? There is no encapsulation of anything, in the very end Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 7 / 48
  • 8. Autonomy in Programming Languages The Prime Motor of Evolution Motivations Larger memory spaces and faster processor speed allowed program to became more complex Results Some degree of organisation in the code was required to deal with the increased complexity Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 8 / 48
  • 9. Autonomy in Programming Languages Modular Programming The basic unit of software are structured loops / subroutines / procedures / . . . this is the era of procedures as the primary unit of decomposition Small units of code could actually be reused under a variety of situations modularity applies to subroutine’s code Program’s state is determined by externally supplied parameters Program invocation determined by CALL statements and the likes Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 9 / 48
  • 10. Autonomy in Programming Languages Evolution of Programming Languages: The Picture Modular Programming Encapsulation? Encapsulation applies to unit behaviour only Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 10 / 48
  • 11. Autonomy in Programming Languages Object-Oriented Programming The basic unit of software are objects & classes Structured units of code could actually be reused under a variety of situations Objects have local control over variables manipulated by their own methods variable state is persistent through subsequent invocations object’s state is encapsulated Object are passive—methods are invoked by external entities modularity does not apply to unit invocation object’s control is not encapsulated Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 11 / 48
  • 12. Autonomy in Programming Languages Evolution of Programming Languages: The Picture Object-Oriented Programming Encapsulation? Encapsulation applies to unit behaviour & state Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 12 / 48
  • 13. Autonomy in Programming Languages Agent-Oriented Programming The basic unit of software are agents encapsulating everything, in principle by simply following the pattern of the evolution whatever an agent is we do not need to define them now, just to understand their desired features Agents could in principle be reused under a variety of situations Agents have control over their own state Agents are active they cannot be invoked agent’s control is encapsulated Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 13 / 48
  • 14. Autonomy in Programming Languages Evolution of Programming Languages: The Picture Agent-Oriented Programming Encapsulation? Encapsulation applies to unit behaviour, state & invocation Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 14 / 48
  • 15. Autonomy in Programming Languages Features of Agents Before we define agents. . . . . . agents are autonomous entities encapsulating their thread of control they can say “Go!” . . . agents cannot be invoked they can say “No!” they do not have an interface, nor do they have methods . . . agents need to encapsulate a criterion for their activity to self-govern their own thread of control Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 15 / 48
  • 16. Autonomy in Programming Languages Dimensions of Agent Autonomy Dynamic autonomy Agents are dynamic since they can exercise some degree of activity they can say “Go!” From passive through reactive to active Unpredictable / non-deterministic autonomy Agents are unpredictable since they can exercise some degree of deliberation they can say “Go!”, they can say “No!” and also because they are “opaque”—may be unpredictable to external observation, not necessarily to design From predictable through partially predictable to unpredictable Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 16 / 48
  • 17. Autonomy in Programming Languages Objects vs. Agents: Interaction & Control Message passing in object-oriented programming Data flow along with control data flow cannot be designed as separate from control flow A too-rigid constraint for complex distributed systems. . . Message passing in agent-oriented programming Data flow through agents, control does not data flow can be designed independently of control Complex distributed systems can be designed by designing information flow Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 17 / 48
  • 18. Autonomy in Programming Languages Philosophical Differences [Odell, 2002] I Decentralisation Object-based systems are completely pre-determined in control; control is centralised, and defined at design time Agent-oriented systems are essentially decentralised in control Small in impact Losing an object in an object-oriented system makes the whole system fail, or at least raise an exception Losing an agent in a multi-agent system may lead to decreases in performance, but agents are not necessarily single points of failure Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 18 / 48
  • 19. Autonomy in Programming Languages Philosophical Differences [Odell, 2002] II Emergence Object-based systems are essentially predictable Multi-agent systems are intrinsically unpredictable and non-formalisable and typically give raise to emergent phenomena Analogies from nature and society Object-oriented systems have not an easy counterpart in nature Multi-agent systems closely resembles existing natural and social systems Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 19 / 48
  • 20. Autonomy for Multi-Agent Systems Outline 1 Autonomy in Programming Languages 2 Autonomy for Multi-Agent Systems 3 Autonomy in Complex Artificial Systems 4 Conclusion Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 20 / 48
  • 21. Autonomy for Multi-Agent Systems Autonomy as the Foundation of the Definition of Agent Lex Parsimoniae: Autonomy Autonomy as the only fundamental and defining feature of agents Let us see whether other typical agent features follow / descend from this somehow Computational Autonomy Agents are autonomous as they encapsulate (the thread of) control Control does not pass through agent boundaries only data (knowledge, information) crosses agent boundaries Agents have no interface, cannot be controlled, nor can they be invoked Looking at agents, MAS can be conceived as an aggregation of multiple distinct loci of control interacting with each other by exchanging information Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 21 / 48
  • 22. Autonomy for Multi-Agent Systems (Autonomous) Agents (Pro-)Act Action as the essence of agency The etimology of the word agent is from the Latin agens So, agent means “the one who acts” Any coherent notion of agency should naturally come equipped with a model for agent actions Autonomous agents are pro-active Agents are literally active Autonomous agents encapsulate control, and the rule to govern it → Autonomous agents are pro-active by definition where pro-activity means “making something happen”, rather than waiting for something to happen Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 22 / 48
  • 23. Autonomy for Multi-Agent Systems Agents are Situated The model of action depends on the context Any “ground” model of action is strictly coupled with the context where the action takes place An agent comes with its own model of action Any agent is then strictly coupled with the environment where it lives and (inter)acts Agents are in this sense are intrinsically situated Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 23 / 48
  • 24. Autonomy for Multi-Agent Systems Agents are Reactive I Situatedness and reactivity come hand in hand Any model of action is strictly coupled with the context where the action takes place Any action model requires an adequate representation of the world Any effective representation of the world requires a suitable balance between environment perception and representation → Any effective action model requires a suitable balance between environment perception and representation however, any non-trivial action model requires some form of perception of the environment—so as to check action pre-conditions, or to verify the effects of actions on the environment Agents in this sense are supposedly reactive to change Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 24 / 48
  • 25. Autonomy for Multi-Agent Systems Agents are Reactive II Reactivity as a (deliberate) reduction of proactivity An autonomous agent could be built / choose to merely react to external events It may just wait for something to happen, either as a permanent attitude, or as a temporary opportunistic choice In this sense, autonomous agents may also be reactive Reactivity to change Reactivity to (environment) change is a different notion This mainly comes from early AI failures, and from robotics It stems from agency, rather than from autonomy However, this issue will be even clearer when facing the issue of artifacts and environment design Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 25 / 48
  • 26. Autonomy for Multi-Agent Systems (Autonomous) Agents Change the World Action, change & environment Whatever the model, any model for action brings along the notion of change an agent acts to change something around in the MAS Two admissible targets for change by agent action agent an agent could act to change the state of another agent since agents are autonomous, and only data flow among them, the only way another agent can change their state is by providing them with some information change to other agents essentially involves communication actions environment an agent could act to change the state of the environment change to the environment requires pragmatical actions which could be either physical or virtual depending on the nature of the environment Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 26 / 48
  • 27. Autonomy for Multi-Agent Systems Autonomous Agents are Social From autonomy to society From a philosophical viewpoint, autonomy only makes sense when an individual is immersed in a society autonomy does not make sense for an individual in isolation no individual alone could be properly said to be autonomous This also straightforwardly explain why any program in any sequential programming language is not an autonomous agent per se [Graesser, 1996, Odell, 2002] Autonomous agents live in a MAS Single-agent systems do not exist in principle Autonomous agents live and interact within agent societies & MAS Roughly speaking, MAS are the only “legitimate containers” of autonomous agents Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 27 / 48
  • 28. Autonomy for Multi-Agent Systems Autonomous Agents are Interactive Interactivity follows, too Since agents are subsystems of a MAS, they interact within the global system by essence of systems in general, rather than of MAS Since agents are autonomous, only data (knowledge, information) crosses agent boundaries Information & knowledge is exchanged between agents leading to more complex patterns than message passing between objects Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 28 / 48
  • 29. Autonomy for Multi-Agent Systems Autonomous Agents Do not Need a Goal Agents govern MAS computation By encapsulating control, agents are the main forces governing and pushing computation, and determining behaviour in a MAS Along with control, agent should then encapsulate the criterion for regulating the thread(s) of control Autonomy as self-regulation The term “autonomy”, at its very roots, means self-government, self-regulation, self-determination “internal unit invocation” [Odell, 2002] This does not imply in any way that agents needs to have a goal, or a task, to be such—to be an agent, then However, this does imply that autonomy captures the cases of goal-oriented and task-oriented agents where goals and tasks play the role of the criteria for governing control Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 29 / 48
  • 30. Autonomy for Multi-Agent Systems Summing Up Definition (Agent) Agents are autonomous computational entities genus agents are computational entities differentia agents are autonomous, in that they encapsulate control along with a criterion to govern it Agents are autonomous From autonomy, many other features stem autonomous agents are interactive, social, proactive, and situated; they might have goals or tasks, or be reactive, intelligent, mobile they live within MAS, and interact with other agents through communication actions, and with the environment with pragmatical actions Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 30 / 48
  • 31. Autonomy in Complex Artificial Systems Outline 1 Autonomy in Programming Languages 2 Autonomy for Multi-Agent Systems 3 Autonomy in Complex Artificial Systems 4 Conclusion Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 31 / 48
  • 32. Autonomy in Complex Artificial Systems Complex Systems . . . by a complex system I mean one made up of a large number of parts that interact in a non simple way [Simon, 1962] Which “parts” for complex systems? is autonomy of “parts” a necessary precondition? is it also sufficient? Which kind of systems are we looking for? what is autonomy for a system as a whole? where could we find significant examples? Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 32 / 48
  • 33. Autonomy in Complex Artificial Systems Nature-inspired Models Complex natural systems such as physical, chemical, biochemical, biological, social systems natural system exhibit features such as distribution, opennes, situation, fault tolerance, robustness, adaptiveness, . . . which we would like to understand, capture, then bring to computational systems Nature-Inspired Computing (NIC) For instance, NIC [Liu and Tsui, 2006] summarises decades of research activities putting emphasis on autonomy of components self-organisation of systems Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 33 / 48
  • 34. Autonomy in Complex Artificial Systems Autonomy & Interaction I Self-organisation Autonomy of systems requires essentially the same features that self-organising systems exhibit . . . such as opennes, situation, fault tolerance, robustness, adaptiveness, . . . (say it again) . . . by a complex system I mean one made up of a large number of parts that interact in a non simple way [Simon, 1962] Autonomy & Interaction “parts” should be autonomous interaction is essential as well Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 34 / 48
  • 35. Autonomy in Complex Artificial Systems MAS & Complexity I Autonomy & Interaction Multi-Agent Systems (MAS) are built around autonomous components How can MAS deal with self-organisation, properly handling interaction among components? The observation of self-organising termite societies led to the following observation: The coordination of tasks and the regulation of constructions are not directly dependent from the workers, but from constructions themselves [Grass´, 1959] e Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 35 / 48
  • 36. Autonomy in Complex Artificial Systems MAS & Complexity II Coordination as the key issue many well-known examples of natural systems – and, more generally, of complex systems – seemingly rely on simple yet powerful coordination mechanisms for their key features—such as self-organisation it makes sense to focus on coordination models as the core of complex MAS . . . since they are conceived to deal with the complexity of interaction [Omicini, 2013] Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 36 / 48
  • 37. Autonomy in Complex Artificial Systems Basic Issues of Nature-inspired Coordination I Environment environment is essential in nature-inspired coordination it works as a mediator for component interaction — through which the components of a distributed system can communicate and coordinate indirectly it is active — featuring autonomous dynamics, and affecting component coordination it has a structure — requiring a notion of locality, and allowing components of any sort to move through a topology Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 37 / 48
  • 38. Autonomy in Complex Artificial Systems Basic Issues of Nature-inspired Coordination II Stochastic behaviour complex systems typically require probabilistic models don’t know / don’t care non-deterministic mechanisms are not expressive enough to capture all the properties of complex systems such as biochemical and social systems probabilistic mechanisms are required to fully capture the dynamics of coordination in nature-inspired systems coordination models should feature (possibly simple yet) expressive mechanisms to provide coordinated systems with stochastic behaviours Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 38 / 48
  • 39. Autonomy in Complex Artificial Systems Coordination Middleware I Middleware Coordination middleware to build complex software environment Coordination abstractions to embed situatedness and stochastic behaviours Coordination abstractions to embed social rules–such as norms, and laws Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 39 / 48
  • 40. Autonomy in Complex Artificial Systems Coordination Middleware II Nature-inspired middleware starting from early chemical and stigmergic approaches, nature-inspired models of coordination evolved to become the core of complex distributed systems—such as pervasive, knowledge-intensive, intelligent, and self-* systems this particularly holds for tuple-based coordination models [Omicini and Viroli, 2011] tuple-based middleware as a perspective technology for complex autonomous systems Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 40 / 48
  • 41. Conclusion Outline 1 Autonomy in Programming Languages 2 Autonomy for Multi-Agent Systems 3 Autonomy in Complex Artificial Systems 4 Conclusion Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 41 / 48
  • 42. Conclusion Conclusion I Autonomy Components should be autonomous in autonomous systems Agent models and technologies are the most likely answers to the issues of autonomy of components Interaction Autonomous systems require self-organisation patterns Interaction is another essential dimension of self-organisation Coordination Coordination models and technologies for governing interaction . . . including social norms and laws Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 42 / 48
  • 43. Conclusion Conclusion II Nature-inspired coordination Nature-inspired coordination models for autonomous systems Tuple-based coordination models are the most likely candidates to face the issues of autonomy of complex systems Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 43 / 48
  • 44. Outline 1 Autonomy in Programming Languages 2 Autonomy for Multi-Agent Systems 3 Autonomy in Complex Artificial Systems 4 Conclusion Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 44 / 48
  • 45. Bibliography Bibliography I Graesser, S. F. A. (1996). Is it an agent, or just a program?: A taxonomy for autonomous agents. In M¨ller, J. P., Wooldridge, M. J., and Jennings, N. R., editors, u Intelligent Agents III Agent Theories, Architectures, and Languages: ECAI’96 Workshop (ATAL) Budapest, Hungary, August 12–13, 1996 Proceedings, volume 1193 of Lecture Notes In Computer Science, pages 21–35. Springer. Grass´, P.-P. (1959). e La reconstruction du nid et les coordinations interindividuelles chez Bellicositermes natalensis et Cubitermes sp. la th´orie de la stigmergie: e Essai d’interpr´tation du comportement des termites constructeurs. e Insectes Sociaux, 6(1):41–80. Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 45 / 48
  • 46. Bibliography Bibliography II Liu, J. and Tsui, K. C. (2006). Toward nature-inspired computing. Communications of the ACM, 49(10):59–64. Odell, J. (2002). Objects and agents compared. Journal of Object Technologies, 1(1):41–53. Omicini, A. (2013). Nature-inspired coordination models: Current status, future trends. ISRN Software Engineering, 2013. Article ID 384903, Review Article. Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 46 / 48
  • 47. Bibliography Bibliography III Omicini, A. and Viroli, M. (2011). Coordination models and languages: From parallel computing to self-organisation. The Knowledge Engineering Review, 26(1):53–59. Special Issue 01 (25th Anniversary Issue). Simon, H. A. (1962). The architecture of complexity. Proceedings of the American Philosophical Society, 106(6):467–482. Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 47 / 48
  • 48. Autonomy, Interaction & Complexity in Computational Systems Preliminary Notes Andrea Omicini andrea.omicini@unibo.it Dipartimento di Informatica: Scienza e Ingegneria (DISI) Alma Mater Studiorum—Universit` di Bologna a Cesena a Law and Policy for Autonomous Military Systems Workshop European University Institute in Florence, Italy – 6 March 2013 Andrea Omicini (DISI, Univ. Bologna) Autonomy, Interaction & Complexity LaPfAMS – 6/3/2013 48 / 48