Posts 248 entriesPage 2 of 25

Posts

Development Journey

Eight Deploy Iterations: Tailscale OIDC + Reusable Workflow

8 GitHub Actions iterations to land Tailscale OIDC + a cross-repo reusable workflow. P2 and P5 of VPS-as-the-Home, with the plan rewrite that held the line.

Read
Development Journey

Propagation Day: When the CLAUDE.md Spec Becomes the Migration Plan

Three CLAUDE.md spec entries hit critical mass on the same day across nine repos. The lesson is not the volume — it is that writing the spec first turned propagation from toil into a script run.

Read
AI Engineering

Forty-Four Minutes Before First Pitch: An LLM Fallback Chain and a Live Probability Gauge in One Session

Groq quota died 44 minutes before a live broadcast. The fix was a 4-tier LLM fallback chain ending in a facts-only renderer. Then we shipped JChad's Challenge in the same session.

Read
Architecture

The Rubric Sits On Top Of The Spec: A Schema Validator Postmortem

Postmortem on a schema validator debacle: when a stricter enterprise rubric is built on top of a permissive open spec, the rubric must be additive, never the spec's floor.

Read
Development Journey

Service-Layer Scrub: Removing n8n from Intent Solutions Landing

Vendor removal isn't one edit. It's a service-layer scrub across hero copy, stack comparisons, and 81 internal links—all in one PR to keep the story coherent.

Read
Development Journey

Three Parallel Threads: Ground Truth Checks

Three projects, one principle: stop and verify the ground truth before you commit.

Read
Technical Deep-Dive

Five Deployment Blockers, One Breakthrough: When to Check Memory Before Reaching for New Infrastructure

Hit 5 blockers deploying a demo subdomain. Fixed them all by remembering the infrastructure already existed.

Read
Technical Deep-Dive

Ending a Four-Month Silent Fail: Cross-Repo Triangulation on a Broken Gemini PR Workflow

When a Gemini PR review workflow silently fails for four months, your first-principles fix is the suspect. Triangulate against a working reference.

Read
Development Journey

Idle-State Polish, Duplicate-Rule Enforcement, and Marketplace Cleanup

Maintenance sweep across four repos: braves idle-state trim, claude-code-slack-channel pairing events + duplicate-rule-id enforcement, marketplace playbook layout, and a cad-ai-agent rename.

Read
Technical Deep-Dive

Enforcement Travels With the Code: Shipping @intentsolutions/audit-harness v0.1.0

Testing policy enforcement that lives in ~/.claude/ cannot travel with a fresh clone. audit-harness v0.1.0 moves the gates into each repo as a versioned dev dependency — npm, PyPI, crates, and bash install.sh.

Read