Designing Agent-Ready Websites for AI Web Agents: A Framework for Machine Readability, Actionability, and Decision Reliability
Summary
This paper introduces a framework for designing agent-ready websites that improve readability, interpretability, and actionability for AI web agents. In experiments, the framework significantly improved success rates and efficiency across multiple agent models.
View Cached Full Text
Cached at: 07/15/26, 04:19 AM
# 1 Introduction
Source: [https://arxiv.org/html/2607.12056](https://arxiv.org/html/2607.12056)
Designing Agent\-Ready Websites for AI Web Agents: A Framework for Machine Readability, Actionability, and Decision Reliability111Replication Packages:[https://github.com/rashidiff/AIAgentReadWebSites](https://github.com/rashidiff/AIAgentReadWebSites)
###### Abstract
Online shopping is increasingly shifting toward a model in which AI agents independently search for products, compare options, evaluate constraints, and carry out parts of the purchasing process for users\. Website design must now support both human and agent\-mediated interaction\. This paper introduces the agent\-ready website, a design framework for enhancing the readability, interpretability, verifiability, and actionability of e\-commerce platforms for AI agents\. Existing web design, SEO, and generative engine optimization \(GEO\) metrics do not fully assess a website’s capacity for agent\-mediated interaction\. The proposed framework is structured around three dimensions agent interpretability, agent executability, and agent decision reliability supported by features such as machine readability, semantic clarity, agent actionability, and contextual decision\-reliability signals\. The framework is evaluated through a controlled experiment comparing a human\-oriented baseline and an agent\-ready version of an identical website prototype, with identical catalogs, pricing, stock, and shopping workflows\. The evaluation involved five tasks, three browser\-agent models \(GPT\-4\.1, Gemini\-2\.5 Flash, and Grok\-4 Fast\), and 300 runs, measuring PASS/PARTIAL/FAIL outcomes, strict and functional success rates, error patterns, step counts, and token consumption\. The agent\-ready website achieved 134 PASS runs out of 150 versus 74 out of 150 for the baseline \(strict success rates of 89\.3% vs\. 49\.3%\), with the largest gains in product detail extraction, comparison, and multi\-constraint selection\. It also reduced PARTIAL outcomes from 43 to 3 and lowered the average step count from 9\.31 to 6\.49\. These results provide preliminary evidence that enhanced structural clarity, action cues, evidence signals, and temporal validity indicators can substantially improve the reliability and efficiency of AI browser agents\.
CCS CONCEPTS• Intelligent agents • Web\-based interaction • Electronic commerce
Keywords:AI web agents, AI\-enhanced e\-commerce, smart commerce systems
With the rise of AI agents, user interaction with websites is shifting from direct human–website engagement to AI agent–website interaction\. In this paradigm, AI agents handle tasks such as searching, comparing, decision\-making, and executing actions on websites, effectively replacing human users\. To date, website developers have primarily designed for human users, emphasizing graphical user interfaces, page clarity, and SEO\-optimized, fast\-loading sites\. Consequently, professionals in web business and commerce have prioritized SEO rankings, visibility, and site traffic\. However, discoverability for human visitors does not inherently ensure that a website is readable, interpretable, or actionable for AI agents\. Currently, users delegate activities such as searching, comparing, verifying, and executing online actions to AI agents\[[21](https://arxiv.org/html/2607.12056#bib.bib4),[5](https://arxiv.org/html/2607.12056#bib.bib1),[9](https://arxiv.org/html/2607.12056#bib.bib2),[17](https://arxiv.org/html/2607.12056#bib.bib3),[31](https://arxiv.org/html/2607.12056#bib.bib5),[33](https://arxiv.org/html/2607.12056#bib.bib6)\]\. This shift indicates that traditional web development standards, previously centered on human\-friendliness and SEO, are no longer adequate for AI agents\. Therefore, developers must modify their websites to accommodate AI agents in the same way they align them with human users\[[1](https://arxiv.org/html/2607.12056#bib.bib7),[8](https://arxiv.org/html/2607.12056#bib.bib8),[23](https://arxiv.org/html/2607.12056#bib.bib9)\]\.
Recent studies suggest that the performance of AI agents in web environments depends not only on the capabilities of the underlying AI model but also on the characteristics of the website itself\. To accomplish web\-based tasks, a website must have an interpretable structure, transparent information, identifiable interactive elements, and well\-defined execution pathways\. Nonetheless, research indicates that AI agents continue to face significant challenges in understanding page structure, identifying user interface elements, and executing multi\-step interactions across diverse websites\[[5](https://arxiv.org/html/2607.12056#bib.bib1),[17](https://arxiv.org/html/2607.12056#bib.bib3),[46](https://arxiv.org/html/2607.12056#bib.bib12),[48](https://arxiv.org/html/2607.12056#bib.bib10),[49](https://arxiv.org/html/2607.12056#bib.bib11)\]\. The following section reviews the relevant literature on web agent architectures, failure modes, and the limitations of existing web design paradigms that motivate the proposed framework\.
## 2 Background and Conceptual Foundations
### 2\.1 Web Agents and Interaction Paradigms
Web AI agents operate in live web environments by sequentially executing actions such as clicking, submitting forms, and navigating to accomplish user\-defined tasks, thereby eliminating the need for direct human interaction with websites\. AI agents in web environments follow a perception\-reasoning\-action cycle: they capture the current page state, analyze content and interactive elements, then select the next action most likely to advance the task objective\[[2](https://arxiv.org/html/2607.12056#bib.bib13),[5](https://arxiv.org/html/2607.12056#bib.bib1),[29](https://arxiv.org/html/2607.12056#bib.bib14),[35](https://arxiv.org/html/2607.12056#bib.bib15)\]\. Since each action can affect subsequent steps, completing a web task involves multiple decisions\. The variability in website design, dynamic content, multi\-step forms, and interactive elements make web environments complex for AI\. Success requires combining understanding of page content with precise action execution across diverse scenarios\[[6](https://arxiv.org/html/2607.12056#bib.bib16),[15](https://arxiv.org/html/2607.12056#bib.bib17),[18](https://arxiv.org/html/2607.12056#bib.bib18),[26](https://arxiv.org/html/2607.12056#bib.bib19),[27](https://arxiv.org/html/2607.12056#bib.bib20)\]\.
### 2\.2 Failure Modes of Web Agents
Web agents do not fail due to a single cause but through compounded failures across four distinct pipeline stages\. Observational failures occur when agents encounter incomplete or structurally inconsistent representations of webpages, because websites are primarily engineered for human perception rather than machine processing\. Grounding failures occur when the correct semantic intent is incorrectly associated with an inappropriate user interface element due to interface ambiguity and structural inconsistencies among interactive regions\. Execution failures originate from unstable interactions, missed clicks, navigation errors, and authentication interruptions, thereby reflecting the discrepancy between rigid agent actions and the event\-driven behavior characteristic of live web applications\[[5](https://arxiv.org/html/2607.12056#bib.bib1),[15](https://arxiv.org/html/2607.12056#bib.bib17),[24](https://arxiv.org/html/2607.12056#bib.bib21),[48](https://arxiv.org/html/2607.12056#bib.bib10),[49](https://arxiv.org/html/2607.12056#bib.bib11)\]\. Decision failures, in contrast, result in incorrect action selection despite sufficient information being available\. This is attributable to the challenges associated with multi\-step planning and the limited capacity for recovery over extended task horizons\[[18](https://arxiv.org/html/2607.12056#bib.bib18),[27](https://arxiv.org/html/2607.12056#bib.bib20),[41](https://arxiv.org/html/2607.12056#bib.bib22),[46](https://arxiv.org/html/2607.12056#bib.bib12)\]\.
### 2\.3 Limitations of Existing Web Design
Existing web optimization paradigms, which include visibility\-driven search enhancements, interpretability\-focused structured data, usability\-oriented accessibility standards, and interoperability\-based application programming interfaces \(APIs\), are intrinsically fragmented owing to their emphasis on isolated, human\-centered objectives\[[13](https://arxiv.org/html/2607.12056#bib.bib23),[19](https://arxiv.org/html/2607.12056#bib.bib24),[39](https://arxiv.org/html/2607.12056#bib.bib25),[44](https://arxiv.org/html/2607.12056#bib.bib26),[47](https://arxiv.org/html/2607.12056#bib.bib27)\]\. Consequently, they do not collectively provide the cohesive foundation necessary for the comprehensive execution of AI agent tasks\. This demands that websites support multimodal content observation, clear visual structure, reliable action execution, and sustained decision\-making across multi\-step interactions\. This limitation reflects a structural mismatch: the conventions of traditional web design were not developed with programmatic observation or automated action in mind, and existing interfaces often lack the properties needed\[[7](https://arxiv.org/html/2607.12056#bib.bib28),[24](https://arxiv.org/html/2607.12056#bib.bib21),[34](https://arxiv.org/html/2607.12056#bib.bib29),[49](https://arxiv.org/html/2607.12056#bib.bib11)\]\. This misalignment makes current interfaces fragile for agent\-mediated interaction and limits the reliability, verifiability, and safety of web\-based agent tasks\.
## 3 Research Problem and Approach
### 3\.1 Research Problem
As established in Section 2\.3, existing web design paradigms are structured around human\-centric objectives and therefore cannot provide the integrated architectural support required to operate autonomous AI agents\. A website may satisfy all conventional design criteria yet still fail to provide an appropriate and transparent environment for AI agents to complete tasks\. Previous studies have given limited attention to developing a coherent framework for determining whether a website is adapted to work with an AI agent\. To address this gap, this research presents a conceptual framework for agent\-ready websites\.
### 3\.2 Research Aim and Research Questions
This study examines whether an agent\-ready website design improves the effectiveness of AI browser agents at executing tasks on a website\. The study compares two versions of a website: a baseline human\-centered variant and an agent\-ready version\. The primary research questions are:
- •RQ1\.What website characteristics indicate readiness for effective AI\-agent interaction?
- •RQ2\.How does an agent\-ready website affect AI browser\-agent performance compared with a baseline website?
- •RQ3\.Across which categories of web tasks does agent\-ready design yield the greatest performance improvements?
## 4 Proposed Conceptual Framework: Agent\-Ready Website
Building on the failure modes identified above, this section links recurrent web\-agent failures to the core dimensions of an agent\-ready website\. Across web\-agent benchmarks and real\-world studies, failures commonly manifest as observation, grounding, execution, and decision failures\.
### 4\.1 Agent Interpretability
Agent interpretability refers to the degree to which an AI agent can accurately parse and comprehend a website’s content, encompassing not only visible text but also page structure, HTML and Document Object Model \(DOM\) composition, element roles, and the organized representation of information\. Within this framework, interpretability is supported by two operational sub\-components: machine readability and semantic clarity\.
Machine Readability: Machine readability pertains to the degree to which a website encodes its content and structure in formats that machines can interpret and utilize, rather than exclusively in formats designed for human visual perception\. Schema markup and Schema\.org vocabularies provide structured descriptions of page content and entities, helping agents identify the entities, attributes, and relationships represented on a page\[[13](https://arxiv.org/html/2607.12056#bib.bib23),[20](https://arxiv.org/html/2607.12056#bib.bib30)\]\. Google’s structured data guidelines similarly emphasize that structured data helps search systems understand and categorize page content\. In practice, machine readability can be improved through the use of JavaScript Object Notation for Linked Data \(JSON\-LD\), metadata, sitemaps, semantic HTML, and structured data concerning products or services\[[30](https://arxiv.org/html/2607.12056#bib.bib31),[42](https://arxiv.org/html/2607.12056#bib.bib32),[11](https://arxiv.org/html/2607.12056#bib.bib34),[12](https://arxiv.org/html/2607.12056#bib.bib33)\]\. For automated agents, these mechanisms help reduce ambiguity about a website’s offerings and the locations of essential information\. In this context, schema markup, JSON\-LD, metadata, and semantic HTML should be treated not only as SEO mechanisms but also as signals that improve machine interpretability\.
Semantic Clarity: Semantic clarity is how well a website conveys information, particularly in the context of agent\-driven interactions\. Key pages should clearly state their purpose and describe the services, products, or actions they support, as agents depend heavily on web text, HTML, and interactive components, which may be dispersed, thereby diminishing accuracy\[[22](https://arxiv.org/html/2607.12056#bib.bib35),[24](https://arxiv.org/html/2607.12056#bib.bib21),[28](https://arxiv.org/html/2607.12056#bib.bib36),[45](https://arxiv.org/html/2607.12056#bib.bib37)\]\. Employing clear headings and comprehensive descriptions facilitates agents in accurately extracting information\. Recent advancements in AI research demonstrate that HTML, DOM, accessibility features, page text, and interactive elements collectively enable agents to comprehend and engage effectively\. These factors are critical in determining whether an agent can interpret content reliably\.
### 4\.2 Agent Executability
Agent executability refers to the degree to which an agent can reliably complete its intended actions after understanding the page, such as selecting a product, adding it to a cart, filling out a form, or navigating to the next step\. Agent Actionability assesses whether a website provides transparent and reliable pathways to complete tasks\. Even if the content and structure are comprehensible, tasks may prove challenging if the pathways are unclear, intricate, or misaligned with the objectives\[[36](https://arxiv.org/html/2607.12056#bib.bib38)\]\. Websites should feature identifiable buttons, links, and forms with explicit relationships, enabling agents to follow procedures without confusion\. Clear button labels, form fields, headings, and step\-by\-step workflows make these pathways easier for agents to follow\. Additionally, websites can support agents through APIs or data services that provide access to up\-to\-date information, such as MCP, which uses standardized communication pathways\[[19](https://arxiv.org/html/2607.12056#bib.bib24),[38](https://arxiv.org/html/2607.12056#bib.bib39)\]\. Ultimately, Agent Executability concerns how effectively a website enables AI agents to perform tasks in a manner that is simple, transparent, and dependable\.
### 4\.3 Agent Decision Reliability
Agent decision reliability refers to the degree to which a website provides signals that support dependable, up\-to\-date, and user\-aligned decisions\. Even if a site is interpretable and offers clear pathways, missing valid information can lead an agent to make recommendations, compare options, or act on incomplete or outdated data\. Reliable decision\-making depends on signals that help agents assess the credibility, relevance, and appropriateness of available options\[[10](https://arxiv.org/html/2607.12056#bib.bib40),[25](https://arxiv.org/html/2607.12056#bib.bib41),[37](https://arxiv.org/html/2607.12056#bib.bib42),[40](https://arxiv.org/html/2607.12056#bib.bib43)\]\. A key factor in this dimension is the availability of evidence and information that facilitate the verification and validation of claims made on the website\. References, user reviews, case studies, third\-party certifications, details about the organization providing the information, and similar documentation can help agents distinguish advertising claims from verifiable data\. Furthermore, information must be temporally valid, as a significant portion of the data agents use on websites is subject to change over time\[[14](https://arxiv.org/html/2607.12056#bib.bib44),[3](https://arxiv.org/html/2607.12056#bib.bib45),[4](https://arxiv.org/html/2607.12056#bib.bib46),[16](https://arxiv.org/html/2607.12056#bib.bib47),[32](https://arxiv.org/html/2607.12056#bib.bib48)\]\. Updating the timestamps of information on websites and ensuring its temporal validity can mitigate the risk of decisions being based on outdated information\. The three dimensions agent interpretability, agent executability, and agent decision reliability are interconnected, with deficiencies in any affecting performance\[[25](https://arxiv.org/html/2607.12056#bib.bib41),[38](https://arxiv.org/html/2607.12056#bib.bib39),[43](https://arxiv.org/html/2607.12056#bib.bib49)\]\. For example, a website might present information clearly, but unclear interaction pathways can hinder task completion\. Similarly, even when actions are straightforward to execute, outdated or incomplete evidence can still lead to incorrect decisions\. A website’s capacity to interact with AI agents is evaluated across these three dimensions, as illustrated in Figure[1](https://arxiv.org/html/2607.12056#S4.F1), which presents the proposed conceptual framework\.
Figure 1:Conceptual structure of the agent\-ready website framework
## 5 Methodology
To evaluate the practical application of the proposed framework, this study undertakes a controlled proof\-of\-concept experiment comparing two versions of an e\-commerce website\. The design, catalog, pricing, inventory conditions, tasks, and runtime conditions were held constant, with the only variation being the integration of additional features outlined in the framework into the agent\-ready version\.
### 5\.1 Experimental Task Set and Website Variants
This experiment used two versions of an e\-commerce platform: Website A as the baseline and Website B as the agent\-ready variant\. Both shared the same structure, products, pages, pricing, inventory, ratings, and checkout procedures, differing only in Website B’s agent readiness criteria, as specified in Table[1](https://arxiv.org/html/2607.12056#S5.T1)\. Five web tasks were conducted to evaluate components of the framework, including actions, information retrieval, and decision\-making\. Task 5 was designed as a lower\-complexity policy\-retrieval task to test whether agent\-ready features also affect routine information\-access scenarios\. All tasks used the same prompts and parameters, and results are available on GitHub to ensure reproducibility\.
Table 1:Comparison of the baseline and agent\-ready website variants
### 5\.2 Experiment Setup and Run Protocol
The experiments were conducted using the open\-source agentic web framework browser\-use333[https://github\.com/browser\-use/browser\-use](https://github.com/browser-use/browser-use)\. Three models, GPT\-4\.1, Gemini 2\.5 Flash, and Grok 4 Fast, were evaluated with temperature set to 0 and top p set to 1\. Each session was limited to thirty steps and up to three errors\. To ensure independence between runs, the local server was restarted before each trial, and a temporary browser profile was created at the outset and deleted upon completion\. Each of the five tasks was performed ten times per model across both website versions, resulting in three hundred independent runs\. Interaction history, token consumption \(where available\), errors, and execution outputs were recorded in the test logs for each run\.
### 5\.3 Evaluation Scoring and Analysis
Agent performance was evaluated by two annotators who reviewed the agent’s outputs, including terminal logs and the model’s JSON output, and classified each run as PASS, PARTIAL, or FAIL\. A PASS label was assigned when all primary task requirements were fully met; this was counted as both a Strict Success and a Functional Success\. A PARTIAL label was assigned when the main task objective was achieved but a non\-critical or moderate issue remained; this was considered a Functional Success but not a Strict Success\. A FAIL label was assigned when the main task objective was not achieved, or an important instruction was violated\. In addition to the outcome, a separate error field was recorded for runs that contained errors\. Step count and token consumption were also recorded\. Results were then aggregated and reviewed at the per\-task level\.
## 6 Results and Analysis
### 6\.1 Overall Task Success
Table[2](https://arxiv.org/html/2607.12056#S6.T2)demonstrates that the agent\-ready website surpassed the baseline across all models, with 134 successful passes out of 150 \(89\.3%\) compared to 74 \(49\.3%\)\. The difference amounted to 40 percentage points\. A chi\-square test confirmed a significant association between website type and outcome \(χ2\(2,N=300\)=60\.79,p<0\.001\\chi^\{2\}\(2,N=300\)=60\.79,p<0\.001\), with Cramer’s V at 0\.45 indicating a moderate effect\. The agent\-ready version generally outperformed the baseline, although improvements varied\. Nevertheless, the baseline condition still produced functional outcomes in several runs\. However, agents often achieved only a broadly correct answer while failing to extract complete information, provide sufficient evidence, or fully adhere to constraints\. This was common in information extraction, product comparison, and multi\-constraint tasks\. The agent\-ready website did not eliminate all errors; these were primarily observed in complex tasks and resulted from incorrect product choices, overlooked constraints, or incorrect conclusions\. Overall, the agent\-ready system enhances task reliability and quality and reduces partial outcomes, but it cannot entirely rectify reasoning errors or model limitations\.
Table 2:Model\-level task outcomes across website variantsModelWebsitePASSPARTIALFAILStrict successFunctional successGPT\-4\.1Agent\-ready430786%86%GPT\-4\.1Baseline16181632%68%Gemini\-2\.5 FlashAgent\-ready442488%92%Gemini\-2\.5 FlashBaseline26111352%74%Grok\-4 FastAgent\-ready471294%96%Grok\-4 FastBaseline3214464%92%TotalAgent\-ready13431389\.3%91\.3%TotalBaseline74433349\.3%78%
### 6\.2 Task Results and Main Failure Patterns
Table[3](https://arxiv.org/html/2607.12056#S6.T3)presents the differences in PASS rates across all three models for each task\. The results show that the agent\-ready website increased the success rate on all five tasks\. However, the improvement was smaller for Task 5, as the baseline version also performed relatively well on this task\. The greatest improvements were observed in Tasks 1, 2, and 3, which require precise information extraction, comparison, and selection under multiple constraints\. Model\-level PASS, PARTIAL, and FAIL outcomes are provided in Table[2](https://arxiv.org/html/2607.12056#S6.T2), while task\-level PASS rate comparisons and Fisher’s exact test results are summarized in Table[3](https://arxiv.org/html/2607.12056#S6.T3)\. Qualitative error patterns are discussed below\. Task 4 was challenging for both versions because it required satisfying multiple constraints simultaneously; nevertheless, the agent\-ready version increased the PASS rate by 16\.7 percentage points\. Task 5 showed a smaller difference, consistent with its simpler, policy\-based nature\. To assess per\-task statistical significance, we conducted Fisher’s exact tests comparing PASS versus non\-PASS outcomes \(PARTIAL and FAIL combined\) for each task\. Results showed statistically significant improvements for Tasks 1, 2, and 3 \(allp<0\.05p<0\.05\), whereas Tasks 4 and 5 did not reach significance \(Table[3](https://arxiv.org/html/2607.12056#S6.T3)\)\.
Table 3:Compact task\-level PASS rate comparison
### 6\.3 Error Pattern Analysis
Table[2](https://arxiv.org/html/2607.12056#S6.T2)summarizes model\-level task outcomes across website variants\. Detailed task\-level error patterns are discussed qualitatively below\. The baseline exhibited common errors, including incomplete data extraction \(Task 2\), partial comparisons \(Task 3\), incorrect product selections, unmet constraints \(Task 4\), and incomplete interpretations of store policies \(Task 5\)\. Errors in Task 1 were more model\-dependent, involving inventory assessment errors, incorrect product selections, or shopping cart issues\. The agent\-ready version reduced both error rates and diversity, particularly in complex tasks, indicating its effectiveness in reducing access and extraction errors\. Some failures in reasoning and integration persisted\. The reduction in PARTIAL outcomes was significant: in the baseline condition, agents frequently identified the correct page or product but failed to extract complete information or draw fully supported conclusions\. Conversely, the agent\-ready version exhibited fewer partial outcomes, attributable to clearer fields, explicit labels, structured data, and unambiguous information, which helped the agent better fulfill the task requirements\.
### 6\.4 Step Count and Token Usage
Average step count served as a secondary indicator of execution effort, not a primary success criterion\. The average decreased from 9\.31 steps in the baseline condition to 6\.49 in the agent\-ready condition, a 30\.4% reduction\. The reduction was observed across all three models, with the largest absolute decrease for Gemini 2\.5 Flash; model\-level details are reported in Table[4](https://arxiv.org/html/2607.12056#S6.T4)\. The largest reductions occurred in Tasks 3 and 4, while Task 5 showed almost no change, supporting the interpretation that the agent\-ready design primarily reduced interaction effort in extraction and comparison\. Prompt token consumption followed a consistent pattern, decreasing across all three models: by 18\.72% for Gemini 2\.5 Flash, 40\.47% for Grok 4 Fast, and 37\.43% for GPT\-4\.1\. Full model\-level token totals are also provided in Table[4](https://arxiv.org/html/2607.12056#S6.T4)\.
Table 4:Model\-level step count and token consumption across website variants
## 7 Discussion
### 7\.1 Response to Research Question 1: Defining agent readiness
A website is better equipped to interact with AI agents when it presents information, action pathways, evidence, and relevant conditions in a way that allows agents to identify, interpret, validate, and utilize them easily\. As detailed in Section 4, agent\-readiness is defined across three dimensions: agent interpretability, agent executability, and agent decision reliability\. While these dimensions do not cover every aspect of agent\-readiness, the evidence supports the view that clearer website\-level signals reduce ambiguity for browser agents, particularly in tasks that require complete information extraction, option comparison, or selection under multiple constraints\.
### 7\.2 Response to Research Question 2: Effect on AI agent performance
Consistent with the experimental results reported above, this study demonstrated that, under the controlled conditions of this experiment, implementing the agent\-ready framework improved browser agent performance across all three models\. The improvement was consistent across all three models\. As shown in Table[2](https://arxiv.org/html/2607.12056#S6.T2), the agent\-ready design not only increased the strict success rate but also substantially improved the quality and completeness of previously incomplete outputs\. A similar pattern was observed in efficiency measures \(see Table[4](https://arxiv.org/html/2607.12056#S6.T4)\): agents required fewer redundant actions, less error\-recovery effort, and fewer repeated attempts at information extraction\.
### 7\.3 Response to Research Question 3: Variation across tasks and models
The effect of agent\-ready design was most pronounced in more complex, multi\-step tasks\. In tasks requiring repeated navigation, option comparison, simultaneous satisfaction of multiple constraints, or execution of operations on the website, the agent\-ready version consistently produced more complete outcomes\. This suggests that clearer structure, task\-relevant fields, and more explicit action cues reduced ambiguity and helped agents follow more complex paths with fewer errors\. Agent\-ready design did not, however, eliminate all errors\. Some failures occurred even when the required information was available, and the page structure was clearly presented, indicating that these errors were attributable to the agent’s own reasoning process, selection strategy, or final interpretation rather than to missing information or poor website structure\. This highlights that while agent\-ready design can support agents, it cannot compensate for all errors arising from model\-level limitations\. Task 5 further supports this finding: adding agent\-ready capabilities did not introduce additional complexity for agents, and its primary value was apparent in tasks requiring structured information extraction, option comparison, or multi\-step execution\.
## 8 Conclusion
The findings suggest that agent readiness should be treated as a website\-level design capability, distinct from but complementary to human usability, SEO, structured data, and accessibility\. To operationalize this capability, the paper introduces a conceptual framework structured around three dimensions: agent interpretability, agent executability, and agent decision reliability\. A controlled proof\-of\-concept experiment provides preliminary evidence of the practical significance of these design choices: the agent\-ready website achieved an 89\.3% success rate, compared with 49\.3% for the baseline, with the most notable improvements observed in tasks involving structured extraction, option comparison, and multi\-constraint selection\. Furthermore, the agent\-ready version reduced the number of PARTIAL outcomes from 43 to 3\. It decreased the average number of steps by 30\.4%, indicating that clearer structural organization and explicit action cues mitigate both incompleteness and interaction effort\. It is important to note that the framework does not guarantee correct agent behavior, as some errors persisted, particularly in tasks requiring multi\-step reasoning rather than mere information access\. Its primary contribution lies in identifying website\-level characteristics that enhance the reliability and efficiency of agent interactions\. For e\-commerce managers and platform designers, these findings imply that as AI\-mediated traffic expands, agent readiness should be considered alongside human usability and SEO as a fundamental aspect of design and quality management\. Future research should aim to extend this framework to real\-world websites, encompass broader domains, and incorporate a wider spectrum of agent systems\.
## 9 Limitations
This study is a controlled proof of concept rather than a full validation of the proposed framework, and the results should not be generalized to all domains, websites, or agent systems\. Future work should evaluate the framework on real\-world websites across broader domains, with a wider range of agent systems, and through ablation studies that isolate the contribution of individual agent\-ready features\.
## Acknowledgments
This research received no specific grant from any funding agency in the public, commercial, or not\-for\-profit sectors\.
## References
- \[1\]\(2013\)The role of search engine optimization in search marketing\.Marketing Science32\(4\),pp\. 644–651\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1287/mksc.2013.0783)Cited by:[§1](https://arxiv.org/html/2607.12056#S1.p1.1)\.
- \[2\]H\. Chae, N\. Kim, K\. T\. Ong, M\. Gwak, G\. Song, J\. Kim, S\. Kim, D\. Lee, and J\. Yeo\(2025\-10\)Web agents with world models: learning and leveraging environment dynamics in web navigation\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2410.13232),[Link](https://doi.org/10.48550/arXiv.2410.13232)Cited by:[§2\.1](https://arxiv.org/html/2607.12056#S2.SS1.p1.1)\.
- \[3\]N\. Dai, M\. Shokouhi, and B\. D\. Davison\(2011\)Learning to rank for freshness and relevance\.InProceedings of the 34th International ACM SIGIR Conference on Research and Development in Information Retrieval,SIGIR ’11,New York, NY, USA,pp\. 95–104\.External Links:ISBN 9781450307574,[Link](https://doi.org/10.1145/2009916.2009933),[Document](https://dx.doi.org/10.1145/2009916.2009933)Cited by:[§4\.3](https://arxiv.org/html/2607.12056#S4.SS3.p1.1)\.
- \[4\]R\. A\. del Águila Escobar, M\. del Carmen Suárez\-Figueroa, M\. Fernández López, and B\. Villazón Terrazas\(2025\)Bridging text and knowledge: explainable ai for knowledge graph classification and concept map\-based semantic domain discovery with oboe framework\.Applied Sciences15\(22\),pp\. 12231\.External Links:[Document](https://dx.doi.org/10.3390/app152212231)Cited by:[§4\.3](https://arxiv.org/html/2607.12056#S4.SS3.p1.1)\.
- \[5\]X\. Deng, Y\. Gu, B\. Zheng, S\. Chen, S\. Stevens, B\. Wang, H\. Sun, and Y\. Su\(2023\)MIND2WEB: towards a generalist agent for the web\.InProceedings of the 37th International Conference on Neural Information Processing Systems,NIPS ’23,Red Hook, NY, USA\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.48550/arXiv.2306.06070)Cited by:[§1](https://arxiv.org/html/2607.12056#S1.p1.1),[§1](https://arxiv.org/html/2607.12056#S1.p2.1),[§2\.1](https://arxiv.org/html/2607.12056#S2.SS1.p1.1),[§2\.2](https://arxiv.org/html/2607.12056#S2.SS2.p1.1)\.
- \[6\]A\. Drouin, M\. Gasse, M\. Caccia, I\. H\. Laradji, M\. D\. Verme, T\. Marty, L\. Boisvert, M\. Thakkar, Q\. Cappart, D\. Vazquez, N\. Chapados, and A\. Lacoste\(2024\)WorkArena: how capable are web agents at solving common knowledge work tasks?\.InProceedings of the 41st International Conference on Machine Learning,ICML’24\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2403.07718),[Link](https://doi.org/10.48550/arXiv.2403.07718)Cited by:[§2\.1](https://arxiv.org/html/2607.12056#S2.SS1.p1.1)\.
- \[7\]G\. Dulac\-Arnold, D\. Mankowitz, and T\. Hester\(2019\)Challenges of real\-world reinforcement learning\.External Links:1904\.12901,[Link](https://arxiv.org/abs/1904.12901)Cited by:[§2\.3](https://arxiv.org/html/2607.12056#S2.SS3.p1.1)\.
- \[8\]A\. Erdmann, R\. Arilla, and J\. M\. Ponzoa\(2022\)Search engine optimization: the long\-term strategy of keyword choice\.Journal of Business Research144,pp\. 650–662\.External Links:ISSN 0148\-2963,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.jbusres.2022.01.065)Cited by:[§1](https://arxiv.org/html/2607.12056#S1.p1.1)\.
- \[9\]R\. Garett, J\. Chiu, L\. Zhang, and S\. D\. Young\(2016\)A literature review: website design and user engagement\.Online journal of communication and media technologies6\(3\),pp\. 1\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.29333/ojcmt/2556)Cited by:[§1](https://arxiv.org/html/2607.12056#S1.p1.1)\.
- \[10\]A\. Gautam\(2025\)Multi\-agent systems for misinformation lifecycle : detection, correction and source identification\.External Links:2505\.17511,[Link](https://arxiv.org/abs/2505.17511)Cited by:[§4\.3](https://arxiv.org/html/2607.12056#S4.SS3.p1.1)\.
- \[11\]Google\(2026\)Introduction to structured data markup in google search\.Note:[https://developers\.google\.com/search/docs/appearance/structured\-data/intro\-structured\-data](https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data)Accessed: 2026\-05\-26Cited by:[§4\.1](https://arxiv.org/html/2607.12056#S4.SS1.p2.1)\.
- \[12\]Google\(2026\)Structured data markup that google search supports\.Note:[https://developers\.google\.com/search/docs/appearance/structured\-data/search\-gallery](https://developers.google.com/search/docs/appearance/structured-data/search-gallery)Accessed: 2026\-05\-25Cited by:[§4\.1](https://arxiv.org/html/2607.12056#S4.SS1.p2.1)\.
- \[13\]R\. V\. Guha, D\. Brickley, and S\. Macbeth\(2016\-01\)Schema\.org: evolution of structured data on the web\.Commun\. ACM59\(2\),pp\. 44–51\.External Links:ISSN 0001\-0782,[Link](https://doi.org/10.1145/2844544),[Document](https://dx.doi.org/10.1145/2844544)Cited by:[§2\.3](https://arxiv.org/html/2607.12056#S2.SS3.p1.1),[§4\.1](https://arxiv.org/html/2607.12056#S4.SS1.p2.1)\.
- \[14\]B\. Gulnara and A\. Sabdenov\(2024\-02\)Building a semantic knowledge graph search model for finding a causal answer\.Revue d’Intelligence Artificielle38,pp\. 243–250\.External Links:[Document](https://dx.doi.org/10.18280/ria.380125)Cited by:[§4\.3](https://arxiv.org/html/2607.12056#S4.SS3.p1.1)\.
- \[15\]I\. Gur, H\. Furuta, A\. Huang, M\. Safdari, Y\. Matsuo, D\. Eck, and A\. Faust\(2024\-07\)A real\-world webagent with planning, long context understanding, and program synthesis\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2307.12856),[Link](https://doi.org/10.48550/arXiv.2307.12856)Cited by:[§2\.1](https://arxiv.org/html/2607.12056#S2.SS1.p1.1),[§2\.2](https://arxiv.org/html/2607.12056#S2.SS2.p1.1)\.
- \[16\]L\. Hägele, M\. Klier, L\. Moestue, and A\. Obermeier\(2025\)Aspect\-based currency of customer reviews: a novel probability\-based metric to pave the way for data quality\-aware decision\-making\.Electronic Markets35\(1\),pp\. 10\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1007/s12525-025-00760-4)Cited by:[§4\.3](https://arxiv.org/html/2607.12056#S4.SS3.p1.1)\.
- \[17\]H\. He, W\. Yao, K\. Ma, W\. Yu, Y\. Dai, H\. Zhang, Z\. Lan, and D\. Yu\(2024\)WebVoyager: building an end\-to\-end web agent with large multimodal models\.External Links:2401\.13919,[Link](https://arxiv.org/abs/2401.13919)Cited by:[§1](https://arxiv.org/html/2607.12056#S1.p1.1),[§1](https://arxiv.org/html/2607.12056#S1.p2.1)\.
- \[18\]W\. Hong, W\. Wang, Q\. Lv, J\. Xu, W\. Yu, J\. Ji, Y\. Wang, Z\. Wang, Y\. Zhang, J\. Li, B\. Xu, Y\. Dong, M\. Ding, and J\. Tang\(2024\)CogAgent: a visual language model for gui agents\.External Links:2312\.08914,[Link](https://arxiv.org/abs/2312.08914)Cited by:[§2\.1](https://arxiv.org/html/2607.12056#S2.SS1.p1.1),[§2\.2](https://arxiv.org/html/2607.12056#S2.SS2.p1.1)\.
- \[19\]X\. Hou, Y\. Zhao, S\. Wang, and H\. Wang\(2026\-02\)Model context protocol \(mcp\): landscape, security threats, and future research directions\.ACM Trans\. Softw\. Eng\. Methodol\.\.Note:Just AcceptedExternal Links:ISSN 1049\-331X,[Link](https://doi.org/10.1145/3796519),[Document](https://dx.doi.org/10.1145/3796519)Cited by:[§2\.3](https://arxiv.org/html/2607.12056#S2.SS3.p1.1),[§4\.2](https://arxiv.org/html/2607.12056#S4.SS2.p1.1)\.
- \[20\]A\. Iliadis, A\. Acker, W\. Stevens, and S\. B\. Kavakli\(2025\)One schema to rule them all: how schema\.org models the world of search\.Journal of the Association for Information Science and Technology76\(2\),pp\. 460–523\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1002/asi.24744),[Link](https://asistdl.onlinelibrary.wiley.com/doi/abs/10.1002/asi.24744),https://asistdl\.onlinelibrary\.wiley\.com/doi/pdf/10\.1002/asi\.24744Cited by:[§4\.1](https://arxiv.org/html/2607.12056#S4.SS1.p2.1)\.
- \[21\]F\. Jeannot, E\. Jongmans, and M\. Dampérat\(2022\)Visual design and online shopping experiences: when expertise allows consumers to refocus on website attractiveness\.Recherche et Applications En Marketing \(English Edition\)37\(1\),pp\. 59–81\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1177/20515707221087627)Cited by:[§1](https://arxiv.org/html/2607.12056#S1.p1.1)\.
- \[22\]S\. Johnson, V\. Pham, and T\. Le\(2025\)Manipulating llm web agents with indirect prompt injection attack via html accessibility tree\.External Links:2507\.14799,[Link](https://arxiv.org/abs/2507.14799)Cited by:[§4\.1](https://arxiv.org/html/2607.12056#S4.SS1.p3.1)\.
- \[23\]E\. Jongmans, F\. Jeannot, L\. Liang, and M\. Dampérat\(2022\-11\)Impact of website visual design on user experience and website evaluation: the sequential mediating roles of usability and pleasure\.Journal of Marketing Management38\(17\-18\),pp\. 2078–2113\.External Links:[Document](https://dx.doi.org/10.1080/0267257X.2022.2085315)Cited by:[§1](https://arxiv.org/html/2607.12056#S1.p1.1)\.
- \[24\]J\. Y\. Koh, R\. Lo, L\. Jang, V\. Duvvur, M\. C\. Lim, P\. Huang, G\. Neubig, S\. Zhou, R\. Salakhutdinov, and D\. Fried\(2024\)VisualWebArena: evaluating multimodal agents on realistic visual web tasks\.External Links:2401\.13649,[Link](https://arxiv.org/abs/2401.13649)Cited by:[§2\.2](https://arxiv.org/html/2607.12056#S2.SS2.p1.1),[§2\.3](https://arxiv.org/html/2607.12056#S2.SS3.p1.1),[§4\.1](https://arxiv.org/html/2607.12056#S4.SS1.p3.1)\.
- \[25\]I\. Levy, B\. Wiesel, S\. Marreed, A\. Oved, A\. Yaeli, N\. Mashkif, and S\. Shlomov\(2026\)ST\-webagentbench: a benchmark for evaluating safety and trustworthiness in web agents\.External Links:2410\.06703,[Link](https://arxiv.org/abs/2410.06703)Cited by:[§4\.3](https://arxiv.org/html/2607.12056#S4.SS3.p1.1)\.
- \[26\]E\. Z\. Liu, K\. Guu, P\. Pasupat, T\. Shi, and P\. Liang\(2018\)Reinforcement learning on web interfaces using workflow\-guided exploration\.External Links:1802\.08802,[Link](https://arxiv.org/abs/1802.08802)Cited by:[§2\.1](https://arxiv.org/html/2607.12056#S2.SS1.p1.1)\.
- \[27\]X\. Liu, H\. Yu, H\. Zhang, Y\. Xu, X\. Lei, H\. Lai, Y\. Gu, H\. Ding, K\. Men, K\. Yang, S\. Zhang, X\. Deng, A\. Zeng, Z\. Du, C\. Zhang, S\. Shen, T\. Zhang, Y\. Su, H\. Sun, M\. Huang, Y\. Dong, and J\. Tang\(2025\)AgentBench: evaluating llms as agents\.External Links:2308\.03688,[Link](https://arxiv.org/abs/2308.03688)Cited by:[§2\.1](https://arxiv.org/html/2607.12056#S2.SS1.p1.1),[§2\.2](https://arxiv.org/html/2607.12056#S2.SS2.p1.1)\.
- \[28\]X\. H\. Lù, Z\. Kasner, and S\. Reddy\(2024\)WebLINX: real\-world website navigation with multi\-turn dialogue\.External Links:2402\.05930,[Link](https://arxiv.org/abs/2402.05930)Cited by:[§4\.1](https://arxiv.org/html/2607.12056#S4.SS1.p3.1)\.
- \[29\]R\. Nakano, J\. Hilton, S\. Balaji, J\. Wu, L\. Ouyang, C\. Kim, C\. Hesse, S\. Jain, V\. Kosaraju, W\. Saunders, X\. Jiang, K\. Cobbe, T\. Eloundou, G\. Krueger, K\. Button, M\. Knight, B\. Chess, and J\. Schulman\(2022\-12\)WebGPT: browser\-assisted question\-answering with human feedback\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2112.09332),[Link](https://doi.org/10.48550/arXiv.2112.09332)Cited by:[§2\.1](https://arxiv.org/html/2607.12056#S2.SS1.p1.1)\.
- \[30\]R\. Navarrete and S\. Luján\-Mora\(2014\-7\-9 July, 2014\)METADATA in open educational resources websites: a review from the perspective of disabled users’ requirements\.InEDULEARN14 Proceedings,6th International Conference on Education and New Learning Technologies,pp\. 0111–0120\.External Links:ISBN 978\-84\-617\-0557\-3,ISSN 2340\-1117,[Link](https://library.iated.org/view/NAVARRETE2014MET)Cited by:[§4\.1](https://arxiv.org/html/2607.12056#S4.SS1.p2.1)\.
- \[31\]A\. Nissen, R\. Riedl, and R\. Schütte\(2024\)Users’ reactions to website designs: a neuroimaging study based on evolutionary psychology with a focus on color and button shape\.Computers in Human Behavior155,pp\. 108168\.External Links:ISSN 0747\-5632,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.chb.2024.108168),[Link](https://www.sciencedirect.com/science/article/pii/S0747563224000359)Cited by:[§1](https://arxiv.org/html/2607.12056#S1.p1.1)\.
- \[32\]A\. J\. Oche, A\. G\. Folashade, T\. Ghosal, and A\. Biswas\(2025\)A systematic review of key retrieval\-augmented generation \(rag\) systems: progress, gaps, and future directions\.External Links:2507\.18910,[Link](https://arxiv.org/abs/2507.18910)Cited by:[§4\.3](https://arxiv.org/html/2607.12056#S4.SS3.p1.1)\.
- \[33\]J\. W\. Palmer\(2002\)Web site usability, design, and performance metrics\.Information systems research13\(2\),pp\. 151–167\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1287/isre.13.2.151.88)Cited by:[§1](https://arxiv.org/html/2607.12056#S1.p1.1)\.
- \[34\]T\. Schick, J\. Dwivedi\-Yu, R\. Dessì, R\. Raileanu, M\. Lomeli, L\. Zettlemoyer, N\. Cancedda, and T\. Scialom\(2023\)Toolformer: language models can teach themselves to use tools\.External Links:2302\.04761,[Link](https://arxiv.org/abs/2302.04761)Cited by:[§2\.3](https://arxiv.org/html/2607.12056#S2.SS3.p1.1)\.
- \[35\]T\. Shi, A\. Karpathy, L\. Fan, J\. Hernandez, and P\. Liang\(2017\-06–11 Aug\)World of bits: an open\-domain platform for web\-based agents\.InProceedings of the 34th International Conference on Machine Learning,D\. Precup and Y\. W\. Teh \(Eds\.\),Proceedings of Machine Learning Research, Vol\.70,pp\. 3135–3144\.External Links:[Link](https://proceedings.mlr.press/v70/shi17a.html)Cited by:[§2\.1](https://arxiv.org/html/2607.12056#S2.SS1.p1.1)\.
- \[36\]Y\. Song, F\. Xu, S\. Zhou, and G\. Neubig\(2025\)Beyond browsing: api\-based web agents\.External Links:2410\.16464,[Link](https://arxiv.org/abs/2410.16464)Cited by:[§4\.2](https://arxiv.org/html/2607.12056#S4.SS2.p1.1)\.
- \[37\]R\. Souza, A\. Gueroudji, S\. DeWitt, D\. Rosendo, T\. Ghosal, R\. Ross, P\. Balaprakash, and R\. F\. da Silva\(2025\)PROV\-agent: unified provenance for tracking ai agent interactions in agentic workflows\.In2025 IEEE Int\. Conf\. on eScience,pp\. 467–473\.External Links:[Document](https://dx.doi.org/10.1109/eScience65000.2025.00093)Cited by:[§4\.3](https://arxiv.org/html/2607.12056#S4.SS3.p1.1)\.
- \[38\]A\. Steiner, R\. Peeters, and C\. Bizer\(2025\-11\)MCP vs rag vs nlweb vs html: a comparison of the effectiveness and efficiency of different agent interfaces to the web \(technical report\)\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2511.23281),[Link](https://doi.org/10.48550/arXiv.2511.23281)Cited by:[§4\.2](https://arxiv.org/html/2607.12056#S4.SS2.p1.1),[§4\.3](https://arxiv.org/html/2607.12056#S4.SS3.p1.1)\.
- \[39\]L\. Wang, C\. Ma, X\. Feng, Z\. Zhang, H\. Yang, J\. Zhang, Z\. Chen, J\. Tang, X\. Chen, Y\. Lin, W\. X\. Zhao, Z\. Wei, and J\. Wen\(2024\-12\)A survey on large language model based autonomous agents\.Frontiers of Computer Science18\(6\),pp\. 186345\.External Links:ISSN 2095\-2236,[Link](http://dx.doi.org/10.1007/s11704-024-40231-1),[Document](https://dx.doi.org/10.1007/s11704-024-40231-1)Cited by:[§2\.3](https://arxiv.org/html/2607.12056#S2.SS3.p1.1)\.
- \[40\]K\. Wu, E\. Wu, K\. Wei, A\. Zhang, A\. Casasola, T\. Nguyen, S\. Riantawan, P\. Shi, D\. Ho, and J\. Zou\(2025\)An automated framework for assessing how well llms cite relevant medical references\.Nature Communications16\(1\),pp\. 3615\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1038/s41467-025-58551-6)Cited by:[§4\.3](https://arxiv.org/html/2607.12056#S4.SS3.p1.1)\.
- \[41\]T\. Xie, D\. Zhang, J\. Chen, X\. Li, S\. Zhao, R\. Cao, T\. J\. Hua, Z\. Cheng, D\. Shin, F\. Lei, Y\. Liu, Y\. Xu, S\. Zhou, S\. Savarese, C\. Xiong, V\. Zhong, and T\. Yu\(2024\)OSWorld: benchmarking multimodal agents for open\-ended tasks in real computer environments\.External Links:2404\.07972,[Link](https://arxiv.org/abs/2404.07972)Cited by:[§2\.2](https://arxiv.org/html/2607.12056#S2.SS2.p1.1)\.
- \[42\]J\. Xin, C\. Afrasiabi, S\. Lelong, J\. Adesara, G\. Tsueng, A\. I\. Su, and C\. Wu\(2018\)Cross\-linking biothings apis through json\-ld to facilitate knowledge exploration\.BMC bioinformatics19\(1\),pp\. 30\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1186/s12859-018-2041-5)Cited by:[§4\.1](https://arxiv.org/html/2607.12056#S4.SS1.p2.1)\.
- \[43\]T\. Xue, W\. Qi, T\. Shi, C\. H\. Song, B\. Gou, D\. Song, H\. Sun, and Y\. Su\(2025\)An illusion of progress? assessing the current state of web agents\.External Links:2504\.01382,[Link](https://arxiv.org/abs/2504.01382)Cited by:[§4\.3](https://arxiv.org/html/2607.12056#S4.SS3.p1.1)\.
- \[44\]J\. Yang, H\. Zhang, F\. Li, X\. Zou, C\. Li, and J\. Gao\(2023\)Set\-of\-mark prompting unleashes extraordinary visual grounding in gpt\-4v\.External Links:2310\.11441,[Link](https://arxiv.org/abs/2310.11441)Cited by:[§2\.3](https://arxiv.org/html/2607.12056#S2.SS3.p1.1)\.
- \[45\]K\. Yang, Y\. Liu, S\. Chaudhary, R\. Fakoor, P\. Chaudhari, G\. Karypis, and H\. Rangwala\(2025\)AgentOccam: a simple yet strong baseline for llm\-based web agents\.External Links:2410\.13825,[Link](https://arxiv.org/abs/2410.13825)Cited by:[§4\.1](https://arxiv.org/html/2607.12056#S4.SS1.p3.1)\.
- \[46\]S\. Yao, H\. Chen, J\. Yang, and K\. Narasimhan\(2023\)WebShop: towards scalable real\-world web interaction with grounded language agents\.External Links:2207\.01206,[Link](https://arxiv.org/abs/2207.01206)Cited by:[§1](https://arxiv.org/html/2607.12056#S1.p2.1),[§2\.2](https://arxiv.org/html/2607.12056#S2.SS2.p1.1)\.
- \[47\]S\. Yao, J\. Zhao, D\. Yu, N\. Du, I\. Shafran, K\. Narasimhan, and Y\. Cao\(2023\)ReAct: synergizing reasoning and acting in language models\.External Links:2210\.03629,[Link](https://arxiv.org/abs/2210.03629)Cited by:[§2\.3](https://arxiv.org/html/2607.12056#S2.SS3.p1.1)\.
- \[48\]B\. Zheng, B\. Gou, J\. Kil, H\. Sun, and Y\. Su\(2024\)GPT\-4v\(ision\) is a generalist web agent, if grounded\.External Links:2401\.01614,[Link](https://arxiv.org/abs/2401.01614)Cited by:[§1](https://arxiv.org/html/2607.12056#S1.p2.1),[§2\.2](https://arxiv.org/html/2607.12056#S2.SS2.p1.1)\.
- \[49\]S\. Zhou, F\. F\. Xu, H\. Zhu, X\. Zhou, R\. Lo, A\. Sridhar, X\. Cheng, T\. Ou, Y\. Bisk, D\. Fried, U\. Alon, and G\. Neubig\(2024\)WebArena: a realistic web environment for building autonomous agents\.External Links:2307\.13854,[Link](https://arxiv.org/abs/2307.13854)Cited by:[§1](https://arxiv.org/html/2607.12056#S1.p2.1),[§2\.2](https://arxiv.org/html/2607.12056#S2.SS2.p1.1),[§2\.3](https://arxiv.org/html/2607.12056#S2.SS3.p1.1)\.Similar Articles
Towards an Agent-First Web: Redesigning the Web for AI Agents
This paper proposes a principled redesign of the World Wide Web to accommodate AI agents as primary intermediaries, addressing access rights, rate limiting, and standardized agent identification, moving beyond human-centric assumptions.
Designing APIs for Agents
The article argues that designing APIs for AI agents requires different principles than for humans, emphasizing clarity, explicitness, and avoiding defaults, because agents can read entire docs and write extensive code.
Building effective agents
Anthropic publishes engineering guidelines for building effective AI agents, advocating for simple, composable patterns and direct API usage over complex frameworks. The article distinguishes between workflows and autonomous agents, providing practical advice on when to use each architecture.
The web access layer for AI agents is finally getting good
The infrastructure enabling AI agents to interact with the web is maturing, making autonomous web tasks more reliable and practical.
Agents as Webs of Beliefs (11 minute read)
An exploration of AI agents conceptualized as webs of beliefs, discussing implications for AI alignment and understanding agency.