paper-with-me

홈 › Papers

IronEngine: Towards General AI Assistant

2026-03-09 · Xi Mo arxiv

This paper presents IronEngine, a general AI assistant platform organized around a unified orchestration core that connects a desktop user interface, REST and WebSocket APIs, Python clients, local and cloud model backends, persistent memory, task scheduling, reusable skills, 24-category tool execution, MCP-compatible extensibility, and hardware-facing integration. IronEngine introduces a three-phase pipeline -- Discussion (Planner--Reviewer collaboration), Model Switch (VRAM-aware transition), and Execution (tool-augmented action loop) -- that separates planning quality from execution capability. The system features a hierarchical memory architecture with multi-level consolidation, a vectorized skill repository backed by ChromaDB, an adaptive model management layer supporting 92 model profiles with VRAM-aware context budgeting, and an intelligent tool routing system with 130+ alias normalization and automatic error correction. We present experimental results on file operation benchmarks achieving 100\% task completion with a mean total time of 1541 seconds across four heterogeneous tasks, and provide detailed comparisons with representative AI assistant systems including ChatGPT, Claude Desktop, Cursor, Windsurf, and open-source agent frameworks. Without disclosing proprietary prompts or core algorithms, this paper analyzes the platform's architectural decomposition, subsystem design, experimental performance, safety boundaries, and comparative engineering advantages. The resulting study positions IronEngine as a system-oriented foundation for general-purpose personal assistants, automation frameworks, and future human-centered agent platforms.

📄 PDF Abstract BibTeX arXiv:2603.08425

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AMiD: Knowledge Distillation for LLMs with $α$-mixture Assistant Distribution

2025-10-13 · Donghyeok Shin, Yeongmin Kim, Suhyeon Jo, Byeonghu Na 외 arxiv

Autoregressive large language models (LLMs) have achieved remarkable improvement across many tasks but incur high computational and memory costs. Knowledge distillation (KD) mitigates this issue by transferring knowledge…

Knowledge Distillation

A Foundational Multimodal Vision Language AI Assistant for Human Pathology

2023-12-13 · Ming Y. Lu, Bowen Chen, Drew F. K. Williamson, Richard J. Chen 외

The field of computational pathology has witnessed remarkable progress in the development of both task-specific predictive models and task-agnostic self-supervised vision encoders. However, despite the explosive growth o…

Decision MakingDiagnosticLanguage ModellingLarge Language Model+1

Social Contract AI: Aligning AI Assistants with Implicit Group Norms

2023-10-26 · Jan-Philipp Fränken, Sam Kwok, Peixuan Ye, Kanishk Gandhi 외

We explore the idea of aligning an AI assistant by inverting a model of users' (unknown) preferences from observed interactions. To validate our proposal, we run proof-of-concept simulations in the economic ultimatum gam…

LLaSA: Large Language and E-Commerce Shopping Assistant

2024-08-04 · Shuo Zhang, Boci Peng, Xinping Zhao, Boren Hu 외

The e-commerce platform has evolved rapidly due to its widespread popularity and convenience. Developing an e-commerce shopping assistant for customers is crucial to aiding them in quickly finding desired products and re…

Inference OptimizationSpecificity

CAD-Assistant: Tool-Augmented VLLMs as Generic CAD Task Solvers

2024-12-18 · Dimitrios Mallis, Ahmet Serdar Karadeniz, Sebastian Cavada, Danila Rukhovich 외

We propose CAD-Assistant, a general-purpose CAD agent for AI-assisted design. Our approach is based on a powerful Vision and Large Language Model (VLLM) as a planner and a tool-augmentation paradigm using CAD-specific to…

Language ModelingLanguage ModellingLarge Language Model