← All stories
● Covered by 1 source · 1 reportLow impact1 negative

Challenges of Using LLMs for Selection Systems in Procurement Automation

🔄 Updated 2h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • LLMs complicate text-to-integer ID conversion for databases.
  • Integration with existing infrastructure is difficult due to text generation.
  • LLMs have limited context windows, hindering scalability with large datasets.
  • New security risks like prompt injections emerge with LLM use.

LLMs in Procurement Automation

Jendrik Jordening presented on the application of Large Language Models (LLMs) in automating procurement-related tasks, specifically focusing on selection systems. Initially, these tasks involved traditional deep learning models with an argmax layer for decision-making, which was straightforward for tasks like assigning cost centers based on an ID in a database.

Challenges with LLM Integration

The shift to LLMs introduced several integration challenges. A primary issue is converting text generated by LLMs into specific integer IDs required by databases, which is not directly supported by the conversational nature of LLMs. This contrasts with the clear, quantifiable outputs of previous deep learning models.

Integrating LLMs into existing infrastructure is also difficult. The text generation capabilities of LLMs do not easily translate into the signals and metrics needed for system monitoring and customer reporting, making accuracy measurement problematic as direct string comparisons are not effective.

Scalability and Reliability Concerns

LLMs face scalability issues due to their limited context windows. When dealing with large volumes of historical data or numerous selection options, the context window can be exceeded, leading to performance degradation. Furthermore, LLMs can exhibit unpredictable and "stupid" behavior when encountering unplanned scenarios, impacting system reliability.

New Security Vulnerabilities

The use of LLMs introduces new security risks, notably prompt injections. Malicious inputs can manipulate the LLM's behavior, potentially leading to compliance issues or unauthorized actions, such as approving invoices based on injected commands. Tracing and monitoring these hidden calls within LLM systems also presents a challenge for current alerting and monitoring tools.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~15 min · 13 stories · Aug 17

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Jendrik Jordening discussed the difficulties of integrating Large Language Models (LLMs) into procurement automation for selection tasks, highlighting issues like context window limitations, integration with existing infrastructure, and new security vulnerabilities. The presentation outlined how LLMs, despite their apparent flexibility, introduce complexities in data handling, accuracy measurement, and system reliability compared to traditional deep learning models.