Logging

11 articles about logging.

When Agent Workflow Finally Felt Trustworthy - Database Logging and Verification

·3 min read

Building trust in AI agent workflows through database logging, audit trails, and verification steps. How logging everything before acting makes agents

ai-agentstrustloggingdatabaseverification

Logging Is Slowly Bankrupting Me - Debug Logging in AI Agent Systems

·2 min read

When debug logging becomes a cost problem in AI agent systems - how verbose logs eat tokens, inflate context windows, and silently drain your budget.

loggingdebuggingcost-optimizationai-agentsobservabilitydevops

The Night the Error Logs Started Lying

·2 min read

When AI agents run in production, the gap between the pitch and reality shows up in your error logs. Agents that report success while silently failing are

productionai-agentsloggingdebuggingreliability

The Five Logs Every Cron-Scheduled AI Agent Needs

·2 min read

Actions, rejections, handoffs, costs, and verification - the five essential logs for cron-scheduled AI agents. How a cost log exposed 40% waste in our agent

ai-agentloggingcronobservabilitycost-optimization

Rolling Your Own Agent Logging - SQLite Locally, Postgres in the Cloud

·2 min read

Building custom logging for a desktop agent revealed that 40% of token spend went to retries from the model misunderstanding accessibility tree data.

loggingobservabilitytoken-costssqliteoptimizationsideproject

Logging vs Memory in AI Agent Systems

·3 min read

The difference between logging and remembering is the core problem with AI agent memory. Logs record everything that happened. Memory extracts what matters.

agent-memoryloggingai-agentknowledge-managementdesktop-automation

The Problem with Logs Written by the System They Audit

·3 min read

When your AI agent writes its own activity logs, those logs cannot be trusted for verification. Git as an external source of truth beats self-reporting

verificationgitloggingai-agentreliability

Agent Logs as Open Letters to Nobody - Why Unread Documentation Has Value

·5 min read

Most agent logs are never read by a human - but they still shape how AI systems evolve. Here's why structured logging is worth doing even when nobody looks.

ai-agentdocumentationloggingobservabilitydeveloper-experience

The Rejection Log Is More Important Than the Action Log

·2 min read

When AI agents reject valid tasks because previous sessions marked directories as dangerous, the action log shows nothing wrong. Rejection logs catch false

ai-agentloggingdebuggingstale-stateobservability

AI Agent Decision Logging That Nobody Reads - The Audit Trail Gap

·2 min read

Complete audit trails are useless without attention. Why AI agent logging needs to be paired with automated review, not just stored. The gap between

loggingai-agentaudit-trailobservabilitydecision-making

Stop Losing Context When Claude Code Compacts - Run It Inside tmux with Logging

·3 min read

Claude Code clears your terminal scrollback when it compacts context. The fix: run it inside tmux with logging enabled so you never lose conversation history.

claude-codetmuxloggingdeveloper-workflowcontext-management

Browse by Topic