paper-with-me

Papers

Context Engineering: From Prompts to Corporate Multi-Agent Architecture

2026-03-10 · Vera V. Vishnyakova arxiv

As artificial intelligence (AI) systems evolve from stateless chatbots to autonomous multi-step agents, prompt engineering (PE), the discipline of crafting individual queries, proves necessary but insufficient. This paper introduces context engineering (CE) as a standalone discipline concerned with designing, structuring, and managing the entire informational environment in which an AI agent makes decisions. Drawing on vendor architectures (Google ADK, Anthropic, LangChain), current academic work (ACE framework, Google DeepMind's intelligent delegation), enterprise research (Deloitte, 2026; KPMG, 2026), and the author's experience building a multi-agent system, the paper proposes five context quality criteria: relevance, sufficiency, isolation, economy, and provenance, and frames context as the agent's operating system. Two higher-order disciplines follow. Intent engineering (IE) encodes organizational goals, values, and trade-off hierarchies into agent infrastructure. Specification engineering (SE) creates a machine-readable corpus of corporate policies and standards enabling autonomous operation of multi-agent systems at scale. Together these four disciplines form a cumulative pyramid maturity model of agent engineering, in which each level subsumes the previous one as a necessary foundation. Enterprise data reveals a gap: while 75% of enterprises plan agentic AI deployment within two years (Deloitte, 2026), deployment has surged and retreated as organizations confront scaling complexity (KPMG, 2026). The Klarna case illustrates a dual deficit, contextual and intentional. Whoever controls the agent's context controls its behavior; whoever controls its intent controls its strategy; whoever controls its specifications controls its scale.

📄 PDF Abstract BibTeX arXiv:2603.09619

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

On the Discussion of Large Language Models: Symmetry of Agents and Interplay with Prompts

2023-11-13 · Qineng Wang, ZiHao Wang, Ying Su, Yangqiu Song

Two ways has been discussed to unlock the reasoning capability of a large language model. The first one is prompt engineering and the second one is to combine the multiple inferences of large language models, or the mult…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering

A Preliminary Study on Using Large Language Models in Software Pentesting

2024-01-30 · Kumar Shashwat, Francis Hahn, Xinming Ou, Dmitry Goldgof 외

Large language models (LLM) are perceived to offer promising potentials for automating security tasks, such as those found in security operation centers (SOCs). As a first step towards evaluating this perceived potential…

AI AgentPrompt Engineering

PromptSculptor: Multi-Agent Based Text-to-Image Prompt Optimization

2025-09-15 · Dawei Xiang, Wenyan Xu, Kexin Chu, Tianqi Ding 외 arxiv

The rapid advancement of generative AI has democratized access to powerful tools such as Text-to-Image models. However, to generate high-quality images, users must still craft detailed prompts specifying scene, style, an…

Connecting the Dots: A Chain-of-Collaboration Prompting Framework for LLM Agents

2025-05-16 · Jiaxing Zhao, Hongbin Xie, Yuzhen Lei, Xuan Song 외

Large Language Models (LLMs) have demonstrated impressive performance in executing complex reasoning tasks. Chain-of-thought effectively enhances reasoning capabilities by unlocking the potential of large models, while m…

Prompt Engineering

Agentic RAG for Software Testing with Hybrid Vector-Graph and Multi-Agent Orchestration

2025-10-12 · Mohanakrishnan Hariharan, Satish Arvapalli, Seshu Barma, Evangeline Sheela arxiv

We present an approach to software testing automation using Agentic Retrieval-Augmented Generation (RAG) systems for Quality Engineering (QE) artifact creation. We combine autonomous AI agents with hybrid vector-graph kn…