Skip to content
View cleburn's full-sized avatar

Highlights

  • Pro

Block or report cleburn

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
cleburn/README.md

Howdy, I'm Cleburn

I build data pipelines that inform financial decisions.

Background

Bringing 10+ years of business leadership and real-world problem-solving to AI engineering. Former U.S. Marine · Professional Athlete (MMA) · VP of Sales · Real Estate Investor · Author


Market Intelligence

Project Information Advantage · private while in active development

An entity-agnostic discovery pipeline that captures market-relevant public signals at their source — SEC EDGAR filings (Form 4, 8-K), federal contract awards (SAM.gov, USAspending), healthcare catalysts (openFDA, ClinicalTrials.gov), and regulatory events (FTC HSR, lobbying disclosures) — then resolves noisy entity names to public tickers and surfaces cross-source events with strict alert idempotency.

  • Always-on ingestion via systemd daemons and timers on a headless Linux host
  • JSONL spools drained into DuckDB micro-batches for crash-safe, append-only storage
  • Raw evidence preserved at capture, so every alert traces back to its source document

Kalshi Longshot Maker · retired, by the numbers

A maker-side prediction-market bot and autonomous research lab grounded in the favorite-longshot bias literature. Three nodes with strict role separation — a research lab discovers, a control plane governs, an execution node trades — and research can never authorize capital; only the approval gate can. Retired after out-of-sample validation showed the targeted edge wasn't capturable after costs. The pipeline did exactly its job: it answered the question before the capital did.


Decision Tools with Real Money on the Line

Real Estate Investment Analyzer · Live App

Ranks neighborhoods in Texas and Florida by cash flow potential and appreciation, using forward-validated ML predictions trained on 25 years of housing data across 11 metro areas and 3,000+ neighborhoods.

Amazon Ads Analytics

CLI analyzer for the Amazon Sponsored Products campaigns behind my published book series. Ingests Amazon Ads exports and KDP sales data, reconciles attribution gaps, tracks trends in SQLite, and turns it all into weekly reports with max-profitable-bid recommendations — every bid change is backed by the pipeline.


Aegis — Governance for AI Agents

Aegis — Structured governance for AI agents

Much of the work above is built with AI agents, which raised its own problem worth solving: agents need enforceable rules, not vibes. So I built Aegis, an open end-to-end governance framework — a spec defining scoped roles, permissions, and autonomy levels; a CLI that generates a complete policy from a conversation; and an MCP server that validates every agent action at runtime. Stress-tested by generating compliant platforms in defense (CMMC/ITAR), fintech (PCI-DSS/SOX), and healthcare (HIPAA).


Tech Stack

Python SQL DuckDB SQLite Pandas TypeScript Node.js

Data: Python · SQL · DuckDB · SQLite · Pandas · scikit-learn · statsmodels · Streamlit

Systems: TypeScript · Node.js · systemd · Git · MCP SDK

cleburn's GitHub stats


Contact

LinkedIn · Email

Pinned Loading

  1. aegis-spec aegis-spec Public

    The open governance standard. Schema-validated JSON that defines roles, permissions, autonomy levels, sensitivity tiers, and coordination protocols. The shared contract every tool can implement.

    40 8

  2. aegis-cli aegis-cli Public

    Reference implementation of the Aegis governance spec. Run aegis init, have a conversation, and generate a complete .agentpolicy/ directory for any codebase. The bridge between human domain experti…

    TypeScript 7 1

  3. aegis-mcp aegis-mcp Public

    Runtime enforcement. Loads policy into server memory, validates every agent action before execution. Blocked actions get a specific reason and an override protocol. Zero token overhead — agents nev…

    TypeScript 3