hosted coding agents make observability a product feature
The laptop was never the interesting part of coding agents. It was just the first convenient runtime. Your laptop has the repository, the shell, the s…
Latest Team Management news from Tech News
The laptop was never the interesting part of coding agents. It was just the first convenient runtime. Your laptop has the repository, the shell, the s…
Here's a five-line function. It calls an LLM, logs the answer, returns it. async function ask ( question : string ) { const res = await openai . respo…
Your agent demo took an afternoon. The reason it isn't in production nine months later has nothing to do with the model. I've watched this play out at…
A production-focused redesign of a Stage 6 LGTM observability platform, moving from a single-service Anvila monitoring setup to a reusable, secure, hi…
Over half year ago I’ve open sourced klag, a lightweight Kafka consumer lag exporter. I’ve been working in data streaming systems and data infrastruct…
Harness Base Definition: The Control System Outside the Model Previously, we split Agent into several minimal parts: Model: judge the next step Loop: …
SRE часто внедряют как набор инструментов, дашбордов и новых должностей, но через полгода команда всё так же тушит инциденты по ночам, а бюджеты ошибо…
Introduction Good forecasts help with capacity planning and quieter alerts. But one traffic spike or memory leak can make any forecast useless. The go…
Book: LLM Observability Pocket Guide: Picking the Right Tracing & Evals Tools for Your Team Also by me: Thinking in Go (2-book series) — Complete …
Running large language model inference servers in production exposes gaps that neither stock Prometheus dashboards nor the official documentation of v…
TL;DR: I open-sourced rock288/go-mongo-boilerplate — a Go 1.25 service template that ships the boring production stuff (observability, retry, DLQ, SSR…
TL;DR FSx for ONTAP file access audit logs are usually consumed through EC2-based patterns — mounted audit volumes and agent-based forwarders such as …
This post from Anthropic is causing a lot of angst among its most ardent users. While it is disguised as a credit, it really is them tightening API to…
Cross-posted from os-alt — canonical lives there. Two posts ago we opened the PagerDuty vertical and found three-of-three self-host alternatives not a…
Claude Code emits OpenTelemetry metrics over OTLP. Anthropic publishes the metric names. So all that was missing, if you run a Prometheus-compatible b…
The first eight chapters of this series have been about building an Auth Gateway. This one is about living with one. A gateway in front of every authe…