BloClaw: An Omniscient, Multi-Modal Agentic Workspace for Next-Generation Scientific Discovery

arXiv cs.AI / 4/2/2026

📰 NewsDeveloper Stack & InfrastructureSignals & Early TrendsIdeas & Deep AnalysisTools & Practical UsageModels & Research

Key Points

  • BloClawは、LLMを「AI Scientists」から実運用可能な研究環境へつなぐための、マルチモーダルなエージェント型ワークスペース(AI4S向けOS)として提案されています。
  • 主要なボトルネックであるJSONベースのツール呼び出し不安定性に対し、XML-Regexデュアルトラック・ルーティングにより直列化失敗を統計的に大幅低減(0.2% vs 17.6%)すると述べています。
  • 実行サンドボックスで可視化成果(グラフ等)が失われる問題には、Pythonのmonkey-patchingを用いたRuntime State Interception SandboxでPlotly/Matplotlibの動的可視化を捕捉・コンパイルし、CORS制約の回避を狙います。
  • UI面では状態駆動のDynamic Viewportにより、コマンドデッキから空間レンダリングまでシームレスに切り替える構成を示しています。
  • RDKit、ESMFoldを用いた3Dタンパク質フォールディング、分子ドッキング、自律RAGなどでベンチマークし、研究アシスタントの“自己進化的パラダイム”として評価し、オープンソースを公開しています。

Abstract

The integration of Large Language Models (LLMs) into life sciences has catalyzed the development of "AI Scientists." However, translating these theoretical capabilities into deployment-ready research environments exposes profound infrastructural vulnerabilities. Current frameworks are bottlenecked by fragile JSON-based tool-calling protocols, easily disrupted execution sandboxes that lose graphical outputs, and rigid conversational interfaces inherently ill-suited for high-dimensional scientific data.We introduce BloClaw, a unified, multi-modal operating system designed for Artificial Intelligence for Science (AI4S). BloClaw reconstructs the Agent-Computer Interaction (ACI) paradigm through three architectural innovations: (1) An XML-Regex Dual-Track Routing Protocol that statistically eliminates serialization failures (0.2% error rate vs. 17.6% in JSON); (2) A Runtime State Interception Sandbox that utilizes Python monkey-patching to autonomously capture and compile dynamic data visualizations (Plotly/Matplotlib), circumventing browser CORS policies; and (3) A State-Driven Dynamic Viewport UI that morphs seamlessly between a minimalist command deck and an interactive spatial rendering engine. We comprehensively benchmark BloClaw across cheminformatics (RDKit), de novo 3D protein folding via ESMFold, molecular docking, and autonomous Retrieval-Augmented Generation (RAG), establishing a highly robust, self-evolving paradigm for computational research assistants. The open-source repository is available at https://github.com/qinheming/BloClaw.