All
Articles 104,985Blog Posts 117,405Tech Tutorials 26,488Research Papers 22,105News 16,214
⚡ AI Lessons

Dev.to · Jeremy Longshore
☁️ DevOps & Cloud
⚡ AI Lesson
5d ago
Green CI Proves Nothing: Why Your Tests Gate Zero Calls
CI dogfood for AI-agent governance went green while gating zero tool calls. Here's why a passing test proving nothing is worse than a red one.

Dev.to · Jeremy Longshore
☁️ DevOps & Cloud
⚡ AI Lesson
6d ago
When --cap-drop ALL Broke the Gate Socket
Hardening a container hid a permission bug: --cap-drop ALL stripped CAP_DAC_OVERRIDE, and a gate socket silently stopped governing every tool call.

Dev.to · Jeremy Longshore
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Vite Dev Server in Production: The 871-Byte Tell
scorecardecho.com shipped the Vite dev server to every visitor. Three signals catch it in a minute; a multi-stage Dockerfile fixes it for any SPA container.

Dev.to · Jeremy Longshore
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
Self-Expiring Report-Only CI Gates: From Advisory to Enforced
How a meta-gate enforces deadline-driven CI hardening without freezing contributors — one logical concern per PR, permanent blocking by design.

Dev.to · Jeremy Longshore
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
Two False-Positive Fixes, Same Root Cause
Two separate false-positive alerts, same root cause: monitoring conjoined liveness with conditional behavior. Separating health signals quiets noise under load.

Dev.to · Jeremy Longshore
☁️ DevOps & Cloud
⚡ AI Lesson
3mo ago
Governed Knowledge: Two Major Releases, a Freshness Daemon, and Export Gating
qmd-team-intent-kb ships v0.2.0 and v0.3.0 in one day — freshness-aware search with exponential decay, an edge daemon that auto-deprecates stale memories, secur

Dev.to · Jeremy Longshore
☁️ DevOps & Cloud
⚡ AI Lesson
3mo ago
Building Production-Grade Testing Infrastructure: A Playwright + GitHub Actions Case Study
How I implemented enterprise-grade testing infrastructure with Playwright, GitHub Actions CI/CD, and automated quality gates for a production survey system - co

Dev.to · Jeremy Longshore
☁️ DevOps & Cloud
⚡ AI Lesson
3mo ago
Zero to CI: Full-Stack Dashboard in One Session
11 commits from empty repo to green CI. Building the Braves Booth Intelligence dashboard with opinionated stack choices and a CAD agent side quest.

Dev.to · Jeremy Longshore
☁️ DevOps & Cloud
⚡ AI Lesson
3mo ago
Waygate MCP v2.1.0: From Forensic Analysis to Production Enterprise Server with TaskWarrior
Complete breakdown of transforming Waygate MCP from framework to production server through forensic analysis, TaskWarrior project management, and systematic res
DeepCamp AI