Most health practitioners I work with have no idea what lands on 19 June. The Data (Use and Access) Act quietly reshaped UK data and cookie rules back in February, and from the 19th every business needs a proper route for people to raise data complaints, plus the process behind it. PECR fines now sit on the same scale as GDPR, so "too small to matter" stopped being a defence. Rather than work through each site by hand, I built a function that does two things: - Audits my practitioner clients websites against the new rules (cookies, consent, banners, the lot) and brings it into line. - Drafts the policies they are now expected to hold, structured so they only complete the parts that are genuinely theirs. The interesting part was deciding what to automate and what to leave to the human. The site fixes can be handled in full. The policies cannot, not honestly, because the practitioner has to own the decisions inside them. So the function does the heavy lifting and hands back something most of the way there, rather than pretending to finish a job that needs their judgement. Built solo, AI-assisted, and it now runs across every client site instead of being a one-off scramble before the deadline. Curious what the rest of you have been building. What is the most efficient function or automation you have put together lately?