Skip to main content

Applications

Auraison is a platform -- it provides the execution mesh (Ray on Proxmox VMs), data lakehouse (DuckDB + DuckLake + MinIO), experiment tracking (W&B), and agent orchestration (Claude Code subprocess agents). Applications are built on top of this platform in separate repositories.

Each application consumes platform services without modifying the platform itself. The shared abstraction is: workloads are Ray Jobs submitted to the user plane, reading/writing data through the data plane, orchestrated by control plane agents.

Current applications

ApplicationRepoEnvironmentsStatus
Deep Evidence Agents (DEA)aegean-ai/deatorch.dev.gpuRepo created, GraphRAG indexing planned
AR4 Physical-AIaegean-ai/ar4-physical-airos.dev.gpu, torch.dev.gpuEpic in progress (auraison-rj7)
TurtleBot Mazeaegean-ai/turtlebot-mazeros.dev.gpuActive development
MAC Simulatorcontrol-plane/backend/mac/torch.dev.gpuEval framework planned (auraison-wh0)

Planned applications

ApplicationDatasetsEnvironmentDescription
Small Object Detection HPOlanding/coco/, landing/visdrone/, landing/bdd/torch.dev.gpuHyperparameter optimization for small object detection (COCO/VisDrone/BDD)
Sidewalk Extractionlanding/sidewalks/, landing/njtpa/torch.dev.gpuGeospatial sidewalk detection from satellite/aerial imagery
Anomaly Detectionlanding/anomaly-detection/torch.dev.gpuIndustrial/infrastructure anomaly detection

Platform services consumed

Application
|
+--> User Plane (Ray on Proxmox VMs)
| - ray job submit (training, inference, simulation)
| - GPU scheduling via Ray resource requests
| - Runtime environments (torch.dev.gpu, ros.dev.gpu)
|
+--> Data Plane (DuckDB + DuckLake + MinIO)
| - landing/ buckets (raw datasets)
| - warehouse/ buckets (Parquet, artifacts, .rrd recordings)
| - DuckLake catalog (experiment registry, artifact lineage)
|
+--> Control Plane (FastAPI + Claude Code agents)
| - NotebookAgent (job submission)
| - ClusterAgent (health checks)
| - WandBAgent (experiment tracking)
| - LakehouseAgent (data queries)
|
+--> Cloudflare R2 (public artifacts)
- Rerun recordings (app.rerun.io viewer)
- Model demos, visualizations