Skip to content
View bmdhodl's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report bmdhodl

Report abuse

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

Report abuse
bmdhodl/README.md

Patrick Hughes

Manager of Software Engineering & AI @ OneOncology

Building AI-operated systems out of Nashville, TN

LinkedIn Blog X PyPI


Python TypeScript Next.js Anthropic OpenAI Supabase Vercel NVIDIA


Day job: engineering + AI at a healthcare company.

After hours: running BMD HODL -- a one-person AI-operated holding company. 12 agents. One human. Compound across decades.


Open Source

AgentGuard   pip install agentguard47

Your agent just burned $200. AgentGuard stopped it at $5.

Runtime cost guardrails for AI agents. Budget caps, loop detection, kill switches. Drop it in front of any LLM call. Zero dependencies. MIT.

from agentguard47 import AgentGuard

guard = AgentGuard(budget=5.00)

with guard:
    response = client.chat(...)  # enforces budget at runtime

Works with OpenAI, Anthropic, LangChain, or anything that makes LLM calls.


Local AI Rig

RTX 3070 + RTX 5070 Ti + RTX 5090
llama.cpp running Llama 3.1 8B

Because sending every token to a cloud API gets expensive fast.


Writing

I write about AI agents, local LLMs, and building things solo at bmdpat.com.


GitHub Stats Top Languages

Profile Views

Pinned Loading

  1. patrick-hughes patrick-hughes Public

    Pat's Technical CV

    JavaScript

  2. bmdhodl-github-io bmdhodl-github-io Public

    BMD HODL Investment Co.

    SCSS

  3. agent47 agent47 Public

    Your AI agent just burned $200. AgentGuard stops it at $5. Runtime cost guardrails for AI agents — budget enforcement, loop detection, kill switch. Zero dependencies, MIT licensed.

    Python 3 2