Tech News
← Home  ·  All topics

Opentelemetry

2 GoKawiil briefs on this topic

Applied Compute launches AC2, a cloud platform for training open-weight AI models

Applied Compute has introduced Agent Cloud (AC2), a platform designed to give researchers a unified environment for training, running inference on, and continually updating open-weight AI models. The system includes a CLI, SDK, and MCP server, letting developers set it up through coding agents like Claude Code, Cursor, or Codex, or manually via a quickstart guide.

Engineering team ships OpenTelemetry log export in Rails without a Collector

A team integrated the OpenTelemetry Ruby SDK into a Rails application to export logs straight to Grafana Cloud, skipping the usual Collector process entirely. They relied on the SDK's built-in batching since their log volume was low, and required a handful of gems including opentelemetry-sdk and opentelemetry-exporter-otlp-logs.