Skip to content
View ckrough's full-sized avatar
🤔
🤔

Block or report ckrough

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ckrough/README.md

Hood Canal with the Olympic Mountains in the background. Lofall, WA Hood Canal with the Olympic Mountains in the background. Lofall, WA

Chris Krough

Thanks for visiting!

I've spent 25 years leading engineering teams and building platforms, usually at the point where a company has outgrown its infrastructure and needs to migrate, rebuild, or harden it under existing production load. My focus now is agentic engineering: applying modern techniques and controls to automate workflows that were previously difficult to automate and extending the capacity of engineering teams.

Where I've Been

Backchain · Building modern automation systems for growth-stage companies and providing fractional engineering leadership on retainer
RBCx / Houseful · Led platform through a ~$200M acquisition; built the platform engineering org and led extensive platform (AWS, EKS) security and regulatory compliance work
OJO Labs · Orchestrated a major platform overhaul, designed the containerized platform supporting hypergrowth, 99.99%+ reliability and 60% lower hosting cost, integrated three engineering teams through acquisitions
Amazon · Built orchestration platforms managing 150+ Kubernetes clusters across three continents, and authored AWS service operators and controllers. Pre-launch EKS contributor
uStudio · Built 24/7 on-call, centralized logging, and Python/React video-platform tooling
Bazaarvoice · Re-architected the platform from datacenter to cloud, serving 50K req/sec at 30B monthly page-views
Rackspace · Global network ops across 10 data centers, 1M+ metrics/sec

Current Work

Through Backchain, I help growth-stage companies find where AI and automation pay off and help them build it safely.

Current Projects:

  • Daedalus — End-to-end autonomous coding pipeline. It works issues from claim to commit with no human turn: an orchestrator plans the change, an implementer writes it test-first, a separate cold review-gate agent judges the diff, quality gates run, and it commits with logged auditability.
  • backchain-plugins — Claude Code plugin marketplace.
    • advisors — Team of Rivals panel (Visionary, Skeptic, Operator, Ethicist) that argues from focused perspectives and disagrees on purpose. An orchestrator synthesizes their outputs into agreement, disagreement, and a risk-adjusted recommendation.
    • engram — Filesystem-backed agent memory. Three skills that capture working memory for cross-session context persistence.
    • diogenes — Senior-reviewer audit for AI-slop in writing. Runs in a clean forked context and returns a verdict, an attributable findings table tied to specific passages, and a from-scratch human rewrite.
  • drover — CLI document classifier that reads a document, generates structured metadata, and proposes a NARA-compliant filename and path. Swappable backends (Ollama, OpenAI, Anthropic, OpenRouter) with a local-first default.
  • retriever — Hybrid semantic + lexical search over policy and operations docs, generation grounded with source citations.

LinkedIn · dev@krough.org · dev.krough.org · backchain.ai

Pinned Loading

  1. retriever retriever Public archive

    AI-powered document Q&A for organizations. RAG over multi-format documents (PDF, DOCX, PPTX, XLSX, HTML, images with OCR) using hybrid semantic and keyword retrieval, hallucination detection, and s…

    Python 1

  2. backchainai/backchain-plugins backchainai/backchain-plugins Public

    Claude Code plugins by Backchain. Practical agent skills authored to the agentskills.io specification.

    Python 4

  3. drover drover Public

    Document classification CLI that herds files into organized folders. Local-first via Ollama with OCR-aware loader; cloud LLM optional (OpenAI, Anthropic, OpenRouter). NARA-compliant naming, extensi…

    Python