Skip to main content

Agentic Starfish: How Decentralized AI Systems Solve Social Problems Without a Boss

Ilustrační obrázek
Agentic artificial intelligence is no longer just about a single chatbot answering a single question. A new wave of experiments — whether from the labs of large companies or from independent developers on Reddit — shows that the real potential lies in organizing multiple AI agents together. One of the most interesting concepts is connecting agentic AI with the principles of the so-called starfish organization. The result is autonomous systems that behave like a living organism — resilient, without central leadership, and capable of solving problems that neither an individual nor a classic hierarchy could handle.

Listen to this article:

What is an agentic organizational strategy and why it now interests developers and business

Agentic AI represents a fundamental shift from passive models that merely answer queries to active autonomous entities that independently plan, make decisions, and execute tasks. In 2026, we are already talking about agents that can collaborate in groups — and that is precisely where the question of how to organize them comes into play.

The classic approach is hierarchical: one main agent (orchestrator) distributes tasks to subordinate agents. But this model has a weakness — when the lead agent fails, the entire system collapses. And that is why developers are starting to experiment with decentralized structures, where no agent has absolute control and the system continues to function even after the failure of any component.

They seek inspiration in the book The Starfish and the Spider by Ori Brafman and Rod Beckstrom from 2006. In it, the authors described two types of organizations: the spider — where cutting off the head means the death of the whole — and the starfish, which regrows after being cut up. Each piece of a starfish contains all the organs needed to survive and can grow into an entirely new individual. The same principle is now starting to apply to agentic systems.

The automated starfish: What an agentic system without a boss looks like

In communities like Reddit, GitHub, or Discord, experiments with agentic systems inspired by the starfish structure have been emerging in recent months. One recent Reddit post describes an "automated starfish" — a system of agents that independently identify societal problems and coordinate their solutions without central control.

The principle is surprisingly simple. Each agent has three core capabilities:

  • Perception — monitors its environment (data, news, social networks) and detects problems
  • Decision-making — independently evaluates whether it can contribute to the solution, and if so, acts
  • Communication — shares insights with other agents, but without the obligation to wait for their approval

A key feature is the absence of a single control center. Agents communicate directly with each other (peer-to-peer), similar to how blockchain networks or — in biology — neurons of the human brain work. The system is therefore not halted even by the failure of several agents. If one fails, the others continue, and over time a new agent "grows" to take over the role of the lost one.

From theory to practice: Where agentic starfish are already being used

Although it may sound like sci-fi, the first real-world applications of this approach already exist:

Crisis management and humanitarian aid

Decentralized agentic systems are being tested for coordinating aid after natural disasters. Instead of a single command center, autonomous agents operate in the field — each monitors a different area, evaluates needs, and shares information with others. If communication with headquarters goes down, decision-making continues on the spot.

Open-source development and community management

Projects like AutoGPT or CrewAI allow the creation of agent "crews" where agents collaborate on complex tasks without constant human oversight. Newer frameworks such as Microsoft AutoGen or LangGraph already support decentralized communication patterns between agents — it is not just about hierarchy, but also about network topology.

Civic engagement and community organization

This is precisely where the aforementioned Reddit experiment is aimed — agents that analyze local problems (from broken benches to dangerous intersections), report them to the relevant authorities themselves, and track whether they have been resolved. Without a human coordinator.

Comparison: Starfish vs. Spider in agentic AI

Not every task needs decentralization. Here is a practical comparison of both approaches:

Feature Hierarchical model (spider) Decentralized model (starfish)
Control One orchestrator No center, peer-to-peer
Resilience Low — single point of failure High — no single point of failure
Decision speed High for simple tasks Slower, but more robust
Scalability Limited by center capacity Nearly unlimited
Suitable for Corporate workflows, single goal Crisis situations, community projects, research

A Czech footprint: Where agentic systems meet local reality

In Czechia, the concept of agentic AI has so far been gaining traction mainly in companies. The Czech National Bank (ČNB) recently launched its own AI center with Nvidia chips, using models from Mistral, OpenAI, and Alibaba — among other things, for automated supervision of the financial market. The Czech AI Factory in Ostrava, meanwhile, is building computing infrastructure that could also serve for experiments with multi-agent systems.

For independent Czech developers, the path is open through freely available frameworks like CrewAI, AutoGen, or LangGraph. All are free and support Czech language models such as Butterfly (developed at Charles University) or community deployments of Llama models from Meta via Ollama.

What is still missing is broader awareness and practical guides in Czech. Unlike the English-speaking community, where you can find dozens of tutorials on YouTube (for example, channels like AI Jason or Matthew Berman), Czech sources are significantly more modest. This opens up space for the first Czech pioneers.

How much it costs and which tools to use

Running an agentic system depends on the language model chosen:

  • Open-source models (Llama 4, Mistral, Qwen): run locally on your own hardware — costs are only the price of electricity. A graphics card with at least 16 GB VRAM (e.g., RTX 4060 Ti) costs around 10–15 thousand CZK.
  • Commercial APIs (GPT-5.5, Claude Opus, Gemini): prices range from 0.15 to 75 dollars per million tokens depending on the model. For smaller projects, monthly costs come to 500–2,000 CZK.
  • Frameworks: CrewAI, AutoGen, LangGraph — all free and open-source.

For comparison: hierarchical systems like Microsoft Copilot Studio (from $200/month) or UiPath Agents (price on request) are more expensive, but offer enterprise support and integration with existing infrastructure.

Where it is all heading

Agentic organizational strategies are becoming one of the key topics of 2026. Companies like Anthropic (with its financial agents), Microsoft (with agentic Copilot), or OpenAI (with Codex for developers) are showing that this is not just an academic exercise, but a technology with real economic impact.

The starfish model is currently the domain of experimenters and the open-source community, but its principles — resilience, scalability, and independence from a single point — are too powerful to be overlooked. At a time when agentic AI is penetrating banking, insurance, and government administration, decentralization may prove to be a necessary safety mechanism.

Can an individual with no programming experience build an agentic starfish system?

A basic prototype can be created even without deep technical knowledge using no-code platforms like n8n (with AI nodes) or Make.com. However, a fully-fledged decentralized system requires at least basic knowledge of Python and working with APIs. Frameworks like CrewAI offer good documentation for beginners.

How to ensure autonomous agents don't start making mistakes or causing harm?

The key is the so-called "human-in-the-loop" approach — a person approves the agent's important actions before they are carried out. In starfish systems, a consensus mechanism is also used: the agent acts only when the majority of agents in the network agree on it, similar to blockchain. Tools like Honeycomb Agent Observability also enable monitoring of agent decisions in real time.

Can agentic systems be integrated with Czech government systems, such as data boxes (datové schránky)?

Yes, it is technically possible. Data boxes and Czech POINT both have API interfaces through which automated communication is possible. In practice, however, this runs into regulatory limitations — an autonomous agent does not yet have legal personality and thus cannot officially act on behalf of a person or company. However, it can be used as an assistant that prepares the submission and a person simply confirms it. Moreover, the EU is currently preparing an update to the legal framework for autonomous systems as part of the AI Act.

X

Don't miss out!

Subscribe for the latest news and updates.