Sign InOpen Brain
Atlas / Infra

Observability

Open JSONConfidence: Auto-collectedLast updated 2026-09-01

Current Answer

No editorial synthesis yet — the evidence below is collected automatically from source labels. A current answer lands here once an editor approves one.

Evidence

When AI Agents Pay and Sellers Monetize: Building x402 Apps on AWS — Anil Nadiminti, AWS
AI Engineer · 2026-09-01

AWS is separating agent payment policy from model execution: AgentCore handles wallets and limits, while WAF meters bot access. The useful pattern is deterministic spend control at the edge.

Vercel CLI expands commands for DNS, domains, and projects
Vercel · 2026-08-28

Vercel CLI 59.6.2 adds agent-friendly control over DNS, domains, projects, observability, and membership, with JSON output and confirmation gates for risky actions.

KV Cache-Aware Routing and P/D Disaggregation on Kubernetes — Yuchen Fama & Ashish Kamra, Red Hat
AI Engineer · 2026-08-27

Agentic inference makes KV-cache locality and prefill pressure first-class scheduling concerns. Red Hat's case study improved latency and capacity, but P/D separation needs suitable traffic and fast networking.

GTM Engineering: The Technical Bits — Everett Berry, Clay
AI Engineer · 2026-08-26

Clay frames GTM agents as a data and orchestration problem: resolve entities, evaluate providers, isolate agent-written state, and account for delayed syncs before automating decisions.

Agent Frameworks Considered Harmful — Rémi Louf, .txt
AI Engineer · 2026-08-22

Reliable background agents need runtime primitives more than elaborate framework abstractions: durable events, queues, versioned inputs, causal traces, diffs, and replay.

FinOps for AI Agents: Who Spent All the Tokens? — Tisha Chawla & Susheem Koul, Microsoft
AI Engineer · 2026-08-22

Run-level policies cut benchmarked agent spend while completing more runs, suggesting builders should steer loops, context, and tool output before enforcing hard caps.

Vercel CLI expands support for DNS, domains, and project commands
Vercel · 2026-08-21

Vercel agents can now manage DNS, domains, project state, observability, and members through structured CLI commands, while purchases and destructive actions retain confirmation gates.

Why Your Enterprise Tech Stack Isn’t Ready for AI Agents — Christopher Lovejoy & Saul Howard
AI Engineer · 2026-08-19

Enterprise agent requirements should shape the foundation, not be bolted onto a working POC. Design audit, sensitive-data access, human escalation, and evals into the architecture.

Infra behind Krea 2: How to train and serve at scale — Gabriel Jorge Menezes, Krea.ai
AI Engineer · 2026-08-18

Krea’s K2 infrastructure shows why GPU utilization alone misleads: tensor-core, temperature, interconnect, and checkpoint metrics are what keep large training runs productive.

How Web Data Infrastructure Powers the Next Generation of AI — Patricija Žemaitytė, Oxylabs
AI Engineer · 2026-08-14

Fresh web retrieval becomes product infrastructure once agents need sub-second responses and sustained scale. The talk’s failed client demo shows why dev latency alone says little about production resilience.

Firetiger joins Cursor
Cursor · 2026-08-13

Cursor is bringing Firetiger’s production-monitoring agents in-house, aiming to connect code generation with rollout checks and incident investigation. Change Monitors are the first named upcoming feature.

Cloud agents start 3x faster with builds
Cursor · 2026-08-13

Cursor Cloud Agents can start from continuously prepared environment snapshots instead of reinstalling each session. Internal time to first token improved 3x, with failed builds falling back to the last good state.

Improving Agents is a Data Mining Problem — Vivek Trivedy, LangChain
AI Engineer · 2026-08-12

Agent quality problems often live in traces, not source code. Mine production runs for recurring failures, compaction drift, and counterfactual model choices, then validate changes with replayable evals.

Set up coding agents in one command with AI Gateway
Vercel · 2026-08-12

Vercel’s setup command can route nine coding-agent clients through one gateway for shared models, budgets, policy, and traces. Review the in-place config edits before adopting it.

Always-on agents run production without the on-call tax — Justin Smith, Resolve AI
AI Engineer · 2026-08-09

Always-on production agents can turn releases and operational events into tailored monitoring tasks. The useful pattern is persistent context plus scoped triggers, checks, and escalation.

Taxonomy-Driven Analysis of Open-Source AI Risk Mitigation Tools
arXiv · 2026-08-07

A taxonomy-based audit maps open-source LLM safety tools to enterprise risks, finding strong technical coverage but major governance, legal, regulatory, and financial gaps.

TRAJDEBUG: Tracing Error Lifecycle to Identify Critical Failures in Long-Horizon Agent Trajectories
arXiv · 2026-08-06

TrajDebug tracks whether errors persist, resolve, or cause terminal failure, offering a sharper way to debug long coding-agent runs than flagging every local mistake.

Export AI Gateway traces with Vercel Drains
Vercel · 2026-08-05

Vercel AI Gateway can export per-request OpenTelemetry traces, exposing routing, retries, latency, tokens, cost, and attribution without sending prompt or completion content.

Measure time between steps in Vercel Workflows
Vercel · 2026-08-05

Vercel’s workflow trace viewer can measure gaps between steps, helping distinguish slow task execution from delayed starts and queue waits in agent workflows.

GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model
Meta AI · 2026-08-03

Meta doubled GEM’s training efficiency by co-designing recommendation-specific kernels, precision, parallelism, networking, and memory. The takeaway is to profile workload shape before reusing an LLM training stack.

How Factory scaled its cloud backend to tens of millions of daily requests on Vercel
Vercel · 2026-08-03

Factory runs its full cloud backend in one Next.js app while agents deploy internal tools through Vercel APIs. The case study is useful evidence for keeping agent-operated infrastructure programmable and guarded.

How Factory scaled its cloud backend to one billion monthly requests on Vercel
Vercel · 2026-08-03

Factory runs API routes, middleware, and webhooks in one Next.js backend at one billion daily requests and 350ms p95. Its agents also deploy internal tools through Vercel APIs under review guardrails.

TokTier: Exact Stateful Tokenization for Agentic LLM Serving
arXiv · 2026-07-31

TokTier targets a hidden agent-serving bottleneck: repeatedly tokenizing long transcripts after small tool results. Its stateful repair cut median vLLM time to first token by 16–34% in reported tests.

AI Gateway now supports team and project spend budgets
Vercel · 2026-07-31

AI Gateway can now enforce spend caps across a team, project, or API key, giving agent workloads layered cost controls instead of relying on per-key limits alone.

fighting slop with slop — Vaibhav Gupta, Boundary
AI Engineer · 2026-07-31

Boundary replaces blanket code review with stable architecture rules, agent-generated tests, transcript inspection, execution traces, and human triage—a concrete harness pattern, not a license to skip verification.

AI Gateway logs now have a dedicated page
Vercel · 2026-07-31

AI Gateway’s dedicated logs expose per-request cost, tokens, latency, routing, and provider fallbacks, making agent failures and spend anomalies easier to trace.

How Forward Deployed Engineering is done at Factory — Eno Reyes
AI Engineer · 2026-07-28

Factory’s deployed-engineering model treats agent adoption as workflow design: instrument the path from signal to deploy, build validators, and tie autonomy to measurable business outcomes.

MemLens: A Value-Aware Memory Management System with Interactive Analytics for LLM-based Agents
arXiv · 2026-07-28

MemLens scores individual agent memories, stores them by value, and exposes quality, latency, and token tradeoffs—an inspectable alternative to retaining every interaction equally.

From Signal to PR: Anatomy of a Self-Improving Agent — Jason Lopatecki, Arize
AI Engineer · 2026-07-24

Agents can turn production traces, evals, repository context, and observability skills into investigated issues or draft fixes. Human review remains more important as changes grow.

Online Safety Monitoring for LLMs

A deliberately simple online safety monitor — threshold an external verifier's signal, calibrate via risk control — matches sequential-hypothesis-testing monitors on math-reasoning and red-teaming datasets.

Core dump epidemiology: fixing an 18-year-old bug

OpenAI debugged rare infrastructure crashes by analyzing core dumps at fleet scale, tracing them to a hardware fault plus an 18-year-old software bug. A useful pattern for hunting non-reproducible failures.

PostHog/posthog
GitHub

PostHog combines product telemetry, LLM tracing, and agent-driven diagnosis in one platform, with MCP access for Claude Code, Cursor, and other compatible agents.

Agent Runs now available in the Vercel MCP and CLI

Your coding agent can now pull its own Agent Runs traces—reasoning, tool calls, token usage—from Vercel via MCP or CLI, so it can debug its runs and refine skills from real production behavior.

Osmantic/ODS
GitHub

ODS packages local inference, agents, RAG, workflows, image generation, and operations into one installable stack, reducing homelab integration work at the cost of a large dependency surface.

Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial