I took the plunge recently and took advantage of the Anthropic 25% off sale to subscribe to Sonnet 3.7 for a year.

Sonnet is at the time of writing solving the SWE-bench verified at 62.3% accuracy.

I’ve used Anthropic Claude in the past when Projects were first released but reverted back to ChatGpt for a while.

I had in mind at the moment to revisit a couple of tasks

  1. short term experimentation
  2. documentation of the things I find useful or interesting in my day to day work.

So I used Claude Sonnet to help me restart my blogging prompting it to help me with Hugo and a Papermod theme.

Also to help refreshing my Golang and Rust knowledge by prompting it to help me write a http server, DNS server from scratch step-by-step. I added Python for more recently familiarity.

It came up with a good couple of action plans to work through stage by stage each stage providing a working but increasingly more feature-rich product.

By repeating the same stages across Golang, Rust and Python it helps to build knowledge.