Building 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.
Production-Ready AI Job Classification in Python with LangChain and Cloudflare Workers AI
We needed a pipeline that ingests hundreds of job postings from ATS platforms (Greenhouse, Lever, Ashby), enriches each posting with structured data from their public APIs, and then classifies whether a job is a fully remote EU position — all running on Cloudflare's edge with zero GPU costs.
This article walks through the architecture and implementation of process-jobs, a Cloudflare Python Worker that combines langchain-cloudflare with Cloudflare Workers AI, D1, and Queues to build a production classification pipeline.
Building a Job Search Agent with Google ADK and Search Grounding
Introduction
Streaming OpenAI TTS to Cloudflare R2
This article documents a production implementation of OpenAI's Text-to-Speech (TTS) API with automatic chunking for long-form content and seamless upload to Cloudflare R2 storage.
LangSmith Prompt Management
In the rapidly evolving landscape of Large Language Model (LLM) applications, prompt engineering has emerged as a critical discipline. As teams scale their AI applications, managing prompts across different versions, environments, and use cases becomes increasingly complex. This is where LangSmith's prompt management capabilities shine.
Langfuse Features: Prompts, Tracing, Scores, Usage
A comprehensive guide to implementing Langfuse features for production-ready AI applications, covering prompt management, tracing, evaluation, and observability.
Overview
This guide covers:
- Prompt management with caching and versioning
- Distributed tracing with OpenTelemetry
- User feedback and scoring
- Usage tracking and analytics
- A/B testing and experimentation
OpenRouter Integration with DeepSeek
This article documents the complete OpenRouter integration implemented in Nomadically.work, using DeepSeek models exclusively through a unified API.
AI-Driven Company Enrichment with DeepSeek via Cloudflare Browser Rendering
This page documents an AI-first enrichment pipeline that turns a company website into a clean, structured company profile you can safely persist into your database and expose through GraphQL.
