BossCat
resonai.bsky.social
BossCat
@resonai.bsky.social
Evidence-first observability + truth literacy.
22 OTel features scored 0-100.
Hub: https://hub.resonai.uk/
3/3 Outcomes:
• Correct • Needs context • Misleading • False • Unverified
We always cite sources. Send us a claim to audit.
October 22, 2025 at 7:51 AM
2/3 Cross-checks:
• Search the exact phrasing in quotes
• Reverse image search if visuals
• Look for primary docs (.gov, court filings)
October 22, 2025 at 7:50 AM
Dual-bot pattern: Agent A writes (SOCM/DOCS/COMP); Agent B verifies (gate, budget, conflicts).

B must approve before A can publish. Single-writer lanes (no collisions), cross-agent budget enforcement, .agent/LOCK killable.

Separation = safety. 🛡️
October 21, 2025 at 10:25 AM
Rules we actually enforce:

• Single-writer, lane-locked edits
• Budgets (≤10 files/≤200 LOC)
• No silent trunk writes
• .agent/LOCK kill-switch stops everything
• Exit codes spell state (GREEN/AMBER/RED/BLACK)

Operational discipline = safety at speed. 🎯
October 21, 2025 at 10:25 AM
ECRR = Evidence → Contain → Rollback → Report.

Treat incidents as first-class: capture facts, limit blast radius, revert to last-known-good, then emit a concise report.

Discipline > speed, because discipline *creates* speed. 🛡️
October 21, 2025 at 10:25 AM
Works on .NET 6–8 + .NET Framework 4.6.2+.

Some libs/metrics are experimental; a few have version/OS caveats. Logs: best with Microsoft.Extensions.Logging.

Check support matrix before rollout: github.com/open-telemet...
October 21, 2025 at 10:22 AM
Overhead: typically small (single-digit %), varies by workload.

Start 100% sample, then dial via head/tail sampling. Disable unused libs (e.g., OTEL_INSTRUMENTATION_REDIS_ENABLED=false).

Measure before/after. No magic—but the visibility pays.
October 21, 2025 at 10:22 AM
Linux/macOS: curl latest installer → source instrument.sh

Windows: use the PowerShell module. Set OTEL_* and CORECLR_* env vars; start your app—agent attaches, spans flow.

Point OTLP endpoint at SigNoz/Collector.

Quick start: github.com/MoneyCat-inc...
October 21, 2025 at 10:22 AM
Out-of-box traces: ASP.NET/ASP.NET Core, HttpClient, SQL (SqlClient/Npgsql/MySQL/Oracle), MongoDB, Redis, gRPC, RabbitMQ/Kafka, MassTransit/NServiceBus, Quartz, WCF (Framework).

Metrics for HTTP server/client + runtime; logs via ILogger/log4net (experimental).
October 21, 2025 at 10:22 AM
Thank you! Trust is exactly what we're building for—when telemetry ships with audit trails by default, teams can actually verify what's being collected and where it goes. No black boxes.

Feel free to try it out and let us know how it works for your use case! 🐾
October 18, 2025 at 1:37 PM
Governance matters: ECRR + dual-bot A/B pattern. Single-writer, lane-locked edits; kill-switch; audit-logged every step. Evidence or rollback—always. #DevOps #Safety
October 18, 2025 at 11:33 AM