Friday, June 17, 2011

Agents–An Introduction

See, I told you I’d talk about it soon.  So, let’s start at the beginning.  What is an agent?  In the most basic sense, an agent is something with autonomy; that is, an agent is something that can work without oversight to accomplish some goal.  Broad, eh?  Let’s get more specific, then.  We’re really talking about software agents here: a piece of software that has some level of intelligence and works on its own.  This is still pretty broad, but we’ll use this definition moving forward.

An agent by itself isn’t that interesting.  What makes these useful is their ability for collaboration.  We call a collection of agents a multi-agent system.  Just so that we are clear, I want to differentiate between two different types of multi-agent system.  The more common type is used in computer simulations.  Think the Game of Life.  While these are certainly an interesting topic, they are not today’s topic. 

Instead, we’re talking about agent-oriented software engineering.  Think of each agent as a software component, and the application as the system created from the interactions of the agents.

Thursday, June 16, 2011

The Beginning

Well.  I've decided that I want to try my hand at blogging.  I haven't fully congealed on a topic (or topics) yet, but I figure this will be a good way to improve my writing skills.  For now, the blog will likely focus on various things that I find interesting.

One thing that I am definitely considering is writing about agents and multi-agent system development.  I am by no means an expert on the topic (yet!), but I have been studying it for a bit now.  In fact, for my Master's Capstone project, I've been working on writing a Perl library for creating these systems.  I'll talk about this stuff more in later posts, I'm sure.