top of page
Google Gemini


Claude Watermarking: The Act That Can't Keep Up
Under the EU AI Act (2024), AI companies are obliged to mark text generated by their LLMs as of August 2nd 2026. This means that companies who signed the EU Code of Practice on Transparency are introducing ways to do so. Failure to comply with text-marking could result in fines of up to €15 million, or 3% of worldwide annual turnover.
Much coverage has been given to Claude’s announced rollout of watermarking. In reality there’s actually very little to say.

David Turner
Aug 173 min read


Language Models: Probability Machines, Not Oracles
Once you've played around with AI for any length of time and got under the skin of LLMs, you inevitably start to uncover the quirks, weaknesses and vulnerabilities inherent to the fundamental design concepts, and the execution itself.
As seen in my other AI projects on the site, it's not hard to trigger those weaknesses once you get beyond basic GenAI and into genuine design and build scenarios.

David Turner
Jul 1412 min read


Agentic Orchestration for Branding
After creating a few AI agents, orchestration is the obvious next step; you get those agents talking with each other and working collaboratively, you go from having an assistant to having a team at your disposal.
This requires an orchestration framework to connect the agents - I opted for LangGraph for this project due to it working on a state-machine basis, allowing cycles and loops where the agents could get into critique and refine loops with each other.

David Turner
Mar 310 min read
bottom of page