Feeds:
Posts
Comments

Posts Tagged ‘OpenAI’

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 »