Skip to content

System Architecture Overview

Aether Platform is not just a collection of tools. It is an integrated system where four pillars—“Cloud IDE,” “AI Runtime,” “Networking,” and “Audit Governance”—organically combine to create a secure and high-velocity Developer Experience (DevX).

System Correlation Diagram

The diagram below illustrates how each component interacts.

graph TD
    User[Developer / Data Scientist]
    Admin[Admin / CISO]

    subgraph "Aether Platform"
        subgraph "1. Cloud IDE & Orchestration"
            IDE[Workspace Pod\n(DevX / AI-Ready IDE)]
            Nix[Nix Environment]
        end

        subgraph "2. LLM & AI Agents"
            Agent[AI Agent / Cursor]
            Proxy[LLM Proxy\n(AI & MCP Hosting)]
            Compute[Compute Resources]
        end

        subgraph "3. NCS Networking"
            Mesh[Zero Trust Mesh\n(Flexible Connect)]
            Edge[Edge Gateway]
        end

        subgraph "4. Security & Identity"
            Logs[Unified Audit Logs]
            Monitor[Monitoring\n(IdP / Silent Monitoring)]
        end
    end

    User -->|Connect (HTTPS/SSH)| Edge
    Edge -->|Routing| Mesh
    Mesh -->|Secure Tunnel| IDE
    IDE -->|Context| Agent
    Agent -->|Inference Request| Proxy
    Proxy -->|Audit & Masking| Compute

    Mesh -.->|Telemetry| Monitor
    Proxy -.->|Audit Log| Logs
    Admin -->|Dashboard| Monitor

Design Philosophy

Aether Platform packages the individual building blocks provided by companies like AWS or Azure into a “Production-ready DevX Platform.” This allows organizations to skip months of complex infrastructure design and configuration, delivering a state-of-the-art development environment from day one.

1. Security by Design

Security is not an afterthought; it is embedded into the platform foundation as NCS (Network Connectivity Service). All communications are encrypted and verified by default.

2. Ephemeral & Reproducible

Workspaces are treated as “cattle,” not “pets.” Environments defined by Nix are ephemeral—they can be discarded and regenerated in an identical state instantly.

3. AI-First Integration (Tenant Namespaces)

It’s not just an environment for humans to write code. Each tenant is assigned three independent Namespaces: “IDE,” “AI,” and “Network.” These are securely isolated but integrated with the Shared LLM Infrastructure.

Detail: Tenant Architecture

Deployment Options: Lab Environment

“Lab Environment (DC Simulator)” is a verification environment that can be built on a local machine using Hyper-V or WSL. By deploying a production-equivalent Aether Platform configuration inside a single VM, you can rapidly conduct PoCs or small-scale functional verification even in environments with limited internet connectivity.