paper-with-me

Papers

Glass Box at Orbit: A Constitutional AI Verification Framework for Trustworthy Autonomous CubeSat Intelligence

2026-06-02 · Karthik Barma, Anil Sanneboyina, V C Premchand Yadav arxiv

The space industry is quietly building toward something nobody has fully reckoned with: orbital data centers running thousands of autonomous AI workloads with no human in the loop, 550 km above the Earth. Microsoft, AWS, and a growing list of orbital computing ventures are moving cloud-scale processing off the ground and into orbit. What none of them have answered yet is the governance question -- when autonomous AI systems at orbital data center scale make wrong decisions in space, what stops those decisions before they become irreversible? We introduce Glass Box: a runtime constitutional AI verification layer that intercepts every candidate action from an onboard AI policy and evaluates it against six physics-grounded constitutional constraints and seven Linear Temporal Logic (LTL) safety invariants before a single command reaches any spacecraft subsystem. Every approved action carries a weighted explainability score E(a_t) in [0,1] and a complete constitutional audit log. We demonstrate Glass Box within Project October: a fully simulated five-layer autonomous orbital intelligence architecture for CubeSat-class spacecraft. We prove that Glass Box verification overhead is O(N_c) in the number of constitutional rules, independent of model size or spacecraft state dimension. We present a complete formal specification of the constitutional constraint grammar, seven LTL safety invariants verified by Z3 and NuSMV model checking, and a detailed worked example of Glass Box intercepting an unsafe inference request at eclipse-entry under degraded battery state. As orbital computing scales toward data center infrastructure, runtime constitutional verification is no longer a research novelty -- it is mission-critical safety infrastructure that every autonomous orbital platform will eventually require.

📄 PDF Abstract BibTeX arXiv:2606.02967

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Constitutional Spec-Driven Development: Enforcing Security by Construction in AI-Assisted Code Generation

2026-01-31 · Srinivas Rao Marri arxiv

The proliferation of AI-assisted "vibe coding" enables rapid software development but introduces significant security risks, as Large Language Models (LLMs) prioritize functional correctness over security. We present Con…

Code Generation

ORBIT: Scalable and Verifiable Data Generation for Search Agents on a Tight Budget

2026-04-01 · Nandan Thakur, Zijian Chen, Xueguang Ma, Jimmy Lin arxiv

Search agents, which integrate language models (LMs) with web search, are becoming crucial for answering complex user queries. Constructing training datasets for deep research tasks, involving multi-step retrieval and re…

Question Answering

Aligned: A Platform-based Process for Alignment

2023-11-15 · Ethan Shaotran, Ido Pesok, Sam Jones, Emi Liu

We are introducing Aligned, a platform for global governance and alignment of frontier models, and eventually superintelligence. While previous efforts at the major AI labs have attempted to gather inputs for alignment, …

Symmetry-Aware Likelihood-Orbit Aggregation for Selective Left-Right Claim Verification

2026-09-15 · Zhouzhi Xiong, Chuxi Zhang, Weizhen He, Yi Chen 외 arxiv

Frozen vision-language models (VLMs) remain unreliable on fine-grained left-right claims, and raw claim likelihoods need not reliably rank verification errors. After a horizontal-reflection intervention is fixed, how sho…

DEEPMED Search: An Open-Source Agentic Platform for Medical Deep Research with Introspective Verification

2026-06-29 · Maolin Liu, Fanyu Xu, Ruoqing Xu, Jiahang Zhang 외 arxiv

Navigating the deluge of heterogeneous medical data, from academic literature (PubMed) to clinical guidelines (Web) and private knowledge bases, remains a critical bottleneck for evidence-based medicine. While commercial…