Back to the atlasFIELD 05 / 07

Software systems & automation

Systems & automation.

Industrial SOP verification, concurrency runtimes, and tools that turn a workflow into a system.

07 PROJECT FAMILIESEXPLORE BELOW ↓
05 / An architecture, opened up.STUDY IN SPACE

Make the pieces work together.

The work in this world.

ORDERED BY DEPTH & EVIDENCE
  1. 01

    Illinix 391

    A Unix-like kernel in C and RISC-V assembly, from virtual memory to an interactive shell.

    Built systemC · RISC-V Assembly · Virtual memory · Operating systems

    START HEREA complete operating-system stack: memory, processes, devices, storage, and a shell, implemented together.

  2. 02

    ISAFE / WITNESS — SOP verification

    An assembly-inspection prototype that tracks procedure steps, flags skips and ordering errors, and attaches video evidence for review.

    Built systemPython · FastAPI · Pydantic · NumPy
  3. 03

    A Go-style runtime in C++

    Cooperative scheduling, epoll-backed I/O, timers, and synchronization in C++17. Waiting tasks yield instead of blocking a worker.

    Built systemC++17 · Linux · ucontext · epoll
  4. 04

    ApplyPilot workflow adaptation

    A local ApplyPilot adaptation adding a Claude CLI provider and crash-resilient parallel scoring.

    AdaptationPython · httpx · Claude CLI · ThreadPoolExecutor
  5. 05

    Full-stack authentication study

    Alternative native-authentication implementations inside a supplied React/GraphQL invoice application, with JWT access tokens, rotating refresh sessions and cookie-based browser integration.

    AdaptationTypeScript · React · Express · GraphQL
  6. 06

    CUDA development environment study

    Introductory CUDA course material for compiling a supplied device-query program and running it through Slurm.

    Reference foundationCUDA · C++ · Slurm
  7. 07

    Blockchain principles reading collection

    A local collection of blockchain course slides and notes.

    Reference foundationDistributed systems · Blockchain coursework