logging

Tag

Cards List
#logging

Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why

Hacker News Top · 3d ago Cached

Tare is an open-source tool that lets Claude Code users analyze their token usage by reading logs and answering questions in plain English, helping diagnose and optimize quota consumption.

0 favorites 0 likes
#logging

What Is a Syslog Server?

Hacker News Top · 6d ago

This article explains what a syslog server is, detailing its role in collecting and managing log data from network devices.

0 favorites 0 likes
#logging

Anyone else struggling with AI auditability?

Reddit r/AI_Agents · 2026-08-19

The author describes a challenge with AI auditability where an agent's decision lacked traceability to the active policy version, and asks for advice on building effective decision trails for AI agent decisions.

0 favorites 0 likes
#logging

How do you actually know your AI agent did what it says it did?

Reddit r/AI_Agents · 2026-08-15

The article discusses the challenge of verifying AI agent actions and advocates for immutable receipts to ensure trust and distinguish between bad decisions and non-existent ones.

0 favorites 0 likes
#logging

Single log line is 49KB+ (ext4) / 110KB+ (btrfs) of systemd-journald disk writes

Hacker News Top · 2026-08-13 Cached

A single log line can cause systemd-journald to write 49KB+ on ext4 and 110KB+ on btrfs due to disk write amplification, highlighting a significant performance issue in systemd's logging subsystem.

0 favorites 0 likes
#logging

Inferock Bench

Product Hunt · 2026-08-11

Inferock Bench is a tool that provides independent receipts for every LLM API call, helping developers track and manage their API usage.

0 favorites 0 likes
#logging

A single invisible character disabled one of our guardrails for three weeks, and the symptom looked exactly like model flakiness

Reddit r/AI_Agents · 2026-08-09

A developer recounts a three-week production bug where a regex with a literal backspace character silently disabled a language-detection guardrail, making the LLM appear flaky. The post highlights the need to instrument deterministic guardrails to distinguish them from model nondeterminism.

0 favorites 0 likes
#logging

New release of LLM adds support for reasoning traces, OpenAI Responses, server-side tools, and smarter logging

Simon Willison's Blog · 2026-08-04 Cached

LLM 0.32 adds visible reasoning traces, server-side tools, new GPT-5.6 models, and redesigned logging, plus a new llm openai endpoint command for any OpenAI-compatible endpoint.

0 favorites 0 likes
#logging

our agent said yes to something we do not sell, and the logs could not tell me why

Reddit r/AI_Agents · 2026-07-31

The article recounts an incident where an AI assistant wrongly confirmed a service, and troubleshooting revealed that knowledge base retrievals weren't logged, making it impossible to attribute answers to retrieved context. It emphasizes the need for turn-attributable retrieval logging for grounding verification.

0 favorites 0 likes
#logging

Introducing Classifiers, now in beta (3 minute read)

TLDR AI · 2026-07-27 Cached

OpenRouter introduces Classifiers in beta, allowing users to tag and filter inference logs by custom dimensions without added latency.

0 favorites 0 likes
#logging

How are you handling audit and compliance for agentic systems in your org?

Reddit r/AI_Agents · 2026-07-21

A practitioner details the real-world challenges of audit, compliance, and governance for autonomous AI agents, including identity, approvals, logging, and accountability, while asking the community for solutions.

0 favorites 0 likes
#logging

I built an agent that records everything your agents actually do

Reddit r/AI_Agents · 2026-07-16

Built Trovis, a tool that records and explains agent actions in production, showing deviations from expected behavior.

0 favorites 0 likes
#logging

Should Libraries Log or Propagate Errors?

Lobsters Hottest · 2026-07-13 Cached

Discusses the debate on whether libraries should log errors themselves or propagate them to the calling application, highlighting differing practices across ecosystems like Go's slog.

0 favorites 0 likes
#logging

how are people approaching agentic ai security now that agents can take real actions, not just generate text

Reddit r/AI_Agents · 2026-07-13

A discussion on the emerging security challenges when AI agents can take real actions (e.g., update records, call APIs) rather than just generate text, exploring needed infrastructure like scoped identities, policy layers, and action logging.

0 favorites 0 likes
#logging

a plugin that records everything your OpenClaw agents actually do

Reddit r/openclaw · 2026-07-08

Trovis is a plugin for OpenClaw that records all agent actions, costs, and deviations, presenting them in plain English for better observability.

0 favorites 0 likes
#logging

Game Boy Advance Dev: Logging to the console

Lobsters Hottest · 2026-07-04 Cached

This article explains how to implement logging to the console in Game Boy Advance development using mGBA's custom memory-mapped registers, allowing printf-style debugging via the emulator's log window or terminal.

0 favorites 0 likes
#logging

Clickhouse is winning the Observability Wars

Lobsters Hottest · 2026-07-03 Cached

The article argues that ClickHouse has become the dominant database for observability due to its performance handling high-volume, time-ordered logs, solving long-standing log management challenges.

0 favorites 0 likes
#logging

Show HN: A police department for your Claude Code agents

Hacker News Top · 2026-06-11 Cached

agent-pd is an open-source logging and monitoring tool for Claude Code agents that records all tool and permission events and replays them through deterministic detectors to catch rule violations, without blocking any actions.

0 favorites 0 likes
#logging

DockLog

Product Hunt · 2026-06-11

DockLog is a tool that simplifies Docker logs without requiring a full logging stack.

0 favorites 0 likes
#logging

I built a little "police department" for my Claude Code subagents

Reddit r/AI_Agents · 2026-06-09

A logging hook and CLI tool that records all tool calls and permission events from Claude Code agents into a session log, then replays the log to audit for misbehavior like unauthorized file reads or permission escalation. It is a catch-and-report flight recorder, not a blocker.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback