3 posts tagged with "agents"
View All TagsBuilding an Automated Architecture Reviewer with Claude Opus 4.6
We built an Architect agent — a fully autonomous code reviewer powered by Claude Opus 4.6 — that explores a repository, runs audits, and produces a comprehensive architecture report. One command, zero human intervention, a professional-grade review in under 10 minutes.
This article covers how the agent is structured, how it leverages Anthropic's agentic tool-use loop, and what we learned shipping it.
Schema-First RAG with Eval-Gated Grounding and Claim-Card Provenance
This article documents a production-grade architecture for generating research-grounded therapeutic content. The system prioritizes verifiable artifacts (papers → structured extracts → scored outputs → claim cards) over unstructured text.
You can treat this as a “trust pipeline”: retrieve → normalize → extract → score → repair → persist → generate.
