Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

Biological AI: Building a Tool-Calling Cellular Simulation

Metabolic processes are messy. In biology, organelles like Mitochondria and Lysosomes don't follow a central "script"; they respond to chemical signals and negotiate resources. When building Cyto Agent, I wanted to mirror this…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Metabolic processes are messy. In biology, organelles like Mitochondria and Lysosomes don't follow a central "script"; they respond to chemical signals and negotiate resources. When building Cyto Agent, I wanted to mirror this decentralized intelligence using modern LLM agent patterns.



In this post, we’ll dive into how to build a real-time cellular simulation powered by a "LangGraph-style" tool-calling orchestrator.






The Problem: Scripted vs. Dynamic Intelligence



Most simulations use hard-coded if/else ladders.

if (pathogen) { defend(); }

While efficient, it lacks the nuance of biological adaptation. Cyto Agent replaces these ladders with a Nucleus Agent—an LLM-powered orchestrator that perceives the cell state as unstructured data and decides on actions by reasoning through available tools.





High-Level Architecture



The system is split into three main components:





  1. The Engine (Simulation.ts): A reactive state machine that handles the "physics" of the cell (ATP decay, glucose consumption, pathogen damage).


  2. The Event Bus (EventBus.ts): A pub/sub system that allows agents to "hear" signals without being tightly coupled.


  3. The AI Orchestrator (LangChainService.ts): The bridge between simulation state and LLM reasoning.





The "Sensing Tools" Pattern



The most interesting part of this build is giving the LLM "eyes" and "hands." Instead of feeding the entire state into every prompt, I implemented Tool Calling:




const queryStatus = tool(
async ({ id }) => {
// Returns internal telemetry for specific organelles
return `ATP Efficiency: Level ${state.mitoLevel}, Integrity: ${state.lysoLevel}`;
},
{
name: "query_organelle_status",
description: "Probe specific telemetry from an organelle",
schema: z.object({ id: z.string() }),
}
);






When a crisis occurs, the Nucleus doesn't just panic. It calls check_genomic_database(pathogen_type) to retrieve the specific counter-measures for a Viral vs. Fungal strain. This separates "Domain Knowledge" (the database) from "Reasoning" (the LLM).






Real-Time Visualization



To make the simulation feel alive, we used Framer Motion to animate the cellular components. Pathogens aren't just static dots; their behavior changes based on their type:





  • Viral: Spiky, fast-vibrating fuchsia artifacts that reflect high-frequency replication.


  • Bacterial: Slow-moving emerald pill-shapes reflecting metabolic toxicity.


  • Fungal: Pulsing amber spores representing slow, steady growth.






The Result: Autonomous Evolution



One of the most rewarding features is "Autonomous Evolution." The Nucleus can decide to "evolve" the Mitochondria (upgrading it to Rank 2 or 3) using summarized ATP. This creates a feedback loop where the simulation optimizes itself over time without user intervention.






Want to explore the code?



Check out the full repository here: https://www.dailybuild.xyz/project/128-cyto-agent

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Remote Code Execution (RCE) Defense
Syntax validiert (0 Fehler)
title: Detect Exploitation - Biological AI: Building a Tool-Calling Cellular Simulation
id: 28207681-59d6-45e0-8168-c62bb397c99f
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-26
logsource:
  category: network_connection
  product: any
detection:
  selection:
      DestinationHostname:
        - 'www.dailybuild.xyz'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-26"
        description = "YARA Signature for "
    strings:
        $str = "Biological AI: Building a Tool" ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
(dest_host="www.dailybuild.xyz")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
destination.domain: ("www.dailybuild.xyz") and event.category: "network"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where DestinationHostName in ("www.dailybuild.xyz")
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

IoC Intelligence (1 Indikatoren)
www[.]dailybuild[.]xyz
CTI Threat Relationship Graph2 Knoten / 1 Relationen
CVE / Incident Software MITRE ATT&CK CWE Weakness IoC
🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich Biological AI: Building a Tool-Calling C.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Biological AI: Building a Tool-Calling Cellular Simulation

Thematisch verwandte Begriffe: Biological, Building, ToolCalling, Cellular · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-100534 | OpenClaw versions before 2026.8.1 contain an authorization bypass vulne…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag