synlynk is the coordination OS for AI workgroups.
Building the stable infrastructure layer that enables developers to run parallel, model-diverse, cost-bounded agent teams.
The OS Layer Framing
Today's AI tools are powerful, but they operate as standalone entities. They lack a common filesystem, cannot securely pass tasks between each other, and do not track cumulative resource spend. synlynk solves this by introducing a local operating system abstraction layer under the agents.
Harness Kernel
Launches and monitors agent processes, managing inputs/outputs and detecting failure loops in real time.
State Filesystem
A shared SQLite state database (state.db) that acts as the single source of truth for all project logs and story boards.
Scheduler / IPC
Coordinates background dispatches, handles queue sequencing, and propagates context updates across different agent processes.
The Workgroup
A hybrid team consisting of human coordinators and specialized autonomous agent archetypes.
Nikhil Soman
Human ArchitectCoordinates releases, sets the high-level roadmap boundaries, and reviews agent decisions.
Claude
Code Auditor / ReviewerProvides non-interactive code reviews, compliance audits, and strategic architectural guidelines.
Gemini / Agy
Front-End Designer / SMESpecializes in template engineering, structured markup, and the unified CSS design system.
Grok
Animation & Interactive SMEBuilds canvas visualizations, client-side interactions, and responsive UI components.
Codex
Backend / Dispatch SpecialistOptimizes the SQLite engine, handles CLI command execution, and designs the async daemon loops.