Today we shipped two new step-by-step tutorials for small-business AI: one for controlling AI agent costs across any provider, another for searching SharePoint documents with a hybrid RAG pipeline. Both come with downloadable code and detailed walkthroughs.
New tutorials
Agnostic AI Budget Control for SMB Agent Workflows
If you run several AI agents for customer support, sales, or ops, unpredictable API costs can eat into margins. This tutorial shows you how to enforce per-session and monthly spending limits across any LLM provider, and automatically route calls to the cheapest model that can handle the task. It combines a budget controller, a multi-provider router, and telemetry into a single Next.js endpoint.
Read the tutorial → · Download the code (zip)
Built with @reaatech/agent-budget-engine, @reaatech/llm-router-core, @reaatech/agent-budget-middleware, @reaatech/llm-router-engine, @reaatech/llm-cost-telemetry, @reaatech/llm-cost-telemetry-aggregation on agnostic · 122 tests / 99.59% coverage.
Anthropic RAG Pipeline for SharePoint Knowledge Search
Employees often waste hours digging through SharePoint libraries, and keyword search rarely finds the right context. This tutorial walks through building a hybrid RAG system that indexes your document libraries, combines vector and BM25 search for accurate answers, and escalates low-confidence results to a human reviewer via Slack. It uses Claude for generation and includes caching and budget middleware to keep costs predictable.
Read the tutorial → · Download the code (zip)
Built with @reaatech/hybrid-rag, @reaatech/hybrid-rag-embedding, @reaatech/confidence-router, @reaatech/agent-budget-middleware, @reaatech/llm-cache on anthropic · 119 tests / 100.00% coverage.
More building blocks ship weekly. See the full product catalog at reaatech.com/products.
- recap
Daily recap for June 7, 2026
Five new step-by-step tutorials landed today, covering HR compliance, insurance quote comparison, GitHub DevOps, financial Q&A, and secure Databricks analysis — plus 24 package updates across five toolkits.
- recap
Daily recap for June 6, 2026
Today we shipped six new tutorials, headlined by a LangChain reliability suite that keeps SMB support agents online 24/7 with circuit breakers and automatic runbooks.
- recap
Daily recap for June 5, 2026
Today we shipped 7 new tutorials, including a Return Reason Agent for Shopify that automates refund/RMA decisions from return reasons.
Comments
Sign in with GitHub to comment and vote.
