About Mutuus
Mutuus is a research framework by ByteQuilt cataloging biological computing primitives: data structures, operational strategies, and coordination patterns drawn from nature.
The Mission
Classical data structures were designed with mechanical metaphors: stacks of plates, queues of people, trees branching from roots. These abstractions have served us remarkably well for decades, but they leave performance on the table by treating all data uniformly regardless of access patterns.
Biological systems solve analogous problems with different strategies. Nacre achieves both hardness and toughness through layered architecture. Mycelial networks optimize nutrient transport by strengthening successful paths. Coral reefs grow structure where resources concentrate.
Mutuus asks: what if we cataloged these biological strategies as rigorous computing primitives? Not as metaphors, but as formally specified, benchmarked alternatives that expand what's available for data structures, resource management, and system coordination.
Two Research Lenses
Bottom-Up Discovery
Start with a classical data structure and find a biological analog that offers different properties. The Nacre Array is a counterpart to Vec that self-compresses cold regions. The Mycelial Cache is a counterpart to LRU that uses decay-based eviction.
Top-Down Problem Solving
Start with a systems problem and look for biological systems that solve similar challenges. How do ant colonies schedule heterogeneous work? How do slime molds find shortest paths without centralized control?
Team
Brandon D. Phillips
Principal Researcher
Systems programmer and bio-inspired computing researcher at Vantage Network Group. Founded the Mutuus project to explore nature's organizational patterns as rigorous computing primitives spanning data structures, operational strategies, and coordination patterns.
ByteQuilt
ByteQuilt is a research and engineering division of Vantage Network Group, focused on low-level computing primitives. Our work spans systems programming, data structure design, and bio-inspired computing. Mutuus is our flagship research program, cataloging biological computing primitives across three tiers: organics (data structures), metabolics (operational strategies), and ecologics (coordination patterns). These primitives are tested and validated across a portfolio of production systems.
Bergcache
A graph-aware CDN cache layer that uses Mycelial Cache topology to keep related assets warm across edge nodes.
LumineDB
An event-sourced database that stores time-series data in Nacre Arrays, compressing cold historical segments transparently.
Formicary
A distributed agent coordination framework using Termite Queues (organic) for scheduling and Unihemispheric Sleep (metabolic) for colony resource management.
Phino UI
ByteQuilt's design system and component framework, built on golden-ratio spacing and used across all our projects and documentation, including Mutuus.