Where the AI agent passes personal data to the LLM
Federal Law GDPR regulates not 'AI use' but personal data processing—information that directly or indirectly identifies a person. Therefore, the first engineering question when launching an AI agent isn't 'can we use LLM' but 'which process fields are personal data and when do they end up in the prompt'. How to choose the model itself for this scope is discussed separately in the article on foreign LLM under Law GDPR.
Channel one—operator or agent prompt. Support staff insert a full ticket in the request: name, phone, contract number. The agent does the same automatically when gathering task context from the customer card. One request—one data subject, but thousands of such requests per month.
Channel two—CRM export to context. For the agent to 'know customers', they pass a database segment: order history with names and contacts. One such prompt—no longer a single data subject but hundreds or thousands of records. The volume of affected subjects determines the penalty category in case of breach.
Channel three—call transcripts. Customer conversation recordings go to the model for summaries or quality control. In the transcript—names, phone numbers, delivery addresses, and sometimes health or financial information that the law protects more strictly than regular personal data.
Channel four—resumes and applications. An HR agent ranking candidates works with concentrated personal data: contacts, birthdates, workplaces. The same risk comes from AI features inside SaaS services enabled 'by default'—the company's circuit doesn't see them.
Sending such text to a cloud LLM is personal data processing involving a third party. Critical questions must be resolved before launch, not after: legal basis and processing instruction (Law GDPR, Part 3, Article 6), primary collection localization in CIS database (Part 5, Article 18; from July 1, 2025, foreign primary collection is prohibited), and for foreign APIs—Roskomnadzor notification of cross-border transmission before transmission begins (Article 12)
Qualifying a specific workflow is legal work: which legal basis applies, whether the provider agreement covers data processing requirements. The engineering task is simpler and stronger: build a circuit where personal data never reaches the model at all. Then most of these questions compress to verifiable 'exactly what leaves the circuit'.



