// selected work

Production AI, and the platform work that keeps it running.

A few builds I can talk about. Sanitized for public — customer names, internal product names, and specific figures removed; the patterns and outcomes are intact.

agentic-pursuit-os.case agentic platform · in production 9+ months

An AI operating system for enterprise pursuits

$1M+ engagements closed
16 plugins · 95 commands
9+ mo in production

// outcome

  • Enabled $0.5M+ and $1M+ enterprise engagements to close on platform-authored statements of work
  • Compressed manual artifact production into command-driven workflows
  • Productized an AI Well-Architected workshop; partner-funded engagement program added co-funding to a pursuit

// problem

Enterprise presales pursuits — discovery, qualification, proposals, SOW redlines, risk review, handoff — ran on manual effort and were inconsistent across a field team.

// what I built

  • AI-native operating system on a single shared context store: 16 plugins, 95 slash commands, 22 skills, 6 subagents behind one operator surface
  • Prompt-contract framework with versioned input/output schemas — violations surface in the dev console instead of degrading silently
  • Evidence-citation guardrails: every claim carries a High/Medium/Low confidence rating and a dated source, or the output refuses to generate
  • Automated test suite + plugin-validation and release automation; multi-provider routing (Claude primary, Bedrock fallback); prompt caching under a token budget
pursuit-microsite.case K-12 EdTech · AWS Bedrock

A pursuit microsite that closed Phase 1 in three weeks

3 wks to verbal Phase 1
days to shipped microsite
~3.7k lines, live POC

// outcome

  • Pursuit moved from ideation workshop to verbal Phase-1 commitment in three weeks
  • Collapsed three serial deliverables (microsite, POC, workshop) into parallel motion

// problem

A complex enterprise AI-agent pursuit needed to move fast, and slide decks were not moving the client CEO or the hyperscaler co-sell partner.

// what I built

  • Customer-facing microsite built in days on Claude-on-platform, anchoring every follow-up conversation
  • AI-listener-agent architecture on Bedrock + ECS Fargate behind a WebSocket API Gateway, OpenSearch Serverless for RAG, Transcribe/Polly for voice
  • A working POC built live in the ideation workshop (single-file Flask + Anthropic, ~3,700 lines, eight views) that pulled stakeholders into architecture faster than slides
token-efficient-corpus.case prompt engineering · measurement

Cutting a Claude Code corpus 19% with no loss of function

−19% tokens
221K→179K measured
0 steps lost

// outcome

  • Took the corpus from 221K → 179K tokens (19% reduction) with no procedural steps or contract terms removed

// problem

A production multi-plugin Claude Code corpus had grown to 221K tokens — driving cost and context pressure every session.

// what I built

  • A reproducible methodology measured with tiktoken / cl100k_base
  • Seven patterns: rules dedup, trimming the right-skewed top decile of commands, removing repeated step counters, collapsing fallback boilerplate, one base template plus deltas, dropping redundant reload reminders — and leaving load-bearing specs untouched

// open source

$ git remote -v

Clean-room, tested, CI-green reference implementations behind the writing.

Building something that has to survive contact with production?