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).

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

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

After a year away getting to grips with AI and its application across the various industries, 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

Secure Azure SQL Server Backups Using Managed Identities

I do believe most people know about the ability to backup your SQL server databases to URL (from Azure VMs).  If you recall you would use the storage key ( ideally not) or a SAS token, from there you would create a SQL credential that is bound to the SAS token (as a secret). Lots of moving parts especially when it comes to rotation time. So now, if you are on the newer versions of SQL server (SQL Server 2022 Cumulative Update 17 ) start thinking about backups via managed identities.

Continue reading