Research and sources

ASTRA-IDE is built on seven contributions. Each one is evaluated on a real public dataset, and every headline number below comes from a trained artifact committed in the repository. Each card links to the paper it implements and the official dataset, so any claim can be traced to its source.

B4

Adaptive sandboxing and intrusion detection

F1 0.82

A risk model picks the cheapest safe isolation tier; a graph model flags exploits.

on LID-DS CVE traces, above STIDE (0.75) and a frequency baseline (0.73)

Method
Risk-scored runc/gVisor/Firecracker tiers plus a multi-scale syscall-graph IDS
Paper
A graph deep-learning intrusion detection system for containersIacovazzi and Raza, IEEE CSR 2022
B5

Multi-cluster federation

live failover

Karmada spreads workspaces across clusters with automatic failover.

workspace pods reschedule when a member cluster is taken down

Method
Karmada propagation and override policies plus a demand-aware optimizer
Paper
AI-driven cloud resource optimization for multi-cluster environmentsPunniyamoorthy et al., 2025
B6

Carbon-aware scheduling

30%

Placement and deferrable work follow live grid carbon intensity.

CO2 reduction at a 24-step deferral budget on real UK grid data

Method
PCAPS-style temporal shifting plus a carbon term in the scheduler
Paper
Carbon- and Precedence-Aware Scheduling for data processing clusters (PCAPS)Lechowicz et al.
B7

Real-time collaboration

converges

Multiple users edit the same file with conflict-free CRDT synchronization.

order-independent merge verified on a real keystroke trace

Method
Yjs CRDT bound to Monaco over a WebSocket relay
Paper
Collaborative Text Editing with Eg-walker: better, faster, smallerKleppmann et al., EuroSys 2025

Evaluation harnesses live under benchmarks/; trained artifacts and their metrics live under ml/*/artifacts/ in the repository.