Build a controlled Analytics Assistant with LangChain, Qdrant, and Regolo
This tutorial shows how to build an analytics AI agent that retrieves KPI definitions with Qdrant, queries structured metrics through governed tools, and prepares…
Step‑by‑step guides that show developers exactly how to build, integrate, and ship AI features with Regolo, using real code samples and ready‑to‑run projects.
This tutorial shows how to build an analytics AI agent that retrieves KPI definitions with Qdrant, queries structured metrics through governed tools, and prepares…
Most LangChain tutorials default to OpenAI. This one doesn't — and it is written for a specific reader: EU-based engineering teams in regulated industries…
TencentDB Agent Memory isn't the only memory system out there: Mem0 and OpenViking both have their strengths, but if you're building on Hermes or…
If you're running Claude Code CLI in production—or even just heavily in your daily workflow—you've probably noticed your API bills creeping up. The default…
Thinking Machines Lab has released Inkling, its first foundation model trained from scratch and designed for developers who need more control than a closed…
If you want to make a coding LLM more reliable, start by upgrading the harness instead of swapping models. LangChain’s middleware system lets you…
An agent harness is the layer around a model that manages context, tools, permissions, memory, execution flow, and monitoring. Many teams blame the model…
On June 15, 2026, Boris Cherny, head of Claude Code at Anthropic, shifted the industry perspective on AI systems with a simple admission: "I…
Step-by-step guide to setting up opencode with Brick-V1-Beta for automatic model routing across 6 specialized subagents via Regolo API.
OpenWiki is a CLI tool built by LangChain that writes and maintains documentation for your codebase using an LLM agent – Instead of hand-writing…
Brick is an open-source routing gateway (Mixture-of-Models or MoM) that automatically forwards each user query to the optimal model from your configured pool, analyzing…
A step-by-step guide to installing agentmemory with OpenCode and Regolo.ai — keeping all session data on-premise, fully GDPR-compliant. Every AI coding agent forgets everything…