paper-with-me

Papers

Cognitive Kernel: An Open-source Agent System towards Generalist Autopilots

2024-09-16 · Hongming Zhang, Xiaoman Pan, Hongwei Wang, Kaixin Ma, Wenhao Yu, Dong Yu

We introduce Cognitive Kernel, an open-source agent system towards the goal of generalist autopilots. Unlike copilot systems, which primarily rely on users to provide essential state information (e.g., task descriptions) and assist users by answering questions or auto-completing contents, autopilot systems must complete tasks from start to finish independently, which requires the system to acquire the state information from the environments actively. To achieve this, an autopilot system should be capable of understanding user intents, actively gathering necessary information from various real-world sources, and making wise decisions. Cognitive Kernel adopts a model-centric design. In our implementation, the central policy model (a fine-tuned LLM) initiates interactions with the environment using a combination of atomic actions, such as opening files, clicking buttons, saving intermediate results to memory, or calling the LLM itself. This differs from the widely used environment-centric design, where a task-specific environment with predefined actions is fixed, and the policy model is limited to selecting the correct action from a given set of options. Our design facilitates seamless information flow across various sources and provides greater flexibility. We evaluate our system in three use cases: real-time information management, private information management, and long-term memory management. The results demonstrate that Cognitive Kernel achieves better or comparable performance to other closed-source systems in these scenarios. Cognitive Kernel is fully dockerized, ensuring everyone can deploy it privately and securely. We open-source the system and the backbone model to encourage further research on LLM-driven autopilot systems.

📄 PDF Abstract BibTeX arXiv:2409.10277

Code (1)

tencent/cogkernel 공식 구현

Tasks

Management

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Cognitive Kernel-Pro: A Framework for Deep Research Agents and Agent Foundation Models Training

2025-08-01 · Tianqing Fang, Zhisong Zhang, Xiaoyang Wang, Rui Wang 외 arxiv

General AI Agents are increasingly recognized as foundational frameworks for the next generation of artificial intelligence, enabling complex reasoning, web interaction, coding, and autonomous research capabilities. Howe…

MaxKernel: Agentic Kernel Generation for TPUs

2026-09-03 · Shangkun Wang, Nina Cai, Charles Hoong, Julian Walker 외 arxiv

Designing and authoring high-performance custom kernels for accelerators is a complex task that requires deep hardware-level expertise. Large Language Models (LLM) can be leveraged together with real-time compiler feedba…

Kernel Based Cognitive Architecture for Autonomous Agents

2022-07-02 · Alexander Serov

One of the main problems of modern cognitive architectures is an excessively schematic approach to modeling the processes of cognitive activity. It does not allow the creation of a universal architecture that would be ca…

NEOLAF, an LLM-powered neural-symbolic cognitive architecture

2023-08-08 · Richard Jiarui Tong, Cassie Chen Cao, Timothy Xueqian Lee, Guodong Zhao 외

This paper presents the Never Ending Open Learning Adaptive Framework (NEOLAF), an integrated neural-symbolic cognitive architecture that models and constructs intelligent agents. The NEOLAF framework is a superior appro…

Incremental LearningMath

AccelOpt: A Self-Improving LLM Agentic System for AI Accelerator Kernel Optimization

2025-11-19 · Genghan Zhang, Shaowei Zhu, Anjiang Wei, Zhenyu Song 외 arxiv

We present AccelOpt, a self-improving large language model (LLM) agentic system that autonomously optimizes kernels for emerging AI acclerators, eliminating the need for expert-provided hardware-specific optimization kno…