47 views
AI in banking, LLMs in production, AI infrastructure and governance, and what actually changes when you deploy AI at enterprise scale, written for technologists not hype-chasers.
1. The Rugby Lesson Most People Learn the Hard Way If you have ever played rugby, you learn very quickly what a handoff is. You approach a player too high, too upright, or too casually, and suddenly there is a massive palm in your face while your dignity disappears backwards across the grass. The handoff […]
Read more →1. The narrow claim This is not a case for replacing Claude across the enterprise. Most of what several thousand ordinary employees do with AI is low volume and highly varied, and a frontier model’s breadth is genuinely worth paying for there. That part of the bill is not in play in this piece. The […]
Read more →Most organisations deploying AI are flying blind. They have a model, a prompt, and a vague sense that it seems to work. They ran it past a few people internally, nobody objected loudly, and it shipped. That is not evaluation. That is hope wearing a business case. The image at the top of this post […]
Read more →If you have ever sat there manually clicking through a UI, copying error messages, and pasting them into Claude just to get help debugging something, I have good news. There is a better way. Chrome MCP gives Claude Desktop direct access to your Chrome browser, allowing it to read the page, inspect the DOM, execute […]
Read more →Updated June 2026 to cover Auto mode GA, the classifier architecture, and a new script for tuning classifier false positives. When Claude Code displays “Auto mode not available for this model,” you can replicate its permissive behaviour by scripting direct edits to the settings.json file, which controls tool permissions. This approach temporarily grants Claude unrestricted […]
Read more →by Andrew Baker 1. Opening: The Client Has Been Captured The fraud victim approving a transaction they believe is a refund is not making a mistake. They are not confused or careless or naive. They are operating under full psychological capture, executing instructions from an authority figure they have been conditioned over the course of […]
Read more →If you are doing 20 builds before finding the real issue, the problem isnot intelligence. It is workflow design. Claude defaults to probabilistic reasoning. It produces the most likelyexplanation. That is useful for writing. It is disastrous for debugging. You must force it into instrumentation mode. This article shows exactly what to configure, where to […]
Read more →Written by Andrew Baker | February 2026 Download the plugin here: https://wordpress.org/plugins/cloudscale-seo-ai-optimizer/ S3 download (updated frequently): https://andrewninjawordpress.s3.af-south-1.amazonaws.com/cloudscale-seo-ai-optimizer.zip I spent years working across major financial institutions watching vendors charge eye-watering licence fees for tools that were, frankly, not that impressive. That instinct never left me. So when I wanted serious SEO for my personal tech blog, I […]
Read more →The Model Context Protocol (MCP) represents a fundamental shift in how we integrate Large Language Models (LLMs) with external data sources and tools. As enterprises increasingly adopt AI powered applications, understanding MCP’s architecture, operational characteristics, and practical implementation becomes critical for technical leaders building production systems. 1. What is Model Context Protocol? Model Context Protocol […]
Read more →A post did the rounds recently on r/cscareerquestions, a Reddit forum where software engineers trade career advice and workplace stories, under the title “My senior engineers have stopped thinking for themselves.” The author, three years into a job he liked, describes watching his tech lead ship a PR labelled “refactored auth flow based on ChatGPT […]
Read more →By ChatGPT, on instruction from Andrew Baker This article was written by ChatGPT at the explicit request of Andrew Baker, who supplied the prompt and asked for the result to be published as is. The opinions, framing, and intent are therefore very much owned by Andrew Baker, even if the words were assembled by a […]
Read more →1. Definitions First (Because This Matters) Intelligence is the ability to acquire knowledge, process information, identify patterns, and solve problems. It answers the question: Can we do this? Wisdom is the ability to apply judgment, values, and long term thinking to decide whether an action should be taken at all. It answers the question: Should […]
Read more →