AI-Enabled Sustainable Landscape Design: A Decision-Support Framework Based on “Generative-Critical” Multi-Agent
Abstract
1. Introduction
- (1)
- Construction of a dual retrieval-augmented knowledge base: This study innovatively constructs and integrates two types of heterogeneous knowledge: inspiration-oriented knowledge from aesthetic precedents and function-oriented knowledge from ecological-technical norms. In contrast to mainstream AIGC applications that rely on general web data or singular visual datasets, this specialized aesthetic–functional dual structure enables the AI to logically link and weave a specific ecological requirement with a referential aesthetic form at the textual level, thereby bridging the form-function gap directly at the knowledge source.
- (2)
- A novel “Generative-Critical” multi-agent methodology: The core theoretical innovation of this study is the application of the MAS collaborative paradigm from macro-level simulation to micro-level design generation. Unlike previous MAS research in which agents play the role of Stakeholders, the agents in this framework mimic the internal collaboration between a designer (Generation Agent) and an Expert Critic (Evaluation Agent). Through a “Critique-and-Refine” loop driven by a quantitative sustainability scorecard, the system internalizes the expert review mechanism, compelling the AIGC’s creative process to meet a preset sustainability threshold. This addresses the fundamental flaw of general-purpose AIGC, which only generates without evaluating.
- (3)
- An explainable human–AI collaboration paradigm: The practical contribution is the development of a human–computer interaction (HCI) framework integrated with an Expert Consultation Agent. This framework not only supports designers in iterative refinement through multi-turn dialogue but, more importantly, it makes the AI’s decision-making process transparent through a visible sustainability scorecard, preventing it from being a black box. This clearly defines a new role for both AI and humans: the AI is no longer a black-box artist replacing the designer, but a blueprint planner providing rigid ecological function guarantees and professional aesthetic inspiration. The designer then utilizes this high-quality blueprint for the final visual and spatial creation. The system functions not only as a decision-support tool but also as a design education tool, holding significant practical and educational value.
2. Research Methods
2.1. Research Framework
- (1)
- A sustainability-focused knowledge base construction module that builds a dual knowledge base by collecting aesthetic precedents and sustainability norms or technical knowledge, such as The Sustainable SITES Initiative (SITES), LEED for Neighborhood Development (LEED-ND), and Sponge City guidelines. This knowledge base is designed to bridge the gap between aesthetics and ecology, providing the AI with a professional basis for decision-making.
- (2)
- A “Generative-Critical” multi-agent core. As the core methodological innovation of this framework, it employs a “Self-Correcting” loop driven by two collaborative agents: (a) a Generation Agent, acting as the designer, which is responsible for retrieving from the dual knowledge base and generating an initial conceptual scheme draft based on user inputs (e.g., design briefs, site images); and (b) an Evaluation Agent, serving as the internal Expert Critic, whose core is a quantitative sustainability scorecard. This agent assesses and scores the draft based on multidimensional indicators such as ecological, hydrological, and social performance. The scheme must undergo a “Critique-and-Refine” loop, wherein the Evaluation Agent continuously provides feedback for the Generation Agent to iterate upon, until the scheme’s score reaches a preset sustainability quality threshold.
- (3)
- A human–computer interaction workflow. Realized primarily through an Expert Consultation Agent, this module allows users to proactively consult with and iterate on the scheme via multi-turn dialogue. More importantly, this interface integrates XAI features. Specifically, the system outputs the final scheme along with its sustainability scorecard results, making the AI’s decision-making process transparent and thereby enabling genuine decision support and design education.
- (4)
- A framework validation module. To verify the framework’s value, this study designed a dual-pronged evaluation: (a) a usability assessment using standard scales and user interviews to evaluate the HCI’s ease of use and satisfaction; (b) a sustainability performance evaluation, which invites human experts to blind-review schemes generated with AI assistance against a baseline, using the same internal scorecard, followed by statistical analysis to quantitatively demonstrate the framework’s significant effectiveness in enhancing scheme sustainability.

2.2. Sustainability-Focused Knowledge Base Construction
2.2.1. Aesthetic Precedent Knowledge
- (1)
- Data collection: This study selected the professional landscape design portal Gooood.cn as the primary data source. This platform was chosen for two main reasons: (a) Professional authority: Gooood.cn is a globally leading (top-five) architecture and landscape design portal whose published projects are curated by professional editors and include landscape cases from renowned design firms like ASLA and AECOM, representing a high standard of contemporary design; (b) High-quality content: The collected cases typically contain complete design concepts and rich textual descriptions, providing abundant material for knowledge extraction [29]. We employed automated scripts to systematically acquire cases covering a multitude of design scenarios (e.g., urban parks, waterfronts, campus landscapes, cultural heritage, etc.), ensuring the knowledge base’s diversity and representativeness (Figure 3).
- (2)
- Knowledge structuring: The raw HTML text acquired directly from the web contains substantial non-semantic noise (e.g., advertisements, navigation links, copyright notices). This noise can severely contaminate the knowledge base, causing the AI to generate hallucinations or off-topic responses during RAG retrieval. To resolve this, we utilized a high-performance LLM (i.e., Qwen-turbo) as a data processing engine. Through carefully designed prompt engineering, we achieved semantic filtering and text structuring. This LLM agent automatically performs the following tasks: (a) semantic filtering: identifying and removing all text noise irrelevant to the design description; (b) language standardization: retaining only Chinese content to ensure corpus consistency; and (c) content structuring: reorganizing unstructured long-form descriptions into a structured Markdown format (e.g., Project Overview, Design Concept, Node Details) (Table 2).
- (3)
- Update mechanism: To ensure the aesthetic and precedent knowledge base continuously reflects the latest design trends and practices, we implemented scheduled incremental crawling and duplicate content filtering. A script is set to perform incremental crawls of new landscape cases on Gooood.cn at a low frequency of once per month. This low-frequency strategy allows for capturing newly published excellent cases while effectively avoiding the triggering of anti-scraping mechanisms on the target website. Before new data are imported, the titles and content of new cases are compared against the existing database to automatically identify and filter out duplicate or highly similar entries, ensuring the purity of the knowledge base.


2.2.2. Ecological and Technical Norms
- (1)
- Authority and universality: Priority was given to internationally recognized authoritative standards such as The Sustainable SITES Initiative (SITES) and LEED for Neighborhood Development (LEED-ND). SITES is the most comprehensive globally recognized rating system for sustainable landscapes, and its criteria regarding water management, soil and vegetation, materials selection, and human health and well-being provide the direct theoretical basis for our sustainability scorecard [30]. Meanwhile, LEED-ND enables the AI to look beyond the site boundary and consider factors at a broader urban planning scale, such as land use, transportation connectivity, and green infrastructure networks, ensuring a high-level design perspective [31,32].
- (2)
- Localized adaptability: Key Chinese national standards, such as the Technical Guidelines for Sponge City Construction [33] and the Standard for Urban Green Space Planning [34], were included because sustainable design must be closely integrated with regional environmental challenges and regulatory requirements. The Technical Guidelines for Sponge City Construction provides systematic solutions for stormwater issues in China’s high-density cities, including specific design parameters for bioretention facilities and grassed swales—localized practical knowledge not detailed in international standards like SITES. This ensures that the AI’s proposals not only align with advanced international concepts but also effectively address local climate and policy contexts, enhancing the framework’s regional applicability.
- (3)
- Comprehensive scale coverage: The knowledge base covers multiple scales, from macro-level community planning and meso-level site-wide design to micro-level specific technical details. This multi-scale knowledge integration enables the AI to reason about projects of varying scales.
2.2.3. RAG-Based Knowledge Base Construction
- (1)
- Semantic chunking strategy: To ensure the precision of RAG retrieval, this study adopted a semantic-based adaptive chunking strategy. Traditional fixed-length chunking methods can crudely sever semantic continuity (e.g., splitting a single SITES credit across two text chunks), leading to fragmented retrieval results. Our method employs multi-level semantic boundary detection, combined with Jieba for Chinese lexical analysis and punctuation marks (e.g., 。, !, ?, ;, :) as delimiters, to achieve precise sentence- or paragraph-level segmentation. While ensuring semantic integrity, this method dynamically adjusts chunk size and overlap to maintain the coherence of complex contexts. Each chunk retains rich metadata, such as its source, chapter, URL, and chunk ID, to support precise traceability and XAI presentation later on.
- (2)
- Vector embedding and storage: All cleaned and chunked text data were vectorized using a BERT-based embedding model optimized for Chinese (text2vec-base-chinese). This model is capable of accurately capturing the deep semantic relationships between landscape architecture terminologies. All vectors are stored in FAISS (Facebook AI Similarity Search), a high-performance vector database. We employed an index that supports efficient similarity search, combined with an inverted file index and vector quantization, to optimize storage and query efficiency while ensuring retrieval accuracy.

2.3. The “Generative-CRITICAL” Multi-Agent Workflow
2.3.1. Generation Agent
- (1)
- Cross-modal contextual understanding: As the designer, the agent must first precisely comprehend the task. It is designed to receive and process heterogeneous data inputs, including textual design briefs and visual site existing condition plans, performing both textual context parsing and visual context translation:
- Textual context parsing: The agent parses the design brief to structurally extract the project’s core constraints, such as design goals, functional requirements, site boundaries, and style preferences.
- Visual context translation: This study uses Qwen-VL-Max for the spatial-semantic translation of the site’s existing condition plan. Using customized prompts, the visual language model translates topographic features and surrounding environmental elements (e.g., water bodies, roads) from the drawings into precise natural-language descriptions.
- (2)
- Dual knowledge retrieval and fusion: After clearly defining the problem, the agent enters the information gathering and inspiration phase. To ensure the professionalism and innovativeness of the generated scheme, the agent performs two types of knowledge retrieval tasks in parallel. The first is external world knowledge retrieval, where the study leverages the embedded web search capability of the DeepSeek-R1 LLM to query dynamic external information such as the project site’s climate, history, and master plans, ensuring the scheme’s site-specificity. The second is internal professional knowledge base retrieval, where the agent queries the dual knowledge base. To simultaneously satisfy the needs for technical precision and inspirational relevance, this study adopted a hybrid retrieval strategy:
- Keyword-based sparse retrieval (BM25): This method excels at exact matching of professional terminologies, ensuring that the hard constraints from technical norms are recalled. This algorithm is a probabilistic retrieval model based on term frequency-inverse document frequency (TF-IDF), with its relevance score calculated as follows [35]:
- Semantic-based dense retrieval: This method uses a Chinese semantic model (text2vec-base-chinese) to convert text into 768-dimensional vectors. It excels at understanding abstract concepts to recall semantically relevant aesthetic precedents for inspiration. Retrieval is performed by measuring the semantic distance between the query vector and document vectors using cosine similarity, calculated as [36]
- (3)
- Prompt-guided draft generation: This is the final stage of the Designer agent’s work. The agent is responsible for synthesizing and refining the outputs from the previous two mechanisms—the problem description and the knowledge evidence—to generate the first version of the conceptual scheme draft. This process relies on a structured prompt template. The template not only instructs the agent to reference precedents and output a complete scheme with sections like concept theme, functional zoning, and node design, but more critically, it explicitly requires the agent to attempt to integrate the retrieved sustainability knowledge, such as LID facilities and the application of native plants.

2.3.2. Evaluation Agent
2.3.3. The “Critique-and-Refine” Loop
- (1)
- Generation: The loop begins. The Generation Agent receives the user’s initial requirements and generates the first version of the conceptual scheme draft (V1.0).
- (2)
- (3)
- Judgment: The system compares with a preset sustainability acceptance threshold. In this study, the threshold is set to 80. This value, determined empirically, represents a scheme quality level transitioning from good to excellent, indicating that the scheme has achieved a sufficient and balanced consideration of all key sustainability dimensions, rather than merely meeting minimum standards.
- (4)
- Critique and feedback generation: If < 80 (not met), the Evaluation Agent not only returns a low score but also generates specific, actionable feedback, i.e., a critical review.
- (5)
- Regeneration: This critical review serves as a new, high-priority instruction that is fed back to the Generation Agent along with the original user requirements. The agent then initiates a revision task, focusing on optimizing and rewriting the scheme to address the deficiencies pointed out in the review (e.g., adding permeable pavements), thus generating draft V2.0. This new version is then returned to step (2) for a new round of evaluation.
- (6)
- Output on acceptance: If ≥ 80 (met), the loop terminates. The system determines that the current version of the scheme (e.g., V2.0) has met the sustainability standards. The accepted scheme, along with its final sustainability scorecard (e.g., = 85), is then output to the user as the final result.
2.4. Human–Computer Interaction Workflow
2.4.1. Expert Consultation Agent
- Evaluation explanation: “Why was the score for hydrological performance low?”
- Knowledge deep-dive: “What specific ecological restoration measures were taken in the referenced Nanjing Tangshan Quarry Park?”
- Hypothetical reasoning: “If I replace the entrance plaza paving with permeable bricks, how much will the hydrological performance score increase?”
- (1)
- Primary agent: This agent acts as the conversational interface, receiving the user’s query and relevant context, such as the final scheme text and the overall evaluation score. It prioritizes understanding user intent and ensuring conversational flow, generating a complete, colloquial preliminary response draft. This draft is not directly shown to the user but is intercepted internally.
- (2)
- Verification agent: Serving as the fact-checking center, this agent intercepts the preliminary response and verifies its key information. This agent performs two tasks: (1) Fact-checking: It calls the knowledge base retriever to cross-reference any cited cases or norms for accuracy. (2) Calculation-checking: If the query involves hypothetical reasoning, such as replacing permeable bricks, it activates the Evaluation Agent to recalculate a new, precise score for the modified scheme fragment.
- (3)
- Integrator agent: Acting as the final synthesizer, this agent merges the fluent draft from the Primary Agent with the precise data packet (including corrections and new scores) from the Verification Agent to generate a final response that is both rigorous and fluid.

2.4.2. Human–Computer Interaction Interface
- (1)
- Input area: Located on the left side of the interface, this serves as the starting point of the workflow. Here, users can upload design briefs and site existing condition plans in various formats. After the user clicks the “Start Generation” button, the system invokes the Generation Agent to perform multimodal data parsing and reasoning analysis. Intermediate states during the generation process (approx. 5–8 min) are displayed here to provide feedback to the user, ensuring efficient processing of multimodal inputs.
- (2)
- Scheme display and evaluation area: Positioned in the center of the interface, this is the presentation area for core deliverables. When the “Critique-and-Refine” loop outputs an accepted scheme, this area automatically presents two core components: (a) Detailed scheme content: This includes the detailed text of the landscape conceptual scheme, covering the concept theme, functional zoning, node designs, and links to reference cases; (b) sustainability scorecard: Directly linked to the Evaluation Agent, this module clearly displays the final overall sustainability score and the detailed scores for each sub-dimension in a tabular format.
- (3)
- Dialogue interaction area: Located on the right side, this serves as the front-end carrier for the Expert Consultation Agent. In this multi-turn dialogue window, users can pose explanatory questions or propose hypothetical reasoning and modification requests regarding the generated scheme content. The agent generates professional answers based on the scheme data and conversation history. If a modification is involved, the dynamically updated results are fed back in real-time to both the dialogue window and the scheme display area, ensuring the immediacy and relevance of the interaction.

3. Results
3.1. Case Study: Sustainable Cultural Park Design
3.1.1. Case Background and Task Input

3.1.2. Knowledge Base Retrieval and Association
3.1.3. Empirical Validation of the “Critique-and-Refine” Loop
- (1)
- First-Round generation (V1.0):
- (2)
- First-round evaluation and critical feedback:
- (3)
- Secnd-round iteration (V2.0):
- (4)
- Second-round evaluation:

3.1.4. Human–Computer Interactive Consultation
- (1)
- Primary Agent: The Primary Agent first parses the user’s intent, identifying the core keywords “aesthetics” and “hydrological function.” It then quickly accesses the structured data of the V2.0 scheme, retrieving design elements and strategies directly related to these keywords. It locates key nodes such as topography utilization, bioswales, and a newly created bioretention pond. Based on the logical relationships between these nodes, it rapidly generates a natural language draft, roughly stating: “The scheme uses the terrain, breaks the seal into bioswales to channel water, and finally builds a new pond in the low area to store water.”
- (2)
- Verification Agent: Upon receiving the draft from the Primary Agent, the Verification Agent acts as a fact-checker. It rigorously compares each argument in the draft against the original data. First, it retrieves the prior site analysis data, confirming a clear elevation difference with 11.0 m in the northwest and below 8.0 m in the southeast, thus validating the “uses the terrain” argument. Second, it traces back to the V2.0 scheme text, confirming that the “cracks” are functional vegetated bioswales. Finally, it confirms that the V2.0 scheme explicitly mentions the creation of a “bioretention pond” in the southeast corner and associates it with the “Five-Color Earth” aesthetic theme.
- (3)
- Integrator Agent: The Integrator Agent is responsible for the final polishing and formatting. It reorganizes the verified content fragments into a logically clear and professionally worded text. It adds polite and structured introductory phrases like “The scheme balances both…”, and uses a bulleted list format. Ultimately, it synthesizes the highly structured and readable response that the user sees: “The scheme balances both aspects through two design strategies: form-function integration and turning constraints into assets:

3.2. Agent Effectiveness Evaluation
3.2.1. Usability Assessment of the Human–Computer Interaction Interface
3.2.2. Blind Evaluation of Sustainability Performance
4. Discussion
4.1. The Mechanistic Role of the “Generative-Critical” Multi-Agent Framework
4.2. Innovation and Generalizability of the “Generative-Critical” Multi-Agent Framework
4.3. Significance of XAI for Decision Support and Design Education
4.4. Limitations and Future Research
5. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
References
- Fang, X.; Li, J.; Ma, Q. Integrating Green Infrastructure, Ecosystem Services and Nature-Based Solutions for Urban Sustainability: A Comprehensive Literature Review. Sustain. Cities Soc. 2023, 98, 104843. [Google Scholar] [CrossRef]
- Vilanova, C.; Ferran, J.S.; Concepción, E.D. Integrating Landscape Ecology in Urban Green Infrastructure Planning: A Multi-Scale Approach for Sustainable Development. Urban For. Urban Green. 2024, 94, 128248. [Google Scholar] [CrossRef]
- Ghadiri Khanaposhtani, M.; Gasc, A.; Francomano, D.; Villanueva-Rivera, L.J.; Jung, J.; Mossman, M.J.; Pijanowski, B.C. Effects of Highways on Bird Distribution and Soundscape Diversity around Aldo Leopold’s Shack in Baraboo, Wisconsin, USA. Landsc. Urban Plan. 2019, 192, 103666. [Google Scholar] [CrossRef]
- Nath, T.K.; Zhe Han, S.S.; Lechner, A.M. Urban Green Space and Well-Being in Kuala Lumpur, Malaysia. Urban For. Urban Green. 2018, 36, 34–41. [Google Scholar] [CrossRef]
- Cai, A.; Wang, J.; MacLachlan, I.; Zhu, L. Modeling the Trade-Offs between Urban Development and Ecological Process Based on Landscape Multi-Functionality and Regional Ecological Networks. J. Environ. Plan. Manag. 2020, 63, 2357–2379. [Google Scholar] [CrossRef]
- Li, F.; Liu, X.; Hu, D.; Wang, R.; Yang, W.; Li, D.; Zhao, D. Measurement Indicators and an Evaluation Approach for Assessing Urban Sustainable Development: A Case Study for China’s Jining City. Landsc. Urban Plan. 2009, 90, 134–142. [Google Scholar] [CrossRef]
- Miao, C.; Wang, J.; Wang, D. Research Progress on Urban Forest Ecosystem Services and Multifunctionality. Int. J. Environ. Sci. Technol. 2024, 22, 11557–11566. [Google Scholar] [CrossRef]
- Mohd Hussain, M.R. The Tangible and Intangible Values of River towards Sustainable Urban Landscape Development. J. Archit. Plan. Constr. Manag. 2020, 2, 1–22. [Google Scholar] [CrossRef]
- Qiu, J.; Nassauer, J.I.; Ahern, J.; Huang, L.; Reed, J.; Ding, S.; Guo, J.; Liu, Z.; Ou, W.; Ouyang, Z.; et al. Advancing Landscape Sustainability Science: Key Challenges and Strategies for Integration with Landscape Design and Planning. Landsc. Ecol. 2025, 40, 25. [Google Scholar] [CrossRef]
- Sasaki Enabling Synergies: Integrating Ecology with Landscape Architecture in Design Practice. Available online: https://www.sasaki.com/voices/enabling-synergies-integrating-ecology-with-landscape-architecture-in-design-practice/ (accessed on 5 December 2025).
- Parsons, R. Conflict between Ecological Sustainability and Environmental Aesthetics: Conundrum, Canärd or Curiosity. Landsc. Urban Plan. 1995, 32, 227–244. [Google Scholar] [CrossRef]
- Rechner Dika, I. Are Ecological Design Principles Becoming the Norm in Contemporary Landscape Design? A Comparative Analysis of Realized Park Projects (2015–2025). Sustainability 2025, 17, 6620. [Google Scholar] [CrossRef]
- Lallawmzuali, R.; Pal, A.K. Computer Aided Design and Drafting in Landscape Architecture. Curr. J. Appl. Sci. Technol. 2023, 42, 1–11. [Google Scholar] [CrossRef]
- Jiang, W.; Zhang, Y. Application of 3D Visualization in Landscape Design Teaching. Int. J. Emerg. Technol. Learn. 2019, 14, 53. [Google Scholar] [CrossRef]
- Yong, S.d.; Kusumarini, Y.; Tedjokoesoemo, P.E.D. Interior Design Students’ Perception for AutoCAD, SketchUp and Rhinoceros Software Usability. IOP Conf. Ser. Earth Environ. Sci. 2020, 490, 012015. [Google Scholar] [CrossRef]
- Liu, M.; Nijhuis, S. The Application of Advanced Mapping Methods and Tools for Spatial-Visual Analysis in Landscape Design Practice. Sustainability 2021, 13, 7952. [Google Scholar] [CrossRef]
- Zhang, H.; Nijhuis, S.; Newton, C. Advanced Digital Methods for Analysing and Optimising Accessibility and Visibility of Water for Designing Sustainable Healthy Urban Environments. Sustain. Cities Soc. 2023, 98, 104804. [Google Scholar] [CrossRef]
- Kim, J.; Kang, J. Development of Hazard Capacity Factor Design Model for Net-Zero: Evaluation of the Flood Adaptation Effects Considering Green-Gray Infrastructure Interaction. Sustain. Cities Soc. 2023, 96, 104625. [Google Scholar] [CrossRef]
- Sędzicki, D.; Cudzik, J.; Bonenberg, W.; Nyka, L. Computer-Aided Automated Greenery Design—Towards a Green BIM. Sustainability 2022, 14, 8927. [Google Scholar] [CrossRef]
- Cao, Y.; Li, S.; Liu, Y.; Yan, Z.; Dai, Y.; Yu, P.; Sun, L. A Survey of AI-Generated Content (AIGC). ACM Comput. Surv. 2025, 57, 1–38. [Google Scholar] [CrossRef]
- Rombach, R.; Blattmann, A.; Lorenz, D.; Esser, P.; Ommer, B. High-Resolution Image Synthesis with Latent Diffusion Models. In Proceedings of the 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA, 18–24 June 2022. [Google Scholar]
- Cao, Y.; Li, S.; Liu, Y.; Yan, Z.; Dai, Y.; Yu, P.S.; Sun, L. A Comprehensive Survey of AI-Generated Content (AIGC): A History of Generative AI from GAN to ChatGPT. arXiv 2023, arXiv:2303.04226. [Google Scholar] [CrossRef]
- Ye, X.; Huang, T.; Song, Y.; Li, X.; Newman, G.; Wu, D.J.; Zeng, Y. Generating Conceptual Landscape Design via Text-to-Image Generative AI Model. Environ. Plan. B Urban Anal. City Sci. 2025. Online ahead of print. [CrossRef]
- Kapsalis, T. UrbanGenAI: Reconstructing Urban Landscapes Using Panoptic Segmentation and Diffusion Models. arXiv 2024, arXiv:2401.14379. [Google Scholar]
- Wang, Q.; Liang, Y.; Zheng, Y.; Xu, K.; Zhao, J.; Wang, S. Generative AI for Urban Planning: Synthesizing Satellite Imagery via Diffusion Models. Comput. Environ. Urban Syst. 2025, 122, 102339. [Google Scholar] [CrossRef]
- Qian, K.; Mao, L.; Liang, X.; Ding, Y.; Gao, J.; Wei, X.; Guo, Z.; Li, J. AI Agent as Urban Planner: Steering Stakeholder Dynamics in Urban Planning via Consensus-Based Multi-Agent Reinforcement Learning. arXiv 2023, arXiv:2310.16772. [Google Scholar]
- Odeh, A.; Jayousi, R.; Rutrot, A. Toward Competent City Management Using Multi-Agent System (MAS). In Proceedings of the ICAT23, Istanbul, Turkey, 17–19 August 2023. [Google Scholar] [CrossRef]
- Hussain, T.; Urlamma, D.; Vericharla, R.; Dhatterwal, J.S. Augmenting Traffic Flow Efficiency Using Multi-Agent Systems (MAS). Int. J. Inf. Technol. 2025, 17, 3119–3124. [Google Scholar] [CrossRef]
- Gooood. Gooood Design Website. Available online: https://www.gooood.cn/ (accessed on 30 October 2025).
- Green Business Certification Inc. SITES V2 Rating System For Sustainable Land Design and Development; Green Business Certification Inc.: Washington, DC, USA, 2014. [Google Scholar]
- U.S. Green Building Council. LEED Reference Guide for Neighborhood Development, Version 4; U.S. Green Building Council: Washington, DC, USA, 2014. [Google Scholar]
- Pedro, J.; Silva, C.; Pinheiro, M.D. Scaling up LEED-ND Sustainability Assessment from the Neighborhood towards the City Scale with the Support of GIS Modeling: Lisbon Case Study. Sustain. Cities Soc. 2018, 41, 929–939. [Google Scholar] [CrossRef]
- Ministry of Housing and Urban-Rural Development. Notice of the Ministry of Housing and Urban-Rural Development on Issuing the Technical Guidelines for Sponge City Construction—Low Impact Development Stormwater System Construction (Trial); China Architecture & Building Press (CABP): Beijing, China, 2014.
- Ministry of Housing and Urban-Rural Development of the People’s Republic of China. Standard for Planning of Urban Green Space; China Architecture & Building Press (CABP): Beijing, China, 2019.
- Zhang, Z. An Improved BM25 Algorithm for Clinical Decision Support in Precision Medicine Based on Co-Word Analysis and Cuckoo Search. BMC Med. Inform. Decis. Mak. 2021, 21, 81. [Google Scholar] [CrossRef]
- Turney, P.D.; Pantel, P. From Frequency to Meaning: Vector Space Models of Semantics. J. Artif. Intell. Res. 2010, 37, 141–188. [Google Scholar] [CrossRef]
- Gooood. The Orchestra Park by SoBA. Available online: https://www.gooood.cn/the-orchestra-park-by-soba.htm (accessed on 30 October 2025).
- Brooke, J. SUS: A “Quick and Dirty” Usability Scale. In Usability Evaluation In Industry; CRC Press: Boca Raton, FL, USA, 1996. [Google Scholar]
- Chicco, D.; Sichenze, A.; Jurman, G. A Simple Guide to the Use of Student’s t-Test, Mann-Whitney U Test, Chi-Squared Test, and Kruskal-Wallis Test in Biostatistics. BioData Min. 2025, 18, 56. [Google Scholar] [CrossRef]
- Tam, T.Y.C.; Sivarajkumar, S.; Kapoor, S.; Stolyar, A.V.; Polanska, K.; McCarthy, K.R.; Osterhoudt, H.; Wu, X.; Visweswaran, S.; Fu, S.; et al. A Framework for Human Evaluation of Large Language Models in Healthcare Derived from Literature Review. npj Digit. Med. 2024, 7, 258. [Google Scholar] [CrossRef]
- Xing, Y.; Gan, W.; Chen, Q.; Yu, P.S. AI-Generated Content in Landscape Architecture: A Survey. AI Open 2025, 6, 220–243. [Google Scholar] [CrossRef]
- Huang, K.-L.; Liu, Y.; Dong, M.-Q. Incorporating AIGC into Design Ideation: A Study on Self-Efficacy and Learning Experience Acceptance under Higher-Order Thinking. Think. Ski. Creat. 2024, 52, 101508. [Google Scholar] [CrossRef]
- Ho, J.; Jain, A.; Abbeel, P. Denoising Diffusion Probabilistic Models. arXiv 2020, arXiv:2006.11239. [Google Scholar] [CrossRef]
- Jang, S.; Roh, H.; Lee, G. Generative AI in Architectural Design: Application, Data, and Evaluation Methods. Autom. Constr. 2025, 174, 106174. [Google Scholar] [CrossRef]
- Chen, J.; Bao, Y. Multi-Agent Large Language Model Framework for Code-Compliant Automated Design of Reinforced Concrete Structures. Autom. Constr. 2025, 177, 106331. [Google Scholar] [CrossRef]
- Alkrides, B.F. Promoting Sustainable Urban Walkability: A Modified Delphi Study on Key Indicators for Urban Walkability in Gulf Cooperation Council Urban Streets. Sustainability 2025, 17, 1179. [Google Scholar] [CrossRef]
- Srdjevic, B.; Srdjevic, Z.; Reynolds, K.M.; Lakicevic, M.; Zdero, S. Using Analytic Hierarchy Process and Best–Worst Method in Group Evaluation of Urban Park Quality. Forests 2022, 13, 290. [Google Scholar] [CrossRef]

| Type | Data Source | Topic Coverage | No. of Entries | Purpose Summary |
|---|---|---|---|---|
| Aesthetic Precedents | Professional design portals (e.g., Gooood.cn) | Urban parks, waterfronts, campus landscapes, cultural parks, urban plazas, etc. | 108 | To provide inspiration for form and composition, references for details, and insights into spatial narratives and placemaking. |
| Ecological and Technical Norms | International, national, and industry standards and technical guidelines | SITES (site-level), LEED-ND (neighborhood-level), Sponge City concepts, low-impact development (LID), green space systems, vegetation, biodiversity, accessibility, permeable pavements, etc. | 12 | To provide functional constraints and evidence for hydrology, vegetation, materials, accessibility, and human health and well-being. |
| Total | — | — | 120 | To serve as the knowledge foundation for the RAG and Evaluation Agents. |
| Id | Title | Structured Content Extracted and Summarized by LLM | URL |
|---|---|---|---|
| 1 | Qingdao Vanke City Time Park |
| https://www.gooood.cn/qingdao-vanke-city-time-park-by-zap.htm (accessed on 30 October 2025) |
| 2 | The Orchestra Park |
| https://www.gooood.cn/the-orchestra-park-by-soba.htm (accessed on 30 October 2025) |
| No. | Item Name | Applicable Scale | Key Functions |
|---|---|---|---|
| 1 | The Sustainable SITES Initiative | Site | Performance criteria and credits for water resources, soil and vegetation, materials, and human health and well-being. |
| 2 | LEED for Neighborhood Development | Neighborhood | Smart location, compact development, walkability, and green infrastructure networks. |
| 3 | Technical guidelines for sponge city construction: low-impact development (LID) rainwater systems (Trial) | Site or Regional | Parameters and details for LID or GI facilities such as rain gardens, bioretention, and permeable pavements; includes facility types, control targets, and design principles. |
| 4 | Standard for urban green space planning | City | Green space classification, green coverage ratio, service radius, and accessibility. |
| 5 | Code for park design | Site | Park classification, functional zoning, target user groups, and facility allocation ratios. |
| 6 | Standard for classification of urban green space | City | Green space type definitions, coding, and statistical criteria. |
| 7 | Technical specification for urban biodiversity conservation assessment | City or Site | Habitat restoration, corridor connectivity, indicator species, and monitoring. |
| 8 | Design code for sponge city rainwater control and utilization projects | Site | Runoff control, storage, reuse, and design calculation methods. |
| 9 | Technical specification for permeable pavement construction and maintenance | Site | Material selection, pavement structure, and performance metrics for infiltration and load-bearing capacity. |
| 10 | Code for construction and acceptance of landscape engineering | Site | Soil amendment, planting techniques, maintenance, and acceptance. |
| 11 | Universal design code for accessibility in buildings and municipal engineering | Site | Path continuity, tactile paving, and facility accessibility. |
| 12 | Guidelines for selecting native plants in territorial ecological restoration projects | Site or Regional | Suitability of native vegetation, community composition, maintenance costs, and ecological benefits. |
| Evaluation Dimension | Dimension Symbol | Core Evaluation Criteria |
|---|---|---|
| Ecological resilience |
| |
| Hydrological performance |
| |
| Social and human well-being |
| |
| Resource and material efficiency |
|
| Project Type (Example) | Rationale for Weight Setting | ||||
|---|---|---|---|---|---|
| Ecological wetland park | 0.4 | 0.4 | 0.1 | 0.1 | Core functions are ecological restoration and hydrological regulation; social recreation and material attributes are secondary. |
| Industrial brownfield remediation park | 0.5 | 0.2 | 0.2 | 0.1 | The primary task is ecological restoration (soil, vegetation) and pollution remediation; social functions are a secondary goal post-remediation. |
| Waterfront open space | 0.3 | 0.3 | 0.3 | 0.1 | Emphasizes a balance among ecological (shoreline restoration), hydrological (flood resilience), and social (public access to water) aspects. |
| Cultural park | 0.3 | 0.2 | 0.4 | 0.1 | The primary objective is to support cultural narratives, place identity, and social-educational functions, which require a high-quality ecological environment as a carrier for the cultural experience. |
| Community pocket park | 0.2 | 0.2 | 0.5 | 0.1 | The core function is to serve surrounding residents, making social well-being, accessibility, and equity the primary objectives. |
| Campus or Educational landscape | 0.2 | 0.2 | 0.4 | 0.2 | Emphasizes high-frequency social functions (student activities, outdoor learning) and spatial quality (materials), while also serving a demonstrative role for LID and ecological practices. |
| Urban central plaza | 0.1 | 0.3 | 0.4 | 0.2 | Emphasis is placed on social carrying capacity under high-intensity use, while LID pavements (hydrology) and material durability (materials) are also crucial. |
| Balanced type (default) | 0.25 | 0.25 | 0.25 | 0.25 | Applied to standard urban green spaces or when the project type is ambiguous, providing a balanced consideration of all dimensions. |
| Knowledge Type | Retrieval Source | Retrieved Relevant Content and Knowledge Points | Role in Design |
|---|---|---|---|
| Cultural knowledge (External) | Public internet data | 1. Yixing Zisha pottery culture (purple clay, five-color earth, pottery cracks). 2. The life and representative works of famous playwright Yu Ling. | Provides core cultural themes and aesthetic symbols for the design, such as seals and cracks. |
| Ecological knowledge (Internal) | Technical Guidelines for Sponge City Construction | 1. Source reduction: Emphasizes using permeable paving, bioretention ponds, etc. 2. Process conveyance: Uses terrain elevation differences for gravity-flow organization. 3. End-of-pipe storage: Sets up rain gardens and detention ponds at the lowest point of the site. | Constructs a complete LID stormwater management chain from source to end. |
| Normative knowledge (Internal) | SITES v2 Rating System | 1. Section 3: Site Design—Water. Water Prerequisite 3.1: Manage precipitation on site (Required); Water Credit 3.3: Manage precipitation beyond baseline (4–6 points). 2. Section 4: Site Design—Soils + Vegetation. Soil + Veg Prerequisite 4.3: Use appropriate plants (Required). | Ensures the design meets sustainability certification standards, such as for stormwater management and native plant use. |
| Aesthetic knowledge (Internal) | Built-in precedent library | 1. Case name: The Orchestra Park [37]. 2. Core experience: Successfully translated abstract cultural symbols (melodies of Jiangnan Sizhu music) into tangible landscape forms (flowing, curved pathways). | Offers a reference for the design technique of formalizing cultural symbols, inspiring the translation of cultural symbols like “Zisha Seal” into landscape elements. |
| Scheme Version | (w = 0.3) | (w = 0.2) | (w = 0.4) | (w = 0.1) | Evaluation Result | |
|---|---|---|---|---|---|---|
| V1.0 | 45 | 30 | 90 | 60 | 61.5 | Not met |
| V2.0 | 90 | 90 | 90 | 85 | 89.5 | Met |
| No. | Questionnaire Item |
|---|---|
| 1 | I think that I would like to use this system frequently. |
| 2 | I found the system unnecessarily complex. |
| 3 | I thought the system was easy to use. |
| 4 | I think that I would need the support of a technical person to be able to use this system. |
| 5 | I found the various functions in this system were well integrated. |
| 6 | I thought there was too much inconsistency in this system. |
| 7 | I would imagine that most people would learn to use this system very quickly. |
| 8 | I found the system very cumbersome to use. |
| 9 | I felt very confident using the system. |
| 10 | I needed to learn a lot of things before I could get going with this system. |
| Evaluation Dimension (Weight) | Weight | Baseline Scheme (Mean ± SD) | AI-Refined Scheme (Mean ± SD) | t-Test Results (df = 9) |
|---|---|---|---|---|
| Ecological resilience () | 42.0 ± 10.5 | 86.5 ± 6.0 | t = 19.7, p < 0.001 * | |
| Hydrological performance () | 28.5 ± 9.0 | 92.0 ± 5.5 | t = 23.4, p < 0.001 * | |
| Social and human well-being () | 87.5 ± 7.0 | 88.0 ± 7.2 | t = 0.3, p = 0.74 | |
| Resource and material efficiency () | 60.0 ± 12.0 | 84.0 ± 8.0 | t = 9.3, p < 0.001 * | |
| Total score () | - | 59.3 ± 8.2 | 88.0 ± 6.5 | t = 22.8, p < 0.001 * |
| Dimensions | Image-Centric AIGC | General-Purpose LLM | Proposed Framework |
|---|---|---|---|
| Core capability | Visual rendering and style transfer | General text generation and broad reasoning | Domain decision support and scheme optimization |
| Operating mechanism | Linear open-loop | Linear or simple multi-turn dialogue | Cyclical closed-loop |
| Knowledge source | Implicit pixel patterns | Implicit general knowledge | Explicit Dual Knowledge Base |
| Constraint handling | Weak | Moderate (soft constraints) | Strong (hard constraints) |
| Output nature | Aesthetic skin | Unverified text | Functional skeleton |
| Explainability | Low | Medium | High |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.
Share and Cite
Li, L.; Yang, X.; Liu, S.; Deng, F. AI-Enabled Sustainable Landscape Design: A Decision-Support Framework Based on “Generative-Critical” Multi-Agent. Urban Sci. 2026, 10, 56. https://doi.org/10.3390/urbansci10010056
Li L, Yang X, Liu S, Deng F. AI-Enabled Sustainable Landscape Design: A Decision-Support Framework Based on “Generative-Critical” Multi-Agent. Urban Science. 2026; 10(1):56. https://doi.org/10.3390/urbansci10010056
Chicago/Turabian StyleLi, Li, Xuesong Yang, Sijia Liu, and Feiyang Deng. 2026. "AI-Enabled Sustainable Landscape Design: A Decision-Support Framework Based on “Generative-Critical” Multi-Agent" Urban Science 10, no. 1: 56. https://doi.org/10.3390/urbansci10010056
APA StyleLi, L., Yang, X., Liu, S., & Deng, F. (2026). AI-Enabled Sustainable Landscape Design: A Decision-Support Framework Based on “Generative-Critical” Multi-Agent. Urban Science, 10(1), 56. https://doi.org/10.3390/urbansci10010056
