I’m overhauling the Reviews area of our site and need a developer who can fold an AI-generated synopsis into the page. The old “Reviews” block will be replaced with a new, responsive section titled “What People Are Saying”. Here’s the flow I’m after: when the page loads, the system pulls our most recent top-rated customer comments (source is already exposed via API). An AI model then distills those comments into a brief, natural-sounding summary—two or three sentences that feel authentically on-brand. That summary sits at the top of the section, followed by the existing individual reviews beneath it for full transparency. I’m flexible on the underlying model—OpenAI, Google Cloud, Watson, or another provider—so long as the output reads human and the implementation keeps our API keys secure. The code should be clean, modular, and well-documented; I want to be able to scale the same pattern across other pages later. Please deliver: • Fully functioning “What People Are Saying” component integrated into our current stack (React + Node preferred, but I can adapt to another framework if you outline the setup). • AI integration layer with environment-based configuration for model provider, auth keys, and review source. • Readable comments and a short README explaining build steps, environment variables, and how to extend or swap the AI engine. • Quick rollback option in case we need to disable the feature temporarily. I’ll handle design tweaks once the data flows correctly; your focus is the AI summary, secure integration, and maintainable code.