AI infrastructure / systems notebook

I study how intelligence emerges from systems.

I work on AI infrastructure and follow this question across the stack: how agent collectives coordinate, and how compute, fabrics, memory, and runtime tuning shape what they can do. This is a working index of my notes, experiments, and projects.

01 Compute substrate

GPU clusters, topology, RDMA/RoCE, NVLink, PCIe/CXL, memory pressure, and tuning.

02 Distributed runtime

Cloud systems, heterogeneous compute, model execution, workflow placement, and cost-performance.

03 Agent collectives

Coordination, control planes, shared memory, tool use, deterministic workflows, and review.

04 Emergent systems

How models, memory, tools, agents, and infrastructure combine into new system behavior.

Recent notes

Writing archive

Active builds

  • Agent Graphagent control plane

    Deterministic multi-agent engineering for VS Code: issue graphs, MCP control, isolated Codex workers, and parallel execution through bounded workflows.

    Project pageInstall VSIX
  • Agent Runneragent runtime

    Server-side multi-agent orchestration with mailbox queues, agenda tasks, groups, resources, and deterministic project state.

    Project page
  • Agentify Cloudcloud runtime

    Agent-native cloud runtime with FastAPI, FastMCP, AGENTS.md policy, route intents, JSON contracts, and validation.

    Project page
  • vLLM-MoE GPU Prefetchmodel runtime

    Reduces a normal 80GB GPU demand to 40GB while reaching 128.59 tokens/s on an A100 40GB for 26B MoE inference.

    Repo
  • PCIe over Networkremote fabric

    Software-defined remote PCIe virtualization where a host can access physical PCIe devices across a network while preserving native driver behavior.

    BlogDemo
Project archive
  • vLLM MoE CPU Offloadmodel runtime

    GPU-native MoE offload using CPU host memory as the expert-weight bank for constrained GPU memory.

    Repo
  • llama.cpp-MoElocal inference

    Router-aware GPU expert slots for local MoE inference under constrained GPU memory.

    Repo
  • GPU-native Scheduler for GPU Computingscheduling

    Patent-submitted scheduling approach for GPU resource management.

  • SuperKernel for SuperPod GPU Clustersgpu fabric

    Patent-submitted Jupyter kernel architecture for large GPU fabric execution.

    Repo
  • Nextflow IaC Pluginheterogeneous cloud

    Infrastructure-as-code orchestration for pipelines across Arm, GPU, and x86 infrastructure.

    RepoReference 1Reference 2
  • Distributed MCP Protocol for AI-native CDN Architecturedistributed agents

    Distributed protocol design for AI-native content delivery and agent coordination.

    Demo
  • PCIe-Net and RDMA over PCIe/CXLfabric networking

    TCP/IP-over-PCIe/CXL and RDMA-style data movement across high-speed interconnect fabrics.

    Demo
  • CXL Switch SoC and Cluster-on-Boardsystem architecture

    Switch-chip and multi-CPU board-level architectures for scalable AI and HPC systems.

  • Multi-rail HPC Computing Systemhpc rendering

    Multi-rail HPC computing architecture for production rendering workloads.

Elsewhere