[PAAMS 2014] SMAAP: Bridging the Virtual-Physical Divide with Agent-Managed Ad-hoc Networking

An Agent-Managed Ad-hoc Social Network to Facilitate F2F Networking at PAAMS 2014

2014-01-01
Ludo Stellingwerff, Giovanni Egidio Pazienza
Summary
Problem
Method
Results
Takeaways
Abstract

The paper introduces SMAAP, an agent-managed ad-hoc social network designed for PAAMS 2014. It utilizes a Multi-Agent System (MAS) to autonomously match conference participants based on scientific interests and proximity to facilitate Face-to-Face (F2F) interactions.

TL;DR

SMAAP is a decentralized social networking application that uses autonomous software agents to foster real-world connections. By analyzing scientific papers and interests locally on a user's device, it alerts conference attendees when a relevant peer is nearby, effectively transforming digital data into face-to-face collaborations.

Background & Positioning

Unlike traditional social platforms that keep users glued to screens (creating "virtual ties"), SMAAP aims for Physical Networking. Positioned at the intersection of Multi-Agent Systems (MAS) and Context-Aware Computing, this project acts as a functional bridge between the cloud-stored professional data (LinkedIn, paper repositories) and the immediate physical environment of a conference.

The Problem: The Invisible Potential of Crowds

Professional gatherings often suffer from a "lost opportunity" paradox: you might be standing five feet away from your next great collaborator but never know it. Current solutions are either:

  • Centralized: Storing sensitive location and interest data on a single server, posing privacy risks.
  • Passive: Relying on users to manually search and find each other.

The authors argue that social networks need a "proactive entity"—a personal digital twin—to manage interactions autonomously and securely.

Methodology: The Anatomy of SMAAP

The core innovation lies in its decentralized agent architecture. Instead of a "God-view" server matching users, the work is distributed:

  1. Personal Agents: Running on Android devices, these agents manage the user's specific data (e.g., paper keywords, LinkedIn profiles).
  2. Context Agents: These handle environment-specific data like Wi-Fi proximity.
  3. The Eve Platform: A web-based agent platform that allows these entities to communicate and negotiate without a central hub.
  4. CAPE (Context-Aware Programming Environment): Provides the logic for agents to understand and manipulate "context" (time, location, and social standing).

SMAAP User Interface Concept Figure 1: Notification interface showing how User A is prompted about a nearby relevant researcher.

Interactions & Experiments

When two users with matching interests (e.g., shared citations or research keywords) are in the same Wi-Fi range, the personal agent triggers a notification. The user can then:

  • Localize the peer on a map.
  • Read their recent PAAMS paper.
  • Request contact details (which requires a "handshake" approval from the other user's agent).

User Localization and Proximity View Figure 2: The localization feature helping users find each other in the physical conference venue.

The demonstration at PAAMS 2014 proved that this "intelligent amplification"—humans and agents working together—could significantly lower the barrier to starting professional conversations.

Critical Analysis & Conclusion

Takeaway

SMAAP represents an early but potent example of Ad-hoc Social Networking. Its value isn't just in the matching algorithm, but in its decentralized nature which respects user privacy while encouraging physical movement.

Limitations & Future Work

The system's reliance on specific Wi-Fi networks and Android devices was a limitation in 2014. Furthermore, the "Interest Matching" logic was relatively simple (keyword matching). Future iterations could leverage Large Language Models (LLMs) to perform deeper semantic matching between agents to identify even more non-obvious collaborative opportunities.

Ultimately, SMAAP shows that the future of social networks isn't just about "connecting people" online, but about using agents to navigate the complexities of the physical world.

Find Similar Papers

Try Our Examples

  • Search for recent papers that use Multi-Agent Systems (MAS) to solve privacy concerns in location-based social networks.
  • Which original studies by Stellingwerff and Pazienza defined the Context-Aware Programming Environment (CAPE), and how is context modeled within it?
  • Explore how contemporary decentralized social networking protocols like Nostr or Farcaster implement similar proximity-based discovery features.
Contents
[PAAMS 2014] SMAAP: Bridging the Virtual-Physical Divide with Agent-Managed Ad-hoc Networking
1. TL;DR
2. Background & Positioning
3. The Problem: The Invisible Potential of Crowds
4. Methodology: The Anatomy of SMAAP
5. Interactions & Experiments
6. Critical Analysis & Conclusion
6.1. Takeaway
6.2. Limitations & Future Work