Deazlebub, an ad-buying agent in production
flagship · 2025
Hand it the email thread and the project board and it places the
media buy across DSPs and social platforms, writing every action
back to the PM system so nothing happens off the record. Built on
Claude through AWS Bedrock with 36 custom platform tools, and
shipped before agentic media buying was a category. What it
changed: a buy that took a planner an afternoon of copy and paste
now takes a review and a click, and the audit trail is better
than the manual one was.
Claude
AWS Bedrock
Python
MCP tools
Monday.com GraphQL
Creative Finder, semantic image search
local AI · 2026
A search engine for a library of thousands of mail pieces and
digital ads. Describe what you need in plain English and it
returns the closest matches, ranked by a CLIP model that runs on
the box itself, so no creative ever leaves the network. Facet
filters, PDF rendering, ZIP and slide-deck export, and a usage
monitor so adoption is a number, not a feeling. Runs on a spare
Mac on the LAN or a $22-a-month cloud box.
CLIP ViT-B/32
PyTorch
Flask
SQLite
on-prem
Datum Veil
privacy · 2024
A privacy layer so proprietary data can meet third-party AI
without handing it over. HMAC pseudonymization, three modes of
sum-preserving numeric perturbation, and a Paillier homomorphic
encryption module, with documentation that explains the
guarantees to leadership in plain terms. The point: use the
vendors without leaking the records or the aggregates.
Python
HMAC
Paillier HE
AONS v3.1
spec · 2024-25
An Ad Object Naming System with information theory behind it
(Shannon entropy, Kraft's inequality), so identifiers carry their
own integrity. Embedded foreign-key Key Rings, User Tags, Variant
Slots. Live across StackAdapt, Meta, LinkedIn, TikTok, and
Google, which means reports join cleanly instead of by hand.
Information theory
Spec design
5-platform deploy
Direct-mail attribution pipeline
research to prod · 2025
Closes the loop between a mail drop and what happens online. USPS
Informed Visibility scan ingestion, a Flask PURL system for
personalized landing pages, and a research portfolio across BLE
beacons, conductive ink, and Digimarc. Physical spend finally
shows up in the same dashboard as digital.
USPS IV
Flask
Apps Script
Attribution
Eight-platform abstraction layer
infrastructure · 2024
One normalized schema and versioned spec for client-services to
media handoffs across Meta, Programmatic, YouTube, Search, Native,
X, LinkedIn, and Reddit. Recovered 62 team hours a week and ended
a decade of tribal-knowledge drift.
Schema design
Versioned spec
Cross-platform
Arena Regulatus
ai-in-the-loop · 2024
A QA bot in Slack: the Claude API behind Make.com, tuned to hold
a QA standard across media ops without being annoying about it.
It catches the small mistakes people miss, and the team moves
faster because someone is always checking.
Claude API
Slack
Make.com
Dual-zone garage indicator
embedded · 2025
Three ESP32 nodes talking over ESP-NOW, HC-SR04 ultrasonics, and
a Waveshare 64×64 HUB75E LED matrix with a weather display
and pixel-art animations. Timing-sensitive matrix driving and
sensor fusion across nodes. The "stranger machines" side of the
house.
ESP32
ESP-NOW
HUB75E
Arduino/C++