Turn steering moments into shareable knowledge.

Automatically captures your pushbacks, corrections, and redirections while coding with AI, turning invisible judgments into structured, shareable logs.

Why SteeringLog Matters

Preserve your judgment. Serve the future.

Individual

Preserve and trace your steering moments. Review past decisions, learn from your patterns, and offload the memory of why you made those choices.

Team

Aggregate logs within the team to reveal collective patterns. Align practices, address recurring issues, and make team‑wide AI collaboration visible.

Organization

Optimize AI spend by spotting inefficient correction patterns. Create verifiable audit trail for compliance. Guide resource allocation and training.

Industry

Contribute real human judgment artifacts to an open standard for future AI model training, reducing skill erosion, and preventing model collapse.

What a log looks like

A sample episode with two steering moments.

# Refactor notification dispatcher to support retries
## 2026-04-06 11:05 direction
### Judgment
Use exponential backoff for retries, not fixed interval. Fixed intervals can overload the external API during outages.
### Context
Claude implemented retries with a fixed 2‑second delay between attempts.

## 2026-04-06 11:20 pushback
### Judgment
Don't retry on 4xx errors (except 429). Only retry on 5xx and network failures.
### Context
Claude's retry logic caught all exceptions and retried every failed request, including client errors like 400 and 404.

Result: completed

Never lose a judgment again

Install Claude Code plugin - free and open source.

Support for more platforms is coming