
AI in a React App: Past the Demo, Into the Product
The first AI demo you build feels like cheating. A text input, a fetch to a model, a response on screen — thirty lines, maybe less, and sudd...

The first AI demo you build feels like cheating. A text input, a fetch to a model, a response on screen — thirty lines, maybe less, and sudd...

The first serious error-handling conversation on the insurance CRM happened after a demo. We had built the policy detail page. It fetched th...

At the insurance company, our React app started with a structure I still like for small projects. src/ api/ components/ hooks/ layouts/ page...

Six weeks into the insurance CRM project, we had a production incident. The backend team renamed a field — policy_number became policyNumber...

I was three weeks into a new client engagement — a mid-sized insurance company building a policy administration CRM from scratch. No legacy ...