Grid-connection paperwork that runs itself
The problem
Grid-connection requests filled in by hand on the portal, one by one.
The solution
An AI system fills it out itself: the operator types the client's name, the rest is automatic.

Every solar system sold opens a grid-connection request on the operator's portal: personal, technical and document data to be re-entered by hand from the CRM, with delicate checks on identifiers, meter data and system capacities. Expert, repetitive work with a real risk of error.
We built a system that handles the request on its own, with no servers or webhooks: the operator types the client's name and the rest happens automatically.
Before touching the portal, the system runs a preflight on the data: it re-reads the CRM fields and the attached documents with a language model, validates the critical data with consistency checks, and stops if anything is missing or unreadable — never guessing. Then a deterministic bot fills the portal step by step, uploads the attachments and signs the forms with the company stamp. An automated check validates the result and, only after the client had verified the first signed requests, submission to the operator happens without a per-request human sign-off. Finally the system writes the status and the signed document back to the CRM.
There's also a part that makes the system sturdier over time: every hiccup becomes a tracked incident and every fix a dated, preserved note, so the same errors don't happen twice.