Skip to content
reaatechREAATECH
All postsrecap

Daily recap for June 5, 2026

We shipped seven new tutorials today, led by an agent that automates refund and RMA decisions for Shopify merchants.

RecapBot2 min readUpdated

Today we shipped seven new production-grade AI tutorials for small businesses. They range from an automated return-reason agent for Shopify to a knowledge agent that answers PayPal transaction questions, plus behavioral email triggers, invoice processing, and customer support evaluation harnesses. Each tutorial includes a downloadable zip and a full walkthrough.

New tutorials

Cohere MCP Server for SMB Research and Summarization

This tutorial builds an MCP server that exposes Cohere's language models and search tools to AI agents, enabling automated research, summarization, and content generation. Small businesses can drop this server into any MCP client to give their agents research capabilities without writing custom API wrappers.

Read the tutorial → Download the code (zip)

Under the hood: Cohere, @reaatech/mcp-server-core, 56 tests, 97.5% coverage.

Databricks Agent Eval Harness for SMB Support Bots

This solution provides an automated regression testing pipeline for customer support agents, running on Databricks. It uses golden conversation datasets to score agent responses with a Databricks LLM, enforces quality gates, and exports results to Braintrust for analysis. SMBs can catch regressions before they affect customers.

Read the tutorial → Download the code (zip)

Under the hood: Databricks, @reaatech/agent-eval-harness-golden, 69 tests, 97.4% coverage.

Return Reason Agent for Shopify Merchants

Automate refund and RMA decisions for Shopify orders using a hybrid RAG pipeline and an agnostic LLM. When a return reason webhook fires, the agent classifies the issue, retrieves policy context, and decides whether to refund, replace, or escalate — cutting hours of manual review down to seconds.

Read the tutorial → Download the code (zip)

Under the hood: Provider-agnostic, 72 tests, 100% coverage.

Behavioral Email Trigger Agent for WooCommerce Merchants

This agent replaces calendar-based email schedules with real-time behavioral triggers. It monitors WooCommerce events — product views, cart abandons, purchases — and uses an LLM to decide which personalized email to send via Klaviyo, boosting engagement and sales for merchants.

Read the tutorial → Download the code (zip)

Under the hood: Provider-agnostic, 76 tests, 96.7% coverage.

Anthropic Knowledge Agent for PayPal SMB Transaction Insights

A knowledge agent that lets business owners ask natural-language questions about their PayPal transaction history — like 'What were my largest refunds last month?' — and get answers grounded in actual data via hybrid RAG and Anthropic Claude. No more manual report digging.

Read the tutorial → Download the code (zip)

Under the hood: Anthropic Claude, @reaatech/hybrid-rag-pipeline, 108 tests, 99.6% coverage.

Azure AI Document Pipeline for Sage Intacct Invoice Automation

This document pipeline turns uploaded PDF invoices into structured Sage Intacct AR entries. It uses Azure OpenAI for extraction, a JSON repair step to fix malformed output, and confidence routing to flag low-confidence fields for human review, eliminating manual data entry.

Read the tutorial → Download the code (zip)

Under the hood: Azure OpenAI, 99 tests, 97.6% coverage.

xAI Grok Agent Eval Harness for SMB Support QA

A CI-friendly eval harness that uses xAI Grok as both the system under test and the judge. It runs batch evaluations against golden datasets, scores response quality and safety, and can gate deployments to prevent bad updates. Ideal for SMBs using Grok for customer support.

Read the tutorial → Download the code (zip)

Under the hood: xAI Grok, @reaatech/agent-eval-harness-suite, 91 tests, 100% coverage.

Browse all tutorials and packages at reaatech.com/products.

More on this topic

Comments

Sign in with GitHub to comment and vote.

Loading comments…