About Me

Featured

I am passionate about using Cloud Technology.

So any questions/ feedback – please Get In Touch

Copyright ©  in accordance with the Copyright, Designs and Patents Act 1988. All rights reserved. You are free to use any of the content here for personal use but need permission to use it anywhere or by any means (electronic, mechanical, photocopying, recording or otherwise).

Why Claude?

Every major model out there can summarise documents, write code and answer multi step questions – then if you decide to go with a specific vendor based on costs then great, but I don’t.

Doom and gloom?

I have read many books such as life 3.0 and If anyone builds it everyone dies and yes its doom and gloom for most of it where much is discussed around the warnings of alignment failure and lack of governance and guard rails. Some will read these books and dismiss it as sci-fi but once I read through these books it was too hard to dismiss. So I got thinking, which company out there is treating AI safety at its core – that lead me to Anthropic and its Constitution.

The Constitution that changed my thinking

The Constitution covers honesty, avoiding harm, being helpful and being transparent about uncertainty.  Claude will tell you when its unsure, it will refuse to do things that could cause harm not because someone developed a filter but because it’s a core principle of the model itself. I haven’t done the Constitution justice here you should read it for yourself https://www.anthropic.com/constitution but you will probably see why I am so curious about exploring Claude further.

However, if there is one important concept to take from today it’s the priority order of the Constitution below

Safety first, then ethics, then Anthropic’s rules, then user helpfulness.

Claude is exactly the model I want to use.

Overview of Claude AI Models: Which One to Choose?

For those entering the AI space whether professionally or personally I wanted to give a quick overview on the different models on offer within the Claude family – when you would use them and why.

Read more: Overview of Claude AI Models: Which One to Choose?

Claude Opus — Deep reasoning & complex decisions

What it is

  • The highest‑intelligence Claude model
  • Designed for complex, ambiguous, multi‑step reasoning

Cost & performance

  • Cost: High
  • Latency: Moderate (slower, but intentional)

Reasoning

  •  Full advanced reasoning support

Best used for

  • Advanced software development and system design
  • Large‑scale or enterprise architecture decisions
  • Long‑running tasks that require sustained context
  • Strategic planning and complex multi‑step problem solving
  • Any task where thinking quality matters more than speed

Claude Sonnet — Balanced, general‑purpose intelligence

What it is

  • A well‑balanced model that trades a small amount of depth for speed and cost
  • Ideal for day‑to‑day professional work

Cost & performance

  • Cost: Medium
  • Latency: Fast

Reasoning

  • Supports reasoning (not as deep as Opus)

Best used for

  • Common coding and development tasks
  • Documentation creation and editing
  • Data analysis and visualization projects
  • Content marketing and copywriting
  • Image analysis

Claude Haiku — Fast, cheap, high‑volume work

What it is

  • The most cost‑efficient and latency‑optimized Claude model
  • Optimized for speed and scale, not deep reasoning

Cost & performance

  • Cost: Low
  • Latency: Fastest

Reasoning

  • No advanced reasoning support

Best used for

  • Quick code completions and suggestions
  • Content moderation and filtering
  • Data extraction and categorization
  • Language translation

So to summarise – Use Opus when quality of thinking matters most. Use Sonnet when you want the best balance. Haiku should be used when speed and cost matter most.

Side note – Claude Mythos sits outside the normal model-selection conversation. It is a private-preview frontier model aimed at advanced cybersecurity use cases.

The Agent Era: When “How do I…?” Replaces “Where do I click?”

After couple of years getting to grips with how we will use AI within the tech space I have been building basic chatbots, RAG systems and moving into agentic AI – I am placing a bet: agents will become the default interface for most knowledge work.

Continue reading

Azure SQL Managed Instance: Boost Performance with Read-Scale Out

The Business Critical tier of Azure SQL Managed Instance offers the read-scale out feature enabling you to distribute read-only workloads such as reporting and analytics across built-in replicated secondary replicas within the same region. You can use this by specifying ApplicationIntent=ReadOnly in your connection string, your queries are then automatically routed to these replicas.

Continue reading