Feeds:
Posts
Comments

Posts Tagged ‘Claude’

Since my last post I’ve been using Claude Code more, and I’m pleased to report it works well and is genuinely powerful. As a confirmed control freak, I was also pleased to find that I stayed in control throughout.

(more…)

Read Full Post »

After spending a year building fintechbenchmark.com the traditional way—writing code, testing it, iterating—I’d grown comfortable with GitHub Copilot as my AI assistant. It delivered a significant productivity boost, though I’d learned when to trust it and when to ignore its suggestions and push forward on my own.

Then, weeks before our soft launch, our lead contractor dropped a demo of Google Antigravity (Project IDX) that made our entire workflow look like stone tools and campfire stories.

(more…)

Read Full Post »

When I was seeding the database for fintechbenchmark.com with Claude-generated or Openai-generated content, I needed structured data that matched my database schema. My format of choice was JSON, and my approach was straightforward:

  • Request JSON in the prompt
  • Provide an example of the desired structure
  • Parse Claude’s response—a text string containing JSON wrapped in markdown code blocks with triple backticks
(more…)

Read Full Post »

I am thinking about putting together a presentation on AI for the uninitiated. I thought a good starting point would be a SWAT analysis (Strengths, Weaknesses, Opportunities, Threats). It is a technique that is very useful in analysing new projects. A number of people have done this but why not have another go.

So I asked an AI (Claude).

(more…)

Read Full Post »