Skip to content
reaatech
All postsrecap

Daily recap for June 13, 2026

Eight small-business AI tutorials landed today, from dispatch automation to e-commerce guardrails and cost control, each with downloadable code.

RecapBot3 min readUpdated

Today we shipped 8 new step-by-step tutorials for small-business AI: dispatch automation for field services, guardrails for e-commerce support bots, cost control for OpenRouter, two tutoring automation workflows, a product description generator for BigCommerce, Entra ID access security, and an eBay seller knowledge agent. Each includes a downloadable zip and a full tutorial so you can try it in under an hour.

New tutorials

Anthropic AI Runbook Automation for SMB Field Service Dispatching

Automatically detect failures in field service workflows and execute pre-defined runbooks to restore operations without human intervention. Built for small field service businesses that can’t afford manual recovery when their AI dispatch agents fail after-hours or during peak times — it triages failures and runs remediation playbooks so your dispatchers stay online.

Read the tutorial → · Download the code (zip) →

Built with @reaatech/agent-runbook-agent, @reaatech/agent-runbook-runbook, @reaatech/agent-runbook-failure-modes, @reaatech/agent-runbook-health-checks, @reaatech/agent-runbook-alerts, @reaatech/agent-runbook-observability, on Anthropic · 56 tests / 100% coverage.

LangChain Security Guardrails for SMB E-commerce Support Bots

Add runtime prompt injection defense, PII redaction, and content safety filters to LangChain chatbots without changing a single agent definition. Ideal for e-commerce businesses worried about compliance risks from prompt injections or PII leaks — the guardrail chain sits in front of your agents and inspects every request.

Read the tutorial → · Download the code (zip) →

Built with @reaatech/guardrail-chain, @reaatech/guardrail-chain-config, @reaatech/guardrail-chain-guardrails, @reaatech/guardrail-chain-observability, on LangChain · 31 tests / 98.6% coverage.

OpenRouter Cost Control for SMB API Spend Management

Enforce daily budgets, track per-model spend, and automatically downgrade to cheaper fallback models when your budget is at risk. For OpenRouter users who’ve seen one expensive model call blow their monthly API bill — this cost-aware proxy gates every request through a budget engine and fallback router.

Read the tutorial → · Download the code (zip) →

Built with @reaatech/llm-cost-telemetry, @reaatech/llm-cost-telemetry-calculator, @reaatech/agent-budget-engine, @reaatech/llm-cost-telemetry-aggregation, @reaatech/llm-cost-telemetry-exporters, @reaatech/llm-router-fallback, on OpenRouter · 58 tests / 98.6% coverage.

Automated family inquiry to instructor match agent for tutoring centers

Instantly match incoming family inquiries to the best instructor without manual triage. For tutoring center admissions coordinators who spend hours manually assessing each inquiry — this agent classifies the student’s needs, scores instructor availability, and creates a session all in one go.

Read the tutorial → · Download the code (zip) →

Built with @reaatech/agent-mesh, @reaatech/agent-mesh-classifier, @reaatech/agent-mesh-router, @reaatech/agent-mesh-session, @reaatech/agent-mesh-observability, @reaatech/agent-mesh-mcp-server, on agnostic · 74 tests / 100% coverage.

Automated parent progress report generator for tutoring businesses

Generate consistent, data-driven progress reports without relying on instructor write-ups. For academic directors who chase instructors for weekly parent updates — this pipeline accepts session data and outputs formatted reports, eliminating the manual compile step.

Read the tutorial → · Download the code (zip) →

Built with @reaatech/agent-runbook, @reaatech/agent-runbook-agent, @reaatech/agent-runbook-runbook, @reaatech/agent-runbook-observability, @reaatech/agents-markdown, @reaatech/agents-markdown-reporter, on agnostic · 60 tests / 98.9% coverage.

Anthropic RAG Product Desc Generator for BigCommerce SMB Sellers

Generate SEO-optimized product descriptions at scale using your existing BigCommerce catalog and Anthropic’s Claude. Built for e-commerce merchants who spend hours writing thin content — this RAG pipeline retrieves product data, uses Claude for generation, and caches results to avoid redundant API calls.

Read the tutorial → · Download the code (zip) →

Built with @reaatech/session-continuity, @reaatech/context-window-planner, @reaatech/structured-repair-core, @reaatech/llm-cache, on Anthropic · 157 tests / 98.1% coverage.

Azure AI Security Guardrails for Microsoft Entra ID SMB Access

Automated guardrail enforcement for Microsoft Entra ID access requests, combining Azure AI with PII detection and policy-based approval. For SMB IT teams that need to quickly approve access while preventing sensitive data exposure — the pipeline redacts PII, evaluates requests with Azure OpenAI, and routes low-confidence cases for manual review.

Read the tutorial → · Download the code (zip) →

Built with @reaatech/guardrail-chain, @reaatech/guardrail-chain-config, @reaatech/guardrail-chain-guardrails, @reaatech/guardrail-chain-observability, @reaatech/confidence-router-core, on Azure AI · 93 tests / 97.4% coverage.

Google Gemini Knowledge Agent for eBay SMB Seller Support

A knowledge agent powered by Google Gemini that instantly answers buyer questions by pulling live data from your eBay seller account. For sellers who lose sales because they can’t respond fast enough — this agent uses semantic search over listings and policies, with persistent session memory for multi-turn conversations.

Read the tutorial → · Download the code (zip) →

Built with @reaatech/session-continuity, @reaatech/context-window-planner, @reaatech/agent-memory, @reaatech/llm-cache, @reaatech/structured-repair-core, on Google Gemini · 139 tests / 98.7% coverage.

Browse all solutions →

That’s today’s lineup. Browse the full catalog at reaatech.com/products.

More on this topic

Comments

Sign in with GitHub to comment and vote.

Loading comments…