Behind the paper · DESRIST · 2026

Making the implicit explicit: excavating latent design knowledge with AI

Engineering papers are full of design knowledge that is never written down as such. AIDE is a pipeline that digs it out, with people in charge.

Authors

Strohmann, T. · Sagnier Eckert, L. · Heinz, D. · Schoormann, T. · Hoppe-Ludwig, C. · Ixmeier, A.

Original title

Making the Implicit Explicit: A Human-In-The-Loop AI Pipeline for Excavating and Making Use of Latent Design Knowledge

Published in

Proceedings of the International Conference on Design Science Research in Information Systems and Technology (DESRIST 2026)

Research theme

Design knowledge & theory

In brief

The problem

The knowledge is there, just not written as knowledge.

Engineering and applied computer science papers are full of design insight, reported as performance rather than principles.

What we did

AIDE, a human-in-the-loop excavation pipeline.

Three knowledge states, with AI for detection and drafting and humans for scoping, interpretation, and verification.

What we found

One validated principle per paper, across 99 papers.

Demonstrated on a corpus about AI for the circular economy, with the extraction prompt refined over five rounds.

Why it matters

Design science as an integrating meta-discipline.

It can harvest what other fields already know implicitly, instead of remaining a self-referential specialty.

01 / The problem

The knowledge is there. It is just not written as knowledge.

A paper that presents a more accurate neural network for sorting waste, or a better sensor arrangement for predicting when a machine will fail, contains design decisions and reasons for them. The authors rarely say why the design works in a way that could transfer elsewhere, because their field rewards performance, not theorising. The guidance is hard-coded into parameter choices, architecture diagrams, and trade-off discussions.

Design science research has developed careful structures for stating design knowledge, such as the anatomy of a design principle with its aim, mechanism, and rationale. What it lacks is a way to find and assess knowledge that was never stated in those terms. Systematic reviews map topics and summarise findings. Existing tools that index design knowledge assume it is already labelled. Methods for reconstructing design rationale from real-world artifacts exist, but they are manual and slow.

The research question follows: how can latent design knowledge embedded in diverse, non-DSR publications be systematically excavated to formulate reusable design knowledge?

02 / The framework

Three knowledge states, two roles.

AIDE, short for AI-assisted design knowledge excavation, is framed as an epistemic transformation. The centre column of the framework tracks the state of the team’s knowledge. The left column says what the AI agent does to move it forward. The right column says what the human expert does. At no point does the AI theorise on its own.

The AIDE framework: three rows showing AI agent activities on the left, knowledge states in the centre, and human expert activities on the right, connected by transforming steps
The AIDE framework. Figure 1 in the paper.
01

Latent design knowledge space

  • AI: extraction and classification of candidate papers
  • Human: scoping, inclusion criteria, relevance
  • Instantiated as an Airtable repository with curated metadata and annotations
02

Design knowledge candidates

  • AI: fragment mining, surfacing prescriptive statements and their rationale
  • Human: interpretation and contextualisation, separating guidance from incidental description
  • Instantiated as an n8n workflow over the full text
03

Excavated design knowledge

  • AI: drafting a design attribute postulate and a full principle in the standard anatomy
  • Human: verification and refinement, checking grounding, abstraction, and hallucination
  • Written back to the repository for review

03 / How it was built

Exploring by building.

The project started in January 2025 from a practical bind. An interdisciplinary team on AI for the circular economy had to analyse nearly a hundred engineering and applied computer science papers for their prescriptive insight, and no method said how. The team bootstrapped heuristics and prompts by experimenting directly in ChatGPT and Gemini, comparing what each extracted. A first attempt to build custom software proved too complex, so the pipeline moved to the workflow tool n8n, with the extraction prompt refined over five rounds on a subset of papers.

Each round was checked from two sides. Circular economy experts judged whether the extracted insight was technically correct and faithful to the source. Design science experts judged completeness, level of abstraction, and fit with established knowledge structures. Six researchers with two to ten years of design science experience and two to seven years in the domain formed the team; one joined late specifically to evaluate the method from outside.

The instantiation is deliberately ordinary: Airtable holds the papers and the human annotations, n8n orchestrates the steps, and Gemini Flash 2.5 does the reading. Ninety-nine papers took an hour and a half. The paper is explicit that these tools are illustrative. The logic of human scoping, AI extraction, and reflexive validation transfers to any stack.

04 / Demonstration

From a waste-management paper to a design principle.

The corpus came from a PRISMA-guided search across Scopus, Web of Science, IEEE Xplore, and the AIS library: 1,116 records, screened to 218 for full-text assessment, and finally 99 papers that reported an implemented artifact, linked AI to a circular economy strategy, and carried enough design signal to reconstruct intent. The papers cover predictive maintenance, automated sorting and disassembly, and optimisation for resource-efficient design.

The worked example is a study on AI in municipal waste management. Its prescriptive intent is implicit: users should be recognised, sensors should measure what they throw away, and incentives should reward good behaviour. AIDE surfaced those fragments and formalised them.

SourceApplied research paper
A study of how AI can improve decision-making for circular economy practices in the utility sector, describing digital user IDs, bin sensors, and AI-based prediction of fill levels, without stating any of it as design knowledge.
FragmentsStep 2, mined by the AI, checked by experts
User recognition via digital IDs. Sensors measuring the volume of waste added to bins. AI systems predicting bin refilling and verifying disposal consistency. Economic incentives as the lever for a proactive user role.
Excavated principleStep 3, full anatomy
Principle of AI-driven incentivized waste management for circular economy: implement a point-based compensatory tariff system that identifies users, measures their sorted waste with embedded sensors, predicts fill levels to optimise collection routes, and rewards users for quality and quantity, because economic incentives and transparent feedback on individual actions modify behaviour toward desired outcomes.

Condensed from Table 1 in the paper, which also names implementers, users, context, and empirical evidence.

05 / What it adds

Design science as an integrating meta-discipline.

Three implications follow. First, grounding a design project is no longer only about choosing the right theory or collecting your own data. It can mean actively reconstructing prescriptive intent from the long tail of artifact-oriented research in other fields. Second, the paper makes the human–AI division of labour concrete: AI for detection, reconstruction, and schema-conformant drafting at scale; humans for interpretation, abstraction decisions, and validation. Third, literature work shifts from search and synthesis toward excavation and structuring as a core research activity.

The limits are stated plainly. Poorly documented studies offer little to excavate. Language models have context windows, cost, and stability constraints. The demonstration is a proof of concept at the level of single papers; consolidating principles across papers, preserving boundary conditions, and handling competing prescriptions are the next problems, along with comparing the pipeline against manual extraction.

Behind the paper

The idea, and
the path to it.

A paper presents the polished result. This is the part that usually stays unwritten: where the question came from and how the work actually unfolded.

This started at a workshop on the circular economy at the Karlsruhe Institute of Technology, where I met domain experts from Information Systems who work on AI in the circular economy. My own contribution was methodological: I brought the design science and design knowledge perspective to a group that knew the domain far better than I did. In the discussion it became clear that the use of AI in the circular economy is badly under-examined in Information Systems research, and that we could contribute something.

An author team formed, design science experts and, above all, circular economy domain experts from the IS field, and we proceeded by exploring by building: we extracted exactly that design knowledge from the literature. That produced the ECIS paper on the AI-enabled circular economy. This paper is the methodological contribution alongside it: a reflection on what we actually did, and on how the latent design knowledge was excavated.