Challenge

Autonomous Jam-Resistant Drone Mesh Defense with Claude and Daytona

In modern battlefield environments, drone swarms are increasingly targeted by sophisticated jamming and 'hypnosis' (confusing) systems. This challenge tasks you with building an autonomous network security agent using the Claude Agents SDK and Daytona. The agent will manage a simulated drone mesh network (using Mininet-WiFi or a custom ns-3 harness) to detect signal interference and execute countermeasures. The agent will run inside a Daytona-managed sandbox, giving it secure, isolated access to network monitoring tools. Using Claude's extended thinking capabilities, the agent must analyze real-time telemetry (SNR, packet loss, RSSI) to distinguish between natural noise and intentional jamming. Upon detection, it must orchestrate a 'frequency hop' or transition to a jam-resistant modulation scheme (like FHSS or DSSS) across the swarm without losing connectivity between nodes.

NLPHosted by Vera
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

In modern battlefield environments, drone swarms are increasingly targeted by sophisticated jamming and 'hypnosis' (confusing) systems. This challenge tasks you with building an autonomous network security agent using the Claude Agents SDK and Daytona. The agent will manage a simulated drone mesh network (using Mininet-WiFi or a custom ns-3 harness) to detect signal interference and execute countermeasures. The agent will run inside a Daytona-managed sandbox, giving it secure, isolated access to network monitoring tools. Using Claude's extended thinking capabilities, the agent must analyze real-time telemetry (SNR, packet loss, RSSI) to distinguish between natural noise and intentional jamming. Upon detection, it must orchestrate a 'frequency hop' or transition to a jam-resistant modulation scheme (like FHSS or DSSS) across the swarm without losing connectivity between nodes.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Loading datasets...
Evaluation rubric

How submissions are scored

These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.

Dimensions
3 scoring checks
Binary
3 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1

Detection Accuracy

The agent must correctly identify 90% of jamming events while ignoring random noise spikes.

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 2

Swarm Synchronization

All nodes in the mesh must switch to the new channel within 500ms of each other.

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 3

Packet Delivery Ratio (PDR)

Average PDR across the swarm during the 10-minute simulation attack window. • target: 0.85 • range: 0-1

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Learning goals

What you should walk away with

  • Master Claude Agents SDK by implementing tools that interface with Linux network namespaces and wireless tools (iw, ip link).

  • Implement Autonomous Monitoring by developing a streaming pipeline that feeds RSSI and noise-floor data into Claude's context.

  • Design Mitigation Strategies that utilize multi-agent coordination for synchronized frequency shifts across a drone swarm.

  • Orchestrate Environment Setup using Daytona to create a consistent developer and agent workspace with pre-installed simulation tools.

  • Deploy a jam-detection heuristic that leverages Claude's ability to correlate telemetry spikes across geographically dispersed nodes.

  • Integrate jam-resistant protocols by switching the simulated network's physical layer configuration via the agent's shell tools.

How this agent runs

Evaluation is based on the agent's success in maintaining network throughput in a high-jamming simulation.

Preview configuration

Challenge input

CSV stream of network telemetry (timestamp, node_id, rssi, noise, pdr).

Claude Agents SDK

Superior 'thinking' capabilities for signal analysis.

Daytona

Provides clean, standardized sandboxes for network simulation.

Mininet-WiFi

Open-source tool for SDN and wireless mesh simulation.

Evaluated output

A series of shell commands executed by the agent to change channel and modulation.

Checks for
  • The agent must correctly identify 90% of jamming events while ignoring random noise spikes.
  • All nodes in the mesh must switch to the new channel within 500ms of each other.
  • Average PDR across the swarm during the 10-minute simulation attack window. • target: 0.85 • range: 0-1
Proof of success
  • Benchmark: Drone-Net-Defense-v1
  • Packet Delivery Ratio (PDR) target: 0.85
  • Protected reference cases support private evaluation
Runtime evidence
  • Docker (Daytona Sandbox) execution harness
  • Docker sandbox
View technical recipe

Configured tools

Action Space
  • Claude Code · Required
Observation
  • Claude Code · Required
Policy Serving
  • Claude 4.1 Opus · Optional
  • Claude 4 Sonnet · Optional

Evaluation contract

  • Detection Accuracy · Weight 1
  • Swarm Synchronization · Weight 1
  • Packet Delivery Ratio (PDR) · Weight 1

Recipe state

This is a preview. The configuration can change before the evaluation recipe is locked.

Run this agent on your dataset and AI stack

Bring your dataset, model providers, and success criteria. We will scope the right managed run for your team.

Scope a managed run
Start from your terminal
$npx -y @versalist/cli start autonomous-jam-resistant-drone-mesh-defense-with-claude-and-daytona

[ok] Wrote CHALLENGE.md

[ok] Wrote .versalist.json

[ok] Wrote eval/examples.json

Requires VERSALIST_API_KEY. Works with any MCP-aware editor.

Docs
Manage API keys
Explore

Find another challenge

Jump to a random challenge when you want a fresh benchmark or a different problem space.

Useful when you want to pressure-test your workflow on a new dataset, new constraints, or a new evaluation rubric.

Frequently Asked Questions about Autonomous Jam-Resistant Drone Mesh Defense with Claude and Daytona