

Commercial versions of these systems exist in the UK.
https://www.theguardian.com/uk-news/2025/jun/06/shopper-facewatch-watchlist-39p-paracetamol-london
The Gdpr makes these things harder to do, but not automatically illegal.
Surely you have noticed that there is a lot of criticism of the GDPR and EU tech regulation.
Yeah, and some of it is even true.
You absolutely can’t use LLMs for anything big unless you learn to code.
Think of an LLM as a particularly shit builder. You give them a small job and maybe 70% of the time they’ll give you something that works. But it’s often not up to spec, so even if it kinda works you’ll have to tell them to correct it or fix it yourself.
The bigger the job is and the more complex the more ways they have to fuck it up. This means in order to use them, you have to break the problem down into small sub tasks, and check that the code is good enough for each one.
Can they be useful? Sometimes yes, it’s quicker to have an AI write code than for you to do it yourself, and if you want something very standard it will probably get it right or almost right.
But you can’t just say ‘write me an app’ and expect it to be useable.